a.Lien {
  background-image : url("images/button.gif");
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  background-position: center left;
}
a.Lien:hover {
  background-image: url("images/button.gif");
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #8B0101 /*#000000*/ ;
  background-color: transparent;
  background-position: center left;
}
a.LienBig {
  background-image : url("images/button.gif");
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  background-position: center left;
}
a.LienBig:hover {
  background-image: url("images/button.gif");
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #8B0101 /*#000000*/ ;
  background-color: transparent;
  background-position: center left;
}
a.LienHyperBig {
  background-image : url("images/button.gif");
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  background-position: center left;
}
a.LienHyperBig:hover {
  background-image: url("images/button.gif");
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #8B0101 /*#000000*/ ;
  background-color: transparent;
  background-position: center left;
}
a.LienTel {
  /*background-image : url("images/button.gif");*/
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  background-position: center left;
}
a.LienTel:hover {
  /*background-image: url("images/button.gif");*/
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #8B0101 /*#000000*/ ;
  background-color: transparent;
  background-position: center left;
}

/**************************************************************

	Window principale,  bandes latérales Bourgogne resizable  
	
*****************************************************************/
#Window{
	color: #000000;
	background : #8B0101 /* bourgogne de fond */ ;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: small;
	text-align: center;
	height: 500px;
	z-index: 1;
}

/******************************************************************

	 Fenêtre de contenu, fond blanc + cadre vertical 

**********************************************************************/
#Fond {
	background-image : url("images/contentbg.gif");
	background-repeat: repeat-y;
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 795px;
	height: 590px;
	z-index: 2;
}

/****************************************************
	Bandeau Haut et Menu Haut

*****************************************************/
#BandeauHaut {
position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	width: 795px;	
	height: 143px;
    background-image: url("images/BandeauHaut.jpg");
    background-repeat:	no-repeat;
    background-position: top left;
    z-index: 3;
	background-color : #000000;
	color : #FFFFFF;
}

#LiensCCM { /* ajout de liens sur la partie CCM */
	position: absolute;
	top: 150px;
	left: 10px;
	padding: 0;
	width: 200px;
	height: 18px;
  font-family: verdana;
  font-style: italic;
  font-size: 10px; 
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  z-index: 6;
}

/* Barre de menu haut */
#MenuH {
	position: absolute;
	top: 112px;
	left: 207px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 595px;
	height: 30px;
	z-index: 4;
}
/*  Style de la liste (<UL>)*/
#MenuHaut {
	position: relative;
	height: 32px;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	list-style-type: none;
}
/* Style des éléments de la liste (<li>): Horizontal */
#MenuHaut li {
	float: left;
	margin: 0;
	padding: 0;
}
#MenuHaut a {
	background: transparent;
	margin: 0;
    padding: 3px 19px 2px 17px;
    display: block;
    float: left;
	height: 32px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	height: 20px;
}
#MenuHaut a:hover {
	background: transparent;
	text-decoration: none;
}
#MenuHaut a.MenuHautActiveItem {
  background-image: url("images/button.gif");
  background-repeat: no-repeat;
  font-family: Verdana;
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  background-position: center left;
}
#MenuHaut a.MenuHautItem {
  background-image : url("images/button.gif");
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  background-position: center left;
}
#MenuHaut a.MenuHautItem:hover {
  background-image: url("images/button.gif");
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #8B0101 /*#000000*/ ;
  background-color: transparent;
  background-position: center left;
}

/*
html>body #MenuHaut a {
	height: 26px;
}

a.MenuHautActiveItem:link, a.MenuHautActiveItem:visited {
	text-decoration: none;
}
*/



/*****************************************************

	Bandeau gauche et menu gauche

*****************************************************/

#BandeauGauche {
	position: absolute;
	top: 143px;
	left: 0px;
	padding: 0;
	width: 220px;
	height: 490px;
   background-image: url("images/BandeauGauche4.gif");
   background-repeat:   no-repeat;
   background-position: top left;
   color: #000000;
   background-color: #8B0101;
   z-index: 3;
}
#BandeauGaucheCCM {
	position: absolute;
	top: 143px;
	left: 0px;
	padding: 0;
	width: 220px;
	height: 490px;
   background-image: url("images/BandeauGauche3.gif");
   background-repeat:   no-repeat;
   background-position: top left;
   color: #000000;
   background-color: #8B0101;
   z-index: 3;
}

