
body {

	margin-top: 3px;
	text-align: center; /* necessaire pour IE, car ne comprend pas les directives margin:auto */

}

#page {

	text-align: left;
	width: 800px;
	margin-left: auto; 
	margin-right: auto;

}

#hierarchie {


	border: none;
	width: 800px;

}

table.mainTemplate {

	border: none;
	width: 800px;

}

/* La une --------------------------------------------------------------------------------------------- */



td.laUne {

	background-color: #f4f3ed;	
	

}

/* Menu Gauche ----------------------------------------------------------------------------------------------*/

td.menuGauche {

	background-color: #f4f3ed;	

}






/* Redefinition de la feuille de style maquettes ------------------------------------------------------------*/


li.lieninter { /* Entrées du menu gauche */

 list-style-image: url(../images/puce_menu_inter.gif);

}


p.spip {  /* Texte d'un article */

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
 	color: #606060; 
	text-align: justify;

}

h3.spip { /* interntitre d'un article ou titre des articles lorsqu'il ya ne a plusieurs dans une rubrique */

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0084A1;
}

a.spip_in { /* Lien à l'intérieur d'un texte */

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #C88D00;
	text-decoration: none;


}

a.spip_in.hover {

	color: #000000;
	text-decoration: none;


}

