/*

	lebon-protection-industrielle
	(c) emile-web - 2006

*/



body {
	background-color: #fff;
	/*background-image: url("IMG/bg-lebon.jpg");
	background-repeat: no-repeat;
	background-position: 10px 10px;*/
	padding: 0px;
	margin: 0px;
}


a {
	text-decoration:none;
}

/*---comportement des liens de style bouton---*/

a.bouton {
	display:block;
	background:#fff;  
	color:#000099;
	text-decoration:none;
	border: #b6d8a6 solid 1px;
	text-align:center;
	padding:1px;
	margin:10px 0px 10px 0px;
}
a.bouton:hover {
	background:#b6d8a6;
	color:#000099;  
	text-decoration:none;
}

/*
#extraDiv1 {
	background-image: url("IMG/main.png");
	background-repeat: no-repat;
	background-position: top left;
	position: absolute;
	top: 135px;
	left: 0px;
	width: 100px;
	height: 50px;
}
*/

#debut-bandeau {
	background: #C4E3C3;
	height: 184px;
	background-image: url("IMG/topright-lebon.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	/*display: block;*/
	/*margin: 0px;*/
	/*padding: 10px 20px 10px 10px;*/
	/*float: right;*/
	padding: 0px; /* marges intŽrieures */
	margin : 0px;
	margin-bottom: 30px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 10px;

}

#fin-bandeau {
display: none;
	background: #C4E3C3;
	background-image: url("IMG/topright-lebon.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	/*float: right;*/
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
/*	position: absolute;*/
	top: 0px;
	right: 0px;
	width: 1022px;
	height: 184px;
	/*z-index: 250;*/


}

.drapeaux {
	background-image: none;  /*url("IMG/bg-lang.gif");*/
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	top: 184px;
	left: 10px;
	width: 60px;
	height: 28px;
	margin : 0px;
	z-index: 300;
}

.drapeaux img {
	border-width: 0;
	border-style: none;
	margin: 0px;
}


/*---comportement des éléments de formulaires---*/

.saisie-texte, .forml {
	display:block;
	color: #000099;
	background: #fff;
	border: 1px solid #000099;
	margin:5px 0px 5px 0px;
	padding:1px;
}

.spip_bouton {
	display: block;
	background: #eee;
	color: black;
	border-right: 1px solid #000080;
	border-bottom: 1px solid #000080;
	margin: 0px;
	font-size: 11px;

}	

.spip_bouton:hover {
	background: gray;
}

fieldset {
	margin: 0px;
	padding: 0px;
}

/*---style des info-bulles perso adaptées 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 associées 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 a.info:hover span {
	/* style des infobulles associées aux articles syndiqués (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 associées aux articles syndiqués (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)---*/

tt {
	display: block;
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #669999;
	padding: 1em;
	margin: 1em 0em 1em 0em; /*Sarka-SPIP 1.8.2*/
	font-size: 90%;
	background: #E0F0F0;
	overflow: auto;
	max-height: 25em;
}


/* ====================== Blocs principaux, décomposition de la page en 3 colonnes et 1 bandeau ====================== */

a.bandeau {
	/*bandeau contenant le titre du site*/
	display: block;
	margin: 0px;
	height: 50px;
	padding: 10px 20px 10px 10px;
}



a.bandeau:hover {
	/*color: #71306d;*/
	text-decoration: none;
}



