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

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

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

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

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

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

/***** Outils *****/
#Outils{
	background:url(../images/fond_outils.jpg) no-repeat;
	height:20px;
	width:730px;
	padding-left:200px;
}

.Outils{
	color:#4B0000;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:170px;
}

/***** Conteneur *****/
#conteneur2{
	background:url(../images/font_conteneur.gif) repeat-y;
	width:930px;
}

/***** Menu *****/
#menu{
	float:left;
	width:200px;
	background:url(../images/fond_menu_img.gif) no-repeat;
	margin-left:1px;
	min-height:214px;
	padding:30px 0px 0px 3px;
}

.pas_de_ssmenu{
	margin-bottom:5px;
}

.pas_de_ssmenu img {
}

.ssmenu{
}

.ssmenu img{
}

.ssmenu_bottom{
}

.smenu{
	list-style-type:disc;
	list-style-position:inside;
	color:#4B0000;
	margin:5px 0px 0px 24px;
}

dt.ssmenu {
}

.smenu li{
	text-align:left;
	margin-right:23px;
	line-height:20px;
}

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

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

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

/***** Contenu *****/
#contenu{
	width:695px;
	float:left;
}

#bottomCorps{
	margin-bottom:10px;
}

.titre{
	margin-top:15px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#de0303;
}

.clearer{
	clear:both;
}

/***** Footer *****/
#footer{
	background:transparent url(../images/fond_footer.gif) no-repeat scroll 0%;
	height:42px;
	padding:0px 0px 0px 182px;
	text-align:center;
}

/***** Liens *****/
a, a:visited{
	color:#4b0000;
	text-decoration:none;
	font-weight:normal;
}

a:hover{
	color:#4b0000;
	font-weight:bold;
}

/***** Menu text *****/
.smenu a:hover{
	color:#4b0000;
	font-weight:normal;
	text-decoration:underline;
}

.smenu a.active{
	color:#4b0000;
	font-weight:normal;
	text-decoration:underline;
}

.menuText{
	color:#4b0000;
	text-decoration:none;
	font-weight:normal;
}

.menuText a{
	color:#4b0000;
	text-decoration:none;
	font-weight:normal;
}

.menuText a:hover{
	color:#4b0000;
	font-weight:bold;
}

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