@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/img_fd.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#31343b;
	margin:0;
	
	}

#header_home {
	width:932px;
	height:90px;
	margin:auto;
	position:relative;
	background-image:url(images/img_fond_header_home.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
#header_home #logoAvenir {
	margin-left:10px;
	margin-top:5px;
	float:left;
	}
#header_home #logoAlertGasoil {
	margin-right:10px;
	margin-top:24px;
	float:right;
	}

#content_home {
	width:932px;
	min-height:578px;
	margin:auto;
	text-align:center;
	}


#header {
	width:932px;
	height:143px;
	margin:auto;
	position:relative;
	}
#header #logoAvenir {
	margin-left:10px;
	margin-top:5px;
	float:left;
	}
#header #logoAlertGasoil {
	margin-right:10px;
	margin-top:20px;
	float:right;
	}
#menu {
	width:912px;
	height:47px;
	text-align:center;
	float:left;
	margin-top:22px;
	margin-left:18px;
	}
#menu li {
	list-style-type:none;
	display:block;
	float:left;
	background-image:url(images/separ_menu.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding-left:4px;
	padding-right:4px;


	}
#menu a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	line-height:1.5;
	}
#menu a:hover{
	color:#afc934;
	text-decoration:none;
	}
.contact{
	float:left;
	text-transform:uppercase;
	color:#31343b;
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
	}
	
	
#content {
	width:932px;
	min-height:578px;
	margin:auto;
	}
#content a {
	color:#afc934;
	text-decoration:none;
	}
#content a:hover {
	text-decoration:underline;
	color: #31343B;
	}
#content #bandeau {
	width:900px;
	height:160px;
	margin-left:16px;
	margin-top:2px;
	}

#content #colonne_gauche {
	width:190px;
	min-height:395px;
	margin-left:16px;
	border-right-style:dotted;
	border-right-color:#000;
	border-right-width:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	margin-bottom:10px;
	}
#content #colonne_gauche #photo {
	margin-right:10px;
	}
#content #colonne_gauche p {
	text-align:justify;
	font-size:11px;
	}
#content #contenu {
	width:675px;
	min-height:390px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	}
#content #contenu h1 {
	text-align:right;
	color:#AFC934;
	width:675px;
	}
#content #contenu p {
	text-align:justify;
	}
#content #contenu_centre {
	width:675px;
	min-height:390px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	text-align:center;
	}
#content #contenu_centre h1 {
	text-align:right;
	color:#AFC934;
	width:675px;
	}

	

#content #contenu_accueil {
	width:685px;
	min-height:390px;
	margin-left:5px;
	float:left;
	text-align:center;
	}


#footer {
	width:912px;
	height:45px;
	margin:auto;
	font-size:11px;
	color:#373a43;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	}
#footer #ssmenu {
	float:right;
	height:20px;
	width:230px;
	text-align:right;
	}
#footer #ssmenu a{
	font-size:11px;
	color:#373a43;
	text-decoration:none;
	}
#footer #ssmenu a:hover{
	font-size:11px;
	color:#afc934;
	text-decoration:none;
	}
	
.titre {
	font-size:14px;
	text-transform:uppercase;
	color:#31343b;
	}
.texte_majuscule {
	display:block;
	font-size:14px;
	text-transform:uppercase;
	color:#31343b;
	}
.texte_vert {
	color:#afc934;
	}
.texte_vert_MAJ {
	font-size:14px;
	text-transform:uppercase;
	color:#afc934;
	
	}
.lien_vert_14 {
	font-size:14px;
	text-transform:uppercase;
	color:#afc934;
	text-decoration:none;
	}
.lien_vert_14:hover {
	text-decoration:underline;
	}
	
.texte_gris_MAJ {
	font-size:14px;
	text-transform:uppercase;
	color:#31343B;
	}
.lien_gris_14 {
	font-size:14px;
	text-transform:uppercase;
	color:#31343B;
	text-decoration:none;
	}
.lien_gris_14:hover {
	color:#fff;
	text-decoration:underline;
	}



hr {
	visibility:hidden;
	margin-bottom:10px;
	
	}


#slideshow {
	float: left;
	position: relative;
	width:900px;
	height:160px;
	margin-left:16px;
	margin-top:2px;
	margin-bottom:15px;
}

	#slideshow img {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#slide1 {
		z-index: 5;
	}
	#slide2 {
		z-index: 4;
	}
	#slide3 {
		z-index: 3;
	}
	#slide4 {
		z-index: 2;
	}
	#slide4 {
		z-index: 1;
	}

