 /*
 * 												MENU HORIZONTAL DEROULANT
 */

body {
margin: 0;
padding: 0;
background: white;
font: 100% verdana, arial, sans-serif;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
	position: absolute;
	left: 0;
	z-index:100;
	width: 100%;
	height: 4 em;
	font-size: 0.9em;
}
#menu dl {
float: left;
width: 19%;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #666699;
	margin: 1px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 2%;
	padding-left: 2%;
}
#menu dd {
display: none;
}
#menu li {
	text-align: center;
	background: #5A5A87;
	border-top: 1px solid #A6A6C4;
	padding-top: 1px;
	padding-bottom: 2px;
}
#menu li a, #menu dt a {
color: white;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
color: #E1A6A6;
}
 /*
 * 													Marges de la page imprimable
 */
#principal_print {

	font-family: "Times New Roman", Times, serif;
	margin-top: 20px;
	z-index: 1;
	font-size: 1em;
	padding-left: 3%;
	padding-right: 3%;
}
 /*
 * 													Délimitation générale des zones d'affichage
 */




#haut {
	width: 100%;
	height: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330099;
	padding: 5px;
	background-image:  url(IMG/bandeau_hp.jpg);
	background-repeat: no-repeat;
	background-color: #32B2CD;
}
#haut_hp {
	width: 100%;
	height: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330099;
	padding: 5px;
	background-image:  url(IMG/bandeau_hp.jpg);
	background-repeat: no-repeat;
	background-color: #32B2CD;
}
#haut h1 {
	color: #CC0000;
}

#conteneur {
	position:absolute;
	width: 100%;
}

#principal {
	font-family: "Times New Roman", Times, serif;
	margin-top: 60px;
	margin-right: 22%;
	z-index: 1;
	font-size: 1em;
	padding-left: 1%;
	padding-right: 1%;
}
#droite {
	position:absolute;
	margin-top: 80px;
	z-index: 1;
	right: 0;
	width: 20%;
	padding: 2px 15px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#bas {
	width: 100%;
	padding: 5px;
	color: #A66F37;
	clear: both;
	background-image: url(IMG/bas.jpg);
	background-repeat: repeat-x;
	height: 100px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0066CC;
	font-size: small;
	margin-top: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#bas a, #bas a:visited {
	color: #003366;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bas a:hover {
text-decoration:underline;
}

 /*
 * 																	TITRES
 */
h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
	color: #0000B7;
}

.titre-extrait, .titre-extrait a {
	font-family: "verdana", Times, serif;
	color: #2C9CB4;
	font-size: 1.3em;
	text-decoration: none;
}

.titre-extrait a:hover {
	text-decoration: underline;
}

.titredemi, .titredemi a {
	font-family: "verdana", Times, serif;
	color: #2C9CB4;
	font-size: 1.1em;
	text-decoration: none;
}

.titredemi a:hover {
	text-decoration: underline;
}

 /*
 * 															Divers
 */
.img{
	padding: 5px;
}

.img_left{
	float: left;
	margin: 5px;
}

.img_right{
	float: right;
	margin: 5px;
}




 /*
 * 											Eléments de rubrique, ss rubrique et blocs résumés
 */

.detail, .detail a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3CB7D0;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
.detail a:hover{
	text-decoration: underline;
}
.rappelrubrique, .rappelrubrique a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D17676;
	letter-spacing: 0.2em;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
.rappelrubrique a:hover {
	text-decoration: underline;
}

.blocextrait {
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	background-color: #F0FAFF;
		clear: both;
}

.blocpresentation {
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	background-color: #F0FAFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.spip_logos {
	border-width: 0px;
	margin-right: 0.5em;
}
.img_left{
	float: left;
	text-align: center;
	margin-bottom: 12px;
	margin-left: 12px;
}
.cont_ds_principal {
	width: 100%;
	padding-bottom: 5px;
}

.surtitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	letter-spacing: 0.1em;
	font-size: 0.7em;
	font-weight: bold;
}
.soustitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	letter-spacing: 0.1em;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 6px;
}

.chapo_rubr {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 0.9em;
}

.chapo {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: justify;
	font-size: 1em;
}
.texte, .texte p.spip {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	color: #000000;
}
.ps {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 80%;
}
.ssrubrique {
	padding: 5px;
	border: thin double #00CC99;
	width: 30%;
	float: left;
	margin: 1px;
}
.bloc {
	clear: both;
}

 /*
 * 															Menu droite
 */

.prive {
	background-color: #CC9966;
	font-size: 0.8em;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #D9FFFF;
	text-decoration: none;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
}
.prive a {
	color: #D9FFFF;
	text-decoration: none;
}
.prive a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.actu {
	background-color: #F7E9B9;
	font-size: 0.9em;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #000066;
	text-decoration: none;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
}
.actu a {
	color: #000066;
	text-decoration: none;
}
.actu a:hover {
	color: #EA7500;
	text-decoration: underline;
}
.esp_actu {

	padding-bottom: 2px;
	font-size: 0.8em;
	padding-top: 2px;
}
.gras_droite {
	font-weight: 600;
	text-align: right;
	font-size: 0.8em;

}


.eve {
	background-color: #E1A6A6;
	font-size: 0.9em;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #000066;
	text-decoration: none;
	width: 98%;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 2px dotted #000099;
}
.eve a {
	color: #000066;
	text-decoration: none;
}
.eve a:hover {
	color: #EA7500;
	text-decoration: underline;
}

