/* ________________ Style général ________________ */

body
	{
	margin: 0;
	padding: 0;
	color: #666666;
	background-color: #FFFFFF;				
	font-size: 11px; 
	font-family: Tahoma, Arial, Helvetica;
	scrollbar-face-color: #e2e2e2;
	scrollbar-shadow-color: ##999999;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #e2e2e2; 
	scrollbar-darkshadow-color: #e2e2e2; 
	scrollbar-track-color: #e2e2e2;
	scrollbar-arrow-color: #999999; 	
	text-align: center;
	}

/* ________________ Lien ________________  */

a:link 
	{ 
	font-weight: normal; 
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica; 
	text-decoration: none;	 
	}

a:visited 
	{ 
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
	}

a:hover 
	{  
	font-weight: normal; 
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica; 
	font-family: Tahoma, Arial, Helvetica; 
	text-decoration: overline;		 
	}

/* ________________ Définition des boutons ________________ */

input,
select
	{
  border: #D4CFC8 1px solid;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #406E7B;
	}
textarea
	{
  border: #D4CFC8 1px solid;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #406E7B;
	}
/* ________________ Définition des arrières plans spécifiques ________________ */

label
	{
	vertical-align: top;
	color: #990000;
	background-color: transparent;
	}

.bgcolor
	{
	background-color: transparent;
	font-size: 11px;	
	}

.tabdash
	{
	border: #666 1px dashed;
	}

/* ________________ Définition des titres ________________ */

.titrub,
div#texte .titrub table,
div#texte .titrub td  
	{	
	font-weight: bold;	
	font-size: 14px;
	font-family: Arial, Helvetica; 	
	text-align: left;		
	background-color: transparent;
	color: #DA3800;
  z-index: 2;
	}

.titrarc 
	{
	font-weight: bold;	
	font-size: 14px;
	font-family: Arial, Helvetica; 	
	text-align: left;		
	background-color: transparent;
	color: #0E577F;
  z-index: 2;	
	}

.titre 
	{
	font-weight: bold;	
	font-size: 16px;
	font-family: Arial, Helvetica;	
	text-align: left;		
	background-color: transparent;
	color: #666666;
  z-index: 2;
	}	
	
/* DESACTIVE
#titrubpdt 
	{		
	font-weight: bold;
	font-size: 10px;
	width: 509px;
	height: 37px;
	border: 0px solid #d0d0d0;
	color: #ccc;
	background-color: transparent;	
	text-align: left;	 	
	}

#fondpdt
	{

	background-color: transparent;
	text-align: left;	
	}
#fondmidpdt
	{
 
	background-color: transparent;
	text-align: justify;		
	}
*/
/* The following hack is to correct paragraph text size in IE/WIN */

/* \*/ * html body { font-size: 80%; } /* */

/* ________________ containers ________________ */


#container 
	{
	position: relative;
	width: 676px;
	/*height: 780px;*/	
	text-align: center;
	margin: 0  auto;
	background-color: #FFFFFF;	
	background-image: url('../img/menu/barre_header.jpg');
	background-repeat: no-repeat; 
	background-position: center top;
	z-index: 1;	 	  	   	   			
	}
#container table,
#container td
	{
	background-color: transparent;		
	}
/* ________________ Partie Logo ________________ */

#logo
	{
	position: absolute;
	top: 59px;
	left: 6px;
	width: 330px;
	height: 109px;	
	background-color: #FFFFFF;
	background-image: url('../img/menu/logo_header.jpg');
	background-repeat: no-repeat; 
	background-position: center top;
	z-index: 10;		
	}

/* ________________ Partie Bandeau du site ________________ */

#head
	{
	width:676px;
	height: 50px;	
	background-color: transparent;	
	text-align: center;
	z-index: 1;	
	}

#head #account
	{
	position: absolute;
	top: 5px;
	left: 582px;	
	width: 80px;	
	background-color: transparent;	
	text-align: center;
	}

/* ________________ Partie Pied de page ________________ */

#piedpage
	{
	width: 676px;	
	text-align: left;
	margin: 0  auto;
	font-family: Arial, Helvetica;	
	font-size: 10px;
	color: #666666;
	background-color: transparent;	
	z-index: 5;    		     		
	}