.bande-chemin {
	/*bande accrochée au bandeau de titre, contenant le chemin hiérarchique de la page en cours*/
/*	background: #ffffff;  *//*#6262A4;*/
    display :none;
	padding: 4px 10px 4px 10px;
	margin: -30px 0px 10px 180px;  /* -30px */
	text-align: left;
	font-size: 11px;
	color: #000099;
	font-weight: bold;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

.bande-chemin a {
	color: #000099;
	font-weight: bold;

}

.bande-chemin a:hover {
	color: #ffa500;
}

.gauche {
	/*colonne de gauche*/
	border: 0px;
	width: 180px;
	float: left;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	background-image: url("IMG/bgleft-lebon.jpg");
	background-repeat: repeat-y;
	background-position: 15px 0px;
}

.centre {
	/*colonne centrale*/
	border: 0px;
	background: #fff;  /*#6262A4;*/
	margin-left: 185px; /*Sarka-SPIP 1.8.2*/
	margin-right: 195px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	padding: 0px 5px 0px 5px;
}

.contact {
	/*colonne centrale Žlargie*/
	border: 0px;
	background: #fff;  
	margin-left: 190px;
	margin-right: 10px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	padding: 10px;
}

.droite {
	/*colonne de droite*/
	border: 0px;
	width: 190px;
	float: right;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 10px;
}

.footer {
	/*pied de page*/
	clear: both;
	text-align: center;
	font-size: 12px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	padding: 20px;
	color: #808080;
}

/* ================================ Formatage des éléments du bandeau =============================== */

a.bandeau .spip_logos {
	display: none;
	float: left;
}

.bandeau .nom-site {
	display: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Arial Rounded MT Bold", Verdana,Helvetica,Arial,sans-serif;
	font-size: 50px;
	font-weight:bold;
/*	font-style: italic;*/
	font-variant: small-caps;
	color: #000099;  /* #71426d;*/

}


.bandeau .metier {
	float: left;
	width: 350px;
	margin: 0px;
	margin-top: 15px;
	margin-right: 10px;

	padding: 10px;
	text-align: left;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 18px;
	font-weight:bold;
/*	font-style: italic;*/
/*	font-variant: small-caps; */
	color: #000099;  /* #000099;  */ /* #71426d;*/

}

.bandeau .metier .adresse {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 9px;
	font-weight:normal;
/*	font-style: italic;*/
	font-variant: normal;

}

/* ================================ Formatage des éléments du pied de page =============================== */

.footer a {
	color: #808080; 
	text-decoration: none;
}

.footer a:hover {
	color : #ffa500;
	text-decoration: underline;
}

/* ================================ Formatage des éléments de la colonne de gauche =============================== */

/* bloc contenant la date de dernière mise à jour */

.maj {
	font-size: 9px;
	width: 100%;
	text-align: center;
	padding: 3px 0px 3px 0px;
	color: #494642;
	margin: 20px 0px 20px 0px;
}

/* bloc contenant le choix de la langue */

.langue {
	background: #e2efdb;
	font-size: 11px;
	border: 1px solid #b6d8a6;
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 0px;

	color: #000080;
	margin: 0px 0px 10px 0px;
}

.langue .titre {
	background: #b6d8a6;
	margin: 0px 0px 0px 0px;
	font-family: "Arial Rounded MT Bold", Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #000080;
}

.langue .texte {
	margin:10px;
	font-size: 11px;
}

/* bloc de navigation 1 --> arborescence du site */

#nav0 {
	/*bloc contenant la hiérarchie*/
	position: absolute;
	top: 180px;
	left: 0px;
	/*width: 400;*/
	height: 22px;
	font-size: 12px;
	color: #000099;
	background-image: none;
	background: #F6EA9E;  /* Jaune moutarde */
	padding-left: 70px;

}

#nav0 .titre {
	display: none;
}

#nav0 ul {
	list-style-type: none;
	width: 100%; /* précision pour Opera */
}

#nav0  li {
	float: left;
}

#nav0  a {
	margin: 0px 0px;
	/*width: 100px;*/
	padding-right: 5px;
	padding-left: 5px;
	/*height: 20px;*/
	display: block;
	text-align: center;
	border: 0px;
	border-right: 1px solid #000099;
	text-decoration: none;
	font-size: 12px;
	color: #000099;
	background: none;
}

#nav0 a:hover {
	text-decoration: underline;
	background: #none;
	border: 1px solid none; 
}

#nav0  a:active {
	background: gray;
	border: 1px solid gray; 
	color: #fff;
}


.nav1 {
	/*bloc contenant la hiérarchie*/
	font-size: 15px;
	border: 0px;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	background: #CEE8CD;
	background-image: url("IMG/bg-left.gif");
	background-repeat: repeat-x;
	background-position: left bottom;

}

.bord {
	/*bloc englobant nav1, pour créer une marge valable sous IE et firefox*/
	padding: 0px;
	margin-right: 0px;
}

