
html { font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */

body {
	font-size: 0.85em; font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
 	background-color: white;
 	margin: 0;
 	padding: 0;
 	text-align: center;
 	color: black;
}

a {
 	color: rgb(0,102,153);
}

a:hover {
 	color: rgb(195,1,120);
	text-decoration: underline;
}

hr {
	border: none;
	border-top: 1px solid #a0a0a0;
}

img {
	border:none;
	}

/* 
 * Positionnement des éléments
*/

#logo {
	margin-bottom: 1em;
	}

#page { width: 950px; margin: 0 auto; text-align: left; }


#contenu {
	float: left;
	width: 720px;
 	margin: 0;
 	padding-left: 1em;
}

#chapeau {
 	font-weight: bold;
 	font-size: 1.1em;
 	text-align: justify;
 	clear: right;
}


#breves {
	float: right;
 	width: 19em;
 	font-size: 95%;
 	background-color: rgb(240,240,240);
 	padding: 0 1em;
 	border: 1px solid #a0a0a0;
	margin: 1.5em;
}

#encart {
	float: right;
 	text-align: center;
 	margin-top: 1.2em;
}

#.c {
	}

.spip-admin-float {
	position: absolute;
	top: 0px;
	right: 0px;
}

.spip_documents { text-align: center; line-height: normal; }
.spip_documents p { margin: 0; padding: 0; }
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em auto; }
.spip_documents_left { float: left; padding-right: 1em; margin-left: 0; }
.spip_documents_right { float: right; padding-left: 1em; margin-right: 0; }
.spip_doc_titre { margin-right: auto; margin-left: auto; font-weight: bold; }
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; }

#e-mail {
	margin-left: 10px;
	}

/*
 * Typographie
*/

.texte {
 	text-align: justify;
 	border-top: 1px solid #a0a0a0;
}


p, p.spip, h1, h2, h3 {
	margin: 0;
	padding-bottom: 1em;
}

h1, h2, h3 {
 	color: rgb(195,1,120);
	}

h1 {
 	text-align: center;
 	font-size: 1.45em;
 	font-weight: bolder;
 	padding-top: 0.5em;
}

h2 {
 	text-align: center;
 	font-size: 1.35em;
 	font-weight: bold;
 	padding-top: 0.5em;
}

h3 {
 	font-weight: bold;
 	padding: 0.3em 0;
}

.breve {
	margin-bottom: 1em;
}

.separateur {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
	

.spip_documents {
	font-size: 80%;
	margin: 5px;
	text-align: center;
}


.legende {
	font-size: 90%;
	text-align: center;
}

#c {
	text-align: center;
	font-size: 90%;
	border-top: 1px solid #a0a0a0;
	}

.logo_portfolio {
	margin: 2px;
}

.spip_note {
	padding: 1em 0;
	border-top: 1px solid #a0a0a0;
}

p.spip_note {
	padding: 0;
	border: 0;
	margin: 0;
	}

a.spip_note {
	border: none;
}

/*
 * Presentation des menus
*/

ul {
	padding: 0;
	margin: 0;
}


li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu {
	padding: 0.2em;
	float: right;
 	width: 200px;
 	margin-top: 3.4em;
}

.menu {
 	margin-bottom: 1em;
}

.menu ul {
	border: 1px solid #a0a0a0;
	display: block;
	margin: 0;
	list-style: none;
}

ul.menu-bloc {
	border: none;
	padding: 0.3em 0.8em;
	padding-right: 0.4em;
	}

li.menu-titre {
	padding: 0.3em;
 	background-color: rgb(220,220,220);
 	font-weight: bold;
}

li.menu-header {
 	background-color: rgb(220,220,220);
	border: none;
	border-top: 1px solid #a0a0a0;
	margin: 0;
	padding: 0.3em 0.6em;
 	font-weight: bold;
}

li.menu-item {
	margin: 0;
	padding: 0.1em 0.5em;
}

a.menu {
	text-decoration: none;
}

a.menuon {
	text-decoration: none;
 	color: rgb(195,1,120);
 	font-weight: bold;
}


/*
 * Presentation des images (album)
*/

#documents_portfolio {
	padding: 1em 0;
	border-top: 1px solid #a0a0a0;
}

ul.ligne {
	margin: 0 0.5em;
}

li.case {
	float: left;
	width: 205px;
	height: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	}
	
.pagination {
	text-align: center;
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 2px;
 	}

.portfolio {
	border: 1px solid #a0a0a0;
 	background-color: rgb(184,171,164);
 	}
 
.diaporama {
	text-align: center;
	}
	
.fleches {
	text-align: center;
	}
	
.nav {
	border-top: 1px solid #a0a0a0;
	padding-top: 5px;
 	}

#pagination {
	text-align: center;
	padding-bottom: 2px;
	}


/*
 * Presentation des images (image)
*/


#image {
	text-align: center;
	margin-top: 0.3em;
}

ul.nav {
	border: none;
	height: 150px;
	}
	
li.precedent {
	float: left;
	width: 305px;
	text-align: center;
	bottom: 0px;
	}

