/* CSS Document */
a,a:visited,a:link {
	text-decoration: none;
}
#texte a,#texte a:visited,#texte a:link {
	text-decoration: none;
	/*border-bottom: 2px dotted #FF9900;*/
	border-bottom: none;
	color:#FF7401;
}
#texte a:hover {
	text-decoration: none;
	border: none;
	color:#000000;
	background-color:#FF9900;
}
#gauche .texte a,#gauche .texte a:visited,#gauche .texte a:link {
	text-decoration: none;
	border-bottom: none;
	color:#000000;
}

a:hover {
	color:#FF7401;
	text-decoration: underline;
}
a img {
	text-decoration: none;
	border: none;
}

p.spip {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	text-align:justify;
	padding: 0px;
	margin: 0px;
	padding-top:5px;
	padding-bottom:5px;
	/*clear: both;*/
}
.spip_code {
	font-family: monospace;
}

p.spip_note { }

h2.spip {
	font-family: "Tahoma", Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 150%;
	text-align: left;
	margin-top :40px;
	margin-bottom : 0px;
	/*margin-left:25px;*/
	padding: 0px;
	clear: both;
	color:#CC0066;
	margin-left:10%;
	margin-right:10%;
	/*width: 80%;*/
	padding: 3px 25px;
	color:#000000;
	background: url('../IMG/design/icone_20.gif') no-repeat #FFBE00 3px 50%;
	border: 3px dotted #000000;
}
h3.spip {
	font-family: "Tahoma", Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	margin-top :40px;
	margin-bottom : 0px;
	margin-left:25px;
	padding: 0px;
	clear: both;
	color:#FF7401;
	text-decoration:underline;
}
h3.spip a {
	text-decoration:none;
}
h4.spip, h4.spip a,#gauche h4.spip a {
	font-family: "Tahoma", Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	margin-top :20px;
	margin-bottom : 5px;
	margin-left:25px;
	padding: 0px;
	clear: both;
	color:#FF7401;
}
h4.spip a:visited,#gauche h4.spip a:visited {
	color:#FF7401;
}
h4.spip a,#gauche h4.spip a {
	margin: 0px;
}
h4.spip a:hover,#gauche h4.spip a:hover {
	background-color:#FF9900;
	color:#000000;
	text-decoration: underline;
}

.spip_puce {
	list-style-position: inside;
	border-width: 0px;
}
.spip_documents{
	font-family: "Tahoma", Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
	margin-top: 5px; 
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
	clear: both;
}
span.spip_documents_center { display: block; margin-top:1em; }

.spip_documents_left{
	clear: left;
	float: left;
	margin-right: 15px; 
	margin-bottom: 5px; 
	text-align: center;
}

.spip_documents_right{
	clear: left;
	float: right;
	margin-left: 15px; 
	text-align: center;
}

table.spip {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
	border-collapse:collapse;
}

table.spip caption{
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin-left: auto;                                                       
	margin-right: auto;
	padding: 3px;
	font-weight: bold;
	font-family: "Tahoma", Verdana,Arial,Sans,sans-serif;
	font-size : 70%;
}

table.spip tr.row_first {
	/*background-color: #FCF4D0;*/
	background-color:#ff9900;
	color: #000000;
}
table.spip tr.row_first strong {
	color: #000000;
}

table.spip tr.row_odd {
	background-color: #d0d0d0;
}

table.spip tr.row_even {
	background-color: #F0F0F0;
}

table.spip td,table.spip th {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	border: 1px #000000 solid;
}
table.spip th {
	text-align: center;
}

hr.spip {
	clear:both;
}
strong.spip { color:#666666;font-weight:bold;}
i.spip { }
blockquote.spip {
	margin-left : 40px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right: 0px;
	border : solid 1px #aaaaaa;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.forml { width: 100% ; background-color: #FFDDAA;}

.spip_encadrer {
	font-family: helvetica, arial, sans-serif;
	width : 95%;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #666666 solid;
}

.spip_sanscadre {
	border: 0px;
	font-weight: bold;
}

.spip_serif {
	font-family: Georgia, Garamond, Times New Roman, serif;
}

.spip_cadre {
	width : 95%;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 10px;
}

div.spip_poesie {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #999999;
}
div.spip_poesie div {
	text-indent: -60px;
	margin-left: 60px;
}

.spip_bouton { /*background-color: #FFCC00;*/}

form.formrecherche { 
	margin-top: 5px;
	margin-bottom: 5px;
}
input.formrecherche {
	width: 95%;
	background-color: #FFDDAA;
}

.reponse_formulaire {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: red;
}

.spip_surligne { background-color: #FFFF66; }


/*
 *  Images typographiques (via image_typo)
 */
.image_typo {
	behavior: url("win_png.htc");
}


/*
 * Barre de raccourcis
 */

a.spip_barre img {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #aa9966;
	border-bottom: 1px solid #aa9966;
	padding: 3px;
	background-color: #FFDDAA;
}
a.spip_barre:hover img {
	border: 1px solid #808080;
	padding: 3px;
	background-color: #f8f8f4;
}

.spip_logos {
	margin: 3px;
	border-width: 0px;
}
/*  ------------------------------------------
/*  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: 5; padding: 5; border: none; background: none; }

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

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

.formulaire_spip fieldset {
    display: block;
	margin: 0.77em 0;
	padding: 0.77em;
	border: 1px dotted;
	margin:5%;
	/*width: 80%;*/ }
.formulaire_spip legend { 
	font-weight: bold; 
	padding: 3px;
	background: #FFF; /* Sinon, superposition dans MSIE */
}

.formulaire_spip label {}
.formulaire_spip .forml {
	/*width: 99%;*/
	padding: 1px;
	border: 1px inset;
	font-family: inherit;
	font-size: inherit; }

.spip_bouton { text-align: center; }
.spip_bouton {
	background-color:#FFFFFF;
	margin: 3px 0;
	padding: 1px 2px;
	border: 2px outset;
	font-weight: bold;
	float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #F00; }
fieldset.reponse_formulaire { border: 1px dotted; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu {
	padding: 1em;
	border: 1px solid; }

/* 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 */
.choix_mots { width: 47%; float: left; } 
.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { text-align: left; width: 12em; }
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-size: 0.88em;
	font-weight: bold; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 0.77em; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;

	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

