body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

#conteneur {
	margin: 10px auto;
	width: 900px;
	background-color: #f9e987;
	border: solid 1px #c6070e;
	font-family: arial
}

div#titre {
	height: 100px;
	background-image: url(../images/banniere.jpg);
	margin-bottom: 30px;
}

div#menu_gauche {
	background-color: transparent;
	width: 150px;
	height: 500px;
	float: left;
	margin-top: 0px;
	border: solid 0px #000000;
}


#menu_gauche p {
	margin-left: 10px;
	text-align: left;
}

#menu_gauche p.sel {
	margin-left: 10px;
	text-align: left;
	background-color: #f7f0ac;
}

#menu_gauche p.des {
	margin-left: 10px;
	text-align: left;
	color: #ee9d72;
}	

#menu_gauche h1 {
	margin-left: 10px;
	margin-top: 10px;
	color: #c6070e;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial
}

#menu_gauche a {
	color: #c6070e;
	font-weight: bold;
	text-decoration: none;
}

#menu_gauche a:hover {
	text-decoration: underline;
}


#menu_gauche a.ss_menu {
	color: #c6070e;
	font-weight: normal;
	text-decoration: none;
}

#menu_gauche a.ss_menu:hover {
	text-decoration: underline;
}

div#menu_droite {
	background-color: transparent;
	width: 150px;
	float: right;
	margin-top: 0px;
	border: solid 0px #000000;
}	

#menu_droite p {
	margin-right: 10px;
	text-align: right;
}

#menu_droite a {
	color: #c6070e;
	font-weight: bold;
	text-decoration: none;
}

#menu_droite a:hover {
	text-decoration: underline;
}

div#bas {
	clear:both;
	text-align: center;
	padding: 10px 0 10px 0; 
}

#bas p {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 11px;
	text-align: center;
	color: #c6070e;
}

#bas a {
	color: #c6070e;
}

#bas a:hover {
	font-weight: bold;
}
