body {
	background: #6262A4;
	text-align: center;
}




#conteneur {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	text-align: left;
}


a {
	text-decoration:none;
}

/*---comportement des liens de style bouton---*/

a.bouton {
	display:block;
	background-image: url(../images/homepage04.png);
	color:#333333;
	text-decoration:none;
	border: #6262A4 solid 1px;
	text-align:center;
	padding:1px;
	margin:10px 0px 10px 0px;
	font-weight: bold;
}
a.bouton:hover {
	color:#666666;
	text-decoration:none;
}


/*---comportement des elements de formulaires---*/

.formulaire_spip fieldset {
	border: 1px solid #6262A4;
	margin: 10px 0px 10px 0px;
	padding: 10px;
}

.formulaire_spip legend {
	color: #6262A4;
	background: #EEEEEE;
	font-weight: bold;
	border: 1px solid #6262A4;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 5px 0px;
}

.formulaire_spip label {
	font-weight: bold;
}

.saisie-texte, .forml {
	display:block;
	color: #6262A4;
	background: #F0F0FA;
	border: 1px solid #CCCCCC;
	margin:5px 0px 5px 0px;
	padding:1px;
}

.spip_bouton input {
	display: block;
	float: right;
	background: #6262A4;
	color: #F0F0FA;
	border: 1px solid #6262A4;
	margin:5px 0px 5px 0px;
	behavior: url(squelettes/scripts/spip-bouton-hover.htc);
}

.spip_bouton input:hover {
	background: #F0F0FA;
	color: #6262A4;
	border: 1px solid #6262A4;
	cursor: pointer;
}

.spip_bouton_gauche input {
	display: block;
	background: #6262A4;
	color: #F0F0FA;
	border: 1px solid #6262A4;
	margin:5px 0px 5px 0px;
	behavior: url(squelettes/scripts/spip-bouton-hover.htc);
}

.spip_bouton_gauche input:hover {
	background: #F0F0FA;
	color: #6262A4;
	border: 1px solid #6262A4;
	cursor: pointer;
}

fieldset {
	margin: 0px;
	padding: 0px;
}

blockquote {
	display: block;
	border : 1px solid #990000;
	border-left : 8px solid #990000;
	background : #EEEEEE;
	padding : 0px 5px 0px 5px;
	font-style :italic;
	overflow: auto;
}

/*---style des info-bulles perso adaptees au contexte (image, plan...)---*/

a.info span {
	display: none;
}

a.info:hover {
	background: none; /* correction d'un bug IE */
}

.images a.info:hover span {
	/* style des infobulles associees aux images */
	display: inline;
	position: absolute;
	z-index: 500;
	margin:0em 0 0 1em;
	background: #EEEEEE;
	text-align: left;
	color: #808080;
	padding: 0px 3px 0px 3px;
	border:1px solid #808080;
	width: 200px;
}

.plan{
	margin-left: 30px;
}

.plan .niveau {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	margin-left: 0px;
}
.plan .niveau .rubrique {
	font-size: 90%;
	color: #990000;
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
}

.plan .niveau .article {
	font-size: 70%;
	color: #6262A4;
	display: list-item;
	list-style-type: square; /* barth : si on supprime, les puces changent suivant le niveau de hierarchie */
	list-style-position: inside;
	margin-left: 35px;
}

