body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding:0;
}
#titre{
	text-indent: -9000px;
	display: none;
}
#logo{
	position: absolute;
	width: 120px;
	text-align: left;
	left:140px;
	right: auto;
	top: 1px;
}
#top{
	background:url(../images/top_right.jpg);
}
#bandeau{
	background:url(../images/top.jpg) no-repeat left top;
}
#header{
	background:url(../images/top_right.jpg);
}
a.header, a.header:active, a.header:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size:1em;
	color:#000;
	text-decoration:none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	}
a.header:hover{
	border-top: dashed 1px #000;
	border-bottom: solid 5px #f00;
	background: #ccc;
}
#sommaire{
	position: absolute;
	width: 450px;
	left:5px;
	right: auto;
	top: 135px;
	float:left;
	text-align: left;
}
A.sommaire, A.sommaire:active, A.sommaire:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	}
A.sommaire:hover{ text-decoration:underline; color:#000;}

/*** CONTENT PAGES ***/
#corps{
	background: url(../images/rd_nr.jpg) no-repeat 100px 35px #F9F8F3;
	padding-left:100px;
	font-size:1em;
	}
h1{
	background: url(../images/rd_bc.jpg) no-repeat right 35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color: #484640;
	font-style: italic;
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 50px;
}
h2{
	background: url(../images/bande.jpg) no-repeat top left;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	}
h3{
	background: url(../images/red.gif) no-repeat 15px;
	text-indent:15px;
	padding-left: 20px;
	font-size: 1.2em;
	color: #484640;
	}
p{
	font-size: 1.3em;
	text-align:justify;
	padding-bottom: 25px;
	padding-right: 75px;
}
/*** BAS PAGES ***/
#footer{
	background:url(../images/bottom.jpg) repeat-x top #fff;
	top: 100%;
	height: 40px;
	padding-top: 15px;
	padding-bottom: 1%;
	text-align: center;
	}

A.footer, A.footer:active, A.footer:visited{
	color: #000;
	text-decoration: none;
	padding: 8px;
	}
A.footer:hover{ text-decoration:underline; color:#777;}

#contact{
	position:absolute;
	width:400px;
	height:120px;
	top: 60px;
	right: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	color: #ece9d8;
	visibility: hidden;
}
#contact a{
	font-size: 1.3em;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#contact a:hover{ text-decoration:underline; color:#f00;}
