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

body
	{
	margin: 0;
	padding: 0;
	color: #444;
	background-color: #ccc;			
	font-size: 10px; 
	font-family: Arial, Helvetica;
	scrollbar-face-color: #e2e2e2;
	scrollbar-shadow-color: #7f3333;
	scrollbar-highlight-color: #7f3333;
	scrollbar-3dlight-color: #e2e2e2; 
	scrollbar-darkshadow-color: #e2e2e2; 
	scrollbar-track-color: #e2e2e2;
	scrollbar-arrow-color: #7f3333;
    	background-image: url('../img/background.jpg');
    	background-repeat: repeat-h;
	background-position: left top;   	
	text-align: center;
	}
/* ________________ Lien ________________  */

a:link 
	{ 
	font-weight: normal; 
	font-size: 10px;  
	color: #7f3333;
	font-family: Arial, Helvetica; 
	text-decoration: underline;
	}

a:visited 
	{ 
	font-weight: normal;
	font-size: 10px;  
	color: #7f3333;		 
	font-family: Arial, Helvetica; 
	text-decoration: none; 
	}

a:hover 
	{  
	font-weight: normal; 
	font-size: 10px;  
	color: #999;
	font-family: Arial, Helvetica; 
	text-decoration: none; 
	}

/* ________________ Définition des boutons ________________ */

input,
select
	{
    	border: #666 1px solid;
	font-size: 10px;
	background-color: #e2e2e2;
	color: #7f3333;
	}
textarea
	{
    	border: #666 1px solid;
	font-size: 12px;
	background-color: #e2e2e2;
	color: #7f3333;
	}
/* ________________ 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 
	{	
	font-weight: bold;
	font-size: 12px; 
	background-color: transparent;
	border: 0px solid #d0d0d0;
	color: #7f3333;	
	}

.titrarc 
	{
	font-weight: bold;
	font-size: 12px;
	color: #7f3333;
	}

.titre 
	{
	font-size: 20px;
	padding: 5px;
	background-color: transparent;
	border: 0px solid #d0d0d0;
	color: #7f3333;
    	z-index: 2;	
	/* DESACTIVE
	overflow: hidden; 
	display: none;  */	 
	}	
	
/* 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: 780px;	
	text-align: center;
	margin: 0  auto;	
	padding: 0;
	font-size: 10px;	
    	background-color: #fff;     	  	   	   			
	}
#container table,
#container td
	{
    	background-color: transparent;		
	}

/* ________________ Partie Bandeau du site ________________ */

#head,
#head td.visuelrotate
	{	
	text-align: center;
	width: 780px;
	height: 150px;
    	background-color: transparent;
    	text-align: right;
    	/*background-image: url('../img/fond.jpg');
    	background-repeat: no-repeat;
	background-position: left top;*/			 		
	}

td.visuelrotate
	{
    	z-index: 1;	
	}

/* ________________ Partie Menu ________________ */

#flag
	{
	position: absolute;
	top: 160px;
	width: 80px;
	left: 684px;
	text-align: left;
	white-space: nowrap;
	background-color: transparent;				
	z-index: 6;		
	}

#menu
	{
	position: absolute;
	top: 200px;
	width: 552px;
	left: 248px;
	text-align: left;
	white-space: nowrap;
	background-color: transparent;				
	z-index: 6;		
	}
#menu a
	{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;		
	}
	

#menu dt, 
#menu dl, 
#menu dd 
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#menu dl 
	{
	float: left;
	max-width: 100px;
	margin: 0;
	padding: 10px;		
	}

#smenu1, 
#smenu2, 
#smenu3, 
#smenu4, 
#smenu5, 
#smenu6, 
#smenu7, 
#smenu8 
	{	
	display: none;
	font-size: 7pt;		
	}

#smenu1 a, 
#smenu2 a, 
#smenu3 a, 
#smenu4 a, 
#smenu5 a, 
#smenu6 a, 
#smenu7 a, 
#smenu8 a 
	{
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
	white-space: nowrap;
	font-size: 9pt; 
	background-color: transparent;			
	}


/* ________________ Partie Navigation ________________ */

#nav 
	{
	font-weight: normal;	
	height: 0px;	
	background-color: transparent;
	visibility: hidden;	
	z-index: 5;	
	}
		
/* ________________ Partie Corps ________________ */

