body, div, span, p, .p, hr, ul, li, a, td ,th, select, input, textarea, .texte, .h5
{
	font-family: Verdana, Arial, Trebuchet MS, Helvetica, Swiss, Futura, sans-serif;
	color: #000000;
	font-size: 16px;
	letter-spacing: 1pt;
}

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

.titre_site
{
	color: #003366;
	font-size: 24px;
	font-weight: bold;
}

.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
{
	font-size:14px;
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}
a.lire_la_suite:hover
{
	font-size:14px;
	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;
}

.telecharger
{
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}
a.telecharger: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:0;
	left:10px;
	
}

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

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

#content hr
{
	display:none;
}

#bas
{
	position:absolute;
	valign:bottom;
}

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

		.fTexte
		{

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

/* ----- simpleFRONTPAGE ----- */

#simplefrontpage {

	}


.fp_article {
	margin: 0px 0px 20px 0;
	padding: 0px 0px 20px 0;
	border-bottom: 1px dashed #000;
	}

.fp_article p { margin: 0; padding: 0; }

.fp_titre_rubrique {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0px 10px 0;
	padding: 0;
	border-bottom: 1px dashed #000;
	}
	
.fp_titre_article {
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0px 0px 0;
	padding: 0;
	}	

.fp_read_more {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	}

a.fp_read_more {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	}
	a.fp_read_more:hover { color: #000; }

#breves {
margin: 0;
padding: 10px;
border: 1px solid #000;
margin: 20px 0px 20px 0px;
}

.breves_titre_rubrique {
	color: #FFF;
	background: #336699;
	padding: 0 10px 0 10px;
	margin: 0px 0px 0px 0px;
	}

.breve { 
	border-bottom: 1px dotted #000;
	padding: 6px 0 6px 0;
	margin: 0px 0px 0px 0px;
	}

.breve_titre { margin: 0; padding: 0 10px 0 10px; color:#336699; text-decoration: none; font-weight: bold; color: #000; }
 		a.breve_titre:hover { color:#fff; background: #336699; }

a.breve_intro { display: block; padding: 0 0 20px 0; text-decoration: none; color: #336699; }
	a.breve_intro:hover { color: #000; text-decoration: underline; }

/* ----- simpleFRONTPAGE end ----- */




