@charset "windows-1250";
/* CSS Document */

/***************************************************************
	Accueil
***************************************************************/

body#accueil #content{
	height:530px;
	background:url(images/frontend/bg-content-accueil.jpg) 0 0 no-repeat;
	position:relative;
}

body#accueil{
	background:#CCCCCC url(images/frontend/bg-accueil.jpg) 0 0 repeat-x;
	color:#FFFFFF;
}

body#accueil .leftcol{
	width:625px;
	margin:0 0 0 20px;
	float:left;

	/* IE6 */
	_margin:0;
}

body#accueil div.rightcolAccueil{
	position:absolute;
	top:0;
	right:0;
	width:305px;
}

body#accueil .rightcol{
	width:305px;
	margin:0 0 0 30px;
	float:right;
}



body#accueil .leftcol p{
	line-height:22px;
}

body#accueil h2{
	width:556px;
	height:100px;
	background:url(images/frontend/h2-accueil.png) 0 0 no-repeat;
	text-indent:-5000px;
	overflow:hidden;
	margin:0 0 0 20px;
	
	/* IE6 */
	_height:84px;
	_margin:0 0 16px 20px;
	
}
body#accueil h3{
	margin:0 0 20px 5px;
	height:32px;
	line-height:32px;
	font-size:16px;
	font-weight:normal;
	text-indent:45px;
}

body#accueil h3#ce-que-nous-faisons{
	background:url(images/frontend/h3-cequenousfaisons.png) 0 0 no-repeat;
}

body#accueil h3#secteurs-activite{
	background:url(images/frontend/h3-secteursactivite.png) 0 0 no-repeat;
	margin-top:50px;
}

body#accueil h3#news{
	background:url(images/frontend/h3-news.png) 0 0 no-repeat;
	margin:0 0 10px 5px;
}

body#accueil h3#news a{
	color:#ffffff;
	text-decoration:none;
}


body#accueil h3#chiffres-cles{
	background:url(images/frontend/h3-chiffres-cles.png) 0 0 no-repeat;
	margin:20px 0 10px 5px;
}

body#accueil h3#informations{
	margin:35px 0 10px 5px;
	background:url(images/frontend/h3-informations.png) 0 0 no-repeat;
}

ul#liste-secteurs-activite{
	height:100px;
	margin:0 0 30px 0;
	padding:0;
}
ul#liste-secteurs-activite li{
	text-align:center;
	list-style-type:none;
	float:left;
	width:126px;
	margin-right:25px;
}

ul#liste-secteurs-activite li span{
	clear:both;
}

ul#liste-secteurs-activite a{text-decoration:none;color:#FFFFFF;}
ul#liste-secteurs-activite img{text-decoration:none;}
ul#liste-secteurs-activite a:hover span{text-decoration:underline;}


ul#liste-chiffres-cles {
	margin:0;
}

ul#liste-chiffres-cles li{
	list-style-type:none;
	/*background:url(images/frontend/button_ok.png) 0 0 no-repeat;*/
	
	background:url(images/frontend/button_ok.gif) 0 0 no-repeat;
	height:20px;
	margin-bottom:5px;
	padding-left:25px;
}


#info-txt{
	margin:5px 0;	
}

body#accueil #info-txt a{
	color:#FFF;
}

body#accueil #veritas{
	text-align:center;
	margin:0;
}
body#accueil p#veritas img{
	float:left;
	margin:0 10px 0 0;
}




h4.titreNewsResume{
	margin:0 25px 0 10px;
	font-weight:bold;
	font-size:12px;
}

p.newsResume{
	font-size:11px;
	color:#eeeeee;
	margin:0 25px 15px 10px;
	text-align:justify;
}
p.newsResume a{
	color:#fff;
	font-style:italic;
}