#zonecorps
	{
	text-align: justify;	
    	background-image: url('../img/logo_menu.jpg');
    	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;		
	}
#zonecorps table,
#zonecorps td
	{	
	background-color: transparent;					
	}
.espacement
	{
	padding: 5px 5px 5px 5px;	
	}
div#spacelogo
	{
	padding-top: 100px;	
	}

/* ________________ Partie Gauche ________________ */

#gauche
	{
	position: relative;
	width: 170px;
	padding-right: 5px;		
	text-align: left;
	font-size: 10px;  	
	background-color: transparent;
    	border-right : 1px solid #7f3333;	
	z-index: 5;		
	}

#gauche table,
#gauche td
	{
	background-color: transparent;
	font-size: 10px; 	
	text-align: justify;					
	}


/* ________________ Partie Texte ________________ */


div#texte
	{	
	width: 600px;
	padding-bottom: 5px;
	z-index: 5;
	font-size: 11px; 
	background-color: transparent;    		
	text-align: justify;		
	}
/*DESACTIVE
div#defil
	{
	width: 435px;	
	height: 168px;	
	overflow: auto;	
	}
*/
div#padding1
	{
	padding: 5px 0px 0px 5px;    		
	}
div#padding2
	{	
	padding-right: 0px;
	}

#textesansrub 
	{
	width: 780px;	
	marging: 2px;
	text-align: justify;
	background-color: transparent;
	}

#textesansrub table, 
#texte table,
#imprimtexte table,
.bgcolor table  
	{
	min-width: 250px;
	background-color: transparent;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	font-size: 10px; 	
	}

#textesansrub td,
#texte td, 
#imprimtexte td,
.bgcolor td
	{
	background-color: transparent;	
	}


/* ________________ Partie Texte Imprimer ________________ */

#imprimtexte 
	{
	width: 620px;
	padding-top: 100px;	
    	background-image: url('../img/logo_menu.jpg');
    	background-repeat: no-repeat;
	background-position: left top;		
	text-align: left;
	margin: auto;	
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	background-color: #fff;	
	}

/* ________________ Partie Droite ________________ */
/*DESACTIVE
#droit
	{
	position: relative;
	width: 160px;
	padding-left: 5px;	
	text-align: left;	
	font-size: 10px;  	
	background-color: transparent;
    	border-left : 1px solid #7f3333;	
	z-index: 5;		
	}

#droit table,
#droit td
	{
	background-color: transparent;
	font-size: 10px; 	
	text-align: left;					
	}
*/
/* ________________ Partie En-marge de droite ________________ */
/* DESACTIVE
#margedroite 
	{
	width: 47px;
	text-align: right;		
	z-index: 6;		
	}
#margedroite table,
#margedroite td
	{
	position: relative;
	top: 10px;
	width: 47px;
	left: 10px;	
	height: 407px;
	background-color: transparent;	
	text-align: right;		
	}
*/
/* ________________ Partie Pied de page ________________ */

#piedpage
	{
	color: #7f3333;	
	padding-top: 5px; 		
    	z-index: 5;    		     		
	}

#piedpage table
	{
	width: 760px;				
    	background-color: transparent;
    	border-top : 1px solid #7f3333; 
	}
#piedpage td
	{
	font-size: 10px; 	
	text-align: center;
	color: #7f3333;		
	}

/* ________________ Class de l'assistant ________________ */

#assist 
	{
	width: 100%;
	padding: 5px;
	background-color: #444;
	border: 1px solid #FFF;
	}
#assist table 
	{
	border: 1px solid #FFF;
	width: 100%;
	padding: 5px;
	border-spacing: 1px;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	}

#assist td 
	{
	border: 1px solid #FFF;
	padding: 5px;
	}

#assist .row1 
	{  
	background-color: #fff; 	
	}
#assist .row2 
	{ 
	background-color: #fff; 
	}
#assist .category 
	{ 
	font-weight: bold; 
	line-height: 130%; 
	color: #3A4F6C; 
	background-color: #9FBCE3;
	}
#assist .titlemedium 
	{ 
	font-weight: bold; 
	color: #3A4F6C; 
	height: 10px; 
	background-color: #9FBCE3;
	}
#assist a:link,
#assist a:visited { 
	text-decoration: underline; 
	color: #706F6A;
	}
#assist a:hover, 
#assist a:active { 
	text-decoration: none; 
	color: #555555;
	}
