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

body
	{
	margin: 0;
	padding: 0;
	color: #65604C;
	background-color: #FFDD00;				
	font-size: 11px; 
	font-family: Tahoma, Arial, Helvetica; 	
	text-align: center;
	}

/* ________________ Lien ________________  */

a:link  
	{ 
	font-weight: bold; 
	font-size: 11px;  
	color: #AD0100;
	font-family: Tahoma, Arial, Helvetica; 
	text-decoration: underline;
	}
a:visited   
	{ 
	font-weight: bold; 
	font-size: 11px;  
	color: #AD0100;
	font-family: Tahoma, Arial, Helvetica; 
	text-decoration: none;
	}
a:hover 
	{  
	font-weight: bold; 
	font-size: 11px;  
	color: #E60000;
	font-family: Tahoma, Arial, Helvetica; 
	text-decoration: underline;
	}

/* ________________ Définition des boutons ________________ */

input,
select
	{
  border: #D4CFC8 1px solid;
	font-size: 11px;
	-moz-border-radius: 10px 10px 10px 10px ; 
	background-color: #E2E2E2;
	color: #B74636;
	}
textarea
	{
  border: #D4CFC8 1px solid;
	font-size: 12px;
	-moz-border-radius: 10px 10px 10px 10px ; 
	background-color: #E2E2E2;
	color: #B74636;
	}
/* ________________ 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: 11px;
	font-family: Tahoma, Arial, Helvetica;  	
	text-align: left;		
	background-color: transparent;
	color: #B74636;
  z-index: 2;
	}

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

.titre 
	{
	font-weight: bold;	
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica; 	
	text-align: left;		
	background-color: transparent;
	color: #B74636;
  z-index: 2;
	}	
	
/* DESACTIVE
#titrubpdt 
	{		
	font-weight: bold;
	font-size: 11px;
	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: 663px;
	height: 640px;	
	text-align: center;
	margin: 0  auto;
	background-color: transparent;
	z-index: 1;	 	  	   	   			
	}
#container table,
#container td
	{
	background-color: transparent;		
	}
/* ________________ Partie Logo ________________ */

#logo
	{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 276px;
	height: 79px;	
	background-color: transparent;
	background-image: url('../img/menu/logo_header.png');
	background-repeat: no-repeat; 
	background-position: left top;
	z-index: 10;		
	}

/* ________________ Partie Offre du mois ________________ */

#offre
	{
	position: absolute;
	top: 80px;
	left: 462px;	
	background-color: transparent;
	z-index: 10;		
	}

/* ________________ Partie Bandeau du site ________________ */

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

#head #account
	{
	position: absolute;
	top: 36px;
	left: 524px;		
	width: 125px;	
	background-color: transparent;
	text-align: right;
	}

/* ________________ Partie Menu ________________ */

#menu
	{
	position: absolute;
	top: 117px;
	left: 24px;
	width: 500px;
	height: 32px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;	
	font-family: Arial, Helvetica;	
	background-color: transparent;	
	white-space: nowrap;
	z-index: 10;		
	}

#menu dt.swap
	{
	width: 80px;
	height: 24px;
	text-align: center;		
	padding-top: 3px;		
	background-image: url('../img/menu/bouton_menu_off.jpg');
	background-repeat: no-repeat; 
	background-position: left top;		
	}

#menu a:link, 
#menu a:visited 
	{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;	
	font-family: Arial, Helvetica;				
	background-color: transparent;		
	}
#menu a:hover
	{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;	
	font-family: Arial, Helvetica;				
	background-color: transparent;	
	}
#menu dt, 
#menu dl, 
#menu dd 
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#menu dl 
	{	
	text-align: left;
	padding-left: 2px;	
	float: left;
	margin: 0;		
	}
