/* CSS Document */
img, p, h1, h2, h3, h4, h5, h6, table, tr, td, div, a, dt, dd, ul, li, form{
	margin:0px;
	padding:0px;
}

body {
	background:#D9E4EB;
	color:#000000;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin:0px;
	position:relative;
}

/***** Conteneur *****/

#conteneur {
	margin:auto;
	position:relative;
	width:969px;
}

/***** corps *****/
#corps {
	background:transparent url(../images/fond_corps.gif) repeat-y top left;
	margin:auto;
	position:relative;
	width:969px;
	margin-top:10px;
}

/***** Bandeau *****/
#bandeau{
	background: transparent url(../images/fond_bandeau.gif) no-repeat;
	height:83px;
}

#affBandeau{
	position:absolute;
	top:0;
}

#affBandeau p{
	font-size:11px;
	line-height:15px;
	padding-top:10px;
	text-align:justify;
	width:590px;
}

/***** Conteneur2 *****/
#conteneur2{
	background:url(../images/fond_conteneur.gif) repeat-y;
	width:960px;
	margin-left:2px;
}

/***** Menu *****/
#menu{
	position:relative;
	background:transparent url(../images/fond_menu.gif) no-repeat scroll 0% 0%;
	float:left;
	font-size:11px;
	min-height:201px;
	padding-top:45px;
	width:222px;
}

.pas_de_ssmenu{
padding-left:25px;
}

.pas_de_ssmenu img {
}

.ssmenu{
padding-left:25px;
}

.ssmenu img{
}

.ssmenu_bottom{
	background:url(../images/menu_bottom.png) no-repeat;
	width:178px;
	height:10px;
}

.smenu{
	background:url(../images/menu_fond.png) repeat-y;
	padding:5px 0px 0px 50px;
	list-style:square;
	color:#000000;
}

.smenu li{
	margin-right:20px;
}

.smenu a{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

.smenu a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#d5060a;	
}

.smenu a.active{
	text-decoration:underline;
	font-weight:bold;
	color:#d5060a;	
}

/***** Corps *****/
#contenu{
	float:left;
	width:712px;
	}

#Outils{
	margin:2px 0px;
	padding-right:10px;
	width:712px;
	
}

.titre{
	width:726px;
	height:21px;
	text-align:right;
	padding:2px 6px 0px 0px;
}

.paragraphe{
	text-align:justify;
}

.titre p{
	margin-right:5px;
	font-size:13px;
	color:#d6080c;
	font-weight:bolder;
	font-style:normal;
}

.titre a{
	color:#d6080c;
	text-decoration:none;
}

.titre a:hover{
	color:#000000;
}

#presentation{
	background:url(../images/corps_fond.png) repeat-y;
	width:717px;
}

#presentation li{
	margin-left:20px;
}

a.lien{
	color:#d6080c;
	text-decoration:none;
}

a.lien:hover{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

#bottomCorps{
	width:500px;
	height:10px;
}

/***** Footer *****/
#footer {
	background:transparent url(../images/fond-footer.gif) no-repeat; /* IE6, IE7beta2, Gecko */
	clear:both;
	height:34px;
	width:769px;
	text-align:center;
	color:white;
	margin-left:1px;
	padding-top:2px;
	padding-left:200px;
}

#footer a{
	color:#FFFFFF
}

#footer a:hover{
	color:#000000;
	font-weight:bold;
}

/***** LIENS GÉNÉRAUX *****/
a{
	color:#d5060a;
	font-weight:bold;
	text-decoration:none;
}

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

/***** TABLES *****/
table.tableau{
	margin:10px 10px 0px;
	background:#EC362E;
}

.tableau th{
	color:#222222;
}

.tableau tr{
	background-color:#F8B2AF;
}

.tableau td{
	color:#555555;
	padding:3px;
}

.tableau .qt table{
	margin:0px;
	background:#FFFFFF;
}

.tableau .qt th{
	color:#000000;
}

.tableau .qt tr{
	background-color:#FFFFFF;
}

.tableau .qt td{
	color:#000000;
	padding:0px;
}
.tableau .qt td input{
	font-size:14px;
	height:16px;
	text-align:center;
	width:30px;
}

/***** INPUT *****/
.input{
	border:1px solid #AAAAAA;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
}

.input200{
	width:200px;
	border:1px solid #AAAAAA;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
}

/***** Séparation *****/
.separation{
	margin:5px 0px 0px 13px;
	padding-bottom:3px;
}

/***** Affichages page par page *****/
#affPageParPage{
	text-align:center;
	padding-top:5px;
}

/***** Clearer *****/
.clearer{
	clear:both;
}

/***** Menu text *****/
.menuText{
	color:#000000;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	text-transform:capitalize;
}

.menuText a{
	color:#000000;
	font-weight:bold;
}

.menuText a:hover{
	color:#d5060a;
	text-decoration:none;
}

.menuTextActif{
	color:#d5060a;
	font-weight:bold;
}