/* CSS Document */
/*main*/
html, body, form, h1, h2, h3, h4, ul, li, p {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
}

html, body, form, h2, h3, h4, ul, li, p {
font-size: 16px;
}


img{
	margin: 0;
	padding: 0;
	border:none;
}

a {
	color: #FF6600;
	text-decoration:none;
}
a:hover {
	color: #FFA405;
}

.clear {
	clear: both;
}

body{
background: #2D0202;
color: #F4C389;
font-family: arial;
font-size: 12px;
}



/*---------------------menu----------------------*/

#menu{
	position: absolute;
	top:350px;
	left:0;
	width: 800px;
	height: 50px;
	background-color: #FFFFFF;
}

#menu  li{
  list-style:none;
  float:left;
  text-align: center;
  cursor:pointer;
  line-height:50px;
  width:159px;
  color: #7C0000;
  border-right:1px solid #F4C389;
}

#menu a{
	display:block;	
	height: 50px;
	width:159px;
	line-height:50px;
	color: #7C0000;
	text-decoration: none;
}


#menu a:hover {
text-decoration: none;
color:#000;
}


#smenu1, #smenu2{
position:absolute;
top:50px;
width:159px;
}

#smenu1{
right:161px;
}

#smenu2{
right:0;
}


#smenu1 li, #smenu2 li{
background: #fff;
list-style-type:none;
border:none;
}

#smenu1 a, #smenu2 a{
display:block;
height:15px;
line-height:15px;
color: #7C0000;
background-color: #fff;
text-align: left;
border-top:1px solid #000;margin-bottom:4px;
}



/*------------------fin menu--------------------*/
/*------------------corps-----------------------*/

.centrer{
text-align:center;
}


#warpper{
	margin: auto;
	width: 800px;
    background: #7C0000;
	position:relative;
}

#header{
height:350px;
}

.text_pres{
	padding:10px 10px 10px 10px;
	text-align:justify;
	font-size:1em;
	background: #911702;
	width:600px;
	margin:auto;
	margin-bottom:20px;
}

.lien_ref{
text-align:center;
font-size:1em;
}

.lien_ref a{
display:block;
text-align:center;
font-size:1.1em;
}


#footer {
	text-align: center;
	background: url(../images/divider.gif) repeat-x;
	margin: 51px 0 0 0 ;
	padding:10px 0 10px 0;
	height:40px;
}
#footer li {
  list-style: none;
  display: inline;

}
#footer a, #footer li,#footer p{
  color: #E49E6F;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#footer p {
  margin:10px 0 0 0;
  font-size:0.8em;
}





