html {
	padding:0;   
	margin:0;   
	border:0;
	}
body {
	background-color:#ffffff;  
	padding:0;   
	margin:0;   
	border:0;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	}

t { color: #666666;
	text-decoration: none;}
	
h1 {color: #6ea000;
	font-size : 16px;
	text-decoration: none;
	text-align:center;
	font-weight: bold;}
	
h2 {color: #000000;
	font-size : 15px;
	text-decoration: none;
	font-weight: bold;}

h3 {color: #000000;
	font-size : 14px;
	text-decoration: none;
	font-weight: bold;}

h4 {color: #000000;
	font-size : 13px;
	text-decoration: none;
	font-weight: bold;}

h5 {color: #000000;
	font-size : 12px;
	text-decoration: none;
	font-weight: bold;}

h6 {color: #000000;
	font-size : 11px;
	text-decoration: none;
	font-weight: bold;}

td {color: #000000;
	font-size : 11px;
	vertical-align:top;
	text-decoration: none;}

a {color: #6ea000;
font-weight:bold;
	text-decoration: none;}
	
 a:hover {color: #000000;
	text-decoration:none;}
	
a.menu {color: #000000;}
	
 a.menu:hover {color: #6ea000;
	text-decoration:none;}
	
a.sel {color: #6ea000;
	text-decoration: none;}
	
a.sel:hover {color: #000000;
	text-decoration:none;}
	
  .titre {
	color: #000000;
	font-size : 16px;
	text-decoration: none;
	font-weight: bold;
	}
	
.titre2 {
	color: #000000;
	font-size : 16px;
	text-decoration: none;
	font-weight: bold;
	}
	
.text {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	}

.moncompte {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	}
.recherche {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	}
.news {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration: none;
	}
.cat a{ /* Les liens qui ne sont pas sous le curseur. */
	color: #666666;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none ; 
}
.cat a:hover { /* Les liens lorsque le curseur est dessus. */
	color: #6ea000;
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.cat2 a{ /* Les liens qui ne sont pas sous le curseur. */
	color: #666666;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.cat2 a:hover { /* Les liens lorsque le curseur est dessus. */
	color: #6ea000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.menutop a{ /* Les liens qui ne sont pas sous le curseur. */
	color: #ffffff;
	text-decoration:none;
	font-size:13px;
	font-family: Verdana, Geneva, sans-serif;
}
.menutop a:hover { /* Les liens lorsque le curseur est dessus. */
	color: #f8eb30;
	text-decoration:none;
	font-size:13px;
	font-family: Verdana, Geneva, sans-serif;
}

.menu2 a{ /* Les liens qui ne sont pas sous le curseur. */
	color: #000000;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.menu2 a:hover { /* Les liens lorsque le curseur est dessus. */
	color: #003;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.menu3 a{ /* Les liens qui ne sont pas sous le curseur. */
	color: #34425e;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.menu3 a:hover { /* Les liens lorsque le curseur est dessus. */
	color: #fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}



#Contact_Table /* Tableau de la page Contact */
{
	padding-left: 100px;
}

#Contact_Gauche /* Cellule de gauche du tableau Contact */
{ }

#Contact_Coordonnees_Datas_Table /*Table contenant les coordonnées & l'image */
{ 

}

#Contact_Coordonnees_Image /* TD contenant l'image */
{ 
text-align: center;
padding-bottom: 25px;
}

#Contact_Coordonnees_Datas_Table_Nom /* TD contenant le nom de contact */
{ 
	text-align: center;
}

#Contact_Coordonnees_Datas_Table_Lib /* TD contenant le libellé de l'info */
{
	vertical-align: top;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}

#Contact_Coordonnees_Datas_Table_Datas /* TD contenant l'info */
{
	vertical-align: top;
	color: #474747;
	font-size: 12px;
	font-weight: bold;	
	padding-bottom: 10px;
}

#Contact_Form /* TD contenant le tableau avec les input */
{
	padding-left: 70px;
	vertical-align: top;
}

#Contact_Form_Table /* Table contenant les input */
{
}

#Contact_Form_Lib /* Libellé des input */
{
	width: 120px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;	
}

#Contact_Form_Content /* Texte des TD contenant les input */
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;	
}

.Contact_Form_Input /* Input en eux-mêmes */
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border: #CCCCCC 1px solid;
}

.Contact_Form_Button /* Bouton de submit en eux-mêmes */
{
	padding-top:5px;
	padding-bottom: 5px;
	background: url(Hachures.jpg);
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border: #CCCCCC 1px solid;
}
#AG_Table /* Agenda */
{
	background-color: #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: #67656a 1px solid;

}
#AG_NomMois
{
	font-family: Arial, Helvetica, sans-serif;
	color: #67656a;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	height: 31px;
}
#AG_NomJours
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6ea000;
	background-color: #faf3e0;
	width: 31px;
	height: 31px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}
