body {
	background-color:#FFFFFF;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	font:10pt/17pt georgia; 
	color: #605060;  
	width:900px;
	}

/* Position des blocs */
.entete {
	position:absolute;
	margin-top:0px;
	}
/*.tablemenu {
	position:absolute;
	margin-top:110px;
	margin-left:0px;
	width:200px;
	font-size:14px;
	}*/
.news {
	position:absolute;
	margin-top:300px;
	margin-left:720px;
	width:190px;
	}
.forum{
	position:absolute;
	margin-top:217px;
	margin-left:680px;
	width:220px;
	}
.corps {
	position:absolute;
	margin-top:195px;
	margin-left:200px;
	width:610px;
	padding:20px;
	}

/* Mise en page des paragraphes*/
/* Par défaut */	
p { 
	margin-top:11px;
	font-family:arial;
	line-height:20px;
	font-size:15px;
	color:#404040;
	text-align:justify;
	}
/* Style de la phrase "Aller au chapitre" */
p.sommaire { 
	font:10pt tahoma; 
	font-weight:bold;
	margin-top:8px;
	margin-left:80px;
	margin-bottom:0px;
	text-align:justify;
	line-height:13pt;
	}
/* Du bloc new */
p.new {
	margin:11px;
	font-family:arial;
	font-size:10px;
	color:#626262;
	text-align:left;
	line-height:8pt
	}

/* Colonne de droite dans la page contacter.php */	
p.droit {
	margin-top:5px;
	font-family:arial;
	line-height:20px;
	font-size:12px;
	color:#404040;
	text-align:justify;
	}	

	
/* td.menu {
	height:40px;
	border-style:solid;
	border-color:#FFFFFF;
	border-bottom-width:0px;
	border-left-width:0px;
	padding:7px;
	background-color:#AAFFAA;
	color:#808080;
	font-weight:600;
	}
*/


blockquote {
	margin-left:15px;
	margin-right:5px;
	margin-top:3px;
	margin-bottom:0px;
}

form {
	text-align:center;
}

/* Mise en page des titres */
h1 {
	font-family:arial;
	font-size:20px;
	word-spacing:4pt;
	line-height:30px;
	color:#00A0A0;
	text-align:center;
	}
h2 { 
	font-family:arial; 
	font-size:16px;
	color: #00A0A0; 
	margin-top:40px;
	margin-left:10px;
	margin-bottom:15px;
	font-weight:600;
	}
h4 { 
	font-family:arial; 
	font-size:10px;
	color: #C0C0C0; 
	margin-top:3px;
	margin-left:10px;
	margin-bottom:15px;
	}


/* Apparition d'un texte lorsque la souris passe sur un acronyme */
acronym {
	border-bottom: none;
	color:#0080C0;
	}
	
/* Puces */
/* Par défaut */
ul { 
	list-style-image:url(images/puce.gif);
	font-family:arial;
	line-height:22px;
	margin-top:3px;
	margin:0;
	padding:0;
	font-size:15px;
	color:#404040;
	text-align:justify;
	}
ul li{ 
	margin: 0 0 0 50px;
	}
/* Pour "Aller au chapitre" */
ul.sommaire { 
	list-style-image:url(images/puce.gif);
	font:10pt tahoma; 
	margin-top:0px;
	margin-bottom:0px;
	margin-left:120px;
	text-align:justify;
	line-height:13pt;
	}
	
/* Liens du site par défaut */
a:link { text-decoration:underline; color:#B50000;}
a:visited { text-decoration:underline; color:#B50000;}
a:hover, a:active { text-decoration:underline; color:#FF8080;}
/* Liens du menu de gauche */
a.gauche:link { text-decoration:none; color:#000000}
a.gauche:visited { text-decoration:none; color:#000000}
a.gauche:hover { text-decoration:none; color:#FFFFFF }
a.gauche:active { text-decoration:none; color:#000000}
/* Répère de page en dessous de l'entete */	
a.repere:link { font-weight:bold; text-decoration:underline; color:#626262;}
a.repere:visited { font-weight:bold; text-decoration:underline; color:#626262;}
a.repere:hover, a.repere:active { text-decoration:underline; color:#CCCCCC;}
/* Liens du "aller au chapitre" : les ancres */	
a.sommaire:link { font-weight:bold; text-decoration:underline; color:#FF7500;}
a.sommaire:visited { font-weight:bold; text-decoration:underline; color:#FF7500;}
a.sommaire:hover, a.sommaire:active { text-decoration:underline; color:#FFA000;}