body{
	padding : 0 0 0 0;
	word-spacing : 0 0 0 0;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8 pt;
	margin : 0 0 0 0;
	color : #000000;
	background-image : url("../img/fond.gif");
	padding : 0 0 0 0;
	height : 100%;
	}
html{
	height : 100%;
	}
/* bandeau supérieur */
div.bandeau{
	width : 750px;
	background-color : #91877c;
	border-width : 0 0 1px 0;
	border-style : none none solid none;
	border-color : #000000 #000000 #354043 #000000;
	text-align : left;
	padding : 7px 0 3px 10px;
	}
html>body .bandeau {
  	width: 750px;
	}
div.bandeau2{
	background-image : url("../img/fond1.jpg");
	width : 760px;
	height : 206px;
	border-width : 0 0 1px 0;
	border-style : none none solid none;
	border-color : #000000 #000000 #141B1E #000000;
	background-color : #88A2A8;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	}
div.navig{
	width : 760px;
	height : 25px;
	background-color : #1B262B;
	padding : 5px 0 5px 0;
	border-width : 1px 0 0 0;
	border-style : solid none none none;
	border-color : #314A52 #000000 #000000 #000000;
	}
p.habillage{
	width : 760px;
	float : right;
	}
p.identify{
	text-align : right;
	padding : 72px 550px 0px 0px;
	}
/*** NAVIGATION ***/
ul.navig{
	margin : 0;
	background : #1B262B;
	width : 760px;
	height : 25px;
	padding : 5px 0 5px 0;
	border-width : 1px 0 0 0;
	border-style : solid none none none;
	border-color : #314A52 #000000 #000000 #000000;
	list-style : none;
}

li.navig{
	float : left;
	background-color : #1B262B;
	border-width : 0 1px 0 1px;
	border-style : none solid none solid;
	border-color : #000000 #030303 #000000 #314A52;
	padding : 0 25px 3px 25px;
}
li.navigL{
	float : left;
	background : #1B262B url(../img/carre_navig.gif) 20px 7px no-repeat;;
	border-width : 0 1px 0 0;
	border-style : none solid none none;
	border-color : #000000 #030303 #000000 #314A52;
	padding : 0 25px 3px 50px;
}
li.navigR{
	float : left;
	background-color : #1B262B;
	border-width : 0 0 0 1px;
	border-style : none none none solid;
	border-color : #000000 #030303 #000000 #314A52;
	padding : 0 25px 3px 25px;
	}
img.navig{
	vertical-align : middle;
	margin : 0 0 0 0;
}
/*** /NAVIGATION ***/
	
/* contenu de la page */
div.page{
	position: relative;
	width : 760px;
	margin:0 auto;
	text-align : center;
	border-width : 0 1px 0 1px;
	border-style : none solid none solid;
	border-color : #354043 #354043 #354043 #354043;
	background-color : #586A6E;
	background-image : url("../img/fond_contenu.gif");
	height : 100%;
	}
html>body .page{
	
	}
#seo{
	width : 760px;
	margin:0 auto;
	font-size : 10px;
	color : #666666;
	text-align : justify;
	}
div.conteneur{
	position : relative;
	width : 760px;
	background-color : #586A6E;
	background-image : url("../img/accueil/fond_contenu.gif");
	}
div.leftcont{
	float : left;
	text-align : left;
	padding : 25px 0px 10px 0px;
	vertical-align : top;
	width : 269px;
	background-repeat : repeat-y;
	background-position : right;
	}
html>body .leftcont {
  	width : 269px;
	float : left;
	display : inline;
	}

div.contenu{
	float : left;
	background-image : url("../img/fond_cont.gif");
	background-repeat : repeat-x;
	background-color : #CDE6EA;
	padding : 2px 10px 10px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	text-align : justify;
	width : 427px;
	}
	
html>/**/body .contenu {
	float : none;
  	margin-left : 269px;
	}
.fond_accueil{
	background-image : url("../img/accueil/fond_contenu.gif") !important;
	}
div.titre_edito{
	margin : 0px 0px 0px 50px;
	}
	
div.edito{
	width : 182px;
	border-width : 0px 1px 0 1px;
	border-style : solid solid solid solid;
	border-color : #B7CCD0 #B7CCD0 #B7CCD0 #B7CCD0;
	padding : 0px 8px 0px 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #DAF6FB;
	margin : -4px 30px 0px 30px;
	text-align : justify;
	}

div.edito_top{
	margin : -6px 30px 0px 30px;
	}
html>/**/body .edito_top{
	margin : 0px 30px 0px 30px;
}
div.edito_bas{
	margin : -3px 0px 19px 30px;
	}
html>/**/body .edito_bas{
	margin : 0px 0px 20px 30px;
}
/* bas de page */
.pbas{
	position : absolute;
	margin-left : -380px;
	bottom : -1px;
	width : 750px;
	border-width : 0 1px 0 1px;
	border-style : none solid none solid;
	border-color : #354043 #354043 #354043 #354043;
	height : 20px;
	background-color : #354043;
	text-align : right;
	padding : 2px 8px 2px 0;
	}
	
html>/**/body .pbas {
 	width: 752px;
 	float : left;
	margin-left : -1px;
	bottom : 0px;
	}
.clear{
	border : 0 none white;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	clear : both;
	}
.borderred{
	border : 1px red solid !important;
	}
