/*MISE EN PAGE SITE CES PUBLIC*/
/*BALISES HTML*/
*{
	margin:0px;
	padding:0px;
	border:0px;}
body{
	font-family: Arial, Trebuchet, Verdana, Arial, sans-serif;
	font-size:12pt;
	color:#374556;
	font-weight:normal;
	text-align:justify;
	background: #ffffff url(../images/body.jpg) repeat-x top;
	/*background: #ffffff url(../images/Layout_OK_01.jpg) no-repeat top center;*/}
img{
	margin:0;
	border:0;}
input, select, textarea{
	color:#666666;
	background:#FFF;
	border:solid 1px #9E944C;
	padding:3px;
	width:350px;}
input[type="text"]{width:350px;}
input[type="radio"], input[type="checkbox"]{
	width:auto;
	margin-right:10px;
	border:0;}
input[type="submit"]{
	width:160px;
	background:url(../images/submit.jpg) repeat-x bottom;
	border:0;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	padding:3px;}
input.oblig{
	font-weight:bold;}
input.mini{
	width:200px;}
textarea.contact{
	width:250px;}
select{
	padding:2px;}
select.mini{width:70px;}
label{
	padding-top:3px;
	width:28%;
	float:left;
	color:#666666;
	position:relative;
	font-size:1.2em;
	text-align:left;
	}
textarea{
	width:350px;
	height:100px;}
span.petit{
	font-size:.7em;
	font-weight:normal;}
fieldset{
	padding-top:3px;
	padding-bottom:1px;
	margin-bottom:10px;
	margin-top:10px;
	border-bottom:1px dotted #1B1464;}
fieldset legend{
	padding-top:7px;
	padding-bottom:7px;
	margin:0;
	border:0;
	margin-bottom:5px;
	font-size:.8em;
	font-weight:bold;
	width:100%;
	background:url(../images/th.jpg) repeat-x bottom;
	display:block;
	border-top:1px dotted #1B1464;}
p.erreur{
	color:#940C10;
	}
p.erreur label{
	color:#940C10;
	font-weight:bold;
}
p.erreur input, p.erreur textarea, p.erreur select{
	border:1px solid #940C10;
	background:#E8E6D8;}
/*UTILES*/
.breakdown{
	clear:both;}
div.breakdown{
	clear:both;
	height:0;}
.hidden_field{
	display:none;
}
/*LAYOUT*/
#header, #content, #footer{
	position:relative;
	margin:auto;
	width:900px;
	padding: 0px 0px 0px 0px;
	border-left:11px solid #ffffff;
	border-right:11px solid #ffffff;
	background: #fff;}
/*HEADER*/
#header{
	height:60px;
	background: #fff url(../images/header.jpg) bottom center no-repeat;
	/*padding-top:5px;*/
}
#header ul#menu01{
	position:relative;
	padding-top:10px;
	list-style-type:none;
	padding-left:100px;}
#header ul#menu01 li{
	display:block;
	float:left;
	position:relative;}
#header ul#menu01 li a{
	text-decoration:none;
	display:block;
	color:#808080;
	padding: 0px 30px 0px 30px;
	font-size:.9em;}
#header ul#menu01 a:link{
	color: #808080;
	text-decoration:none;
}	
#header ul#menu01 a:visited{
	color: #808080;
	text-decoration:none;
}	
#header ul#menu01 a:hover{
	color: #000000;
	text-decoration:underline;
}	
#header ul#menu01 a:active{
	color: #808080;
}	
#header ul#menu01 a:focus{
	color: #000000;
	text-decoration:underline;
}	
#header ul#menu01 li.select a:link{
	color: #9E944C;
}
#header ul#menu01 li.select a:visited{
	color: #9E944C;
}	
/*CONTENT*/
#content{padding-top:35px;}


#center{
	z-index:1;
	position:relative;
	/*float:left;*/
	width:auto;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
	background:#fff;}
	
#center .form{width:507px;}
#center h1{
	font-size:1em;
	font-weight:bold;
	padding:0px;
	margin-bottom:12px;
	color:#666666;
	background-color:transparent;}
#center h1.soumenu{
	color:#808080;}
#center h2{
	border-top:1px dotted #666666;
	font-size:.8em;}

#center p{
	text-align:justify;
	white-space:normal;
	font-size:.75em;
	font-weight:normal;
	margin-bottom:10px;
	color:#374556;}
#center a, #footer a{
	color:#9E944C;
	font-weight:normal;
	text-decoration:underline;}
#center a:hover, #footer a:hover{
	color:#000;}

#center p.chapo{
	color:#666666;
	position:relative;
	width:550px;
	left:0px;
	font-size:.9em;
	border-top:1px dotted #666666;
	padding-top:12px;
	padding-bottom:20px;
	font-weight:normal;}
#center p.note{
	padding-top:5px;
	padding-bottom:5px;
	border-top:solid 1px #B2B2B2;
	border-bottom:solid 1px #B2B2B2;
	background:#Ebeff2;
	color:#B2B2B2;
	font-weight:bold;
	}
#center p.alert{
	padding-top:3px;
	padding-bottom:3px;
	border-top:solid 1px #940C10;
	border-bottom:solid 1px #940C10;
	background:#FFBABC;
	color:#940C10;
	font-weight:bold;
	}