li.retour {
	float: left;
	width: 400px;
	text-align: center;
	bottom: 0px;
	}

li.suivant {
	float: right;
	width: 305px;
	text-align: center;
	bottom: 0px;
	}
	
	
	/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */
input, select, textarea { font-size: 100%; font-family: inherit; }


/* Structure generale des formulaires
----------------------------------------------- */
.formulaire_spip { clear: both; margin-bottom: 2em; padding: 0; border: 0; text-align: left; font-size: 1em; }
.formulaire_spip form { margin: 0; padding: 0; } /* Bug IE/Win */

/* Fieldset */
.formulaire_spip fieldset { clear: both; margin: 0 0 1em 0; padding: 0; border: 0; }
.formulaire_spip fieldset legend { margin: 0; padding: 0; font-size: 1.05em; font-weight: bold; background-color: #fff; color: #333; } /* Preciser la couleur des legend et du fond pour IE/Win */
.formulaire_spip fieldset fieldset { margin-top: 1em; }
.formulaire_spip fieldset fieldset legend { font-size: 1em; font-weight: normal; }

/* Explications */
.formulaire_spip .explication { margin: 0.50em 0; color: #444; }

/* Lignes */
.formulaire_spip ul { margin: 0; padding: 0; list-style: none; }
.formulaire_spip ul li { clear: both; margin: 0; padding: 0.50em 0; }

/* Labels */
.formulaire_spip label { display: block; text-align: left; color: #444; font-weight: bold; /* pour IE/Win */ position: relative;  }
.formulaire_spip li p { margin-top: 0; margin-bottom: 0; }

.formulaire_spip .choix label{display:inline;font-weight:normal;}
.formulaire_spip .choix input.radio,
.formulaire_spip .choix input.checkbox {width:auto;}


/* Champs de saisie */
.formulaire_spip input.text { width: 15em; border: 1px inset; }
.formulaire_spip textarea { width: 99%; border: 1px inset; }
.formulaire_spip select { width: 99%; }

/* Boutons */
.formulaire_spip .boutons { clear: both; margin: 0; padding: 0; text-align: right; }
.formulaire_spip .boutons input { margin-left: 1em; }
.formulaire_spip .boutons input, input.submit {}


/* Reponses, previsu et erreurs
----------------------------------------------- */

/* Champs obligatoires */
.formulaire_spip li.obligatoire {}
.formulaire_spip li.obligatoire label {}

/* Previsualisation du message */
.formulaire_spip fieldset.previsu { margin-bottom: 2em; padding: 1em; border: 2px dashed #F57900; }
.formulaire_spip fieldset.previsu legend { padding: 0 0.50em; font-weight: bold; color: #F57900; }
.formulaire_spip fieldset.previsu li { padding: 3px; border: none; }
.formulaire_spip fieldset.previsu p { margin: 1em 0; } 

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; font-size: 1.20em; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }
fieldset.reponse_formulaire.reponse_formulaire legend { color: #F57900; } /* Preciser la couleur des legend et du fond pour IE/Win */

/* * Erreurs */
.formulaire_spip li.erreur .erreur_message { display: block; color: #C30; font-weight: bold; }
.formulaire_spip li.erreur input.text, .formulaire_spip li.erreur textarea { background-color: #FCC; border-style: solid; border-color: #C30; }
.reponse_formulaire_erreur { margin: 0; color: #C30; font-weight: bold; }

/* * OK */
.reponse_formulaire_ok { margin: 0; color: #53AD20; font-weight: bold; }


/* Variantes et cas particuliers
----------------------------------------------- */

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }
table.spip_barre a img { background: #FDA; padding: 3px; border: 1px outset #CC9; }
table.spip_barre a:focus img,
table.spip_barre a:hover img,
table.spip_barre a:active img { background: #FFF; border: 1px solid #CC9; }
table.spip_barre input.barre { width: 99%; background: transparent; border: 0; }

/* Formulaire de forum */
.formulaire_forum .saisie_titre input.text, .formulaire_forum .saisie_titre textarea { width: 98%; }

/* Selection des langues */
.formulaire_menu_lang { margin: 0; padding: 0; background: none; }

/* Formulaires de recherche (site / petitions) */
.formulaire_recherche { margin: 0; padding: 0; background: none; }
.formulaire_recherche * { display: inline; vertical-align: middle; }
.formulaire_recherche label {}
.formulaire_recherche input.text { width: 10em; padding-left: 25px; background: #FFF url(rechercher.gif) no-repeat left center; }
.formulaire_recherche input.submit {}

.spip_surligne {} /* Cf.: spip_style.css */

/* Choix des mots-clefs */
ul.choix_mots { display: block; margin: 0; padding: 0; list-style: none; }
ul.choix_mots li { clear: none; float: left; display: block; width: 30%; padding: 1%; }
ul.choix_mots li label { display: inline; font-weight: normal; }

.formulaire_spip .bugajaxie { display: none; } /* Bug IE/Win */

/* Formulaire de login dans une page */
.formulaire_login ul li {clear:left;}
.formulaire_login .editer_password .details {display:block;}
.formulaire_login #spip_logo_auteur {float:right;}

