/* <?xml version="1.0" encoding="UTF-8"?><XMLCSS> */

/* Yahoo! UI Library: Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,menu{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul,li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/*------------------ GENERAL */
#bandeverte {
	position: absolute;
	background: #8DB92E;
	top: 68px;
	left: 0px;
	height: 75px;
	width: 100%;
}

#document {
	width: 780px;
	margin: 0 auto;
	background: url(../images/custom/deco/bandeverticale.png) repeat-y;
	background-position: 150px 0px;
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#bandebleuhaut {
	position: absolute;
	top: 36px;
	right: 0px;
	width: 740px;
	height: 32px;
	background: #1736A3;
}

#logo {
	position: absolute;
	top: 18px;
	left: 0px;
	height: 90px;
	width: 164px;
}

#vertclair {
	position: absolute;
	top: 68px;
	left: 0px;
	width: 150px;
	height: 40px;
	background-color: #99CC33;
}

/*--------------------- LIGNE HAUTE */
#lignehaut {
	margin-left: 182px;
	position: relative;
	padding-top: 10px;
}

#lignehaut1 {
	height: 26px;
}

#lignehaut2 {
	height: 30px;
	padding-left: 5px;
	background: url("../images/custom/deco/bordermenuhaut.png") no-repeat top right;
}

#lignehaut p {
	font-size: 10px;
}

#personnalisation {
	float: left;
	width:420px;
	margin-left: 5px;
}

#recherche {
	height: 26px;
}

/*Rechercher dans le site*/
#recherche input.inputMoteurRecherche {
	width: 95px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid #848484;
	border-left: 1px solid #848484;
	border-bottom: 1px solid #848484;
	border-right: 1px solid #848484;
	padding: 0px 2px 0 0;
	margin: 1px 2px 0 15px;
	/*margin-left: 5px;*/
	vertical-align: middle;
}

#recherche button#opSearch {
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
	background-color: White;
	border: 0;
	cursor: pointer;
}

/*Bandeau*/
#bandeau {
	background: url(../images/custom/deco/bandeau.png) no-repeat transparent;
	position: relative;
	height: 75px;
	margin-top: 2px;
}

/*--------------------- MENU DE GAUCHE */
#menugauche {
	position: absolute;
	width: 181px;
	top: 108px;
	left: 0px;
}

#accueilMenuGauche {
	background-color: #FFF;
	border-left: 1px solid #C5C5C5;
}

#accueilMenuGauche h2 {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	padding-left: 35px;
	margin-top: 0px;
	padding-top: 0px;
	color: White;
	background-repeat: no-repeat;
	background: red;
	height: 35px;
	min-height: 35px;
}

html>body #accueilMenuGauche h2 {height: auto}

#accueilMenuGauche ul {
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: list-item;
	list-style-position: outside;
	line-height: 1.6em;
	margin-bottom: 15px;
	margin-left: 10px;
	list-style-type: none;
}

#accueilMenuGauche li {
	padding-left:15px;
	background-position: 0px 6px;
}

#accueilMenuGauche a {
	color: black;
	text-decoration: none;
}



/*--------------------- BARRE D'OUTILS BASSE */
#barreoutilsbasse {
	background: #EBE6DA;
	margin-left: 183px;
	padding-left: 20px;
	border-right: 1px solid #C5C5C5;
	position: relative;
}

#barreoutilsbasse li a {
	background: url(../images/custom/puces/puce3.png) no-repeat scroll 4px 0.6em;
	padding-left: 12px;
	text-decoration: none;
	font-size: 10px;
	color: #8C8C8C;
}

/*-------------------- ZONE DE CONTENU */
#contenu {
	margin-left: 185px;
	padding: 10px 10px 20px 10px;
	background: #FFF;
	border-right: 1px solid #C5C5C5;
	height: 500px;
	min-height: 500px;
}

html>body #contenu {
	height: auto;
}

#contenu h1 {
	padding-left: 20px;
	color: #6E6E6E;
	font-size: 14px;
	border-bottom: 1px solid #6E6E6E;
	margin-bottom: 10px;
}

#contenu h2 {
	padding-top: 5px;
	padding-bottom: 3px;
}

#contenu h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 3px;
}

#contenu th {
	font-size: 11px;
	padding: 3px;
	font-weight: bold;
}

#contenu p, #contenu td, #contenu li, #contenu legend, #contenu dt, #contenu dd {
	font-size: 10px;
}

#contenu th, #contenu td {
	width: 50%;
	vertical-align: top;
}

#contenu p {
	padding-bottom: 5px;
}

#contenu p, #contenu ul {
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
}

#contenu img {
	border: medium none;
	margin: 5px;
}

#contenu strong {
	font-weight: bold;
}

#contenu em {
	font-style: italic;
}

#contenu a {
	color: #00A6EB;
}

#contenu a:hover {
	text-decoration: underline;
}

#contenu a:visited {
	color: #6E6E6E;
}

#contenu dt {
	font-weight: bold;
	margin-top: 10px;
}

#contenu p.avecpuce1, #contenu dt.avecpuce1, #contenu li.avecpuce1 {
	padding-left: 10px;
	background: url(../images/custom/puce1.gif) no-repeat scroll 0px 0.5em;
}

#contenu h3.avecpuce1 {
	padding-left: 10px;
	background: url(../images/custom/puce1.gif) no-repeat scroll 0px 0.9em;
}

/*-------------------- FIL D'ARIANE */
#document #contenu #chemin {
	margin-bottom: 10px;
}

#document #contenu #chemin a,#document #contenu #chemin a:hover,#document #contenu #chemin a:visited
	{
	color: #6E6E6E;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#document #contenu #chemin a:hover {;
	text-decoration: underline;
}

/*-------------------- BAS DE PAGE */
#basdepage {
	background-color: #EAE6DA;
	text-align: right;
	margin-left: 183px;
	font-size: 10px;
}

#basdepage ul {
	list-style-image: url(../images/custom/puce3.gif);
	list-style-position: inside;
	text-align: left;
}

#basdepage li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	height: 1px; /* hasLayout MSIE/Win 5*/
}

#basdepage a {
	vertical-align: top;
	padding: 0 0 0 12px;
	color: Gray;
}

#basdepage a,#basdepage a:hover,#basdepage a:visited {
	color: #8C8C8C;
	text-decoration: none;
}

#basdepage li a {
	background: url(../images/custom/puce3.gif) no-repeat;
	background-position: 4px;
}

/*-------------------- CONTENU */
#contenu li.liste {
	border-bottom: 1px solid #000;
	height: 40px;
	padding-left: 10px;
	background: url(../images/custom/puce1.gif) no-repeat scroll 0 2em;
}

/*</XMLCSS>*/
