/************** BODY ****************/

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

img {
	display: inline;
	
}

ul {
	margin: 0 auto;
	padding: 0;
}

li {
	padding: 10px 0 0 0;
	margin: 0 0 0 30px;
}
/************** CONTENEUR ****************/

#page {
	width: 957px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/************** HEADER ****************/


#header {
	width:957px;
	height:338px;
}

#header_gauche {
	width:519px;
	height:338px;
	float: left;
}

#header_droite {
	width:438px;
	height:338px;
	float: left;
	background-image: url(images/haut_droite.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-top:5px;
}

#titre {
	width:192px;
	height:176px;
	float: left;
}


#logo {
	width:519px;
	height:162px;
}

.cycle {
	margin: 30px 0 0 50px;
}

.cycle img {
	border: 2px solid #ABD34C;
}
/************** MENU ****************/

#menu {
	width:327px;
	height:176px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu ul {
	margin: 0;
	padding-left: 180px;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-left: 35px;
	line-height: 30px;
	cursor: pointer;
}

#menu li a:hover {
	cursor: pointer;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li:hover {
	margin: 0;
	padding: 0;
	background-image: url(images/ampoule_menu.jpg) !important;
	background-repeat: no-repeat;
	line-height: 30px;
	height:30px;
	width: 130px;
	cursor: pointer;
}

/************** CONTENU ****************/

#contenu {
	width:957px;
	min-height:378px;
}

#contenu_haut {
	width:957px;
	height:86px;
	background-image: url(images/electricite-71.jpg);
	background-repeat: no-repeat;
}

#contenu_wrapper {
	width:957px;
	min-height:292px;
	background-image: url(images/fond_contenu.jpg);
	background-repeat: repeat-y;
	padding: 5px;
}

#contenu_texte {
	width:595px;
	min-height:292px;
	text-align: left;
	margin-left: 235px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#gauche {
	margin-top: 20px;
	width: 270px;
	float: left;
	min-height:292px;
	text-align: left;
}

#droite {
	margin-top: 20px;
	width: 270px;
	float: right;
	min-height:292px;
	text-align: left;
}

#clear {
	clear: both;
}
/************** FOOTER ****************/

#footer {
	width:957px;
	min-height:122px;
}

#footer_fond {
	width:957px;
	height:122px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#footer_menu {
	width:957px;
	text-align:center;
	padding-top:82px;
	color: #FFFFFF;
	font-size: 12px;
}

#footer_menu a:link,#footer_menu a:visited,#footer_menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

#footer_menu a:hover {
	text-decoration: underline;
	font-size: 12px;
}

/************ REFERENCEMENT **************/
#referencement {
	width:957px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
	color: #666;
}

#referencement a:link, #referencement a:visited, #referencement a:active {
	color: #666;
	text-decoration: none;
}

#referencement a:hover {
	color: #000;
	text-decoration: underline;
}

/************ TITRES Hn **************/

.titre {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
} 

h1 {
	padding: 20px 0;
	margin: 0;
	font-size: 17px;
	color: #ABD34C;
	font-variant: small-caps;
}

h2 {
	color: #6F892F;
	padding: 0;
	padding-bottom:10px;
	margin: 0;
	font-size: 16px;
	font-style: italic;
}

#accueil h2 {
	padding: 0;
	padding-bottom:10px;
	margin: 0;
	font-size: 16px;
	color: white;
	text-decoration: underline;
	font-style: italic;
}

h3 {
	padding: 0;
	padding-bottom:5px;
	margin: 0;
	font-size: 15px;
	color: white;
	display: inline;
}

/************ LIENS **************/
#contenu_texte a:link, #contenu_texte a:visited, #contenu_texte a:active {
	color: #8AB622;
	font-weight: bold;
	text-decoration: none;
}

#contenu_texte a:hover {
	text-decoration: underline;
}