.nav1 .titre {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Arial Rounded MT Bold", Verdana,Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: #333;
	background-image: url("IMG/onglet.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
.nav1 a.lien-menu-autre {
	/*lien "normal" vers les rubriques de l'arborescence*/
	color: #000080;
	font-weight: bold;
}

.nav1 a.lien-menu-autre:hover {
	/*color: #ffa500;*/
	text-decoration: underline;

}

.nav1 a.lien-menu-courant {
	/*lien "surligné" vers les rubriques courantesde l'arborescence*/
	color: #495642;   /* vert foncŽ */
	font-weight: bold;
}

.nav1 a.lien-menu-courant:hover {
	/*color: #ffa500;*/
	text-decoration: underline;
}

.nav1 ul {
	padding-left:15px;
	margin:0px;
	line-height: 95%;
}

.nav1 li {
	margin:0.7em 0em 0.5em 0em;
	padding:0px;
	font-size: 11px;
	list-style-type:none;
}

/* bloc de navigation 2 --> contact + admin + formulaire + s'inscrire */

.nav2 {
	/*bloc contenant les liens de navigation*/
	position: absolute;
	top: 180px;
	right: 5px;
	/*text-align: center;*/
	
	border: 0px;
	width: 220px;
	margin: 3px;
	padding: 0px;
	background: none;
/*
background-image: url("IMG/bg-left.gif");
	background-repeat: repeat-y;
	background-position: 0px 0px; */
}

.nav2 .titre {
display: none;
float: left;
	padding: 5px 0px 5px 0px;
	margin: 0px 5px 0px 5px;
	font-family: "Arial Rounded MT Bold", Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: black;
}

.nav2 .texte {
float: left;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

.nav2 .saisie-texte {
float: left;
	padding: 0px;
	margin: 4px;
	font-family: "Arial Rounded MT Bold", Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px;

	color: gray;
	border: 1px solid gray;
	width:120px;
}
        
.nav2 .forml{
	/*width:90%;*/
}

.nav2 .spip_bouton {
		margin: 0px;
		margin-top: 0px;


}

/* ================================== Formatage des éléments de la colonne centrale ============================== */


/* ~~~~~~~~~~~~ sommaire ~~~~~~~~~~~~ */
/* Le bloc sommaire contient l'édito et les annonces */
/* des derniers articles et des secteurs */

.sommaire {
	background: #ffffff;
	font-size: 12px;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	width: 100%; /*Sarka-SPIP 1.8.2*/
}

/* edito */

.edito {
	font-size: 13px;
	margin: 0px;
	border: 1px solid #909090;
	border-style: outset;
	background-color:  #ffffff;
}

.edito a {
	color: #000080;
	text-decoration: none;
}

.edito a:hover {
	color: #000080;
	text-decoration: underline;
}

.edito .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
}

.edito .surtitre {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
}

.edito .titre {
	color: #000080;
	font-family: "Arial Rounded MT Bold", Verdana,Helvetica,Arial,sans-serif;	
	font-size: 190%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
}

.edito .soustitre {
	color: #8080cc;
	font-family: "Arial Rounded MT Bold", Verdana,Helvetica,Arial,sans-serif;	
	font-size: 150%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
}

.edito .detail {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	color: #000000;
	padding-right: 10px;
}

.edito .texte {
	color: #000000;
	margin: 10px;
	padding: 0px;
}

.edito .chapo {
	color: #000080;
	margin: 10px;
	padding: 0px;
	font-weight: bold;
}

.edito .post-scriptum {
	color: #000000;
	margin: 10px;
	padding: 0px;
	font-size: 100%;
	border-top: 2px solid #000000;
}

.edito .post-scriptum .annonce {
	font-weight: bold;
	color:#71426d;  /*#6262A4;*/
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

.edito .notes {
	color: #000000;
	margin: 10px;
	padding: 0px;
	border-top: 2px solid #000000;
	font-size: 90%;
}

.edito h3 {
	color: #000080;  /*#6262A4;*/
	font-family: "Arial Rounded MT Bold", Verdana,Helvetica,Arial,sans-serif;		
	/*font-weight: bold;*/
	font-size: 140%;
	margin: 1.5em 0em 0.5em 0em;
}

.edito blockquote {
	border: 1px solid #808080;
	background: #EEEEEE;
	padding: 0px 15px 0px 15px;
}

.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: #DDDDDD;
	color: #000000;
}

.edito tr.row_even {
	background: #DDDDDD;
	color: #000000;
}

.edito td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}

/* annonce des rubriques-secteurs */

.sommaire .rubrique {
	border: 2px solid #71426d;
	background: #FFFFFF;
	margin: 0px 30px 20px 30px;  /*Sarka-SPIP 1.8.2*/
}

.sommaire .rubrique a.titre {
	display: block;
	font-size: 150%;
	color: #808080;
	background: #71426d;
	border-right: 2px solid #71426d;
	border-bottom: 2px solid #71426d;
	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: #71426d;
	background: #FFFFFF;
	border-right: 2px solid #71426d;
	border-bottom: 2px solid #71426d;
	padding: 1px 5px 1px 5px;
	margin-right: 50%;
	text-align:center;
	font-weight:bold;
}

.sommaire .rubrique .texte {
	margin: 10px;
}

.sommaire .rubrique .texte a {
	color: #71426d;
	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: #DDDDDD;
	color: #000000;
}

.sommaire .rubrique tr.row_even {
	background: #DDDDDD;
	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;
}

/* ~~~~~~~~~~~~ contenu ~~~~~~~~~~~~ */
/* Le bloc contenu contient les rubriques, */
/* les articles, et leurs objets associés */
/* in extenso */

.contenu {
	font-size: 13px;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	width: 100%; /*Sarka-SPIP 1.8.2*/
}

/* contenu --> rubriques */

.contenu .rubrique {
	border: 2px solid #ffffff;   /*#990000;*/
	background: #ffffff;
	margin: 0px 30px 40px 30px; /*Sarka-SPIP 1.8.2*/
}

.contenu .rubrique a.titre {
	display: block;
	font-size: 150%;
	color: #000000;
	padding: 1px 5px 1px 5px;
	margin-right: 50%;
	text-align:left;
	font-weight:bold;
}

/*
.contenu .rubrique a.titre:hover {
	display: block;
	font-size: 150%;
	color: #000080;
	background: #FFFFFF;
	padding: 1px 5px 1px 5px;
	margin-right: 50%;
	text-align:left;
	font-weight:bold;
}
*/

.contenu .rubrique .texte {
	margin: 10px;
}

.contenu .rubrique .texte a {
	color: #000080;
	text-decoration: none;
}

.contenu .rubrique .texte a:hover {
	text-decoration: underline;
}

.contenu .rubrique .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
}