#center ul{
	/*list-style:outside url(../images/li.jpg);*/
	list-style:outside bullet;
	margin-top:8px;
	font-size:.75em;
	margin-left:23px;
	margin-bottom:10px;}
#center li{
	margin-bottom:5px;}
#center h1.soumenu ul{
	list-style-type:none;
	margin:0;
	font-size:1em;}
#center h1.soumenu li.smenu{
	float:left;
	position:relative;
	display:block;}
#center h1.soumenu li.selected{
	background:url(../images/li_sel.jpg) no-repeat center;
	color:#9E944C;}
#center h1.soumenu a, #center h1.soumenu span{
	display:block;
	padding-left:5px;
	margin-bottom:0px;
	display:block;}
#center h1.soumenu span{
	color:#CDC8BC;
}
#center p a.download{
	margin-bottom:5px;
	padding-left:15px;
	background:url(../images/dwnload.jpg) top left no-repeat;}	
#center p a.download:link{
	background:url(../images/dwnload.jpg) top left no-repeat;}
#center p a.download:visited{
	background:url(../images/dwnload.jpg) top left no-repeat;}
#center p a.download:hover{
	background:url(../images/dwnload.jpg) left -17px no-repeat;}
#center p a.download:active{
	background:url(../images/dwnload.jpg) top left no-repeat;}
#center p a.download:focus{
	background:url(../images/dwnload.jpg) left -17px no-repeat;}
#center table.registre{
	border-top:1px dotted #666666;
	border-collapse:collapse;
	width:880px;
	}
#center table.registre tr{
	background:#E8E5CE;
	}
#center table.registre tr.impair{
	background:#F0EFE6;
	}
#center table.registre th{
	border:0;
	font-size:.8em;
	font-weight:bold;
	color:#808080;
	text-align:center;
	padding:7px 3px;
	background:repeat-x url(../images/th.jpg) bottom #fff;
	border-bottom:8px #fff solid;
	}
#center table.registre td{
	color:#333333;
	padding:7px;
	font-size:.9em;
	text-align:left;
	}
#center table.registre td.lang{
	font-size:.8em;
	text-align:center;}
#center table.registre td.name{
	font-weight:bold;
	text-align:left;}
#center table.registre td.char{
	font-size:.75em;
	text-align:justify;}
#center table.registre td.cont{
	font-size:.7em;
	text-align:left;}
#center table.registre td.num{
	text-align:center;}
	
#center th p{
	float:right;
	height:100%;
	padding-top:7px;
}
#center th a{
	width:17px;
	height:13px;
	display:block;
	float:left;
	position:relative;
	}
#center th a.down, #center th a.down:link, #center th a.down:visited{
	background:transparent url(../images/down_off.gif) no-repeat top left;}
#center th a.down:hover{
	background:transparent url(../images/down.gif) no-repeat top left;}
#center th a.down:active{
	background:transparent url(../images/down_off.gif) no-repeat top left;}
#center th a.down:focus{
	background:transparent url(../images/down.gif) no-repeat top left;}


#center th a.up, #center th a.up:link, #center th a.up:visited{
	background:transparent url(../images/up_off.gif) no-repeat top left;}
#center th a.up:hover{
	background:transparent url(../images/up.gif) no-repeat top left;}
#center th a.up:active{
	background:transparent url(../images/up_off.gif) no-repeat top left;}
#center th a.up:focus{
	background:transparent url(../images/up.gif) no-repeat top left;}

#center th a.select2:link, #center th a.select2:visited, #center th a.select2:active{
	background:transparent url(../images/down_on.gif) no-repeat top left;
	}
#center th a.select1:link, #center th a.select1:visited, #center th a.select1:active{
	background:transparent url(../images/up_on.gif) no-repeat top left;
	}
#center li a.print{
	padding-left:21px;
	background:url(../images/print.jpg) no-repeat center left;
	display:block;
	width:auto;
	position:relative;
	line-height:22px;}
#center li a.csv{
	padding-left:23px;
	background:url(../images/csv.jpg) no-repeat center left;
	display:block;
	width:auto;
	position:relative;
	line-height:22px;}
.popup{
	margin-top:0;
	top:0;
	}
/*RIGHT*/
#right{
	z-index:2;
	position:relative;
	float:right;
	width:255px;
	background:#E8E6D8;
	border:#940C10 1px solid;
	padding:0px;
	margin-left:12px;
	margin-bottom:5px;}
#center #right h1{
	color:#940C10;
	text-decoration:underline;
	font-size:.8em;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	display:inline;
}
#center #right p{
	color:#940C10;
	font-size:.7em;
	padding:5px 10px 5px 10px;
	}
#right a{
	font-weight:bold;
	color:#76859c;
	text-decoration:underline;}
#right ul{padding-right:10px;}
/*FOOTER*/
#footer{
	text-align:center;
	clear:both;
	border-top:30px solid #fff;
	margin-bottom:50px;
}
#footer	p{
	color:#9E944C;
	font-size:.7em;}
	
#footer ul#menu01{
	position:relative;
	padding-top:0;
	list-style-type:none;}
#footer	 ul#menu01 li{
	border-right:1px solid #9E944C;
	display:inline;
	margin:0;
	padding:0;}
	
#footer	ul#menu01 li.last{
	border-right:0px; }
#footer	 ul#menu01 li a{
	padding:0px;
	padding-right:5px;
	padding-left:5px;
	color:#9E944C;
	text-decoration:none;
	font-size:.7em;}