.menudroite1 {
	background-color: #666699;
	font-size: 0.9em;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #D9FFFF;
	text-decoration: none;
	width: 100%;
	margin-bottom: 3px;
}
.menudroite1 a {

	color: #D9FFFF;
	text-decoration: none;
}
.menudroite1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.padv3 {
	padding-bottom: 2px;
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #007DFB;
	padding-top: 2px;
}



 /*
 * Navigation Mots clés (mot.html)
 */
.li_mots {
	font-size: 1em;
	padding-bottom: 1em;
}

.groupemots {
	float: left;
	background-color: #DFF7EF;
	width: 19%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 4px;
	margin-left: 1%;
	margin-bottom: 10px;
}
.mots {
	float: left;
	background-color: #CAFFF2;
	width: 18%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left: 1%;
	margin-right: 1%;
	padding: 4px;
	margin-bottom: 10px;
}
.mot {
	float: left;
	background-color: #EEEEDD;
	width: 55%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 4px;
	margin-bottom: 10px;
}

.titre_avant_ss_rubr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-variant: normal;
	text-transform: Aucune;
	color: #FD93A3;
	text-align: right;
	width: 90%;
	margin-left: 60px;
}

.bt_ss_rubr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-variant: small-caps;
	color: #003399;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A7DDE9;
	font-weight: bold;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7DDE9;
	width: 90%;
	margin-left: 60px;
	margin-top: 5px;
	margin-right: 5px;
	padding-right: 5px;
}

.bt_ss_rubr a, .bt_ss_rubr a:visited{
	color: #003399;
	text-decoration: none;
}

.bt_ss_rubr a:hover {
	color:#CC3333;
	background-color: #E1F5FF;
}
.bt_ss_ss_rubr, .bt_ss_ss_rubr a, .bt_ss_ss_rubr a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #32B2CD;
	font-weight: normal;
	text-align: right;
	width: 90%;
	margin-left: 60px;
	margin-top: 5px;
}

.bt_ss_ss_rubr a:hover {
	color:#CC3333;
}
.titrepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	color: #666699;
	text-align: center;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #CC6666;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CC6666;
	width: auto;
	margin-bottom: 0.5em;
	font-variant: normal;
	word-spacing: 0.1em;
	letter-spacing: 0.05em;
}
.liste_art_cles, .liste_art_cles a {
	font-size: 0.8em;
	color: #FFFFFF;
	padding-top: 0.5em;
	padding-left: 0.5em;
}
/*
 * Habillage des forums
 */

ul.forum-total {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.forum-fil {
	margin-top: 3em;
}
.forum-fil ul {
	display: block;
	margin: 0px;
	margin-left: 2em;
	padding: 0px;
	list-style: none;
}
.forum-titre {
	font-weight: bold;
	font-size: 120%;
}
.forum-item {
	margin: 0px;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	color: #303030;
	font-size: 80%;
}
.forum-repondre-message {
	text-align: right;
}

/* Boite d'un forum : eclaircissement progressif des bords */

ul .forum {
	border: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}
ul ul .forum {
	border: 1px solid #a4a4a4;
}
ul ul ul .forum {
	border: 1px solid #b8b8b8;
}
ul ul ul ul .forum {
	border: 1px solid #cccccc;
}
ul ul ul ul ul .forum {
	border: 1px solid #e0e0e0;
}
ul ul ul ul ul ul .forum {
	border: 1px dashed #e0e0e0;
}

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo {
	border: 0px;
	border-bottom: 1px dashed #b8b8b8;
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
	background: #c4e0e0;
}
ul ul .forum-chapo {
	background: #d4e8e8;
}
ul ul ul .forum-chapo {
	background: #e4f0f0;
}
ul ul ul ul .forum-chapo {
	background: #f4f8f8;
}
ul ul ul ul ul .forum-chapo {
	background: #ffffff;
}
.forumbloc {
	background-color: #F5E2E2;
	padding: 5px;
	margin-left: 15px;
	font-size: 80%;
}

/* mentions légales */
.ml1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: 666699;
}
.ml2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	background-color: #EBC5C5;
}

/* Styles contenu spip */

.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}

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

.spip_documents_right{
	float: right;
	margin-left: 15px; 
	text-align: center;
}
h3.spip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin-top : 30px;
	margin-bottom : 15px;
	padding: 0em;
	color: #2C9CB4;
}
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: Verdana,Arial,Sans,sans-serif;
	font-size : 70%;
}

table.spip tr.row_first {
	background-color: #FCF4D0;
}

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

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

table.spip td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

hr.spip { }
b.spip { }
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_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;
}

/*
 * Habillage des petitions
 */

.signatures {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
.signatures td {
	-moz-border-radius: 0.4em;
}
.signatures-titre {
	clear: right;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 0.5em;
	margin: 0px;
}
.signature-date {
	white-space: nowrap;
	background: #e4f0f0;
	padding: 0.5em;
}
.signature-nom {
	font-weight: bold;
	background: #ecf4f4;
	padding: 0.2em;
	text-align: center;
}
.signature-message {
	font-size: 85%;
	background: #f4f8f8;
	padding: 0.4em;
	text-align: justify;
}


/*
 * Formulaires
 */

.formrecherche {
	background-color: #f2f2f2;
	color: #505030;
	margin: 0px;
	padding: 2px;
	border: solid 1px #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}
.forml {
	background-color: #ececec;
	margin: 4px;
	padding: 1px;
	border: dashed 1px #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.spip_bouton {
	border: 2px solid #404040;
	padding: 3px;
	background: #d0d0d0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
.spip-admin {
	position: fixed;
	bottom: 0px;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
}


.formmail {
	width: 80%;
	padding: 10px;
}
