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


/* bo”tes et paragraphes */
div#bandeau { 
width: 99%; 
height: 64px; 
border-bottom: 10px solid gray; 
padding: 5px;
background: white;  
}

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

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

.avertissement { 
margin-left: 362px; 
margin-right: 151px; 
width: 100px; 
height: 64px; 
font-size: 11px; 
text-align: center; 
color: darkred; 
}

.plansite { 
float: right; 
margin-right: 5px; 
width: 70px; 
height: 64px; 
font-size: 11px;
text-align: center; 
}

.inscription {
float: right; 
margin-right: 5px; 
width: 250px
height: 64px; 
font-size: 11px; 
text-align: center; 
}

.logoRT { 
float: right; 
margin-right: 75px; 
width: 70px; 
}


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

div#gauche { 
float: left; 
width: 230px; 
background: white; 
padding: 5px; 
overflow:hidden;
}

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

div#centre { 

margin-left: 245px; 
margin-right: 195px; 
background: #EDEDED; 
padding: 5px; 
}


div.photos { 
text-align: center; 
vertical-align: top; 
background: white; 
padding: 5px; 
}


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