.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: #ffffff;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.contenu .rubrique tr.row_odd {
	background: #ffffff;
	color: #000000;
}

.contenu .rubrique tr.row_even {
	background: #ffffff;
	color: #000000;
}

.contenu .rubrique td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}

/* contenu --> rubriques filles */

.contenu .rubrique .filles {
	margin: 10px;
}

.contenu .rubrique .filles a {
	display: block;
	color: #000000;
	font-weight: bold;
	background-image: url(../puces/puce0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 5px 0px 5px 30px;
}

.contenu .rubrique .filles a:hover {
	background-image: url(../puces/puce1.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}



/* impression de l'article */
#pied-imprime {
	position: absolute;
	top : 900px;
	width: 100%;
	text-align: center;
	margin : 30px;

}

/* mise en forme des documents insérés dans le texte de la rubrique*/

.rubrique .spip_documents {
	display: block;
	padding: 10px;
	font-size: 95%;
	border: 1px solid #ffffff;
	margin: 10px 5px 10px 5px;
	padding: 5px;
	background: #bfbfe6;
	width: 200px !important;
	text-align: center;
}

.rubrique .spip_documents_center {
	margin-left: auto;
	margin-right: auto;
}

.rubrique .spip_doc_titre {
	text-align: left;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

.rubrique .spip_doc_descriptif {
	font-size: 90%;
	color: #808080;
	text-align: left;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

/* contenu --> documents joints (aux articles et aux rubriques) */

.contenu .doc {
	padding: 10px; /*Sarka-SPIP 1.8.2*/
	color: #000080;
	background: #FFFFFF;
	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;
}

.contenu .doc a {
	display:block;
	text-decoration: none;
	color: #000080;
	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;
	background: #FFFFFF;
}

.contenu .images .en-tete {
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #000080;
}

.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;
}

/* ~~~~~~~~~~~~ derniers articles ~~~~~~~~~~~~ */
/* La classes "derniers articles" est mal nommée : */
/* elle correspond aux annonces d'articles, dans les */
/* pages sommaire, plan, recherche, auteur, etc. */

.derniers-articles {
	background: #ffffff;
	margin: 30px 30px 20px 30px; /*Sarka-SPIP 1.8.2*/
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	padding: 10px;
}

.derniers-articles a {
	color: #000080;
	text-decoration: none;
}

.derniers-articles .image .spip_logos {
	display: block;
	float: left;
	margin: 10px;
}

.derniers-articles a:hover {
	color: #000080;
	text-decoration: underline;
}

.derniers-articles .en-tete {
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 10px 10px 10px;
}

.derniers-articles .annonce {
	background: #FFFFFF;
	margin: 10px;
	padding: 0px 0px 10px 0px;
}

.derniers-articles .surtitre {
	color: #808080; 
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding-top: 5px;
}

.derniers-articles a.titre {
	display: block;
	color: #808080; 
	font-size: 130%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	padding-top: 5px;
}

.derniers-articles a.titre:hover {
	color: #000000;  
	font-size: 130%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: underline;
}

.derniers-articles .soustitre {
	color: #000000; 
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding-top: 5px;
}

.derniers-articles .detail {
	color: #000000;
	font-size: 85%; /*Sarka-SPIP 1.8.2*/
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/
	padding: 1px 5px 1px 5px;
	border-left: 1px solid #b6d8a6;  /*#6262A4;*/
	border-bottom: 1px solid #b6d8a6;  /*#6262A4;*/
	width: 200px;
	float: right;
}

.derniers-articles .chemin {
	color: #000080;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}

.derniers-articles .introduction {
	color: #000000;
	margin: 10px 10px 0px 10px;
}

.derniers-articles a.suite {
	float: right;
	display: block;
	color: white;
	height: 35px;
	width: 45px;
	background-image: url("IMG/suite.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.derniers-articles a.suite:hover {
	background-position: -1px -36px;
}


/* ~~~~~~~~~~~~ article (affichage presque semblable à "derniers articles" ~~~~~~~~~~~~ */

/* contenu de l'article "proprement dit" */

.contenu .article {
	background: #ffffff;  /*#6262A4;*/
	margin: 0px 30px 20px 30px; /*Sarka-SPIP 1.8.2*/
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	padding: 10px 10px 10px 10px; /*Sarka-SPIP 1.8.2*/
}

.article a {
	color: #000080;
	text-decoration: none;
}

.article a:hover {
	color: #000080;
	text-decoration: underline;
}

.article .image .spip_logos {
	display: block;
	float: left;
	margin: 10px;
}

.article .surtitre {
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.article .titre {
	color: #000080;
	font-size: 180%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.article .soustitre {
	color: #8080cc;
	font-family: "Arial Rounded MT Bold", Verdana,Helvetica,Arial,sans-serif;		font-size: 150%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.article .contenu {
	background: #FFFFFF;
	margin: 10px 0px 0px 0px; /*Sarka-SPIP 1.8.2*/
	padding: 0px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/
}

.article .detail {
	color: #000080;  /*#6262A4;*/
	font-size: 85%; /*Sarka-SPIP 1.8.2*/
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 55%;
	padding: 1px 5px 1px 5px;
	border-left: 1px solid #000080; /*#6262A4;*/
	border-bottom: 1px solid #000080;  /*#6262A4;*/
}

.article .texte {
	color: #000000;
	margin: 0px 10px 0px 10px;
}

.article .chapo {
	color: #000080; /*#6262A4;*/
	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 #000080; /*#6262A4;*/
}

.article .post-scriptum .annonce {
	font-weight: bold;
	color:#000080;  /*#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 #000080; /*#6262A4;*/
	font-size: 90%;
}

.article .en-tete {
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/
}

.article h3 {
	color: #000080; /*#6262A4;*/
	font-family: "Arial Rounded MT Bold", Verdana,Helvetica,Arial,sans-serif;	
		font-weight: bold;
	font-size: 140%;
	margin: 1.5em 0em 0.5em 0em;
}

.article blockquote {
	border: 1px solid #808080;
	background: #EEEEEE;
	padding: 0px 15px 0px 15px;
}


.article table {
	float: left;
	font-size: 90%;
	padding: 0px;
	margin: 5px;
	border-collapse:collapse;
}

.article td {
/*	text-align: center;*/
	border: 1px solid red;
	padding: 3px 5px 3px 5px;
}


.article .pouces td {
	border: 1px solid black;
	padding: 3px 5px 3px 5px;
}

.article .sc {
	background-image: url("IMG/bg-pink.gif");
	background-repeat: repeat;
	font-weight: bold;

}

.article .pouce0 {
	background-image: none;
	background-repeat: no-repeat;
	width: 24px;
	height: 28px;
}

.article .pouce1 {
	background-image: url("IMG/pouces1.gif");
	background-repeat: no-repeat;
	width: 24px;
	height: 28px;
}

.article .pouce2 {
	background-image: url("IMG/pouces2.gif");
	background-repeat: no-repeat;
	width: 46px;
	height: 28px;

}

.article .pouce3 {
	background-image: url("IMG/pouces3.gif");
	background-repeat: no-repeat;
	width: 70px;
	height: 28px;
}

.article .pouce4 {
	background-image: url("IMG/pouces4.gif");
	background-repeat: no-repeat;
	width: 94px;
	height: 28px;
}

.article .pouce5 {
	background-image: url("IMG/pouces5.gif");
	background-repeat: no-repeat;
	width: 118px;
	height: 28px;
}

.article tr.row_first {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.article tr.row_odd {
	background: #fff;
	color: #000000;
}

.article tr.row_even {
	background: #fff;
	color: #000000;
}


.article a.imprimer {
	display: block;
	background-image: url(../puces/printer.gif);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	float: right;
	margin-right: 10px; 
}

/*---comportement des images de l'albumn ---*/

.article .img_album {
	margin: 10px;
	border-width: 0px;
	width=20%;
}

/* mise en forme des documents insérés dans le texte de l'article */

.article .spip_documents {
	display: block;
	padding: 10px;
	font-size: 95%;
	border: 0px solid #494642;  /*#6262A4;*/
	margin: 10px 5px 10px 5px;
	padding: 5px;
	background: #ffffff;
	width: 200px !important;
	text-align: center;
}

.article .spip_documents_center {
	margin-left: auto;
	margin-right: auto;
}

.article .spip_doc_titre {
	text-align: left;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

.article .spip_doc_descriptif {
	font-size: 90%;
	color: #808080;
	text-align: left;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

/* mise en forme du formulaire de pétition */

.petition {
	border: 2px solid #494642;  /*#6262A4;*/
	padding: 10px;
	margin: 0px 30px 20px 30px; /*Sarka-SPIP 1.8.2*/
	background: #EEEEEE;
}

.petition fieldset {
	border: 1px solid #494642;  /*#6262A4;*/
	margin: 5px 0px 0px 0px;
	padding: 10px;
}

.petition legend {
	color: #494642; /*#6262A4;*/
	font-weight: bold;
	border: 1px solid #494642;  /*#6262A4;*/
	padding: 1px 5px 1px 5px;
	margin: 0px 0px 5px 0px;
}

.petition .en-tete {
	color: #494642;  /*#6262A4;*/
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}

.petition textarea {
	width: 80%;
}

/* mise en forme de l'affichage des signataires de la pétition */

.signatures {
	border: 2px solid #494642; /*#6262A4;*/
	padding: 10px;
	margin: 10px 30px 10px 30px; /*Sarka-SPIP 1.8.2*/
	background: #EEEEEE;
	font-size: 100%;
}

.signatures .en-tete{
	color: #494642;  /*#6262A4;*/
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}

.signatures td {
	border: 1px solid #494642;  /*#6262A4;*/
	margin: 0px;
	padding: 2px 5px 2px 5px;
	empty-cells: hide;
	font-size: 12px;
}

.signatures thead {
	background: #e2efdb;  /*#6262A4;*/
	font-weight: bold;
	color: #FFFFFF;
}

.signatures a {
	color: #494642;
	text-decoration: none;
}

.signatures a:hover {
	color: #494642;
	text-decoration: underline;
}

/* ~~~~~~~~~~~~ dans la meme rubrique ~~~~~~~~~~~~ */

.articles-freres {
	border: 0px;	padding: 0px;
	margin: 0px 0px 0px 0px; 
	background: #eee;
	padding-bottom: 10px;
}

.articles-freres ol {
	color: #000080;  /*#6262A4;*/
}

.articles-freres .en-tete{
	color: ;  /*#6262A4;*/
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 5px;
	background: #A4A4A4;
	background-image: url("IMG/topleftcorner.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px; */

}

.articles-freres .frere a {
	/* lien vers les articles frères sauf l'article en cours */
	color: #000080;  /*#6262A4;*/
	text-decoration: none;
	font-weight: bold;
}

.articles-freres .frere a:hover {
	color: #000080;  /*#6262A4;*/
	text-decoration: underline;
}

.articles-freres .frere .date {
	color: #8080cc;
}

.articles-freres .en-cours {
	/* affichage du titre de l'article en cours (sans lien) */
	color: #494642;
}

/* ~~~~~~~~~~~~ forum ~~~~~~~~~~~~ */

.annonce-forum {
	color: #000080;
	font-size: 150%;
	font-weight: bold;
	width: 100%; /*Sarka-SPIP 1.8.2*/
	margin: 0px 30px 0px 30px; /*Sarka-SPIP 1.8.2*/
}

.forum {
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	margin: 0px 30px 0px 30px; /*Sarka-SPIP 1.8.2*/
}

a.repondre {
	background: #b6d8a6;
	color: #FFFFFF !important;
	text-decoration:none !important;
	border: #494642 solid 1px;
	text-align:center;
	padding: 1px 5px 1px 5px;
	float: right;
}

a.repondre:hover {
	background:#FFFFFF !important;
	color:#000080 !important;
	text-decoration:none !important;
}


.forum fieldset {
	border: 1px solid #494642;  /*#6262A4;*/
	margin: 5px 0px 0px 0px;
	padding: 10px;
}

.forum legend {
	color: #000080; /*#6262A4;*/
	font-weight: bold;
	border: 1px solid #000080;  /*#6262A4;*/
	padding: 1px 5px 1px 5px;
	margin: 0px 0px 5px 0px;
}

.forum .en-tete {
	color: #000080;  /*#6262A4;*/
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}

.forum textarea {
	width: 80%;
}

.forum .visualisation {
	border: 1px solid #000080;  /*#6262A4;*/
	margin: 10px 0px 0px 0px;
}

.forum .visualisation a {
	color: #000080;
	text-decoration: none;
}

.forum .visualisation a:hover {
	color: #000080;
	text-decoration: underline;
}

.forum .visualisation .titre {
	border-bottom: 1px solid #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 10px 2px 10px;
	background: #e2efdb;  /*#6262A4;*/
	margin: 0px;
}

.forum .visualisation .detail {
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size: 90%;
	text-align: center;
	color: #FFFFFF;
	width: 200px;
	float: right;
	padding: 1px;
	background: #e2efdb; /*#6262A4;*/
}

.forum .visualisation .texte {
	padding: 10px;
}


.forum a.article-forum {
	text-decoration: none;
	font-size: 110%;
	color: #808080;
	font-weight: bold;
}

.forum a.article-forum:hover {
	text-decoration: underline;
}

/* ~~~~~~~~~~~~ plan du site et sites référencés ~~~~~~~~~~~~ */

.plan {
	font-size: 24px;
	margin: 0px 30px 0px 30px; /*Sarka-SPIP 1.8.2*/
}

.plan .intitule {
	color: #000080;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 20px 0px; /*Sarka-SPIP 1.8.2*/
}

.plan a.rubrique {
	display:block;
	color: #494642;
	font-weight:bold;
	padding-left:15px;
	margin: 0.5em 0px 0px 0px;
}

.plan a.rubrique:hover {
	background-image:url(../puces/puce0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.plan a.article {
	color: #000080;  /*#6262A4;*/
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 11px;
}

.plan a.article:hover {
	background-image:url(../puces/puce.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: underline;
}

.plan a.breve {
	color: #8080cc;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
}

.plan a.breve:hover {
	background-image:url(../puces/puce.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: underline;
}

.plan .date {
	color: #8080cc;
}

.plan ul {
	list-style-type: none;
	padding: 0px 0px 0px 20px; /*Sarka-SPIP 1.8.2*/
	margin: 0px;
	border: 0px;
}

.plan li {
	font-size: 80%;
	padding:0px;
	margin:0px;
	border: 0px;
}

.plan hr {
	margin: 10px 20px 10px 20px;
	border: 1px solid #000080;
}

.plan a.article-syndic {
	display: block;
	color: #000000;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

.plan a.article-syndic:hover {
	background-image:url(../puces/puce.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.plan .date-syndic {
	color: #8080cc;
	font-weight: bold;
}

.plan .a-propos {
	display: block;
	border: 0px;
	background: #FFFFFF;
	color: #000080;
	font-size: 11px;
	padding: 3px 30px 5px 40px;
}

.plan .a-propos .site-pere {
	font-weight: bold;
}

.plan .a-propos .auteur-pere {
	font-weight: bold;
}


/* ~~~~~~~~~~~~ auteur ~~~~~~~~~~~~ */

.auteur {
	padding: 0px;
	margin: 0px 30px 0px 30px; /*Sarka-SPIP 1.8.2*/
	font-size: 12px;
}

.auteur div {
	text-align: left !important;
}

.auteur .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
}

.auteur .nom {
	color: #000080;  /*#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 #000080;  /*#6262A4;*/
	color: #000080;  /*#6262A4;*/
	font-size: 100%;
	margin: 5px 0px 10px 0px;
	padding: 5px;
}

.auteur a {
	color: #000080;
	text-decoration: none;
}

.auteur a:hover {
	text-decoration: underline;
}

/* ~~~~~~~~~~~~ recherche ~~~~~~~~~~~~ */

.recherche {
	margin: 0px 30px 20px 30px;  /*Sarka-SPIP 1.8.2*/
}

.recherche .intitule {
	color: black; 
	font-size: 200%;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 1px 10px 1px 10px;
	border: 0px solid #000080; 
}

.recherche .elements-trouves {
	color: #000080;
	font-size: 150%;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-decoration: underline;
}

.recherche .mot-cle {
	color: #000080;  /*#6262A4;*/
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-decoration: underline;
}

.recherche .derniers-articles {
	margin: 0px; /* Sarka-SPIP 1.8.2 */
}

.indentation {
	padding-left: 40px;
}

.redimensionnement {
	font-size: 11px; /* Sarka-SPIP 1.8.2 */
}



/* ====================== Formatage des éléments de la colonne de droite ====================== */

/* ~~~~~~~~~~~~ sites syndiqués ~~~~~~~~~~~~ */

.web {
	margin: 0px;
	font-size: 10px;
	padding: 0px 0px 5px 0px;
	font-size: 100%;
}

.web a.en-tete {
	display: block;
	background-color: #bfbfe6;
	font-weight: bold;
	font-size: 200%;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #000099;
}

.web a.en-tete:hover {
	background-color: #8080cc;
	color: #000000;
	border: 1px solid #808080;
}

.web a.article-synd {
	display: block;
	color: #000000;
	text-decoration: none;
	background-image:url(../puces/puce.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 5px 10px;
	margin: 0px 5px 0px 5px;
}

.droite .web a.article-synd:hover {
	color: #bfbfe6;
	text-decoration: underline;
}

.centre .web a.article-synd:hover {
	color: #bfbfe6;
	text-decoration: none;
	background-image:url(../puces/puce.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.web .site {
	border: 1px solid #000080;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
}

.web .site .descriptif {
	border: 1px solid #000080;
	background-color: #bfbfe6;
	margin: 5px 10px 10px 10px;
	padding: 5px;
}


.web .site a.nom-site {
	display: block;
	border-bottom: 1px solid #8080cc;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #000080;
	margin: 0px;
	padding: 1px;
	background: #bfbfe6;
	margin-bottom: 10px;
}

.web .site a.nom-site:hover {
	color: #FFFFFF;
	background: #8080cc;
}


/* ~~~~~~~~~~~~ brèves ~~~~~~~~~~~~ */

.breves {
	margin: 0px 10px 0px 0px;
	font-size: 100%;
	color: #000080;
}

.droite .breves .spip_documents {
	display: block;
	width: 120px !important;
	padding: 3px;
}

.centre .breves .spip_documents {
	display: block;
	width: 200px !important;
	padding: 5px;
}

.breves .spip_documents_center {
	margin-left: auto;
	margin-right: auto;
}

.breves .spip_doc_titre {
	text-align: left;
	padding: 5px 0px 0px 0px;
}

.breves .spip_doc_descriptif {
	font-size: 90%;
	color: #8080cc;
	text-align: left;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.breves a.en-tete {
	display: block;
	background-color: #b6d8a6;
	font-weight: bold;
	font-size: 200%;
	color: #000080;
	text-align: center;
	border: 1px solid #494642;
	
}

.breves a.en-tete:hover {
	background-color: #494642;
	color: #ffffff;
	border: 1px solid #494642;
}

.breves .contenu .titre {
	border-bottom: 1px solid #494642;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #000080;
	margin: 0px;
	padding: 1px;
	background: #E8EEF9;
}

.breves .contenu {
	background: #ffffff;
	border: 0px solid #494642;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 110%;
	background: #FCF8DF; /* #E8EEF9;*/

	/*background-image: url("IMG/bg-left.gif");
	background-repeat: repeat-y;
	background-position: 0px 0px;*/
}

.breves .contenu a.nom-breve {
	display: block;
	border: 0px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #000099;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	background-image: url("IMG/onglet2.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;}
	


.breves .contenu a.nom-breve:hover {
	/*
	color: #FFFFFF;
	background: #494642;*/
	text-decoration: none;
}

.breves .bas-breves {
	height: 12px;
	background-image: url("IMG/onglet3.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}





.breves .contenu .date {
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	font-size: 90%;
	text-align: center;
	color: #808080;
	margin-left: 40%;
	padding: 1px;
	background: #EEEEEE;
	text-align: center;
}

.breves .contenu .texte {
	margin: 0px;
	padding: 5px;
	font-size: 100%;
	line-height: 110%;
}

.breves .contenu .texte h3 {
	margin:0.3em 0em 0.3em 0em;
	padding:0px;
	font-size: 120%;
	line-height: 110%;
}

.breves .contenu .texte p {
	margin:0.7em 0em 0.7em 0em;
	padding:0px;
}

.breves .contenu .texte strong {
	color: #000000;
}

.breves .contenu  a {
	color:#71426d;
}

.breves .contenu a:hover {
	text-decoration: underline;
}

.breves .contenu blockquote {
	border: 1px solid #808080;
	padding: 0px 5px 0px 5px;
	margin: 0px 10px 0px 10px;
}

.breves .contenu .notes {
	margin: 0px;
	padding: 5px;
	font-size: 100%;
	line-height: 110%;
	border-top: 1px solid #808080;
}

/* !!!!!!!!!!! Sarka-SPIP 1.1.1 !!!!!!!!!!!! */
/* ~~~~~~~~~~~~ mots-clés ~~~~~~~~~~~~ */

.droite .mots-cles {
        margin: 0px 0px 0px 0px;
        font-size: 100%;
        color: #000;
}

.droite .mots-cles a.en-tete {
        display: block;
        background-color: #A4A4A4;
        font-weight: bold;
        font-size: 200%;
        color: #FFFFFF;
        text-align: center;
        border: 0px solid #669999;
}

.droite .mots-cles a.en-tete:hover {
        background-color: #FFFFFF;
        color: #fff;
        border: 0px solid #669999;
}

.droite .mots-cles .contenu {
        border: 0px solid gray;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        font-size: 100%;
		background: #eee;
}

.droite .mots-cles .contenu a {
        display: block;
        color: #000080;
        padding: 3px 5px 3px 5px;
        font-size: 110%;
        text-decoration: none;
}

.droite .mots-cles .contenu a:hover {
        text-decoration: underline;
}

.droite .mots-cles .contenu .nom-groupe {
        display: block;
        background-color: #A4A4A4;
        padding: 2px 5px 2px 5px;
        font-size: 110%;
		text-decoration: none;
        font-weight: bold;
}

.droite .mots-cles .contenu a.type {
        display: block;
        border-bottom: 1px solid gray;
        font-size: 130%;
        font-weight: bold;
        text-align: center;
        color: gray;
        margin: 0px;
        padding: 1px;
        background: #FFFFFF;
        margin-bottom: 10px;
        text-decoration:none;
}

/*
.droite .mots-cles .contenu a.type:hover {
        color: #FFFFFF;
        background: #669999;
}
*/

/* Styles spŽcifiques de la Rubrique Contact*/

legend
{
	font-size: 12px;
}
fieldset
{
		padding: 10px;
		margin-right: 10px;
	
}
fieldset label
{
	float: left;
	display: block;
	width: 130px;
	padding-right: 10px;
	text-align: right;	
	color: darkslategray;
	font-style: italic;
}
	
.contact
{
	font-size: 11px;
}
	
.requis
{
	display: block;
}
.requis label
{
	color: black;
	text-align: right;	
	font-style: normal;
	font-weight: bold;
}

