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

body { /* on utilise Arial tout le temps */
	font-family: Arial, Helvetica, sans-serif;
}
a img {
border: 0 none;
}
/*.chapeau {
	font-size: 12px;
	color: #46727E;
	font-style: italic;
}*/
#afca {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 1.3em;
	margin-top: 15px;
}
/*.spip_documents_left{ pour version avec image insérée dans le texte de l'article, pour repousser le texte
    float: left;
    margin-bottom: 40px;    
	margin-top: 10px;
}*/
/* --------------------- */
/* les liens du menu superieur : sous-styles du style 'lien' ('a') */
/* --------------------- */

A.liensPermanents_1 {
	color: #FFFFFF;
	font-size: 12px;
		text-decoration: none;
}
A.liensPermanents_1:visited {
	color: #FFFFFF;
	font-size: 12px;
		text-decoration: none;
}
A.liensPermanents_1:hover { /* les liens sont souligns quand la souris passe dessus */
	text-decoration: underline ;
}
A.liensPermanents_2 {
	color: #000000;
	font-size: 12px;
		text-decoration: none;		
}
A.liensPermanents_2:visited {
	color: #000000;
	font-size: 12px;
		text-decoration: none;
}
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: #FFFFFF;
	font-size: 12px;
		text-decoration: none;
}
A.liensRubriques:hover { /* les liens sont souligns quand la souris passe dessus */
	text-decoration: underline ;
}
A.liensRubriques:visited { /* les liens sont souligns quand la souris passe dessus */
	color: #FFFFFF;
}

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;
}

/* ------------------ */
.titre {
	font-size: 16px;
	font-weight: bold;
	color: #46727E;
}
.soustitre {
	font-size: 14px;
	color: #46727E;
	font-weight: bold;
}
.soustitrebreves {
	font-size: 10px;
	color: #46727E;
}
.soustitrebreves2 {
	font-size: 12px;
	color: #46727E;
}
.date {
	font-size: 9px;
	color: #555555;
	font-style: italic;
}
.textegras {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
/* --------------------- */
/* Styles des liens de la rubrique */
/* --------------------- */

a, #edito a {
	font-size: 12px;
	color: #46727E;
	text-decoration: none;
}
#edito a, #edito a:hover, #edito a:visited {
	font-weight: bold;
}
a:hover, #edito a:hover {
	text-decoration: underline;
}
a:visited, #edito a:visited {
	font-size: 12px;
	color: #5891A0;
}
a.liensoustitre {
	font-size: 14px;
	color: #EA7A00;
	text-decoration: none;
}
a.liensoustitre:hover {
	font-size: 14px;
	color: #EA7A00;
	text-decoration: underline;
}
a.liensoustitre:visited {
	font-size: 14px;
	color: #FFA037;
}
a.titre {
	font-size: 16px;
	font-weight: bold;
	color: #46727E;
	text-decoration: none;
}
a.titre:hover {
	font-size: 16px;
	font-weight: bold;
	color: #46727E;
	text-decoration: underline;
}
a.titre:visited {
	font-size: 16px;
	font-weight: bold;
	color: #46727E;
	text-decoration: none;
}
/* --------------------- */
/* Styles du bandeau horizontal */
/* --------------------- */
.titre_noir {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.titre_blanc {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.texteArticleBlanc {
	font-size: 12px;
	color: #FFFFFF;
}
.dateEvenement {

	font-size: 12px;
	color: #46727E;
	font-weight: bold;
}
/* --------------------- */
/* Styles communs aux deux blocs */
/* --------------------- */
#titre_bloc {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
}	
#image_edito, #image_actus {
	margin-left: 15px;
	margin-right: 10px;
}
/* --------------------- */
/* Styles du bloc 1 edito */
/* --------------------- */
#edito {
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 1.4em;
	padding-right: 15px;
}
/* --------------------- */
/* Styles du bloc 2 actus */
/* --------------------- */
ul#actus {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	padding: 10 15 0 0;
}
#actus li {
	margin: 0 0 8 0;
}	
#actus, #actus a  {
	font-size: 12px;
	color: #46727E;
	text-decoration: none;
	font-weight: bold;
}	
#actus a:hover {
	text-decoration: underline;
}
#actus a:visited {
	color: #5891A0;
}
#points {
	margin: 0 5 0 0;
	float: right;
}
#points a, #points a:hover {
	text-decoration: none;	
}

/* --------------------- */
/* 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 {
	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 {
	display: block;
	float: right;
	margin: 10 15 0 15;
}
.spacer {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
#blogs li a {
color:#FFFFFF;
}
#blogs li {
margin: 10 70 30 0;
}

