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

body,  
body th,
body td 
	{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #ccc;		
	font-size: 9pt;
	font-family: Arial, Helvetica;
	scrollbar-face-color: #000;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #000; 
	scrollbar-darkshadow-color: #000; 
	scrollbar-track-color: #000; 
	scrollbar-arrow-color: #fff;
	text-align: center;
	}

/* ________________ Lien ________________  */

a:link 
	{ 
	font-weight: normal; 
	font-Size: 9pt; 
	color: #990000; 
	font-family: Arial, Helvetica; 
	text-decoration: underline;
	}

a:visited 
	{ 
	font-weight: normal;
	font-size: 9pt; 
	color: #444; 
	font-family: Arial, Helvetica; 
	text-decoration: none; 
	}

a:hover 
	{  
	font-weight: normal; 
	font-size: 9pt; 
	color: #990000;
	font-family: Arial, Helvetica; 
	text-decoration: none; 
	}

/* ________________ Définition des boutons ________________ */

input 
	{
    	border: #000 1px solid;
    	color: #000;
    	background-color: #fff;   	
	}

select 
	{
    	border: #000 1px solid;
    	color: #000;
    	background-color: #fff;
	}

textarea 
	{
    	border: #000 1px solid;
    	color: #000;
    	background-color: #fff;
	}

/* ________________ Définition des arrières plans spécifiques ________________ */

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

.btnok
	{
	background-image: url('../img/btn_ok.gif');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	color: #fff;	
    	border: #000 0px solid;
    	background-color: transparent;
    	cursor: hand;	
	}
.bgcolor
	{
	background-color: #990000;	
	}
/* ________________ Définition des titres ________________ */

.titrub 
	{
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	background-color: #990000;
	border: 1px solid #000;
	color: #fff;
	}

.titrarc 
	{
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	}

.titre 
	{
	font-size: 18pt;
	font-weight: bold;
	color: #000; 
	}


/* The following hack is to correct paragraph text size in IE/WIN */

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

/* ________________ containers ________________ */


#container 
	{
	position: relative;
	width: 750px;	
	text-align: center;
	margin: 0  auto;	
	padding: 0;
	font-size: 8pt;	
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
    	background-image: url('../img/bottom_bg.gif');
    	background-repeat: repeat;
	background-position: left top;			
	}
#container table,
#container td
	{
    	background-image: url('../img/bottom_bg.gif');
    	background-repeat: repeat;
	background-position: left top;		
	}

/* ________________ Partie download images ________________ */

#calqueProgression 
	{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 0px;
	color: #fff;
	background-color: transparent;
	z-index: 7;
	}

/* ________________ Partie Bandeau du site ________________ */

#head 
	{
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	height: 111px;
    	background-image: url('../img/entetedepage.gif');
    	background-repeat: no-repeat;
	background-position: left bottom;   		
    	z-index: 1;			 		
	}

#head table,
#head td
	{	
	width: 100%;
	text-align: left; 			 
	}
/*
#head #txtderoul
	{
	height: 20px;		
	}
*/
#head input 
	{
    	border: 0px solid #000;
    	height: 20px;
    	width: 100%;    
    	font-weight: normal;
    	font-style: italic;
    	font-size: 10pt;
   	font-color: #fff;
   	color: #fff;
	}

#head a:link, 
#head a:hover 
	{
	background-color: none;
	text-decoration: none;
	}

#headlogo,
#headlogo table
	{
	width: 350px;
    	border: 0px solid #000;	
	}

#headlogo,
#headlogo td,
#headlogo table
	{	
	text-align: left;
	}
/* DESACTIVE
#head #nom_site 
	{
	font-weight: bold; 
	font-size: 33pt;
	position: absolute;
	left: 80px;
	}
	
#head #accroche 
	{
	font-weight: bold; 
	font-size: 20pt; 
	position: absolute;
	top: 15px;
	left: 200px;
	}

#head #logo 
	{
	}
*/
/* ________________ Partie Pub ________________ */
/* DESACTIVE
#pub 
	{	
	width: 228;
	background-color: transparent;
	text-align: center;
	z-index: 2;		 	
	}

#pub table, 
#pub td 
	{
	text-align: center;
	font-size: 8pt;
	font-weight: bold; 
	color: #fff;
	background-color: transparent;	
	}
*/
/* ________________ Partie Haut Droite ________________ */
/* DESACTIVE
#hautdroit 
	{
	width: 159px; 
	text-align: left;
	margin: 0;
	padding: 5px;	
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;	
	background-color: #fff;
	font-size: 8pt;	
	z-index: 5;
	color: #000;
	}

#hautdroit table,
#hautdroit td
	{
	color: #000;
	font-size: 8pt;				
	}
#hautdroit input 
	{
    	color: #fff;
	font-size: 8pt;
    	font-style: normal;
    	width: 100px;	
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;    	    	
    	background-color: #990000;
	}

*/
/* ________________ Partie Menu ________________ */