/* Barre de menu gauche */
#Login {
	position: absolute;
	top: 132px;
	left: 4px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 220px;
	height: 200px;
	color: #8B0101;
	background-color: transparent;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	z-index: 4;
}
#mdpoubli {
	position: absolute;
	top: 217px;
	left: 105px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 80px;
	height: 20px;
	font-family: Verdana;
	/*font-size: 11px;*/
	font-weight: bold;
	z-index: 5;
	/*background-color: #FFFF00;*/
}

#mdpoubli a {
	font-family: Verdana;
	background: transparent;
	padding: 0;
	margin: 0 auto;
    display: block;
    height: 10px;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	text-align: left;
	text-decoration: none;
	color: #8B0101;
	background-color: transparent;
}

/* Hébergement */
#OneAndOne {
	position: absolute;
	top: 430px;
	left: 25px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 202px;
	height: 90px;
	z-index: 9;
}
/* Antivirus */
#avg {
	position: absolute;
	top: 330px;
	left: 15px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 170px;
	height: 100px;
	z-index: 9;
	/*background-color: #8B0101;*/
}
/* Barre de menu gauche */
#MenuG {
	position: absolute;
	top: 260px;
	left: 3px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 202px;
	height: 300px;
	z-index: 4;
}

#MonCompte { /* Bouton d'accès au compte client */
	position: absolute;
	top: 108px;
	left: 0px;
	padding: 0;
	width: 135px;
	height: 22px;
  font-family: Verdana;
  font-style: italic;
  font-size: 10px; 
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  /*background-color: #AA0000;*/
  z-index: 4;
}


/*  Style de la liste (<UL>)*/
#MenuGauche {
	position: relative;
	height: 32px;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 10px;
	list-style-type: none;
}
/* Style des éléments de la liste (<li>) : Vertical */
#MenuGauche li {
	margin: 0;
	padding: 0;
}
#MenuGauche a {
	font-family: Verdana;
	background: transparent;
	margin: 0;
    padding: 3px 19px 2px 17px;
    display: block;
    height: 32px;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	height: 20px;
}
#MenuGauche a:hover {
	background: transparent;
	text-decoration: none;
}
#MenuGauche a.MenuGaucheActiveItem {
  background-image: url("images/button.gif");
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
  background-position: center left;
}
#MenuGauche a.MenuGaucheItem {
  background-image: url("images/button.gif");
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  background-position: center left;
}
#MenuGauche a.MenuGaucheItem:hover {
  background-image: url("images/button.gif");
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #8B0101 /* #000000*/ ;
  background-color: transparent;
  background-position: center left;
}

#tellogo {
	position: absolute;
	top: /*10px */ 10px;
	left: /*10px */ 5px;
	padding: 0;
	width: 200px;
	height: 20px;
	font-family: Verdana;
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
  color: #1b1b1b;
  background-color: transparent;
   /*  background-color: #8B0101;*/
   z-index: 7;
}
#admin {
	position: absolute;
	top: /*10px */ 30px;
	left: /*10px */ 20px;
	padding: 0;
	width: 160px;
	height: 15px;
	font-family: Verdana;
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
  color: #1b1b1b;
  background-color: transparent;
   /*  background-color: #8B0101;*/
   z-index: 7;
}
#cliclogo {
	position: absolute;
	top: /*10px */ 52px;
	left: /*10px */ 4px;
	padding: 0;
	width: 200px;
	height: 90px;
   /*background-color: #8B0101;*/
   z-index: 7;
}

#clicidcube {
	position: absolute;
	top: /*10px */ 550px;
	left: /*10px */ 4px;
	padding: 0;
	width: 150px;
	height: 20px;
   /*background-color: #8B0101;*/
   z-index: 5;
}

#MCP {
	position: absolute;
	top: /*10px */ 498px;
	left: /*10px */ 35px;
	padding: 0;
	width: 112px;
	height: 52px;
   /*background-image: url("images/MCP.jpg");*/
   background-repeat:   no-repeat;
   background-position: top left;
   /*background-color: #8B0101;*/
   z-index: 5;
}

