/* --------------------- */
/* -- styles gnraux -- */
/* --------------------- */

body { /* on utilise Arial tout le temps */
	font-family: Arial, Helvetica, sans-serif;
}


.texteArticle { /* le texte 'de base' */
	font-size: 12px;
	text-align: justify;
}

.soustitre_noir {
font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.soustitre_surtitre {/* surtitre et sous titre au sens de la balise SPIP */
	font-size: 12px;
	color: #000000;
}
.post-sriptum {
	font-size: 10px;
	color: #000000;
}
/* --------------------- */
/* Styles du bandeau horizontal */
/* --------------------- */
.titre_noir {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
a.titre_noir {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.titre_noir:hover {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.titre_noir:active {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.titre_noir:visited {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.titre_blanc {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
a.titre_blanc {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.titre_blanc:hover  {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.titre_blanc:active {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.titre_blanc:visited {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* --------------------- */
/* les liens du menu superieur : sous-styles du style 'lien' ('a') */
/* --------------------- */
.liensPermanents_1, .liensPermanents_2, a.liensPermanents_1on, a.liensPermanents_2on, #sousmenu2 {
	font-weight: bold;
	font-size: 12px;
}
a.liensPermanents_1, a.liensPermanents_1:visited {
	color: #FFFFFF;
}
a.liensPermanents_2, a.liensPermanents_2:visited {
	color: #000000;
}
a.liensPermanents_1, a.liensPermanents_1:visited, a.liensPermanents_2, a.liensPermanents_2:visited {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
a.liensPermanents_1:hover, a.liensPermanents_2:hover { /* les liens sont souligns quand la souris passe dessus */
	text-decoration: underline ;
}

/* --------------------- */
/* les liens du menu vertical : sous-styles du style 'lien' ('a') */
/* --------------------- */
a.liensRubriques {
	color: #62808A;
	font-size: 12px;
		text-decoration: none;
}
a.liensRubriques:visited {
	color: #62808A;
	font-size: 12px;
		text-decoration: none;
}
a.liensRubriques:hover { /* les liens sont souligns quand la souris passe dessus */
	text-decoration: underline ;
}

a.liensRubriquesPrincipales {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
		text-decoration: none;
}
a.liensRubriquesPrincipales:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
		text-decoration: none;
}
a.liensRubriquesPrincipales:hover { /* les liens sont souligns quand la souris passe dessus */
	text-decoration: underline ;
}

/* --------------------- */
/* utilis pour le menu principal (reglages techniques)*/
/* --------------------- */
.reglagePuces {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ------------------ */
/* modification balises spip de base */
/* --------------------- */
.spip_documents_center{
        margin: auto;
        text-align: center;
        width: 80%;
}

.spip_documents_left{
        float: left;
        margin-right: 15px;
        text-align: center;
}

.spip_documents_right{
        float: right;
        margin-left: 15px;
        text-align: center;
}

/* --------------------- */
/* Positionnement du menu haut */
/* --------------------- */
#sousmenu2, #sousmenu3 {
	margin: 0;
	padding: 0;
}
ul#sousmenu1, #sousmenu2 ul, #sousmenu3 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sousmenu1 li, #sousmenu2 form, #sousmenu3 li {
	float: right;
	margin: 0;
	padding: 0;
}
#sousmenu1 a, #sousmenu3 a {
	display: block;	
}
#sousmenu1 a, #sousmenu1 a.on {
	background: #000;
	width: 140px;		
	text-align: center;
	margin: 0 0 0 50px;
	padding: 3 0px;
}
#sousmenu2 form p {
	margin: 5 0 0 20;
}
#sousmenu2 a, #sousmenu2 a.on {
	display: block;
	float: right;
	margin: 10 15 0 15;
	
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#sousmenu2 a {
	font-weight: normal;
}
#sousmenu2 a:hover {
	text-decoration: underline;
}
#sousmenu2 a.on {
	text-decoration: none;
	font-weight: bold;
}
.spacer {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
#blogs li a {
color:#000000;
}
#blogs li {
margin: 10 70 30 0;
}
/* --------------------- */
/* Styles du plan */
/* --------------------- */
ul {
list-style-type: none;
}
h1, h2, h3 {
color: #4E94A0;
text-decoration: none;
}
#plan h1 {
font-size: 15px;
margin-top: 20px;
}
#plan h2 {
font-size: 13px;
}
#plan h3 {
font-size: 12px;
}
#plan a:hover {
text-decoration: underline;
}
#plan a {
text-decoration: none;
}

 
