body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background:#375586 url('../graphics/rs_background.gif') repeat-y center;
}

#header {
	display:none;
}


#menu {
position: absolute;
left:0;
margin:0;
width: 165px;
background:transparent url('../graphics/rs_bg_logo.jpg') no-repeat 0px 0px;
padding:210px 0px 0px 0px;
}


	#menu ul {
	list-style-type: none;
	padding:0;margin:0;
	text-align:center;
	line-height:2em;
	}
	#menu li {
	margin-bottom: 5px;
	}
	#menu a {
	margin: 0 2px;
	color: #375586;
	font-weight:bold;
	border-bottom: 1px #375586 dotted;
	text-decoration: none;
	}
	#menu a:hover {
	border-bottom: 1px #375586 solid;
	}

	#menu a.on {
	color:#000000;
	border-bottom: 0px #375586 solid;
	}


#conteneur
{
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	background:transparent url('../graphics/rs_bg_photos.jpg') no-repeat;
}
#contenu {
margin-top: 100px;
margin-left: 200px;
margin-right: 10px;
text-align:justify;
}

#note{
float:right;
margin-top:30px;
margin-left:10px;
width:200px;
color:#eee;
text-align:left;
background-color:#df810e;
padding:2px 5px 5px 12px;
}
    #note h2{
    background:tranparent;
    color:#000;
    font-size:1em;
    font-weight:normal;
    }

h1, .titre1{
	margin-left:-25px;
	font-weight:normal;
	font-size:1.6em;
	color:#000000;
	padding:0px 25px;
	/*height:22px;*/
	background: transparent url('../graphics/rs_bullet_h1.png') no-repeat 0px 3px;
	border-top: 2px #D1CCBD solid;
	}
h2, dt, .titre2{
	font-weight:normal;
	font-size:1.2em;
	color:#46433c;
	margin:0;
	padding:0;
	}
h3, .titre3, dt{
	font-weight:normal;
	font-size:1.1em;
	color:#66635c;
	margin: 10px 0px 3px 0px;
	padding:0;
	}
.titre1, .titre2, .titre3{
	display:block;
	margin: 10px 0px 3px 0px;
	}	
	
img{
	border:1px black solid;
}
img.imgleft{
	float:left;
	margin-right:10px;
}
img.imgright{
	float:right;
	margin-left:10px;
	margin-right:10px;
}
p {margin: 10px 0px 5px 0px;}
a {
	color: #375586;
	border-bottom: 1px #375586 dotted;
	text-decoration: none;
	}
a:hover {
	border-bottom: 1px #375586 solid;
	}

.black{color:#000;}
.borderblack{border: 1px #666 solid}
.noborder{border-width: 0px}
.chapeau{font-style: italic;font-size:1em;}
.bold, .gras{font-weight: bold;}
.italic, .italique, .source {font-style: italic;}
.red, .rouge{color:#ae3b21;}
.chemin{font-size:1em; font-weight:bold;}
.copyright {font-size:0.6em;font-style: italic;color:#999}