#AG_Datevide
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
	color: #666666;
	height: 31px;
	width: 31px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
}
#AG_Date 
{
	font-family: Arial, Helvetica, sans-serif;
/*	background-color: #6ea000;
	color: #f4f4f4;*/
	height: 31px;
	width: 31px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
}
#AG_Date a
{
	font-family: Arial, Helvetica, sans-serif;
/*	background-color: #6ea000;
	color: #f4f4f4;*/
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#AG_Date a:hover
{
	font-family: Arial, Helvetica, sans-serif;
/*	background-color: #f4f4f4;
	color: #666666;*/
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#AG_MoisPrecedent
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6ea000;
	height: 20px;
	vertical-align:bottom;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-transform:capitalize;

}


.AG_MoisPrecedent1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6ea000;
	text-align: left;
	font-size: 14px;
	font-weight: bold;	
}


#AG_MoisPrecedent a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6ea000;
}
#AG_MoisPrecedent a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#AG_MoisDateJour
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6ea000;
	height: 20px;
	vertical-align:bottom;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform:capitalize;

}
#AG_MoisDateJour a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6ea000;
}
#AG_MoisDateJour a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#AG_MoisSuivant
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6ea000;
	height: 20px;
	text-align: right;
	vertical-align:bottom;
	font-size: 14px;
	font-weight: bold;
	text-transform:capitalize;
}
#AG_MoisSuivant a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6ea000;
}
#AG_MoisSuivant a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#AG_Desc_Table /* Agenda détail */
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: #CCCCCC 1px solid;

}
#AG_Desc_Date
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	border: none;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
	height: 31px;
}
#AG_Desc_Titre
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	border: none;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
	height: 31px;
}
#AG_Desc_Memo
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
#AG_Desc_Photo
{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
	
}
#AG_Desc_Precedent
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6ea000;
	height: 31px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
#AG_Desc_Precedent a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6ea000;
	text-align: right;
	vertical-align: top;
	padding-left: 10px;
}
#AG_Desc_Precedent a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	vertical-align: top;
	padding-left: 10px;
}
#AG_Desc_Suivant
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6ea000;
	height: 31px;
	text-align: right;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
}
#AG_Desc_Suivant a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6ea000;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}
#AG_Desc_Suivant a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

#table_txt_titre_1
{
	background:url(bg_titre.png) top left repeat-x; 
	padding-top:8px; 
	padding-left:0px;
	height:34px;
	vertical-align:top;
}

.me_0
{
	padding-left:20px;
	background:url(menu_fleche_0.png) left no-repeat;
	font-weight:bold;	
}

.me_1
{
	padding-left:30px;
	background:url(menu_fleche_1.png) left no-repeat;
	font-weight:bold;
	padding-bottom:3px;
}

.me_2
{
	padding-left:40px;
	background:url(menu_fleche_2.png) left no-repeat;
	font-weight:bold;
	padding-bottom:3px;
}

.me_3
{
	padding-left:50px;
	background:url(menu_fleche_3.png) left no-repeat;
	font-weight:bold;
	padding-bottom:3px;
}
