/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9 THP */
/*  ----------------------------------------------------------- */


body {
	behavior: url("csshover.htc"); /* WinIE behavior call */
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1em;
	color:#330000;
	background-color:#FFCC00;
	
	}

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



#page {
	width: 1045px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-image:url(/squelettes/images/fondPage.png);
	
}


/*FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFicideb*/
/*#conteneur {
	clear: both;
	float: right;
	width: 630px;
	overflow: hidden;
	margin-right: 80px;
}
#contenu{ padding-top: 0.30em; }

#navigation {
	float: left;
	width: 200px;
	margin-top: 1em;
	overflow: hidden;
}
#extra ISSY{ float: right; clear: right; width: 30%; margin-top: 1em; overflow: hidden; }
*/

/*FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFcicfinFFFFF*/

#conteneur {
	width: 1024px;
	text-align: left;
	border: none;
	margin-top: 0;
	margin-left: 10px;
	padding-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
	
	}

#conteneur #contenu {
	
	padding: 0;
	border: 5px;
	float: left;
	width: 100%;
	
}
#navigation {
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	top: 20em;
	left: 40em;
	width: 200px;
	text-align: right;
}

/*FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFForigineFinFFFFFFFFFFFF*/
/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart2 {
	margin: 0 50px 0 0;
	padding: 0;
	border: none;
	float: left;
	width:270px;
		
}

#contenu .encart2 {
	float: left;
	width: 650px;
	padding: 0;
	border: none;
	margin: 0;
}






#contenu .contre-encart {
	margin: 30px;
	padding: 0;
	border: none;
	float: left;
		
}

#contenu .encart {
	float: left;
	width: 40%;
	padding: 0;
	border: none;
	margin: 30px;
}

/* Entete */
#entete {
    width: 1024px;
	margin-top: 0;
	padding: 0;
	margin-left:11px;
	/*background: white;*/

}
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	border: none;
	font-weight: bold;
	font-size: 1.5em; 
}
#entete #nom_site_spip {min-height: 80px;}
#entete a { text-decoration: none; }
#entete #nom_site_spip {padding-top: 40px; text-align: center;}
#entete #nom_site_spip, #entete a:hover  .spip_logos { 
	color: #f26522; }

#entete .formulaire_recherche { 
	float: right; 
	padding: 0.4em 0.5em 0 0;
}
#entete #barre {
	width: 100%;
	
	height: 1.9em;
	margin: 0;
	padding: 0;
	border: none;
}

#entete #barre :hover { 

	color:#CC0000;
	}


#entete #barre ul {
	margin: 0;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	-space: nowrap;
}

#entete #barre li.level1 {
    position: relative;
	margin: 0;
	padding: 0.5em 0.8em 0 0.8em;
	border: none;
	height: 1.9em;
	list-style-type: none;
	display: block;
	float: left;
}


#entete #barre li.level2 {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px #999999 solid;
	height: auto;
	width: auto;
	font-size: 1.2em;
	text-align: left; 
}

#entete #barre li.level2>a {
	width: auto;
	height: auto;
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	-space: normal;
	
	
}

#entete #barre li.level2, #entete #barre li.level2 a {
	
	background-color:#FFFFFF;
	margin: 0;
}

#entete #barre li.level2:hover, #entete #barre li.level2:hover>a {
	background: #A90101;
	color: white;
}

#entete #barre ul.level2 {
	position: absolute;
	top: 2.9em;
	left: -1em;
	width: 16em;
	padding: 0;
	display: none;
	background-color:#330066;
	font-weight: normal;
	border-left: 1px grey solid;
	border-right: 1px grey solid;
	
}

#entete #barre ul.level3 {
	position: absolute;
	z-index: 300;
	top: -1px;
	left: 16.6em;
	width: 16em;
	padding: 0;
	display: none;
	margin-left: -1px;
	/*background: transparent url(images/pixtrans.png);*/
	font-weight: normal;
	border-left: 1px grey solid;
	border-right: 1px grey solid;
	border-top: 1px grey solid;
}

#entete #barre ul.level1 li.level1:hover ul.level2 {display:block;}

#entete #barre ul.level2 li.level2:hover ul.level3 {display:block;}

/* Fil d'Ariane */
#hierarchie {
	width: 100%;
	margin:1em 0 0 2em;
	 }

#pied {
	width: 100%;
	clear: both;
	text-align: center;
	margin-top: 20px;
	border: 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%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Verdana, Tahoma, Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: "Trebuchet MS", Helvetica, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Georgia, Times, serif; }


/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
/*
*/

.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	/*border-radius : 16px;*/
	margin-bottom: 1em;
	font-size: 0.77em;
	
}

/*.rubriques ul li{list-style:none;}*/


/*
.nav {
	border: 2px solid #cfcfcf;
	border-radius : 16px;
	-moz-border-radius: 16px;
	margin-bottom: 1em;
	font-size: 1em;
        font-weight: bold;
}

.nav ul li {
        text-align: center;
        }

.menu-titre {
	padding: 0.2em 0.4em;
	text-align: center;
	font-weight: bold;
}
*/

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
/*
.cartouche {
	margin: 1em 4em;
}

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: green; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }
*/

/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-left:1em;
	font-weight: bold;
	line-height: 1.4em;
	background-color: #F3FFF0;
	color: #000000;
	
	 }

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

/*.texte { color: blue; font-size: 0.96em; }*/



/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {



	margin-left:3.em 
	}
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-top: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	/*margin-bottom: 16px;*/
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }

.margLeft{margin-left:16px;}


/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

/* Formulaire de recherche */
.formulaire_recherche { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }
.mailnews{font-size:85%; margin-top:20px; margin-left:10px;}



/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #990000;  }
a:hover { 
	/*background-color: #CC0000;*/
	color: #000000; }
td.today {border: 1px solid #cfcfcf;}
a img:hover {background: transparent;}
