/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #2d2b29;
	margin: 0;
	padding:0;
	text-align: center;
	font:11px/16px Georgia, "Times New Roman", Times, serif;
	color: #d8d2c5;
}

img, table { margin: 0; padding: 0; border: none; }


/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #c03000; }
a:hover { text-decoration: underline; }


/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */

#conteneur { background:#222; margin:0 auto; text-align:left; width: 761px; }

#conteneur div.contenu {
	background:#333;
	margin:40px 20px;
	padding:8px;
	width:705px;
}


/* Entete */
#entete { width: 741px; padding:55px 0 5px 20px; }
#entete h1 { font-size:24px; margin:0; font-weight:normal; }
#entete p { margin:40px 0 0 0; font-size:12px; line-height:20px; }
/* Pied de page */
#pied {
	clear: both;
	width: 741px;
	padding:10px 0 10px 20px;
}
#pied img { vertical-align: bottom; }

/* galerie */
#conteneur div.descriptif { float:left; width:250px; margin:0 15px 0 30px; padding:1px 0; display:inline; }
#conteneur div.descriptif h2 { font-size:14px; margin:0 0 10px 0; }
#conteneur div.contact { background:url(/images/pointil_gris_hz.gif) 0 0 repeat-x; padding:10px 0; margin:10px 0; }
#conteneur div.contact p { margin:0; font-weight:bold; }

/*  ------------------------------------------
/*  Specific
/*  ------------------------------------------ */
.clear { clear:both; }

.bloc { display:block; }

.gras { font-weight:bold; }
.maigre { font-weight:normal; }

.orange { color:#c03000; }

.hide { display:none; }

.nomarg { margin-top:0; margin-bottom:0; }
.nomargtop { margin-top:0; }
.nomargbot { margin-bottom:0; }

.flotleft { float:left; }
.flotright { float:right; }



/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }



