/* CSS Document */
* {margin:0;padding:0;border:0} 
body {
	background-color:#D3D2CE;
	
}
#global {
	position:absolute;
	top: 50%;
	width: 100%;
	height: 670px;
	margin-top: -335px;
	background-color:#D3D2CE;
	background-image:url(../images/accueil/fond_accueil_A52A30.jpg);
	background-position: center top;
	background-repeat: no-repeat;	/*border: 1px solid #FFF;*/	
}
#container {
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	margin:0 auto 0 auto;
	width: 870px;
	height: 630px;
	background-image: url(../images/fonds/fond_accueil.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*border: 1px solid #ff4444;*/
}

#centre { 
	position:relative;	
	margin:163px 0 0 0;
 	width:870px;
 	height:465px;
 	/*border: 1px solid #666;*/	 	 
  }   
/*** menu haut ***/  
#menu_haut{
	height:21px;
	background-image: url(../images/accueil/fond_menu_haut.gif);
	background-repeat: repeat-y;
	background-position: left top;		
}
.pos_contact{
background-color:#000;
top:0;
right:0;
}
.pos_contact:hover{
background-color:#444;
}
.pos_actu{
background-color:#C51D03;
top:0;
right:104px;
}
.pos_actu:hover{
background-color:#dd2d11;
}
#lien_actu,#lien_contact{
position:absolute;
padding:4px 0 0 0;
text-align:center;
font-size:10px;
text-transform: uppercase;
width:104px;
height:17px;
color:#C7C7C7;
}
#lien_actu a,#lien_contact a{
color:#C7C7C7;
text-decoration:none;

}
#lien_actu a:hover,#lien_contact a:hover {
text-decoration:none;
color:#FFF;
}

/*** liens langues ***/
#lang {
margin:0px 0 0 39px;
font-size:11px;
padding:2px 0 0 0;
}
#lang a {
color:#666565;
text-decoration:none;
}
#lang a:hover {
color:#fff;
text-decoration:none;
}
#lang .sep {
padding:0 3px 0 3px;
color:#666565;
}
#lang .selection {
color:#EAEAEA;
}

/*** flash ***/ 
 
 
#flash{
	height:300px;
} 
  
/*** menu bas ***/
#menu_bas{
	background-image: url(../images/accueil/fond_menu_bas.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {
	float:left;
	padding:25px 0 0 0px;
	text-align:left;
	height:58px;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	list-style-type: none;
	background-image: url(../images/accueil/fond_menu_bas.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav li {
	display:block;
	color:#656565;
	margin:0 0 12px 0;
	
}
#nav a:link, #nav a:visited {
	color:#656565;
	text-decoration: none;	
	padding:0 0 0 35px
}
#nav a:hover {
	color:#fff;
	text-decoration: none;
	
	padding:0 0px 0 35px;
	background-image: url(../images/accueil/fond_nav.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	
}
#bloc1{
	float:right;
	width:416px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#5f5f5f;
	margin:23px 0 0 0;
}
#bloc1 p {
padding:0 10px 0 0;
}
#bloc1 hr {
display:none;
}
#bloc1 #sep_ligne {
border-top: 1px solid #5f5f5f;
margin:4px 0 3px 0;
}
#rap_contexte{
position:absolute;
height:300px;
width:9px;
background-color:#045500;
top:21px;
left:0;
z-index:10000;
}