/*
======================
Mise en forme Générale
======================
*/

html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	text-align: center;
	background: #eef;
}

acronym {
	border: none;
}

a {
	text-decoration: none;
}

#conteneur {
	width: 750px;
	margin: 10px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 1px solid #000;
	background-color: #fff;
	background: url(../images/fond1.gif) 100% 100% repeat-y;
}

#bandeau {
	height: 110px;
	width: auto;
	background: url(../images/bandeau.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#logo_impression {
	display: none;
}

/*
=====================================
Mise en forme du menu sous le bandeau
=====================================
*/

#nav_haut {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffcc33;
	width: 750px;
	height: 20px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}


#nav_haut ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#nav_haut li {
	list-style: none;
	float: left;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
}

#nav_haut a {
	display: block;
	float: left;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #cc6600;
	background: #ffcc33;
	color: #000000;
	width: .1em;
}

#nav_haut a:hover {
	background-color: #dd0000;
	color: #ffffff;
	border-left: 1px solid #cc6600;
}



/*
=====================================
Mise en forme de la navigation gauche
=====================================
*/

#nav_gauche {
	float: left;
	width: 180px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 10px 0px;
}

#nav_gauche ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav_gauche li {
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#nav_gauche ul li a {
	display: block;
	clear: both;
	width: 165px;
	padding: 0 0 0px 15px;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background: transparent url(../images/puce0.gif) left center no-repeat;
	border: 1px solid #fff;
}

#nav_gauche ul li a:hover {
	color: #dd0000;
/*	text-decoration: underline; */
	background: #eee url(../images/puce1.gif) left center no-repeat;
	border: 1px solid #ccc;
}

#nav_gauche h2 {
	font-size: 10pt;
	font-family: Georgia, serif;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav_gauche h2 a {
	display: block;
	clear: both;
	width: 180px;
	color: #dd0000;
	text-decoration: none;
}

#nav_gauche h2 a:hover {
	text-decoration: underline;
}



/*
================================
Mise en forme du cadre principal
================================
*/

#centre {
	background: url(../images/fond1.gif) 100% 100% repeat-y;
}

#principal {
	margin: 0px 0px 0px 210px;
	width: 520px;
	padding: 10px 0px 10px 0px;
}


/*
=================================
Mise en forme de la page sommaire
=================================
*/

.titre_une {
	font-size: 90%;
	font-weight: bold;
	color: #dd0000;
	margin: 20px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.ligne_une {
	height: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #dd0000;
	background-color: #dd0000;
	border: 0px;
}

.texte_gris {
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #999999;
}

.publie_gris {
	font-style: italic;
	color: #999999;
}

.introduction {
	font-size: 90%;
	margin: 0px 0px 0px 0px;
}

a.lien_suite {
	color: #dd0000;
	text-decoration: none;
	font-weight: bold;
}

a.lien_suite:hover {
	color: #0000cc;
	text-decoration: underline;
}

/*
=====================================
Mise en forme boite à outils articles
=====================================
*/

#outils_article {
	float: right;
	width: 53px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	margin: 15px 0 0 7px;
	padding: 10px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
}

#outils_article img {
	border: none;
	text-align: center;
	margin: auto;
}

#outils_article a {
	border: none;
	text-align: center;
	border: 1px solid #ddd;
	display: block;
	width: 50px;
	height: 50px;
}

#outils_article a:hover {
	border: 1px solid #ffcc33;
	text-decoration: none;
}


.img {
	float: right;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	margin-left: 10px;
}

.img a {
	border: 1px solid #ddd;
	display: block;
}

.img a:hover {
	border: 1px solid #ffcc33;
}

.img img {
	border: none;
}


/*
=============================
Mise en forme du pied de page
=============================
*/

#pied {
	clear: both;
	font-size: 12px;
	text-align: center;
	border-top: solid 1px #000000;
	background: #ffcc33;
	padding: 3px 0px 3px 0px;
}


/*
========================
Mise en forme des titres
========================
*/

h1 {
	font-size: 16pt;
}

h3 {
	font-size: 120%;
}

h1.titre_rubrique {
	font-family: Georgia, Times, sans-serif;
     color: #dd0000;
	margin-top: 15px;
	text-align: center;
}

h3.titre_rubrique {
	margin: 5px 0px 0px 25px;
}

h1.titre_article {
	color: #f9bb00;
}

h1.titre_photo {
	color: #f9bb00;
}

h4.titre_article {
	font-size: 110%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}


/*
====================================
Mise en forme des rubriques/articles
====================================
*/

#hierarchie {
	background: #f9f9f9;
	width: 97%;
	font-weight: bold;
	font-size: 80%;
	border: 1px solid #bbbbbb;
	padding: 1px 2px 1px 2px;
}

.chapeau {
	font-weight: bold;
}

.logo_article {
	float: left;
	margin: 0 10px 0 0;
}

#texte_article {
	width: 430px;
}

