/*Normalise les marges et le remplissage*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0;}
/*Normalise les tailles de polices pour les en-têtes*/
h1, h2, h3, h4, h5, h6
{font-size: 100%;}
/*Supprime list-style pour les listes*/
ol, ul
{list-style: none;}
/*Normalise les styles et graisses de fontes*/
address, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-weight: normal;}
/*Supprime les bordures dans les tableaux*/
table
{border-collapse: collapse; border-spacing:0;}
/*Supprime les bordures dans les éléments fieldset et img*/
fieldset, img
{border: 0;}
/*Aligne le texte à gauche dans caption et th*/
caption, th
{text-align: left;}
/*supprime les apostrophes doubles (guillemets anglais) autour de q*/
q:before, qu:after
{content:'';}
html {
	
}
body{
	position: relative;
	width: 98%;
	min-width: 640px;
	margin: 0 auto;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #600;
	behavior: url(csshover.htc);
	}
div#content {
	z-index: 1;
	position: relative;
	width: 100%;
}
div#logo{
position: absolute;
top: 0px;
left:0px;
}
#logo a{
	text-decoration: none;
}
div#logo h1 {
z-index : 5;
	text-align: right;
	padding: 0px 40px 0 0;
	font-size: 1.7em;
	font-variant: small-caps;
	font-weight: bolder;
	letter-spacing: 10px;
	color: #b8b8b8;
}
div#logo h2 {
z-index : 5;
	text-align: right;
	padding: 0px 45px 0 0;
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.5em;
	color: #b8b8b8;
}
div#logo h2 em{
	padding: 0px 70px 0 0;
}
div#logo h2 strong{
	font-weight: bold;
	font-size: 0.7em;
	font-variant: normal;
	letter-spacing: 0em;
	font-style: italic;
	MARGIN-right: 0px;
}
/*----------------------------------------rappel_haut de page--------------------------------------------*/
div#rappel_haut{
	z-index : 10;
	/*background-color: #711;*/
	position: absolute;
	top:17px;
	left: 312px;
	width: 49%;
	font-family: "Berlin Sans FB","Arial Narrow";
	letter-spacing: 0.3em;
	text-align:justify;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 1em;
	
}
#rappel_haut h1{
	font-size: 2em;
	color: #CCCCCC;
	text-align: right;
	letter-spacing: 0.2em;
	font-variant: small-caps;
	text-decoration: none;
}
#rappel_haut h2{
font-size: .9em;
	color: #fff;
	text-align: right;
	letter-spacing: 0.5em;
	text-decoration: none;
}
#rappel_haut p{
text-align: right;
	font-size: 0.7em;
	color: #fff;
	text-decoration: none;
	/*top: -15px;*/
	position: relative;
}
#rappel_haut p strong{
font-size: 1.8em;
}
/*----------------------------------------------Content_main----------------------------------------------- */
div#content_main{
	font-family: "Berlin Sans FB","Arial Narrow";
	font-size: 1em;
	letter-spacing: 0.2em;
	text-align:justify;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	z-index : 10;
	/*background-color: #711;*/
	position: absolute;
	top:129px;
	left:312px;
	width: 50%;
	overflow: auto;
	height: 470px;
}

div#content_main h1 {
z-index : 5;
	text-align: right;
	padding: 0px 10px 0 0;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: bolder;
	letter-spacing: 10px;
	color: #b8b8b8;
}
div#content_main h2 {
z-index : 5;
	text-align: right;
	padding: 0px 10px 0 0;
	font-size: 1em;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #b8b8b8;
}
div#content_main h2 em{
	padding: 0px 70px 0 0;
}
div#content_main h2 strong{
	font-weight: bold;
	font-size: .9em;
	font-variant: normal;
	letter-spacing: 0em;
	font-style: italic;
	MARGIN-right: 0px;
}
div#content_main ul{
	z-index : 5;
	margin-top: 2em;
	padding: 0 0px 0 0px;
	text-align: justify;
}
div#content_main li > p{
	z-index : 5;
	padding: 1em;
	font-size: 1em;
}
div#content_main li h3{
	font-size: 0.9em;
	font-variant: small-caps;
	text-indent: 0px;
}
div#content_main li h4{
	font-size: 1em;
	text-indent: 7px;
	font-style: italic; 
	font-weight: normal;
}
div#content_main  em{font-style: italic; font-weight: normal;}
div#content_main  strong{font-style: normal; font-weight: bold;}
div#content_main li > p:first-letter {
float: left;
margin: 0.15em 0.15em 0;
font-size: 2em;
text-transform: uppercase;
}
/*------------------------------Parti centrale contenant l'image de base--------------------*/
div#content_img{
	position: absolute;
	z-index: 1;
	top:90px;
	left :307px;
	background: url(../images/NB0438.jpg) no-repeat left;
	height: 608px;
	width: 56%;
	visibility: visible;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
	margin-left: 0.4em;
	top: -7px;
}
/* --------------------------------------------Fin Content_main--------------------------------------------*/
/*-----------------------------------Menu Droit de la page------------------*/
div#content_reste{
	z-index: 2;
	background-color: #660000;
	position: relative;
	min-width: 115px;
	left : 91%;
	top: 0;
	right: -10px;
	margin-left: -1.2em;
	width: 115px; 
	height: 608px;
	}
div#content_reste li{
float: left;
margin: 2px;
}
div#content_reste h2{
font-size: 120%;
font-variant: small-caps;
font-weight: normal;
letter-spacing: 0.6em;
color: #b8b8b8;
}
div#content_reste p
{
padding: 1em;
font-size: 70%;
}
div#content_reste p em
{font-style: italic;}
div#content_reste img{
border-color: #fff;
border-style: solid;
border-width: 1px;
}
#content_menu #news {
	font-weight: bold;
	color: #FFF;
	visibility: visible;
	position: relative;
	top: 50px;
	font-size: .7em;
}
/*----------------------------Pied de Page-----------------*/
#ours{
	font-size: .6em;
	position: absolute;
	top : 100%;
	z-index: 0;
	width:100%;
	left: auto;
	right: -20px;
	text-align: right;
	}
#ours li{
display: inline;
padding-right: 10px;
padding-left: 10px;
color: #d5d5d5;
text-align: center;
}
#ours li a{
color: #929191;
	text-decoration: none;}
#ours li a:hover{
color: #fff}
#content #content_main a {
	color: #999999;
}
#content #content_main a:hover {
	color: #f0ea48;
}#date {
	color: #FFCC00;
	font-weight: 300;
}
#content #content_main a {
	text-decoration: none;
}