#menu 
	{
	position: absolute;
	top: 111px;
	width: 750px;
	left:0px;
	text-align: center;				
	z-index: 6;		
	}

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

#menu dl 
	{
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #000;
	background-color: #990000;
	border-bottom: 2px solid #000;		
	}

#menu a 
	{
	height: 19px;
	display: block;
	text-align: center;
	font-weight: bold;
	border: 0px solid #000;
	white-space: nowrap;
	font-size: 9pt;
	}

#menu a:link 
	{
	color: #ccc;
	text-decoration: none;
	}

#menu a:visited 
	{
	color: #CCC;
	text-decoration: none;
	}

#menu a:hover 
	{
	font-size: 10pt;
	color: #fff;
	border: 0px solid #000;
	text-decoration: none; 
	}


#smenu1, 
#smenu2, 
#smenu3, 
#smenu4, 
#smenu5, 
#smenu6, 
#smenu7, 
#smenu8 
	{
	display: none;
	font-size: 7pt;
	border-left: 2px solid #000;
	border-right: 2px solid #000;		
	}

#smenu1 a, 
#smenu2 a, 
#smenu3 a, 
#smenu4 a, 
#smenu5 a, 
#smenu6 a, 
#smenu7 a, 
#smenu8 a 
	{
	font-weight: normal;
	border-top: 0 none;
	background-color: #990000;	
	}

/* Menus defilants */
#sous_menus td
	{
	background-color: #fff;
	padding: 5px;
	z-index: 10;
	}
#sous_menus a
	{
	display: block;
	text-align: left;
	font-weight: none;
	white-space: nowrap;
	}	
#sous_menu_paris_centre    
	{ 
	position: absolute; 
	z-index: 20; 
	visibility: hidden;	
	text-align:center;
	width:150; 
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;		 
	}
#sous_menu_paris_ouest      
	{ 
	position: absolute; 
	z-index: 20; 
	visibility: hidden;	
	text-align:center;
	width:150; 
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;	
	}
#sous_menu_paris_est      
	{ 
	position: absolute; 
	z-index: 20; 
	visibility: hidden;	
	text-align:center; 
	background-color: #fff; 
	width:150; 
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	}
#sous_menu_paris_sud      
	{ 
	position: absolute; 
	z-index: 20; 
	visibility: hidden;	
	ext-align:center; 
	width:150; 
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;	
	}
#sous_menu_paris_nord      
	{ 
	position: absolute; 
	z-index: 20; 
	visibility: hidden;	
	text-align:center;  
	width:150; 
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;	
	}				

/* Affichage des cartes du réseau */
#reseau td
	{
	background-color: #fff;
	padding: 5px;
	z-index: 10;
	}
#reseau_idf   
	{ 
	position: absolute; 
	z-index: 20; 
	visibility: hidden;	
	text-align:center;
	width:627; 
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	border-bottom: 4px solid #000;
	border-right: 4px solid #000;		 
	}

/* ________________ Partie Navigation ________________ */

#nav 
	{
	width: 746px;
	padding: 2px;
	font-weight: bold;	
	height: 41px;	
	background-color: transparent;	
	z-index: 5;	
	}
#nav #text
	{
	position: relative;
	top: 24px;
	text-align: left;
	}

#nav #date 
	{
	position: relative;
	top: 11px;
	text-align: right;
	}
/* ________________ Partie Griffe ________________ */

#griffe1
	{
	position: absolute;
	top: 157px;
	width: 1px;
	left: 153px;
	height: 170px;	
	background-image: url('../img/griffe.gif');
    	background-repeat: no-repeat;
	background-position: left top; 	
	}
#griffe2
	{
	position: absolute;
	top: 157px;
	width: 1px;
	left: 164px;
	height: 170px;	
	background-image: url('../img/griffe.gif');
    	background-repeat: no-repeat;
	background-position: left top; 	
	}

#griffe3
	{
	position: absolute;
	top: 157px;
	width: 1px;
	left: 585px;
	height: 170px;	
	background-image: url('../img/griffe.gif');
    	background-repeat: no-repeat;
	background-position: left top; 	
	}
#griffe4
	{
	position: absolute;
	top: 157px;
	width: 1px;
	left: 596px;
	height: 170px;	
	background-image: url('../img/griffe.gif');
    	background-repeat: no-repeat;
	background-position: left top; 	
	}		
/* ________________ Partie Corps ________________ */

#zonecorps
	{
	text-align: justify;	
	background-color: transparent;		
	}
#zonecorps table,
#zonecorps td,
	{		
	background-color: transparent;	
	color: #000;		
	}
.espacement
	{
	padding: 0 5px 0 5px;	
	}
/* ________________ Partie Gauche ________________ */