.plan .sous_niveau {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
.plan .sous_niveau .rubrique {
	font-size: 90%;
	color: #990000;
	display: list-item;
	list-style-type: disc;
	margin-left: 0px;
}

.plan .sous_niveau .article {
	font-size: 70%;
	color: #6262A4;
	display: list-item;
	list-style-type: square; /* barth : si on supprime, les puces changent suivant le niveau de hierarchie */
	margin-left: 0px;
}

.plan a.info:hover span {
	/* style des infobulles associees aux articles syndiques (page site.html) */
	display: inline;
	position: absolute;
	z-index: 500;
	margin:0em 0 0 1em;
	background: #EEEEEE;
	text-align: left;
	color: #808080;
	padding: 0px 3px 0px 3px;
	border:1px solid #808080;
}

.recherche a.info:hover span {
	/* style des infobulles associees aux articles syndiques (page site.html) */
	display: inline;
	position: absolute;
	z-index: 500;
	margin:0em 0 0 1em;
	background: #EEEEEE;
	text-align: left;
	color: #808080;
	padding: 0px 3px 0px 3px;
	border:1px solid #808080;
}

/*---affichage de code (pour afficher en mode texte du code html)---*/

.spip_code {
	display: block;
	border : 1px solid #669999;
	border-left : 8px solid #669999;
	background : #E0F0F0;
	padding : 0px 5px 0px 5px;
	margin: 1em 1em 1em 0em; /*Sarka-SPIP 1.8.2*/
	font-size: 90%;
	overflow: auto;
	max-height: 25em;
}

/* ====================== Blocs principaux, decomposition de la page en 3 colonnes et 1 bandeau ====================== */

.bandeau {
	background: #FFFFFF url(../images/bandeau.jpg) no-repeat;
	height: 130px;
	width: 1000px;
	margin-bottom: 20px;
}

.coordonnees {
	float: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	display: block;
	line-height: 12px;
	padding-left: 610px;
	margin-top: 15px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #6262A4;
}

/* barth : mise en forme du message de bienvenue dans la bande-chemin */
.bienvenue {
	float: left;
	width: 580px;
	margin: 0px 0px 15px 200px !important;
	margin: 0px 0px 0px 100px;
	text-align: center;
	font-size: 22px;
	color: #6262A4;
	font-style: italic;
	background: url(../images/clignotement.gif) no-repeat center bottom;
}

.bande-chemin {
	float: left;
	width: 780px;
	margin: 0px 0px 15px 10px !important;
	margin: 0px 0px 0px 10px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

.bande-chemin a {
	color: #666666;
	font-weight: bold;

}

.bande-chemin a:hover {
	text-decoration: underline;
}

.gauche {
	clear: both;
float: left;
	width: 180px;
	left: 20px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	padding-left: 20px;
}

.centre {
	/*colonne centrale petite*/
	float: left;
	width: 590px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.centre_large {
	/*colonne centrale large*/
	float: left;
	width: 790px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.droite {
	float: right;
	width: 170px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	padding-right: 20px;
}


.menu_horizontal {
	clear: both;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


.footer {
	/*pied de page*/
	clear: both;
	text-align: center;
	font-size: 12px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	padding: 20px;
}


/* ================================ Formatage des elements du pied de page =============================== */

.footer a {
	color: #6262A4;
	text-decoration: none;
}

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

/* ================================ Formatage des elements de la colonne de gauche =============================== */

/* bloc contenant la date de dernière mise à jour */

.maj {
	background: #FFFFFF;
	font-size: 11px;
	border: 1px solid #808080;
	width: 100%;
	text-align: center;
	padding: 3px 0px 3px 0px;
	color: #808080;
	margin: 20px 0px 20px 0px;
}

.maj hr {
	border: 0px;
	height: 1px;
	color: #808080;
	background-color: #808080;
	margin-left: 0px;
	margin-right: 0px;
}

.stats {
	background: #FFFFFF;
	font-size: 11px;
	border: 1px solid #808080;
	width: 100%;
	padding: 3px 0px 3px 0px;
	color: #808080;
	margin: 20px 0px 20px 0px;
}

.stats hr {
	border: 0px;
	height: 1px;
	color: #808080;
	background-color: #808080;
	margin-left: 0px;
	margin-right: 0px;
}

.stats .titre {
	font-weight: bold;
	color: #808080;
	text-align: center;
	margin: 0px auto 5px auto;
}

.stats a {
	display: block;
	color: #6262A4;
	background-image:url(../images/puce-n0.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 5px 10px;
	margin: 0px 5px 0px 5px;
	text-align: left;
	text-decoration: none;
}

.stats a:hover {
	background-image:url(../images/puce-n0.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #6262A4;
	text-decoration: underline;
}

.stats a.info:hover span {
	/* style des infobulles associees aux images */
	display: inline;
	position: absolute;
	z-index: 500;
	margin:0em 0 0 1em;
	background: #6262A4;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 3px 0px 3px;
	border:1px solid #6262A4;
	width: 30px;
}



/* bloc de navigation 2 --> contact + admin + formulaire + s'inscrire */

.nav2 {
	clear: both;
	border: 1px solid #6262A4;
	background: #FFFFFF;
	width: 182px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.nav2 .texte {
	margin:10px;
	font-size: 12px;
}

.nav2 .texte .bouton {
	margin: 17px 0px 17px 22px;
	text-align: left;
	text-indent: 5px;
}

/*logos des boutons du bloc de navigation 2 - avec un hack pour ie6 qui ne supporte pas les png*/

.nav2 .texte .logo-plan {
	background-image: URL(../images/_plan.png) !important;
	background-image: URL(../images/_plan.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 17px !important; /*hack pour le 1er bouton du bloc positionne differemment sous ie*/
	bottom: 10px;
	right: 21px;
	margin: 0px -50px 0px -0px;
}

.nav2 .texte .logo-agenda {
	background-image: URL(../images/_agenda.png) !important;
	background-image: URL(../images/_agenda.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 17px;
	right: 21px;
	margin: 0px -50px 0px -0px;
}

.nav2 .texte .logo-galerie {
	background-image: URL(../images/_galerie.png) !important;
	background-image: URL(../images/_galerie.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 17px;
	right: 21px;
	margin: 0px -50px 0px -0px;
}

.nav2 .texte .logo-motscles {
	background-image: URL(../images/_mots-cles.png) !important;
	background-image: URL(../images/_mots-cles.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 17px;
	right: 21px;
	margin: 0px -50px 0px 0px;
}

.nav2 .texte .logo-forum {
	background-image: URL(../images/_forum.png) !important;
	background-image: URL(../images/_forum.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 17px;
	right: 21px;
	margin: 0px -50px -30px -0px; /*marge basse de -30 px pour dimension bloc de navigation sous ie*/
}

.nav2 .texte .logo-contact {
	background-image: URL(../images/__public-in.png) !important;
	background-image: URL(../images/__public-in.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 18px !important; /*hack pour le 1er bouton du bloc positionne differemment sous ie*/
	bottom: 11px;
	right: 19px;
	margin: 0px -50px 0px 0px;
}

.nav2 .texte .logo-referencement {
	background-image: URL(../images/__proposer-site.png) !important;
	background-image: URL(../images/__proposer-site.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 18px;
	right: 19px;
	margin: 0px -50px 0px 0px;
}

.nav2 .texte .logo-inscription {
	background-image: URL(../images/__inscription.png) !important;
	background-image: URL(../images/__inscription.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 18px;
	right: 19px;
	margin: 0px -50px 0px 0px;
}

.nav2 .texte .logo-login {
	background-image: URL(../images/__public-in.png) !important;
	background-image: URL(../images/__public-in.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 18px;
	right: 19px;
	margin: 0px -50px -30px 0px; /*marge basse de -30 px pour dimension bloc sous ie avec logos*/
}

.nav2 .texte .logo-plan2 {
	background-image: URL(../images/__plan2.png) !important;
	background-image: URL(../images/__plan2.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 18px;
	right: 19px;
	margin: 0px -50px -30px 0px; /*marge basse de -30 px pour dimension bloc sous ie avec logos*/
}

.nav2 .texte .logo-gazette {
	background-image: URL(../images/__gazette.png) !important;
	background-image: URL(../images/__gazette.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 18px;
	right: 19px;
	margin: 0px -50px -30px 0px; /*marge basse de -30 px pour dimension bloc sous ie avec logos*/
}

.nav2 .texte .logo-logout {
	background-image: URL(../images/__public-out.png) !important;
	background-image: URL(../images/__public-out.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 18px;
	right: 19px;
	margin: 0px -50px -30px 0px; /*marge basse de -30 px pour dimension bloc sous ie avec logos*/
}

.nav2 .texte .logo-prive {
	background-image: URL(../images/__prive.png) !important;
	background-image: URL(../images/__prive.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 18px;
	right: 19px;
	margin: 0px -50px -30px 0px; /*marge basse de -30 px pour dimension bloc sous ie avec logos*/
}
        
.nav2 .texte .auteur{
	margin: 17px 0px 17px 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	background: #F0F0FA;
	color: #6262A4;
	border: 1px solid #6262A4;
	text-align: center;
}
        
.nav2 .texte .auteur a{
	color: #990000;
}
        
.nav2 .texte .auteur a:hover{
	text-decoration: underline;
}

.nav2 .saisie-texte {
	width:90%;
}
        
.nav2 .forml{
	width:90%;
}

/* ================================== Formatage des elements de la colonne centrale ============================== */

/* Style de l'intitule de chaque page */
.intitule {
	color: #990000;
	font-size: 16px;
	margin: 0px 30px 20px 30px; 
}

/* ~~~~~~~~~~~~ sommaire ~~~~~~~~~~~~ */
/* Le bloc sommaire contient l'edito et les annonces */
/* des derniers articles et des secteurs */

.sommaire {
	font-size: 12px;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	width: 100%; /*Sarka-SPIP 1.8.2*/
}

/* edito */

.edito {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 13px;
	margin-left: 10px;
	border: 1px solid #999999;
	color: #6262A4;
	margin-bottom: 15px;
}

.edito a {
	color: #990000;
	text-decoration: none;
}

.edito a:hover {
	color: #990000;
	text-decoration: underline;
}

.edito .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
	border:0px;
}

.edito .surtitre {
	color: #6262A4;
	font-size: 100%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
}

.edito .titre {
	color: #6262A4;
	font-size: 100%;
	font-weight: bold;
	margin: 2px 10px 5px 10px;
	padding: 0px;
	text-transform: uppercase; /* barth : mise en majuscule du titre*/
}

.edito .soustitre {
	color: #6262A4;
	font-size: 90%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
}

.edito .detail {
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	color: #990000;
	padding-right: 10px;
}

.edito .texte {
	font-size: 95%;
	color: #000000;
	margin-left: 7px;
	margin-right: 7px;
	padding: 0px;
}

.edito .chapo {
	color: #6262A4;
	margin: 10px;
	padding: 0px;
	font-weight: bold;
}

.edito .post-scriptum {
	color: #6262A4;
	margin: 10px;
	padding: 0px;
	font-size: 100%;
	border-top: 2px solid #000000;
}

.edito .post-scriptum .annonce {
	font-weight: bold;
	color:#6262A4;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

.edito .notes {
	color: #6262A4;
	margin: 10px;
	padding: 0px;
	border-top: 2px solid #000000;
	font-size: 90%;
}

.edito h3 {
	color: #6262A4;
	font-weight: bold;
	font-size: 140%;
	margin: 1.5em 0em 0.5em 0em;
}

.edito table {
	font-size: 90%;
	border-color: #FFFFFF;
}

.edito tr.row_first {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.edito tr.row_odd {
	background: #B7B7CA;
	color: #000000;
}

.edito tr.row_even {
	background: #B7B7CA;
	color: #000000;
}

.edito td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}

/* annonce des rubriques-secteurs */

.sommaire .rubrique {
	border: 2px solid #990000;
	background: #FFFFFF;
	margin: 0px 30px 20px 30px;  /*Sarka-SPIP 1.8.2*/
}

.sommaire .rubrique a.titre {
	display: block;
	font-size: 150%;
	color: #FFFFFF;
	background: #990000;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
	padding: 1px 5px 1px 5px;
	margin-right: 50%;
	text-align:center;
	font-weight:bold;
}

.sommaire .rubrique a.titre:hover {
	display: block;
	font-size: 150%;
	color: #990000;
	background: #FFFFFF;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
	padding: 1px 5px 1px 5px;
	margin-right: 50%;
	text-align:center;
	font-weight:bold;
}

.sommaire .rubrique .texte {
	margin: 10px;
}

.sommaire .rubrique .texte a {
	color: #990000;
	text-decoration: none;
}

.sommaire .rubrique .texte a:hover {
	text-decoration: underline;
}

.sommaire .rubrique table {
	font-size: 85%;
	border-color: #FFFFFF;
}

.sommaire .rubrique tr.row_first {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.sommaire .rubrique tr.row_odd {
	background: #B7B7CA;
	color: #000000;
}

.sommaire .rubrique tr.row_even {
	background: #B7B7CA;
	color: #000000;
}

.sommaire .rubrique td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}

.sommaire .rubrique .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
	border:0px;
}

/* ~~~~~~~~~~~~ contenu ~~~~~~~~~~~~ */
/* Le bloc contenu contient les rubriques, */
/* les articles, et leurs objets associes */
/* in extenso */

.contenu {
	font-size: 13px;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	/*width: 100%;*/ /*Sarka-SPIP 1.8.2*/
}

/* contenu --> rubriques */

.contenu .rubrique {
/* barth 	background: #E5E5E5; */
	margin: 0px 30px 0px 30px; /*Sarka-SPIP 1.8.2*/
}

.contenu .rubrique a.titre {
	display: block;
	font-size: 150%;
	color: #990000;
	padding: 1px 5px 1px 5px;
	margin-right: 30%;
	text-align:center;
	font-weight:bold;
	text-transform: uppercase;
}


.contenu .rubrique .texte {
	margin: 10px;
}

.contenu .rubrique .texte a {
	color: #990000;
	text-decoration: none;
}

.contenu .rubrique .texte a:hover {
	text-decoration: underline;
}

.contenu .rubrique .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
	border:0px;
}

.contenu .rubrique .descriptif {
	margin: 10px 150px 5px 10px;
	border-top: 1px solid;
	border: 1px solid;
	font-size: 85%;
	padding: 5px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.contenu .rubrique table {
	font-size: 85%;
	border-color: #FFFFFF;
}

.contenu .rubrique tr.row_first {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.contenu .rubrique tr.row_odd {
	background: #B7B7CA;
	color: #000000;
}

.contenu .rubrique tr.row_even {
	background: #B7B7CA;
	color: #000000;
}

.contenu .rubrique td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}

/* contenu --> rubriques filles */

.contenu .rubrique .filles {
	margin-bottom: 30px;
}

.contenu .rubrique .filles .en-tete {
	color: #990000;
	font-size: 110%;
	margin: 10px 0px;
}

.contenu .rubrique .filles a {
	display: block;
	color: #666666;
	font-weight: bold;
	background-image: url(../images/puce0.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin: 5px 0px 5px 30px;
}

.contenu .rubrique .filles a:hover {
	text-decoration: underline;
}

/* contenu --> documents joints (aux articles et aux rubriques) */

.contenu .doc {
	padding: 10px; /*Sarka-SPIP 1.8.2*/
	color: #990000;
/* barth	background: #E5E5E5; */
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.contenu .doc .en-tete {
	font-size: 110%;
	font-weight:bold;
	margin: 5px 0px 5px 0px; /*Sarka-SPIP 1.8.2*/
}

.contenu .doc .spip_logos {
	margin: 5px 0px 0px 30px;
	border:0px;
}

.contenu .doc a {
	display:block;
	text-decoration: none;
	color: #990000;
	margin: 0px 0px 5px 0px;
}

.contenu .doc a:hover {
	text-decoration: underline;
}

.contenu .vignette a:hover {
	text-decoration: none;
}

/* contenu --> images jointes (aux articles et aux rubriques) */

.contenu .images {
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	padding: 10px;
/* barth		background: #E5E5E5; */
}

.contenu .images .en-tete {
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #990000;
}

.contenu .images .vignette {
	font-size: 80%;
	margin: 10px;
	padding: 10px 0px 10px 0px;
}

.contenu .images ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

/* ~~~~~~~~~~~~ articles importants ~~~~~~~~~~~~ */

.articles-importants {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
	padding: 10px 10px 10px 20px;
}

.articles-importants_en-tete {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #990000;
	font-size: 100%;
	margin: 5px 10px 10px 30px;
}

.articles-importants .annonce {
	clear: both;
	margin: 10px;
	padding: 5px 0px;
}

.articles-importants .introduction {
	float: left;
	width: 450px;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 15px;
}

.articles-importants a {
	text-decoration: none;
}


.articles-importants a:hover {
	text-decoration: underline;
}

.articles-importants a.titre {
	color: #333333;
	font-size: 115%;
	margin: 0px 10px 5px;
	text-decoration: underline;
	width: 360px;
	float: left;
}

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

.articles-importants .detail_date {
	border:0px;
	width: auto;
	float: right;
	color: #990000;
	font-size: 85%;
	margin-top: 3px;
	font-style: italic;

}

.articles-importants .image .spip_logos {
	border:0px;
	width: auto;
	float: left;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 7px;
}

.articles-importants a.suite {
	width: 90px;
	font-style: italic;
	color: #990000;
	margin-left: 15px;
	display: block;
}

.articles-importants .introduction_large { /* barth :largeur augmentée car absence de la colonne de droite */
	clear: both;
	width: auto;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 15px;
}

.articles-importants a.titre_large {
	color: #6262A4;
	font-size: 115%;
	font-weight: bold;
	margin: 0px 10px 5px;
	text-decoration: none;
	width: 600px;
	float: left;
}

.articles-importants a.titre_large:hover {
	text-decoration: underline;
}



/* ~~~~~~~~~~~~ derniers articles ~~~~~~~~~~~~ */
/* La classes "derniers articles" est mal nommee : */
/* elle correspond aux annonces d'articles, dans les */
/* pages sommaire, plan, recherche, auteur, etc. */

.derniers-articles {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 10px 10px 20px;
	overflow: auto;
	height: 550px;
}

.derniers-articles a {
	text-decoration: none;
}


.derniers-articles a:hover {
	text-decoration: underline;
}

.derniers-articles_en-tete {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #990000;
	font-size: 100%;
	margin: 5px 10px 10px 30px;
}

.derniers-articles .annonce {
	clear: both;
	margin: 10px;
	padding: 5px 0px;
}

.derniers-articles a.titre {
	color: #333333;
	font-size: 115%;
	margin: 0px 10px 5px;
	text-decoration: underline;
	width: 360px;
	float: left;
}

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

.derniers-articles a.titre_large {
	color: #6262A4;
	font-size: 115%;
	font-weight: bold;
	margin: 0px 10px 5px;
	text-decoration: none;
	width: 600px;
	float: left;
}

.derniers-articles a.titre_large:hover {
	text-decoration: underline;
}

.derniers-articles .soustitre {
	color: #6262A4;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding-top: 5px;
}

.derniers-articles .detail_date {
	border:0px;
	width: auto;
	float: right;
	color: #990000;
	font-size: 85%;
	margin-top: 3px;
	font-style: italic;

}

.derniers-articles .image .spip_logos {
	border:0px;
	width: auto;
	float: left;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 7px;
}

.derniers-articles .chemin {
	color: #990000;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}

.derniers-articles .introduction {
	float: left;
	width: 450px;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 15px;
}

.derniers-articles .introduction_large { /* barth :largeur augmentée car absence de la colonne de droite */
	clear: both;
	width: auto;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 15px;
}

.derniers-articles a.suite {
	width: 90px;
	font-style: italic;
	color: #990000;
	margin-left: 15px;
	display: block;

}

/* ~~~~~~~~~~~~ article (affichage presque semblable à "derniers articles" ~~~~~~~~~~~~ */

/* contenu de l'article "proprement dit" */

.contenu .article {
/* barth	background: #E5E5E5; */
	margin: 0px 30px 20px; /*Sarka-SPIP 1.8.2*/
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	padding: 10px 10px 30px; /*Sarka-SPIP 1.8.2*/
}

.article a {
	color: #6262A4;
	text-decoration: none;
}

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

.article .image .spip_logos {
	display: block;
	float: left;
	margin: 10px;
	border:0px;
}

.article .surtitre {
	color: #666666;
	font-size: 120%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.article .titre {
	color: #6262A4;
	font-size: 180%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.article .soustitre {
	color: #666666;
	font-size: 130%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.article .contenu {
/* barth 	background: #E5E5E5; */
	margin: 10px 0px 0px 0px; /*Sarka-SPIP 1.8.2*/
	padding: 0px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/
}

.article .detail {
	color: #333333;
	font-size: 85%;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #6262A4;
	width: auto;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 40px;
	padding-right: 5px;
	padding-left: 5px;
}

.article .texte {
	color: #000000;
	margin: 0px 10px 0px 10px;
}

.article .chapo {
	color: #990000;
	margin: 10px 10px 0px 10px;
	font-weight: bold;
}

.article .post-scriptum {
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
	font-size: 100%;
	border-top: 2px solid #6262A4;
}

.article .post-scriptum .annonce {
	font-weight: bold;
	color:#6262A4;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.article .notes {
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	border-top: 2px solid #6262A4;
	font-size: 90%;
}

.article .en-tete {
	color: #666666;
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/
}

.article h3 {
	color: #6262A4;
	font-weight: bold;
	font-size: 140%;
	margin: 1.5em 0em 0.5em 0em;
}

.article table {
	font-size: 90%;
	border: #666666;
}

.article tr.row_first {
	background: #6262A4;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.article tr.row_odd {
	background: #FFFFFF;
	color: #000000;
}

.article tr.row_even {
	background: #FFFFFF;
	color: #000000;
}

.article td {
	border: 1px solid #6262A4;
	padding: 1px 5px 1px 5px;
}

.article a.imprimer {
	display: block;
	background-image: url(../images/printer.gif);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	float: right;
	margin-right: 10px; 
}

.article a.creer_pdf {
	display: block;
	background-image: url(../images/_pdf.gif);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	float: right;
	margin-right: 10px; 
}



/* ~~~~~~~~~~~~ dans la meme rubrique ~~~~~~~~~~~~ */

.articles-freres {
	border: 2px solid #6262A4;
	padding: 10px;
	margin: 20px 30px 10px 30px; 	/*Sarka-SPIP 1.8.2*/
	background: #EEEEEE;
}

.articles-freres ol {
	color: #6262A4;
}

.articles-freres .en-tete{
	color: #6262A4;
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}

.articles-freres .frere a {
	/* lien vers les articles frères sauf l'article en cours */
	color: #6262A4;
	text-decoration: none;
	font-weight: bold;
}

.articles-freres .frere a:hover {
	color: #6262A4;
	text-decoration: underline;
}

.articles-freres .frere .date {
	color: #990000;
}

.articles-freres .en-cours {
	/* affichage du titre de l'article en cours (sans lien) */
	color: #808080;
}



/* ~~~~~~~~~~~~ auteur ~~~~~~~~~~~~ */

.auteur {
	padding: 0px;
	margin: 0px 30px 0px 30px; /*Sarka-SPIP 1.8.2*/
	font-size: 12px;
}

/* Style de l'intitule de chaque page */
.auteur .intitule {
	color: #808080;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 20px 0px; 
}

.auteur div {
	text-align: left !important;
}

.auteur .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
	border:0px;
}

.auteur .nom {
	color: #6262A4;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.auteur .tchak {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	margin: 30px 0px 10px 0px;
	padding: 0px;
}

.auteur .spip_encadrer {
	border: 1px solid #6262A4;
	color: #6262A4;
	font-size: 100%;
	margin: 5px 0px 10px 0px;
	padding: 5px;
}

.auteur a {
	color: #990000;
	text-decoration: none;
}

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

/* ~~~~~~~~~~~~ recherche ~~~~~~~~~~~~ */



.recherche .intitule {
	color: #808080; 
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 0px 30px; /* Sarka-SPIP 1.8.2 */
	padding: 1px 10px 1px 0px;
	border: 0px;
}

.recherche .elements-trouves {
	color: #990000;
	font-size: 120%;
	margin: 20px 0px 5px 30px;
	padding-top: 20px;
}

.recherche .mot-cle {
	color: #6262A4;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-decoration: underline;
}

.recherche .derniers-articles {
	margin: 0px; /* Sarka-SPIP 1.8.2 */
}

.indentation a {
	display: block;
	color: #666666;
	font-weight: bold;
	background-image: url(../images/puce0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin: 5px 0px 5px 30px;
}

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

.redimensionnement {
	padding-left: 20px;
	font-size: 12px; /* Sarka-SPIP 1.8.2 */
}



/* ====================== Formatage des elements de la colonne de droite ====================== */

/* ~~~~~~~~~~~~ Mini-agenda ~~~~~~~~~~~~ */

.agenda {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #6262A4;
}


.agenda a.en-tete {
	width: 100% !important;
	width: 170px;
	display: block;
	color: #333333;
	text-align: center;
	background-image: url(../images/homepage02.png);
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.agenda a.en-tete:hover {
	color: #666666;
}
.agenda .contenu {
	font-size: 13px;
}

.agenda .contenu .mois {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
}

.agenda .contenu .mois a{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.agenda .contenu .mois a:hover{
	text-decoration: underline;
}

.tableau {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	font-style:normal;
	width: auto !important;
	width: 170px;
}

.calendar_this_day {
	color :#FFFFFF;
	background-color: #999999;
}

.calendar_this_month {  /* couleur des cases appartenant au mois en cours */
	background-color: #FFFFFF;
}

.calendar_not_this_month {  /* couleur des cases n'appartenant pas au mois en cours => debut et fin de mois */
	background: #EEEEEE;
	color:#AAAAAA;
}

.calendar_head_mini {    /* corespond à la ligne des jours : lu ma me je ve sa di*/
	background-color: #6262A4;
	text-align: center;
	font-size: 10px;
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvatica, sans-serif;	
	font-style:normal;
}


/* ~~~~~~~~~~~~ agenda annuel ~~~~~~~~~~~~ */

.agenda_mois {
	font-size: 18px;
	margin: 0px 30px 0px 30px; /*Sarka-SPIP 1.8.2*/
}

.agenda_annuel {
	font-size: 100%;
	margin: 0px 0px 0px 30px;
}

.agenda_annuel .intitule {
	color: #990000;
	margin: 0px 0px 20px 0px;
}

.agenda_annuel a.mois {
	display:block;
	color: #000000;
	font-weight:bold;
	padding-left:15px;
	margin: 1em 0px 0px 0px;
}

.agenda_annuel a.mois:first-letter {
	text-transform: uppercase;
}


.agenda_annuel a.evenement {
	color: #6262A4;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 13px;
}

.agenda_annuel a.evenement:hover {
	background-image:url(../images/puce-n0.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: underline;
}

.agenda_annuel .date {
	color: #666666;
}

.agenda_annuel ul {
	list-style-type: none;
	padding: 0px 0px 0px 20px; /*Sarka-SPIP 1.8.2*/
	margin: 0px;
	border: 0px;
}

.agenda_annuel li {
	font-size: 80%;
	padding:0px;
	margin:0px;
	border: 0px;
}


/* ~~~~~~~~~~~~ Informations importantes ~~~~~~~~~~~~ */

.infos {
	margin: 0px 0px 20px;
	background-color: #FFFFFF;
	border: 1px solid #6262A4;
	width: 100% !important;
	width: 170px;
}

.infos a.en-tete {
	display: block;
	color: #333333;
	text-align: center;
	background-image: url(../images/homepage02.png);
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.infos a.en-tete:hover {
	color: #666666;
}


.infos .contenu {
	margin: 7px 5px;
	padding: 0px;
	font-size: 11px;
}

.infos .contenu a.nom-infos-petit {
	text-align: center;
	color: #990000;
}

.infos .contenu a.nom-infos-petit:hover {
	text-decoration: underline;
}



/* Puces generees par un tiret seul en debut de ligne */
/* Ces puces ne sont pas incluses dans une balise <ul> et le code obtenu est <li class="spip"> */

li.spip {
	list-style-image:URL(../images/puce-n0.gif);
	list-style-position: outside;
	padding: 0;
	margin: 5px 0 0 20px;
}

/* Puces generees par un tiret suivant d'un ou plusieurs asterisques (ex: -* blabla...) */
/* Ces puces sont incluses dans une balise <ul class="spip"> et le code de chaque item est <li class="spip"> */

ul.spip  {
	padding: 0;
	margin: 5px 0 0 20px;
}

ul.spip li.spip {
	list-style-image: URL(../images/puce-n1.gif);
	padding: 0px;
	margin: 5px 0 0 0;
}

ul.spip ul.spip li.spip {
	list-style-image:URL(../images/puce-n2.gif);
}

img {
	border: 0px;
}

/* Puces generees par un tiret suivant d'un ou plusieurs diez (ex: -# blabla...) */
/* Ces puces sont incluses dans une balise <ol class="spip"> et le code de chaque item est <li class="spip"> */

ol.spip  {
	padding: 0;
	margin: 5px 0 0 20px;
}

ol.spip li.spip {
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: outside;
	padding: 0px;
	margin: 5px 0 0 0;
}

ol.spip ol.spip li.spip {
	list-style-type: lower-alpha;
}

ol.spip ol.spip ol.spip li.spip {
	list-style-type: lower-roman;
}

/* -----------------------------------  Mise en forme des articles personnalisés ------------------------------------------ */
/* barth : mise en forme d'un titre de paragraphe */
.paragraphe {
	clear: both;
	color: #990000;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-size: 14px;
	padding-top: 30px;
	padding-left: 15px;
}

/* barth : mise en forme de l'article "Enseignants" */
.enseignants {
	background: url(../images/essai.jpg) no-repeat right center;
}

/* barth : mise en forme des colonnes gauche et droite" */
.colonne_gauche {
	float: left;
	width: 330px;
}

.colonne_droite {
	float: right;
	width: 330px;
}

/* barth : mise en forme d'un lien hypertexte personnalisé dans les articles */
a.lien {
	color: #000000;
}

a.lien:hover {
	color: #000000;
	text-decoration: underline;
}

/* ----------------------------------   barth : mise en forme du formulaire de recherche ---------------------------------- */

.module_recherche {
	float: right;
	width: 190px;
	margin-right: 2px !important;
	margin-right: 0px;
	margin-bottom: 0px;
}

.module_recherche .texte_recherche {
	float: left;
	color: #990000;
	font-size: 13px;
}

.module_recherche .bouton_recherche {
	float: right;
	color: #333333;
	font-weight: bold;

}

/* ----------------------------------   barth : mise en forme du formulaire d'accès au site privé ---------------------------------- */

.module_site_prive {
	font-size: 12px;
	width: 174px !important;
	width: 182px;
	margin-bottom: 20px;
	padding:3px;
	border: 1px solid #6262A4;
}
.module_site_prive .cas {
	margin-left: 25px;
	padding-top: 8px !important;
	padding-top: 0px;
}

.module_site_prive .cas a {
	color: #990000;
}

.module_site_prive .cas a:hover {
	text-decoration: underline;
}

/* ----------------------------------   barth : mise en forme du formulaire de contact ---------------------------------- */

.formulaire_contact {
	font-size: 12px;
	color: #333333;
	margin-left: 40px;
	padding:3px;
}

.formulaire_contact .titre {
	font-size: 20px;
	color: #6262A4;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.formulaire_contact .element {
	margin-bottom: 20px;
}

/* ----------------------------------   barth : mise en forme du titre du menu déroulant ---------------------------------- */

.titre_menu {
	width: 100% !important;
	width: 182px;
	display: block;
	color: #333333;
	text-align: center;
	background-image: url(../images/homepage02.png);
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #6262A4;
	border-left: 1px solid #6262A4;
	border-right: 1px solid #6262A4;
}

/* ----------------------------------   barth : mise en forme de l'intertitre {{{ }}} ---------------------------------- */

h3.spip {
	clear: both;
	color: #666666;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: normal;
	font-size: 16px;
	padding-top: 30px;
	padding-left: 15px;
}