/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */


/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
div {
border:0px solid black;

}
.Title{
text-transform:uppercase;
color:#0F1E42;
font-size:12px;
font-weight:bold;

}

.jaune {
background-color:#F69600;
width:70px;
float:left;
vertical-align:baseline;

height:10px;
}

.titre_corps {font-weight:bold; text-transform:uppercase; font-size:11px; }

.citation {
color:#4F5050;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:right;
font-size:13px;



}

.legende {color:#F69600;
text-align:left}
/*-------------------------------------*/


body {
	background: #FFF;
	margin: 0px;
	text-align: center;
	font-size: 1em;
	color: #333;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color:#DEE7F1;
}

#conteneur { width: 800px; }


#conteneur #contenu { margin:10px; text-align:justify }
/*#conteneur #contenu2 { margin:10px; width:530px }*/



#conteneur #navigation {
	float: right;
	width: 12em;
	text-align: center;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	width: 100%;
	font-size:12px;
	
	
}


/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 0px;
	font-size: 0.77em;
	color:#4F5050;
	margin-left:10px;
	margin-bottom:20px;
	 }

/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 4em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center; }
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Arial, Helvetica, sans-serif;
	color:#0F1E42; }

/* Typo pour le contenu */
#contenu {
	font-family: Arial, Helvetica, sans-serif;
	color:#0F1E42;
	 }


/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
#menu{
width:800px;
height:191px;
}

#sections li{
display:inline;


}

.cartouche { 

}

.cartouche_titre { 

background-color: #0F1E42;
padding: 3px;
padding-right: 20px;
text-align: left;
color:#DEE7F1;
font-size: 12px;
font-weight: bold;
text-transform:uppercase;	
}

.cartouche_jaune { 

background-color: #F0C37D;
padding: 3px;
padding-right: 30px;
text-align: left;
color:#0F1E42;
font-size: 12px;
font-weight: bold;


}

.cartouche_titre_gauche { 

background-color: #0F1E42;
padding: 3px;

text-align: center;
color:#DEE7F1;
font-size: 12px;
font-weight: bold;
text-transform:uppercase;	
}

.spip_doc_titre{
margin-bottom:5px;
}

.lien_pj {
color:#DEE7F1;
text-decoration:none;
}

.date{
color:#DEE7F1;
background-color:#435D86;
padding:0px;
padding-left:3px;
padding-right:3px;
}

.surtitre{
text-transform:uppercase;
color:#0F1E42;
font-weight:bold;



}
  

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color:#F69600; }
a:hover { text-decoration: underline; }
