@charset "utf-8";

body{
	margin:0;
	padding:0;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #2d1717;
	font-family: Arial, Helvetica, sans-serif;

}
h1{
	margin:0;	padding:0;
}
h2{
	margin:0;
	padding:0;
	width:188px;
	height:24px;
	background-image: url(../img/bg-titre-menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f4d0d0;
	padding-left:24px;
	padding-top:11px;
}
h3{
	font-size: 12px;
}
p{
	text-align:justify;
}

#content{
	width:846px;
	margin-left:auto;
	margin-right:auto;
}
#menu-top{
	margin:0;
	padding:0;
	width:831px;
	height:40px;
	background-image: url(../img/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:15px;
	margin-bottom:6px;
}

#menu-top a{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fdfcdf;
	text-decoration:none;
	list-style-type:none;
	display:block;
	width:112px;
	height:30px;
	padding-top:10px;
	float:left;

}
#menu-top a:hover{
	background-image: url(../img/bg-bouton.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu{
	margin:0; padding:0;
	margin-left:10px;
	background-image: url(../img/bg-menu-gauche.jpg);
	background-repeat: repeat-y;
	background-position:top left;
	float:left;
}

#menu a{
	display:block;
	width:187px; height:17px;
	padding-top:1px;
	padding-left:25px;
	font-size: 12px;
	text-decoration:none;
	color: #f4d0d0;

}
#menu a:hover{
	background-image: url(../img/bg-selected.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu a.selected{
	background-image: url(../img/bg-selected.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#ss-menu{
	margin:0; padding:0;
	width:212px;
	background-image: url(../img/bg-submenu.jpg);
}
#ss-menu a{
	background-image:none;
	display:block;
	width:162px;
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f7f1ae;
	padding-left:50px;;
}
#ss-menu a:hover{
	background-image: url(../img/bg-selected2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#ss-menu a.selected{
	background-image: url(../img/bg-selected2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu-gauche-footer{
	width:212px;
	height:95px;
	background-image: url(../img/bg-menu-gauche-footer.jpg);
}

#main{
	float:right;
	padding-right:20px; margin-bottom:10px;
	width:580px;
}
#main img{
	border:1px solid #c85353;
}
#footer{
	width:826px; height:32px;
	background-image: url(../img/footer.jpg);
	margin-bottom:20px;
	padding:10px; padding-top:23px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#col_centre{
	float:left;
	text-align:justify;
	color:#FFFFFF;
	font-size:12px;
	width:580px;
}

#col_centre .content_image_left {
	margin-right : 20px;
}

#col_centre .content_image_center {
	margin-top : 10px;
	margin-bottom : 10px;
}

#col_centre .content_image_right {
	margin-left : 20px;
}



#col_left{
	float:left;
}

#col_right{
	float:right;
}

#col_right, #col_left{
	width:280px;
	color:#FFFFFF;
	font-size:12px;
}