#gauche
	{
	position: relative;
	width: 154px;
	text-align: left;
	padding: 0px 5px 5px 0px;
	color: #000;
	font-size: 8pt;
	/*border-left: solid 0px #000;
	border-top: solid 0px #000;
	border-bottom: 0px solid #000;
	border-right: 0px solid #000;*/ 	
	background-color: transparent;					
	z-index: 5;		
	}

#gauche table,
#gauche td
	{
	background-color: #e3e3e3;
	color: #000;
	font-size: 8pt;	
	text-align: left;				
	}
#gauche input 
	{
    	color: #000;
	font-size: 8pt;    	
    	background-color: #fff;
	}

/* ________________ Partie Texte ________________ */

#texte
	{
	position: relative;
	width: 422px;
	background-color: transparent;	
	padding: 0px 5px 5px 5px;	
	text-align: justify;
	z-index: 5;		
	}

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

#textesansrub table, 
#texte table,
#imprimtexte table 
	{
	background-color: transparent;	
	border-left: 1px solid #000;
	border-top: 1px solid #000;	
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	font-size: 9pt;	
	}

#textesansrub td, 
#textesansrub th, 
#texte td, 
#texte th,
#imprimtexte td,
#imprimtexte th
	{
	padding: 2px;
	background-color: transparent; 		
	border: 1px solid #000;	
	}
#textesansrub input, 
#texte input,
#imprimtexte input,
#textesansrub select, 
#texte select,
#imprimtexte select,
#textesansrub textarea, 
#texte textarea,
#imprimtexte textarea
	{
	background-color: #fff;
	color: #000;
	}
#texte textarea
	{
	width:125px;	
	}
#texte select
	{
	width:405px;	
	}		
/* Class pour afficher correctement les emplacements de panneaux dans le textarea */
.ct
	{
	font-family: Courier New, Courier, mono; 
	font-size: 11px; 
	font-weight: normal;	
	}

/* Class pour afficher la barre de progression de la vente en ligne
.checkoutBarFrom { color: #d0d0d0 } 
.checkoutBarTo { color: #fff } 
.checkoutBarCurrent { color: #990000 } 

/* ________________ Partie Texte Imprimer ________________ */

#imprimtexte 
	{
	width: 750px;	
	text-align: left;
	margin: auto;	
	padding: 0;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
    	background-image: url('../img/bottom_bg.gif');
    	background-repeat: repeat;
	background-position: left top;
	}

/* ________________ Partie Droite ________________ */

#droit
	{
	position: relative;
	width: 154px;
	text-align: left;
	padding: 0px 0px 5px 5px;
	color: #000;
	font-size: 8pt;
	/*border-left: solid 0px #000;
	border-top: solid 0px #000;
	border-bottom: 0px solid #000;
	border-right: 0px solid #000;*/		
	background-color: transparent;			
	z-index: 5;		
	}
	
#droit table,
#droit td
	{
	background-color: #e3e3e3;
	color: #000;	
	font-size: 8pt;	
	text-align: left;			
	}
#droit input 
	{
    	color: #000;
	font-size: 8pt;	    	
    	background-color: #fff;
	}		
	
/* ________________ Partie Pied de page ________________ */

#piedpage
	{
	vertical-align: middle;
	text-align: left;
	color: #fff;
 	height: 19px;	    	
	font-size: 7pt;	    	
    	background-image: url('../img/pieddepage.gif');
    	background-repeat: no-repeat;
	background-position: left bottom;		
	}

#piedpage a:link 
	{ 
	font-Size: 7pt; 
	color: #fff;
	font-family: Arial, Helvetica;		
	}

#piedpage a:visited 
	{ 
	font-size: 7pt;
	color: #fff;
	font-family: Arial, Helvetica;			 
	}

#piedpage a:hover 
	{  
	font-size: 7pt; 
	color: #fff;	
	font-family: Arial, Helvetica;		
	}

/* ________________ Class de la page de redirection si le site est fermé ________________ */

.down 
	{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	padding: 0 10px;
	}

/* ________________ Class de l'assistant ________________ */

#assist 
	{
	padding: 5px;
	background-color: #990000;
	border: 1px solid #000;
	}
#assist table 
	{
	width: 210px;	
	border: 1px solid #000;
	border-style: dotted; 
	padding: 5px;
	border-spacing: 1px;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	}

#assist td 
	{
	border: 1px solid #000;
	border-style: dotted; 
	padding: 5px;
	}

#assist .row1 
	{  
	}
#assist .row2 
	{ 
    	background-image: url('../img/bottom_bg.gif');
    	background-repeat: repeat;
	background-position: left top;
	}
#assist .category 
	{ 
	font-weight: bold; 
	line-height: 130%; 
	color: #000; 
    	background-image: url('../img/bottom_bg.gif');
    	background-repeat: repeat;
	background-position: left top; 
	}
#assist .titlemedium 
	{ 
	font-weight: bold; 
	color: #fff; 
	height: 10px; 
	background-color: #000; 
	}