#PereNoel {
	position: relative;
	top: /*10px */ 230px;
	left: /*10px */ 180px;
	padding: 0;
	width: 154px;
	height: 117px;
   /*background-image: url("images/MCP.jpg");*/
   background-repeat:   no-repeat;
   background-position: top left;
   font-size: 12px;
   text-decoration: none;
   font-weight: bold;
   color: #8B0101;
   font-family: Verdana;
   text-align: center;
   /*background-color: #8B0101;*/
   z-index: 6;
}
#PereNoelT {
	position: relative;
	top: /*10px */ 230px;
	left: /*10px */ 180px;
	padding: 0;
	width: 154px;
	height: 44px;
   /*background-image: url("images/MCP.jpg");*/
   background-repeat:   no-repeat;
   background-position: top left;
   font-size: 12px;
   text-decoration: none;
   font-weight: bold;
   color: #8B0101;
   font-family: Verdana;
   text-align: center;
   /*background-color: #8B0101;*/
   z-index: 6;
}
#BeeBip{
	position: absolute;
	top: /*10px */ 30px;
	left: /*10px */ 5px;
	padding: 0;
	width: 120px;
	height: 50px;
   /*background-image: url("images/MCP.jpg");*/
   background-repeat:   no-repeat;
   background-position: top left;
   color :  #8B0101;
   font-family: Verdana;
   font-weight: bold;
   font-size: 14px;
   text-decoration: none;
   font-weight: bold;
   /*color: #8B0101;*/
   font-family: Verdana;
   text-align: center;
   /*background-color: #fbe62b;*/
   z-index: 16;
}
#BeeBipClic{
	position: absolute;
	top: /*10px */ 30px;
	left: /*10px */ 5px;
	padding: 0;
	width: 120px;
	height: 50px;
   /*background-image: url("images/MCP.jpg");*/
   background-repeat:   no-repeat;
   background-position: top left;
   font-family: Verdana;
   font-weight: bold;
   font-size: 14px;
   text-decoration: none;
   font-weight: bold;
   /*color: #8B0101;*/
   font-family: Verdana;
   text-align: center;
   /*background-color: #fbe62b;*/
   z-index: 26;
}
#ClicMonaDepannExpress {
	position: absolute;
	top: /*10px */ 245px;
	left: /*10px */ 130px;
	padding: 0;
	width: 195px;
	height: 52px;
   /*background-color: #8B0101;*/
   z-index: 7;
}

/*
.MenuGauche a.sub_nav_active_item {
  background: url(images/dynamic/buttonset2/subnav1active.gif) no-repeat;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
*/
/*
.MenuGauche a {
  background: url(images/dynamic/buttonset2/subnav1.gif) no-repeat;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #990033;
}
*/
/*
.MenuGauche a:hover {
  background: url(images/dynamic/buttonset2/subnav1hover.gif) no-repeat;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #990033;
}

*/

/****************************************************************

	Contenu: Entête, corps et pied

****************************************************************/
#Tete {
  	position: absolute;
	top: 115px;
	left: 220px;
	padding: 0;
	width: 573px;
	height: 30px;
  font-family: Verdana;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  /*background-color: #FF0000;*/
  /*background-image: url("images/Souligner.gif");*/
  background-repeat:  no-repeat;
  background-position: bottom left;
  z-index: 10;
}


/*  Pour mettre info en haut à gauche */
#TeteAnnonce {
  	position: absolute;
	top: 145px;
	left: 650px;
	padding: 0;
	width: 140px;
	height: 64px;
  font-family: Verdana;
  font-style: normal;
  font-size: 13px; /* 26*/
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  text-align: center;
  background-color: #fbe62b;
  /*background-color: #FF0000;*/
  z-index: 4;
}
#ClicTeteAnnonce {
  	position: absolute;
	top: 145px;
	left: 650px;
	padding: 0;
	width: 140px;
	height: 64px;
  font-family: Verdana;
  font-style: normal;
  font-size: 13px; /* 26*/
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  text-align: center;
  background-color: Transparent;
  /*background-color: #FF0000;*/
  z-index: 5;
}
#TeteAnnonceMona {
  	position: absolute;
	top: 145px;
	left: 450px;
	padding: 0;
	width: 140px;
	height: 30px;
  font-family: Verdana;
  font-style: normal;
  font-size: 13px; /* 26*/
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  text-align: center;
  background-color: Transparent;
  /*background-color: #FF0000;*/
  z-index: 4;
}

