/*  ----------------------------------------------------------- */
/*  Feuille de styles pour vital song avec 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 {
	margin: 0;
	text-align: center;
	font-size: 0.96em;
	color: #333;
}

img, table { 
	margin:0;
	padding:0;
	border:none;
}

ul, ol, li {
	margin:0;
	padding:0;
}

ul {
	list-style:none;
}

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

h1 {
	width:590px;
	margin-bottom:10px;
	padding:0;
	font-size:3em;
}

h2 {
	margin-bottom:0.5em;
	font-size:0.88em;
	font-weight:bold;
}

h3 {
	margin-bottom:0.5em;
	font-size:1.09em;
	text-align:left;
}

h4 {
	margin-bottom:0.5em;
	font-size:0.82em;
	font-weight: normal;
	color:#7c3a00;
}

h5 {
	margin-bottom:0.5em;
	font-size:0.71em;
	font-weight: normal;
	color:#000000;
}

h6 {
	margin-bottom:0.5em;
	font-size:1.09em;
	color: #8a8888;
	text-align:left;
	border-bottom:1px solid #cbc9c9;
}



/*  Typographie generale du site */

/* Typo pour les menus et la navigation */

body, #navigation {
	font-family: Tahoma, Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	background-color:#ffffff;
}

/*  Disposition a l'ecran des blocs principaux */
#page {
	position:relative;
	width: 800px;
	text-align:justify;
	margin-top:50px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

#conteneur {
	padding:0;
}

/* Blocs du contenu (c-a-d. la colonne principale) */

#conteneur #contenu {
	float:right;
	margin:0;
	padding:0;
	width:590px;
}

#contenu h1 {
	text-align:left;
}

/*  Habillage general des menus de navigation */

#conteneur #col-gauche {
	float: left;
	width: 190px;
	font-size:0.88em;
}

#col-gauche ul {
	padding: 0;
	text-align: left;
	background-color:#ffffff;
}

#col-gauche li {
	padding: 3px 3px 3px 0px;
}

#col-gauche .spip_logos {
	margin-top:0;
	margin-bottom:50px;
	padding:0;
	border:none;
}

#navigation {
	margin-bottom:1.5em;
	padding:3px 0;
}

#navigation li {
	padding: 5px 5px 5px 20px;	
	border-top: 1px solid #fff;
	background:url(puce.gif) 5px 10px no-repeat;
}

/* Fil d'Ariane */

#hierarchie {
	padding: 0 0 8px 20px;
	font-size: 0.77em;
	background:url(puce_rouge.gif) 5px 5px no-repeat;
}

/* Pied de page */

#pied {
	clear: both;
	margin: 0;
	padding-bottom:10px;
	text-align: right;
	font-size:0.77em;
	border-top:1px solid #cbc9c9;
}

#pied a {
	padding-left: 15px;
}

#pied div.rond {
	margin-top:10px;
	padding:3px 0;
	font-size: 0.96em;
	color:#333;
}

#pied div.rond  a, #pied div.rond  a:hover {
	padding:0;
	color:#7c3a00;
	font-weight:bold;
	background:none;
}

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


/*  Habillage du contenu */

/*  Mise en forme des textes du contenu */

div.bienvenue, div.texte { 
	margin-bottom:1em; 
	padding-bottom:0.5em;
	font-size: 0.88em;
	text-align:justify;
}

/*  Listes de documents joints (a un article ou une rubrique) */

#documents_joints {
	clear:left;
	margin-top: 0.5em;
}

#documents_joints h2 {
	margin-bottom:0.4em;
	padding:0;
	font-size:0.88em;
	color:#BD1220;
	background:none;
}

#documents_joints li {
	margin-bottom:0.4em;
}

#documents_joints li .spip_doc_titre {
	font-size:1em;
	font-weight:normal;
}

#documents_joints li .spip_doc_titre small {
	font-weight:normal;
}

/*  Les images */

.spip_documents_center {
	clear: both;
	width: 100%;
	margin-bottom:2px;
	border:1px solid #8a8888;
}

.spip_documents_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 2px;
	border:1px solid #8a8888;
}

.spip_documents_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 2px;
	border:1px solid #8a8888;
}

/*  Habillage des formulaires */

/* Correction des styles HTML par defaut */

.formulaire_spip form, .formulaire_spip fieldset, .formulaire_spip legend, .formulaire_spip label, .formulaire_spip input, .formulaire_spip textarea, .formulaire_spip select, .formulaire_spip option { 
	margin: 0; 
	padding: 0; 
	border: none; 
	background: none;
}

/* Styles des formulaires de Spip */
.formulaire_spip {
	text-align: left;
}

.formulaire_spip p {
	margin:0;
	padding:0;
}

.formulaire_spip legend { 
	font-size: 0.71em;
	padding-bottom: 10px;
}

.formulaire_spip label {
	float:left;
	width:100px;
	font-size:0.88em;
	text-align:left;
}

.formulaire_spip input {
	width:250px;
	margin-bottom:5px;
	margin-left:10px;
	padding: 1px 2px;
	border: 1px solid #7b3900;
}

.formulaire_spip textarea {
	width:250px;	
	margin-bottom:5px;
	margin-left:10px;
	padding:1px 2px;
	font-family:inherit;
	font-size:0.88em;
	border:1px solid #7b3900;
}

input.spip_bouton {
	width:60px;
	margin:10px 0 10px 120px;
	padding:1px 2px;
	border:1px outset #7b3900;
	float:left;
	text-align: center;
	color:#000000;
	background-color:#ffffff;
}

input.spip_bouton:hover {
	width:60px;
	margin:10px 0 10px 120px;
	padding:1px 2px;
	border:1px inset #7b3900;
	float:left;
	text-align: center;
	color: #7b3900;
	background-color:#ffffff;
}

/* Reponse du formulaire */
.reponse_formulaire {
	margin: 10px 0 10px 0;
	padding-top: 10px;
	font-size:0.88em;
	color:#7b3900;
}

/*  Couleurs des liens */
a {
	text-decoration: underline;
	color: #7b3900;
}

a:hover {
	text-decoration: underline;
	color: #8a8888;
}