@charset "UTF-8";
/* CSS Document */

/*
-- Sujet : CSS Modules
-- Historique : Création le 7 août 2008
-- Author : Cynthia Roy
-- Praxis Stratégie Communication
*/

/* Couleurs */
/*
		Noir: #000000
		Rouge: #A50000
		Rouge flash: #BE202E
		Vert turquoise: #CCDEE1
		Gris foncé: #535353
		Gris moyen: #B5B5B5
		Gris pâle: #E6E6E6
*/

/****************** Box carrières ******************/
DIV.box_carrieres {
	position: relative;
	background: url(../images/columnright_carrieres.jpg) no-repeat 50% 0;
	margin: 0 0 25px 0; padding: 0;
}

DIV.box_carrieres A.carrieres { 
	display: block;
}

DIV.box_carrieres .txt1 {
	position: relative;
	height: 19px; margin: 0 0 0 -3px; padding-top: 75px;
	background-repeat: no-repeat;
	background-position: 0 100%;
}

DIV.box_carrieres .txt2 {
	position: relative;
	height: 21px; margin: -5px 0 10px 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

DIV.box_carrieres H4 {
	font-size: 100% !important; color: #535353 !important; text-transform: none !important;
	margin-bottom: 5px !important;
}

DIV.box_carrieres UL {
	margin: 0 10px 0 0; padding-left: 25px;
}

DIV.box_carrieres LI {
	margin-bottom: 10px;
}

DIV.box_carrieres DIV.more { text-align: right; margin: 0 10px 0 0; }

DIV.box_carrieres DIV.more A {
	background: url(../images/li_fleche.gif) no-repeat 100% 50%;
	padding: 0 10px 0 0;
}
/***************************************************/
/**************** Box réalisations *****************/
DIV.box_realisations {
	position: relative;
	margin: 0 0 25px 0; padding: 0;
}

DIV.box_realisations UL {
	margin-bottom: 0; padding-left: 25px;
}

DIV.box_realisations LI {
	margin-bottom: 10px;
}
/***************************************************/