/*
====================================
Mise en forme du moteur de recherche
====================================
*/

.titre_recherche {
	font-size: 10pt;
	color: #bb0000;
	font-weight: bold;
}

.ligne_recherche {
	height: 1px;
	color: #b00;
	background-color: #b00;
	border: 0;
	margin: 0;
	_margin: -7px 0;
	padding: 0;
}

.date_recherche {
	margin: 0;
	padding: 0;
	color: #666;
}

.mot_recherche {
	text-transform: uppercase;
	color: #b00;
	font-weight: bold;
}

/*
===========================
Mise en forme du calendrier
===========================
*/

#calendrier_mois {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	color: #dd0000;
}

#calendrier_menu {
	text-align: center;
	width: 90%;
	font-weight: bold;
}

#calendrier_menu a{
	font-weight: bold;
	margin: 0px 0px 0px 5px;
}

.calendrier_date {
	text-transform: uppercase;
	color: #bbbbbb;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}

.calendrier_titre {
	font-weight: bold;
}


/*
============================
Mise en forme de 'Nos liens'
============================
*/


.liens_titre {
	font-size: 130%;
	font-weight: bold;
	font-family: Georgia, Serif;
	margin: 20px 0px 0px 0px;
	color: #999999;
}

/*
=======================
Mise en forme des liens
=======================
*/

a {
	color: #0000cc;
	text-decoration: none;
}

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

a.article {
	font-weight: bold;
}

a.rubrique {
	padding: 0px 0px 0px 15px;
	voice-family: "\"}\"";
	voice-family:inherit;
	background-image:url(../images/puce2.png);
	background-position: left center;
	background-repeat: no-repeat;
}

a.rubrique:hover {
	background-image:url(../images/puce3.png);
}

/*
==========================
Mise en forme Login public
==========================
*/

#form_login {
	text-align: center;
	margin: 0px auto 0px auto;
	width: 400px;
	background-color: #eeeeee;
	border: 1px solid #777777;
	padding: 5px 5px 5px 5px;
}

/*
==============================
Mise en forme documents joints
==============================
*/

.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.spip_documents_center{
	width: 100%;
	margin: auto;
}

span.spip_documents_center {
	display: block;
	margin-top:1em;
}

.spip_documents_left{
	float: left;
	margin-right: 15px; 
	margin-bottom: 5px;
}

.spip_documents_right{
	float: right;
	margin-left: 15px; 
	margin-bottom: 5px;
}

.spip_documents img {
	border: none;
}

.spip_doc_titre {
	font-weight: bold;
	font-size: 0.8em;
	margin-left:auto;
	margin-right:auto;
}

.spip_doc_descriptif {
	font-size: 0.8em;
	margin-left:auto;
	margin-right:auto;
}

/*
==================================
Mise en forme de la galerie photos
==================================
*/

#main-content table {
	padding: 0;
	margin: auto;
}

#main-content .spip_logos {
	display: block;
	margin: auto;
}

#main-content a {
	background-color: #000;
	display: block;
	border: 5px solid #000;
	margin: auto;
}

#main-content a:hover {
	background-color: #b00;
	border: 5px solid #b00;
}

#main-content img {
	border: none;
}

.photo {
	margin: auto;
	text-align: center;
}

.photo img {
	border: 1px solid #000;
}


.auteur_photo {
	text-align: right;
	font-style: italic;
	color: #444;
	margin: 0;
	padding: 0;
}

.photo_retour {
	text-align: center;
}

.photo_retour a {
	font-weight: bold;
	color: #b00;
	text-decoration: none;
}

.photo_retour a:hover {
	color: #000;
}

#suivante_precedente {
	font-weight: bold;
	text-align: center;
	margin: auto;
}

/* LISTE DES GALERIES */

#photos_liste li {
	list-style: square;
	color: #fff;
}

/* BOUTON HAUT DE PAGE */

.haut_page {
	display: block;
	margin-bottom: 10px;
	float: right;
	font-weight: bold;
	font-size: 80%;
	padding: 5px;
	border: 1px solid #a2a300;
	background-color: #fafb33;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

.haut_page:hover {
	display: block;
	border: 1px solid #fafb33;
	background-color: #a2a300;
	text-decoration: none;
	color: #fff;
}

/*
=========================
Mise en forme Photothèque
=========================
*/

.spip_logos {
	margin: 0;
	padding: 0;
}


/*
=========================
Mise en forme Ajax Ticker
=========================
*/

#ajaxticker1 {
	float: left;
	width: 250px;
	border: 1px solid #999;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #E5E5E5;
}


#ajaxticker1 div { /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #E5E5E5;
}

.someclass { /* class to apply to your scroller(s) if desired */
}



/* réglage du bug IE5 concernant le menu gauche */

#nav_gauche ul li a {
	text-indent: 0px;
}

html>body #nav_haut a {
	width: auto;
}    /* fixes IE6 hack */

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav_haut a {float: none;}            /* End IE5-Mac hack */


