/* STYLE PAR DEFAUT */
html, body {
 margin:0;
 padding:0;
 height:100%;
 color :#333333;
 font-family: Verdana, arial;
 font-size:11px;
 margin-top:0;

background-color:#d4d4d4;
background-image:url(../../templates/imgs/bgclair.gif);
background-repeat:repeat-x;
background-position:top left;

}

hr {
height: 1px;
margin: -0.5em 0;
padding: 0;
color: #cccccc;
background-color: #cccccc;
border: 0;
}


/*tableau principal */
.table_general{border:0px;width:1024px;}

/*plan de travail*/
.bureau{background-color:#ffffff;}

/*decors haut et bas */
.fiche_haut{background-image:url(../../templates/imgs/fichepro_haut.png);height:20px;}
.fiche_bas{background-image:url(../../templates/imgs/fichepro_bas.png);height:20px;}

/*titre de la fiche*/
h1{font-size:24px;font-weight:thin;color:#000000;}

/*categorie affichée en haut */
.categories_top{font-weight:bold;font-size:10px;color:#f57b0c}

/*menu de droite */
.navy_droite{color:#f57b0c;font-size:10px;font-weight:bold;}

/* couleur des textes */
td{color:#000000;font-size:10px;}

/* mots clés */
.tags{color:#f57b0c;font-size:10px;}

/*texte avec espacement entre les lignes*/
td.espace_lignes{line-height:18px;}

/* liens */
a.lien_principal:link { text-decoration: none;  color: #f57b0c; }
a.lien_principal:link:hover {text-decoration: none; color:#f57b0c;}
a.lien_principal:visited { text-decoration:none; color: #f57b0c; }
a.lien_principal:visited:hover { text-decoration: none; color: #f57b0c; }

/* titres des rubriques*/
.Style3 {font-size: 16px;color:#f57b0c;}
	
/*couleur du texte de description */
.descrip{color:#000000;}

/*couleur Presentation et réléphone */
.presentel{color:#000000;}

/* date de derniere mise a jour */
.datemaj{font-size: 9px}

/* liens mentions legales bas de page */
a.legale:link { text-decoration: none;  color: #000000; }
a.legale:link:hover {text-decoration: none; color:#f57b0c;}
a.legale:visited { text-decoration:none; color: #000000; }
a.legale:visited:hover { text-decoration: none; color: #000000; }