#sap {
  	position: absolute;
	top: 0px;
	left: 420px;
	padding: 0;
	width: 140px;
	height: 30px;
  font-family: Verdana;
  font-style: normal;
  font-size: 13px; /* 26*/
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  text-align: center;
  background-color: Transparent;
  /*background-color: #FF0000;*/
  z-index: 4;
}

/*  Pour mettre info en haut à gauche */
#TeteAnnonce2 {
  	position: absolute;
	top: 185px;
	left: 630px;
	padding: 0;
	width: 140px;
	height: 64px;
  font-family: Verdana;
  font-style: normal;
  font-size: 13px; /* 26*/
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  text-align: center;
  background-color: #fbe62b;
  /*background-color: #FF0000;*/
  z-index: 4;
}
#ClicTeteAnnonce2 {
  	position: absolute;
	top: 185px;
	left: 630px;
	padding: 0;
	width: 140px;
	height: 64px;
  font-family: Verdana;
  font-style: normal;
  font-size: 13px; /* 26*/
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  text-align: center;
  background-color: Transparent;
  /*background-color: #FF0000;*/
  z-index: 5;
}

/*  Menu haut pages accueil  */
#PourquoiNousChoisir {
  	position: absolute;
	top: 190px;
	left: 220px;
	padding: 0;
	width: 385px;
	height: 25px;
  font-family: Verdana;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  z-index: 4;
}


/*  Infos défilantes en page d'accueil */
#News {
  	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	width: 385px;
	height: 25px;
  font-family: Verdana;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  /*background-color: #FCE633; */
  z-index: 4;
}

/*  Infos défilantes en page d'accueil */
#HorairesVacances {
  	position: absolute;
	top: 190px;
	left: 170px;
	padding: 0;
	width: 600px;
	height: 20px;
  font-family: Verdana;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  background-color: #FCE633; 
  z-index: 10;
}

#Corps {
  	overflow: auto;
	position: absolute;
	top: 160px;
	left: 220px;
	padding: 0;
	width: 573px;
	height: 362px;
  font-family: Verdana;
  font-style: normal;
  font-size: 14px; /* 26*/
  font-weight: /*bold*/ normal;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  /*background-image: url("images/Souligner.gif");*/
  /*background-repeat:  no-repeat;*/
  /*background-position: bottom left;*/
  /*background-color: #AA0000;*/
  z-index: 3;
}
#CorpsSuiteTable {
  	position: absolute;
	top: 380px;
	left: 0px;
	padding: 0;
	width: 550px;
	height: 362px;
  font-family: Verdana;
  font-style: normal;
  font-size: 14px; /* 26*/
  font-weight: /*bold*/ normal;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  /*background-image: url("images/Souligner.gif");*/
  /*background-repeat:  no-repeat;*/
  /*background-position: bottom left;*/
  /*background-color: #AA0000;*/
  z-index: 4;
}

#CorpsSuiteDemande {
  	position: absolute;
	top: 340px;
	left: 0px;
	padding: 0;
	width: 550px;
	height: 362px;
  font-family: Verdana;
  font-style: normal;
  font-size: 14px; /* 26*/
  font-weight: /*bold*/ normal;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  /*background-image: url("images/Souligner.gif");*/
  /*background-repeat:  no-repeat;*/
  /*background-position: bottom left;*/
  /*background-color: #AA0000;*/
  z-index: 4;
}
#Corps H1 {font-size: 18px; font-family: Verdana; font-style: normal; font-weight: bold; color: #000000; background-color: transparent; text-decoration: none;}
#Corps H2 {font-size: 16px; font-family: Verdana; font-style: italic; font-weight: bold; color: #000000; background-color: transparent; text-decoration: none;}
#Corps H3 {font-size: 14px; font-family: Verdana; font-style: normal; font-weight: normal; color: #000000; background-color: transparent; text-decoration: none;}

#CorpsCCM {
  	overflow: auto;
	position: absolute;
	top: 225px;
	left: 10px;
	padding: 0;
	width: 781px;
	height: 322px;
  font-family: Verdana;
  font-style: normal;
  font-size: 14px; /* 26*/
  font-weight: /*bold*/ normal;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  /*background-image: url("images/Souligner.gif");*/
  /*background-repeat:  no-repeat;*/
  /*background-position: bottom left;*/
  /*background-color: #AA0000;*/
  z-index: 3;
}

