body
{
	font-family: Verdana, Arial, Trebuchet MS, Helvetica, Swiss, Futura, sans-serif;
	color: #000000;
	font-size: 16px;
	letter-spacing: 1pt;
	line-height: 20px;
}

ul {
	list-style: none;
	}
	
.justifie
{
	text-align: justify;
}

.titre_site {
	padding: 20px;
	color: #003366;
	font-size: 24px;
	border-right: 2px dotted #003366;
	border-bottom: 2px dotted #003366;
}

.titre_rubrique
{          
	color: #003366;
	font-size: 20px;
}          
a.titre_rubrique:hover
{          
	color: #000000;
	font-size: 20px;
}   

.titre_article 
{
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}
a.titre_article:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

.liste_srubrique
{          
	color: #003366;
	text-decoration:none;
}          
a.liste_srubrique:hover
{          
	color: #000000;
	text-decoration:underline;
}  

.chemin
{
	color: #003366;
	text-decoration:none;
}
a.chemin:hover
{
	color: #000000;
	text-decoration:underline;
}

.lire_la_suite {
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}
a.lire_la_suite:hover {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

.retour
{
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}
a.retour:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

.lien
{
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}
a.lien:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

.mailto
{
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}
a.mailto:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

.fichelien
{
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}
a.fichelien:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

.page_nav
{
	font-size:14px;
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}
a.page_nav:hover
{
	font-size:14px;
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}
	
.sitemap_rubrique
{
	color: #003366;
	text-decoration:none;
	font-weight:bold;
}
a.sitemap_rubrique:hover
{
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
}

.sitemap_article
{
	color: #003366;
	text-decoration:none;
}
a.sitemap_article:hover
{
	color: #000000;
	text-decoration:underline;
}

.menubox
{
	color:#003366;
	line-height: 14px;
	font-weight: bold;
	text-decoration:none;
}
a.menubox:hover
{
	color:#000000;
	line-height: 14px;
	font-weight: bold;
	text-decoration:underline;
}

.menubox_titre
{
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	line-height: 20pt;
}



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


/*positionnement*/

#haut{
	position:absolute;
	top:0px;
	left:10px;
}

#left{
	position:absolute;
	top:130px;
	left:10px;
	width:200px;
}

#content{
	margin-top:130px;
	margin-left:30%;
	margin-right:10%;
}

#content hr
{
	display:none;
}

/* FICHES */
.fSousTitre
{
	color: #<hr>;
	font-size: 10px;
	font-weight: bold;
}

		.fTexte
		{

			font-size: 15px;
			color: #<hr>;
		}
		
		a.fTexte:hover
		{
			font-size: 15px;			
			color: #000000;
		}