/* Menus defilants */
/*
#smenu1	{ display: none; z-index: 10; position: absolute; left: 10px; top: 36px; }
#smenu2	{ display: none; z-index: 10; position: absolute; left: 125px; top: 36px; }
#smenu3	{ display: none; z-index: 10; position: absolute; left: 240px; top: 36px; }
#smenu4	{ display: none; z-index: 10; position: absolute; left: 355px; top: 36px; }
#smenu5	{ display: none; z-index: 10; position: absolute; left: 459px; top: 36px; }
#smenu6	{ display: none; z-index: 10; position: absolute; }
#smenu7	{ display: none; z-index: 10; position: absolute; }
#smenu8	{ display: none; z-index: 10; position: absolute; }
#menu .sousmenu
	{
	width: 120px;
	height: 84px;		
	border-top: 1px solid #FFFFFF;
	background-color: transparent;
	background-image: url('../img/menu/bckgrd_sousmenu.png');
	background-repeat: no-repeat; 
	background-position: left top;
	padding-top: 5px;
	padding-left: 10px;		
	}
#menu dd a
	{		
	display: block;	
	font-weight: normal;
	font-size: 11px;	
	font-family: Tahoma, Arial, Helvetica;		
	}
#menu dd a:hover
	{		
	display: block;	
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica;		
	}
#smenu1 a, 
#smenu2 a, 
#smenu3 a, 
#smenu4 a, 
#smenu5 a, 
#smenu6 a, 
#smenu7 a, 
#smenu8 a 
	{	
	text-align: left;
	white-space: nowrap;
	font-size: 11px;			
	}
*/	
/* ________________ Partie Navigation ________________ */
/* DESACTIVE
#nav 
	{
	position: relative;
	width: 766px;		
	height: 81px;
	top: 53px;
	left: 34px;
	padding-left: 35px;
	padding-right: 32px;			
	background-color: transparent;			
	font-size: 11px;	
	font-family: Tahoma, Arial, Helvetica;
	color: #ffffff;				
	z-index: 5;	
	}
#nav a:link, 
#nav a:visited
	{
	font-size: 11px;	
	font-family: Tahoma, Arial, Helvetica;
	color: #ffffff;	
	text-decoration: underline;	
	}
#nav a:hover  
	{ 	
	font-size: 11px;	
	font-family: Tahoma, Arial, Helvetica;
	color: #ffffff;	
	text-decoration: none;				
	}
#nav #barre_nav
	{	
	text-align: left;
	}
*/
/* ________________ Partie Corps ________________ */

#zonecorps
	{
	width: 663px;
	height: 506px;
	background-image: url('../img/menu/bckgrd_transparent_zonecorps.png');
	background-repeat: transparent; 
	background-position: left top;
	color: #65604C;
	text-align: left;
	z-index: 1;		
	}

div#texte .espacement,
div#imprimtexte .espacement
	{
	padding-top: 5px;
	}
#spacelogo
	{
	padding-top: 36px;
	padding-bottom: 36px;
	padding-left: 41px;
	padding-right: 41px;		
	}
/* ________________ Partie Gauche ________________ */
/* DESACTIVE
div#gauche
	{
	position: relative;	
	width: 337px;
	height: 310px;
	background-color: transparent;
	background-image: url('../img/menu/bckgrd_gauche.jpg');
	background-repeat: no-repeat; 
	background-position: left top;
	overflow: hidden;					
	text-align: left;	
	font-size: 11px;	
	z-index: 5;		
	}

div#gauche .espacement
	{
	padding: 10px;	
	}
*/	
/* ________________ Partie Texte ________________ */

div#texte
	{	
	position: relative;		
	width: 421px;
	height: 432px;
	background-color: transparent;			
	font-size: 11px;	
	overflow: auto;				  		
	text-align: justify;	
	z-index: 5;		
	}
/*DESACTIVE
div#centre
	{
	position: relative;	
	width: 832px;
	background-color: #FFFFFF;
	font-size: 11px;
	overflow: auto;					
	text-align: justify;	
	z-index: 5;		
	}

div#defil
	{
	width: 435px;	
	height: 168px;	
	
	}
*/
div#padding1
	{ 
	padding: 10px; 	 			
	}
div#padding2
	{	
	}

#texte table,
#centre table,
#imprimtexte table,
.bgcolor table  
	{
	background-color: transparent;
	color: #65604C;
	border-collapse: collapse;
	vertical-align: middle;
	font-size: 11px; 	
	}

#texte td, 
#centre td,
#imprimtexte td,
.bgcolor td
	{
	background-color: transparent;
	}
/* ________________ Partie Texte Imprimer ________________ */

#imprimtexte 
	{
	position: relative;
	margin: auto;			  
	width: 649px;
	font-size: 11px;
	background-color: #FFFFFF;
	-moz-border-radius: 10px 10px 10px 10px ;		
	padding: 10px;	
	text-align: justify;
	margin-top: 5px;
	color: #65604C;
	z-index: 1;	
	}

/* ________________ Partie Texte Popup ________________ */

#popup 
	{
	position: relative;	
	overflow: auto;
	font-size: 11px;	
	background-color: #FFFFFF;	
	padding: 5px;
	text-align: justify;
	color: #65604C;
	z-index: 1;	
	}

/* ________________ Partie Droite ________________ */
/* DESACTIVE
div#droite
	{
	position: relative;
	width: 230px;
	height: 310px;
	margin-left: 5px;
	padding-top: 129px;
	text-align: left;
	background-color: transparent;	
	font-size: 11px;
	z-index: 5;		
	}
div#droite .espacement
	{
	padding-top: 12px;
	}
*/	
/* ________________ 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
	{
	width: 649px;	
	text-align: center;
	margin: 0  auto;
	font-family: Tahoma, Arial, Helvetica;	
	font-size: 11px;
	color: #333333;
	background-color: transparent;	
	z-index: 5;    		     		
	}

#piedpage a:link, 
#piedpage a:visited
	{
	color: #9D0208;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;			
	text-decoration: none;	
	}

#piedpage a:hover  
	{ 
	color: #9D0208;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;			
	text-decoration: underline;		
	}