#CorpsAccueil { /* Pour positionnement heures d'ouverture et "appel non surtaxé" au pixel près dans la page d'accueil */
	position: absolute;
	top: 240px;
	left: 0px;
	padding: 0;
	width: 550px;
	height: 50px;
  font-family: Verdana;
  font-style: normal;
  font-size: 14px; /* 26*/
  font-weight: /*bold*/ normal;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  /*background-color: #AA0000;*/
  z-index: 4;
}

#Corps li { /*  Style les listes à puces */
  font-style: italic;
  font-size: 18px; /* 26*/
  font-weight: bold;
}
#Pied {
  	position: absolute;
	top: 572px;
	left: 220px;
	padding: 0;
	width: 575px;
	height: 34px;

  font-family: Verdana;
  font-style: italic;
  font-size: 20px; /* 26*/
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  background-image: url("images/CadreBasDroite.gif");
  background-repeat:  no-repeat;
  background-position: bottom right;
  /*background-color: #CC0000;*/
  text-align: right;
  z-index: 3;
}
#PiedCCM {
  	position: absolute;
	top: 572px;
	left: 220px;
	padding: 0;
	width: 575px;
	height: 34px;

  font-family: Verdana;
  font-style: italic;
  font-size: 11px; /* 26*/
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  background-image: url("images/CadreBasDroite.gif");
  background-repeat:  no-repeat;
  background-position: bottom right;
  /*background-color: #CC0000;*/
  text-align: right;
  z-index: 3;
}

#PiedCnilPlan { /* Pour plan du site et mention CNIL */
	position: absolute;
	top: 581px;
	left: 183px;
	padding: 0;
	width: 285px;
	height: 18px;
  font-family: Verdana;
  font-style: italic;
  font-size: 10px; 
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  /*background-color: #AA0000;*/
  z-index: 4;
}

#cpf { /* Logo Copyright France */
	position: absolute;
	top: 592px;
	left: 420px;
	padding: 0;
	width: 285px;
	height: 18px;
  font-family: Verdana;
  font-style: italic;
  font-size: 10px; 
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  /*background-color: #AA0000;*/
  z-index: 4;
}
#stat { /* Pour plan du site et mention CNIL */
	position: absolute;
	top: 581px;
	left: 183px;
	padding: 0;
	width: 285px;
	height: 18px;
  font-family: Verdana;
  font-style: italic;
  font-size: 10px; 
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  /*background-color: #AA0000;*/
  z-index: 1;
}

#PiedCnilPlan a {
	background: transparent;
	margin: 0;
    font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	height: 18px;
}

#google { /* pour AdSense */
	position: relative;
	left: 60px;
	padding: 0;
  z-index: 4;
}

/* Tableaux divers à une colone */
#TAB1 a {
	font-family: Verdana;
	background: transparent;
	margin: 0;
    padding: 3px 19px 2px 17px;
    display: block;
    height: 32px;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	height: 20px;
}
#TAB1 a:hover {
	background: transparent;
	text-decoration: none;
}
#TAB1 a.TAB1ActiveItem {
  background-image: url("images/button.gif");
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
  background-position: center left;
}
#TAB1 a.TAB1Item {
  background-image: url("images/button.gif");
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  background-position: center left;
}
#TAB1 a.TAB1Item:hover {
  background-image: url("images/button.gif");
  background-repeat:  no-repeat;
  font-family: Verdana;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #8B0101 /* #000000*/ ;
  background-color: transparent;
  background-position: center left;
}


/*
#content_container h1 {
  font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
  color: #b4a5a1;
}
#content_container h2 {
  font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: normal;
  text-decoration: none;
  color: #b4a5a1;
}
#content_container h3 {
  font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
  color: #b4a5a1;
}
#content_container, #content_container p {
  font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #696560;
}
#content_container a:visited {
  font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #990033;
}
#content_container a:link {
  font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #990033;
}
#content_container a:hover {
  font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #990033;
}
#content_container a:active {
  font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  color: #990033;
}
#footer_text {
  font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #706560;
}

*/
