/* SPIP-STYLE                                              version 1.9  */
/* Cette feuille contient les styles associes au code genere par SPIP.  */
/* Ces styles sont indispensables et doivent necessairement etre        */
/* definis pour le bon fonctionnement de vos squelettes.                */

/* Fond de page */
body { 
background-color: lightgray; 
font-color: black; 
font: 12px verdana,arial,helvetica; 
margin=10px 
}

/* Liens */

a:link {
color: steelblue; 
}

a:visited { 
color: gray; 
}

a:hover { 
color: darkred; 
}

/* formulaires*/
.formulaire_spip {
float: left;
}

/* bo”tes et paragraphes */

div#liens {
height: 30px;
}

div#avertissement {
float: left;
}

div#qui {
float: right;
}

div#FBtwitter {
text-align: center;
margin-left: 400px; 
}

div#bandeau { 
width: 99%; 
height: 204px; 
border-bottom: 10px solid gray; 
padding: 5px;
background: white;  
}

.logotitre { 
float: left; 
width: 357px; 
}

.radio { 
float: right; 
width: 96px; 
}

div#navigation { 
left: 0px; 
width:100%; 
height: 64px; 
}

div#gauche { 
float: left; 
width: 230px; 
overflow:hidden;
}

div#chat {
background: white;
padding: 5px; 
margin-bottom: 5px; 
text-align: center; 
}

div#imagescoucou {
background: white; 
padding: 5px; 
margin-bottom: 5px; 
text-align: center; 
}

div#forum {
background: white; 
padding: 5px; 
margin-bottom: 5px;
}

div#droite { 
float: right; 
width: 180px; 
background: white; 
padding: 5px; 
}

div#centre { 
margin-left: 235px; 
margin-right: 195px; 
background: #EDEDED; 
padding: 5px; 
}

div#socialarea {
float: right;
font-size: 10px;
color: darkred;
}

div#inscription { 
margin-left: 235px; 
margin-right: 195px; 
background: #EDEDED; 
padding: 5px; 
height: 300px;
}




/* titre */
.titre { 
font-weight: bold; 
font-size: 16px; 
color: darkred; 
}

/* soustitre */
.soustitre { 
font-weight: bold; 
font-size: 14px; 
}

/* surtitre */
.surtitre { 
font-style: italic; 
font-weight: bold; 
}

/* descriptif */
.descriptif { 
font-style: italic; 
}

/* chapeau */
.chapeau { 
font-weight: bold; 
}

/* auteurs */
.auteurs { 
font-style: italic; 
color: darkred; 
}

/* texte*/
.texte {
text-align: justify; 
}

/* date*/
.date { 
float: right; 
font-style: italic; 
font-size: 11px; 
}