/* CSS Document */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BLOCK GENERIQUE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
On définit un block génerique qui va servir à encadrer les listes si besoin
Bloc extensible avec bord arrondis possible
Utilisé par les listes
*/
.block { /* Partie haute du block */

}
.block_bas { /* Partie basse du block */

}
.block_bg { /* Arrière plan  du block */

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE BLOCK_ARTICLE_DOC */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par :
		liste_actus
		liste_article
		recherche_liste_article
		liste_evnmnt
*/

/* ARTICLE */
.block_article { /* Partie haute du block de présentation d'un article */
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	text-align:justify;	
	clear:both;
	
	border-bottom:1px dotted #F29400;
}
.block_article_bas { /* Partie basse du block de présentation d'un article */
}
.block_article_bg { /* Arrière plan du bloc de présentation d'un article */
}

.block_article .dateliste, .block_article .cheminliste { /* Date de l'article *//* Chemin vers l'article */
	text-align: left;
	color: #80759C;
	font-size: 0.95em;
	margin-left: 0px;
	margin-bottom: 3px;
}
.block_article .dateevmnt, .block_article .complement {
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 1em;
}
 .block_article .complement {
	margin-left: 0px;
}

.block_article .photo_block { /* Block de la vignette */
	width: 90px;
	float: left;
	text-align: left;
	margin: 0;

}
html>body .block_article .photo_block {/* Hack FF pour hauteur block */
}

.block_article .block_droite { /* Block qui contient le texte de l'article */
	float: left;
	width: 540px;
}
.block_article .savoirplus { /* Lien en savoir plus */
	margin-left: 0px;
	background-image: url(images/puce_savoirplus.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding: 0px 0px 0px 17px;
}
.block_article .savoirplus a {
	text-decoration: underline;
	font-size: 0.9em;
}
.block_article .savoirplus a:hover {
	text-decoration: none;
}

/* SQUELETTE LISTE RECHERCHE DOCUMENT */
.block_document { /* Block document dans liste d articles */
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	text-align:justify;	
	clear:both;
	border-bottom:1px dotted #F29400;
}
.block_document .dateliste {
	font-weight: normal;
}
.block_document .dateevmnt, .block_document .compldoc, .block_document .titredoc {
	margin: 0px;
	padding: 0px;
}
.block_document .photo_block {
	width: 90px;
	float: left;
}
html>body .block_document .photo_block {
}
.block_document .block_droite {
	float: left;
	width: 540px;
}
.block_document .savoirplus {
	padding-left: 7px;
}
.block_document .savoirplus a {
	color: #0090d0;
	text-decoration: underline;
}
.block_document .savoirplus a:hover {
	text-decoration: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Mise en forme liste doc sur le affiche article */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*.affarticle .titredoc a {
	color: #0090D0;
}
.affarticle .titredoc a:hover {
	color: #0090D0;
}
*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  PAGINATION */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pagination {
	text-align: right;
	color: #395D97;
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	clear: both;
	font-size: 0.9em;
}
.pagination a {
	text-decoration: none;
}
.pagination a:hover {
	text-decoration: underline;
}
.pagination span.on {
	color: #EDAB20;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LISTE_SITE, RECHERCHE_LISTE_SITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_site { /* Block document dans liste d articles */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	text-align:justify;	
	clear:both;
}
.block_site .dateliste {
	font-weight: normal;
}
.block_site .dateevmnt, .block_site .compldoc, .block_site .titredoc {
	margin: 0px;
	padding: 0px;
}

.block_site .photo_block {
	width: 50px;
	float: left;
	text-align: center;
	margin-top: 15px;
	display: none;
}
html>body .block_site .photo_block {
}
.block_site .block_droite {
}

.block_titre { /* Block articles dans liste de titres */
	padding: 0px 0px 0px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LISTE_DOC_BANDEAUDROIT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.doc_bandeaudroit .block_article .block_droite { /* Block qui contient le texte de l'article */
	width: 155px;
	margin-right: 5px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LISTE_DOC_COL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.document_col { /* Liste liste_doc_col sur plusieurs colonnes */
	margin-left: 0px;
	padding: 0px 0px 10px 0px;
	margin-right:5px;
	float: left;
	width: 48%; /* Valeur à adapter en fonction du nombre de colonnes pour les documents affichés */
}
.document_col_logo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES MODELE BASIQUE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*
MODE D'EMPLOI	
Dans le cas d'une présentation soignée, désactiver les styles appliqués sur .block_article img
Les garder pour le modele basique

OMBRAGE :
pour jouer sur l'aspect de l'ombrage il faut modifier les valeurs flou et alpha dans le squelette
*/
.block_article img { /* Image */
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE INC_VIGNETTE  MODELE BASIQUE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé pour affichage d'une vignette avec ombrage généré par un masque, gère le décalage a régler sur le masque utilisé
Si pas d'ombrage, commenter la ligne ci dessous
*/
.block_article img.dessus {
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE INC_VIGNETTE MODELE SOIGNE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé pour affichage d'une vignette avec ombrage généré par un masque, gère le décalage a régler sur le masque utilisé
Si pas d'ombrage, commenter la ligne ci dessous
*/
.block_article img.dessus.soigne {
	border: 1px solid #f29400;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LISTE_TITRE_EXCLUS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.liste_titre_exclus {
	list-style-type: none;
}
ul.liste_titre_exclus li {
	display: inline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LISTE_TITRE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.liste_titre {
	list-style-type: none;
}
ul.liste_titre li {
	display: inline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LISTE_TITRE_ALL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.liste_titre_all {
	list-style-type: none;
}
ul.liste_titre_all li {
	display: inline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LISTE_TITRE_MOT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.liste_titre_mot {
	list-style-type: none;
}
ul.liste_titre_mot li {
	display: inline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LISTE_ZA */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.liste_za {
	list-style-type: none;
}
.liste_za li {
	display: inline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE AFFICHE_COMMUNE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#commune  { /* Menu2  liste */
	list-style-type: none;
	margin-top: 20px;
}
ul#commune  li { /* Menu2  element liste */
	display: inline;
}
ul#commune  li a { 
	display: block!important;
	text-decoration:none;
	color: #dcaac2;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	float: left;
	width: 122px!important;
	width: 177px;
	height: 38px!important;
	height: 68px;
	padding: 30px 10px 0px 45px!important;
	padding: 30px 0px 0px 0px;
	margin-bottom: -15px!important;
	margin-bottom: 0px;
	background-image: url(images/comm.gif);
	background-repeat: no-repeat;
}
html>/**/body ul#commune  li a {
margin-bottom: 0px!important;
}

html>body ul#commune  li a {
	height: auto;
	min-height: 38px;
}
ul#commune  li a:hover {
	background-image: url(images/comm-over.gif);
	color: #a30050;

}
ul#commune  li a span {
	display: block;
	width: 120px;
	overflow-x: visible!important;
	overflow-x: hidden;
	padding: 0px 0px 0px 0px!important;
	padding: 0px 10px 0px 45px;
}

ul#commune  li a.actif {
	position: relative;
	z-index: 90;
	color: #000;
	width: 177px;
	background-image: url(images/commactif.gif);
	background-repeat: no-repeat;
}
ul#commune  li a.actif:hover {	
	background-image: url(images/commactif.gif);
	color: #000;
}
.decalage0 {
	position: relative;
	z-index: 90;
}
.decalage1 {
	position: relative;
	margin-left: -18px;
	z-index: 80;
}
.decalage2 {
	position: relative;
	margin-left: -18px;
	z-index: 70;
}

#block_commune {
	clear: both;
}
#block_commune.marge_block_commune {
}
.bas_block_commune {
	padding: 10px 0px 9px 0px;
}
.ssblock_commune { /* Block document dans liste d articles */
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 15px 0px;
	text-align: justify;	
	padding: 0px 30px 0px 90px;
	clear: both;
}
.web {
}
.ssblock_commune .compldoc, .ssblock_commune .titrecommune {
	margin: 0px;
	padding: 0px;
}

.ssblock_commune .titrecommune {
	color: #a30050;
	font-weight: bold;
}

.texte_commune {
	margin: 10px;
}
.ssblock_commune .compldoc ul {
	margin-left: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE AFFICHE AAPC */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.ssblock_aapc { /* Block document dans liste d articles */
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 15px 0px;
	text-align: justify;	
	padding: 0px 30px 0px 0px;
	clear: both;
	font-size: 110%;
}
.ssblock_aapc .compldoc, .ssblock_aapc .titrecommune {
	margin: 0px;
	padding: 0px;
}

.ssblock_aapc .titrecommune {
	font-weight: bold;
}
.ssblock_aapc .compldoc ul {
	margin-left: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LISTE_TITRE_DOSSIER*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#encart {
	clear: both;
	position: relative;
	margin-top: 20px;
	padding: 4px 0px 0px 0px;
	z-index: 100;
	
	background-image: url(images/bg_haut_encart.gif);
	background-repeat: no-repeat;
}
.bas_encart {
	padding: 0px 0px 4px 0px;
	background-image: url(images/bg_bas_encart.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #F9F6F0;
}

#encart .padding {
	padding: 10px 10px 10px 10px;
	text-align: justify;
}

.liste_titre_dossier {
	list-style-type: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTES LISTE_FICHE_LETTRE, LISTE_FICHE_MOT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* EXTRAS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_extras { /* Block extra */
	clear: both;
}
.block_extras .complement { /* Complement */
	margin: 0px;
	padding: 0px;
}

.extras { /* Ligne d'extra */
	clear: both;
	margin-left: 0px;
	font-size: 0.9em;
}

.extras strong { /* Intitule en gras */
	color: #000;
}

/* utilise par liste_fiche_mot_tout et liste_fiche_mot */
#extrassansbordure { /* Ligne d'extra sans bordure */
	border-top: none

}

.alignextra, .alignextra2 { /* Présentation sur deux colonnes */
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: left;
	border-top: 1px solid #E8DDC2;
}

.alignextra { /* Colonne 1 */
	width: 39%;
	
}
.alignextra2 { /* Colonne 2 */
	width: 60%;
}
h3.fiches { /* intertitre */
	text-align:left;
	color: #edab20;
	font-size: 1.1em;
	padding: 0px 0px 5px 15px;
	margin: 1.5em 0em 0.9em 0em;
	background-image: url(images/puce_h3.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
	border-bottom: 1px solid #edab20;
	clear: both;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTES TROMBINOSCOPE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Utilisés dans block_elu_trombi, block_elus_detail, liste_elus_titre, affiche_elu */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BLOCK_ELU_TROMBI */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fiche_boss, .fiche_trombi p { /* General */
	font-size: 100%;
}

.fiche_boss {  /* Le boss */
	margin: 0em 0em 2em 0em;
	text-align: center;
	
}
.fiche_trombi {  /* Le block élu */
	float: left;
	text-align: center;
	width: 33%;
	margin: 0em 0em 2em 0em;
	height: 150px; /* Cf Hack */
}

.fiche_boss img, .fiche_trombi img { /*  Pas de float sur les images */
	float: none;
	margin: 0em 0em 0.5em 0em;
	padding: 0em;
}

/* hack pour le min-height sous IE : donner une hauteur mini au contenu */
html>body .fiche_trombi, html>body .fiche_boss {
	height: auto;
	min-height: 150px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BLOCK_ELU_DETAIL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.portrait_elu { /* Block un elu */
	margin: 20px 0px 0px 0px;
}

.photo_elu { /* Photo de l elu */
	float: left;
	width: 145px;
	height: 130px;
}
.info_elu { /* Informations sur l elu */
	float: left;
	width: 290px;
	margin: 0px 0px 0px 0px;
	}

h4.elu { /* Nom de l elu */
	font-size: 110%;
}
.info_elu strong { /* Informations sur l elu */
	color: #707D65;
}

.info_elu p { /* Paragraphe Informations sur l elu */
	margin: 0px 0px 00px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LISTE_ELU_TITRE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_titre_elu { /* Position et forme du block */
	padding: 0px 0px 0px 0px;
	width: 480px;
}
.troiscol1 { /* Colonne 1 */
	float: left;
	width:32%;
	margin: 0% 1% 0% 0%;
}
.troiscol2 { /* Colonne 2 */
	float: left;
	width: 32%;
	margin: 0% 1% 0% 0%;
}
.troiscol3 { /* Colonne 3 */
	float: left;
	width: 32%;
	margin: 0% 0% 0% 0%;
}
.block_titre_elu ul li { /* Element de liste */
	list-style-type:none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE PORTRAIT (rubrique=7) */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.portrait {
	float: left;
	margin: 0;
	position: relative;
	z-index: 99;
	display: inline;
	width: 212px;
	_width: 210px;
	height: 80px; 
	
	padding: 0;
}
html>body .portrait {
	height: auto;
	min-height: 80px;
}
.bg_portrait {
	padding: 0px 0px 6px 0px;
	padding: 0;
}
#portrait_texte {
	float: right;
	width: 100px;
	margin: 0 25px 0 0;
	display: inline;
}
.portrait .entete {
	color: #503f2e;
	height: 1.5em;
	background-image: url(images/puce_h3.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
	padding: 0;
	text-indent: 15px;
}
html>body .portrait .entete {
	height:auto;
	min-height: 1.5em;
}


.portrait h3 {
	text-align:left;
	color: #f29400;
	font-size: 0.9em;
	margin: 0 0 0 0;
	clear: both;
	background-image: none;
	border: none;
	padding: 0;
}
.portrait .photo {
	text-align: center;
	margin: 0;
	float: left;
	display: inline;
}

.portrait .photo img {
border:1px solid #F29400;
}

.portrait .savoirplus {
	margin: 0;
}
.portrait .intro {
	text-align: justify;
}

.portrait .savoirplus a {
	background-image: url(images/puce_savoirplus.gif);
	background-position: 0em 0.3em;
	background-repeat:no-repeat;
	padding: 0 0 0 17px;
}

.filet_portrait {
	border-bottom:1px dotted #F29400;
	padding: 3px 0 0 0;
	margin: 0 0 15px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* AFFICHE_ELU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.logos_elu { /* Photo de l'élu */
	float:right;
	margin: 4px;
	margin-right: 15px;
	border: 1px solid #999A9D;
	clear:both
}
.colonne_gauche { /* Colonne de gauche */
	width: 50%;
	float: left;
	margin: 10px 0px 0px 0px;
}
.colonne_gauche_logo { /* Colonne de gauche */
	width: 65%;
	float: left;
	margin: 10px 0px 0px 0px;
}

.colonne_gauche ul {
	list-style-type: none;
}
.alignextra3, .alignextra4 { /* Deux colonnes */
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: left;
}

.alignextra3 { /* Colonne 1 */
	width: 37%;
}

.alignextra4 { /* Colonne 2 */
	width: 62%;
}
.logo_carto {

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LISTE_ELU_*  */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Block qui englobe les listes des elus 
*/
.liste_elu_titre { /* Position et forme du block */
	padding: 0px 0px 0px 0px;
}
.liste_elu_trombi { /* Position et forme du block */
	padding: 0px 0px 0px 0px;
}
.liste_elu_detail { /* Position et forme du block */
	padding: 0px 0px 0px 0px;
}
.liste_elu_nom { /* Position et forme du block */
	padding: 0px 0px 0px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LISTE_ELU_LIGNE_* */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Présentation des élus sur une ligne (genre)
*/
ul.liste_elu_titre li {
	list-style: none;
	height: 2em;
	margin: 2px 0px 2px 0px;

}
.ligne_elucol1 {
	float: left;
	width: 40%;
	min-height:23px;
}
.ligne_elucol2 {
	float: left;
	width: 34%;
}
.ligne_elucol3 {
	float: left;
	width: 25%;
}
.ligne_elucol4 {
	float: left;
	width: 20%;
	margin: 2px 0px 5px 10px;
}

.ligne_elucol1 strong { /* Informations sur l elu */
	color: #707D65;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MISE EN FORME DES LISTES DE PHOTOS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table.cadrecommune { /* Le tableau contenant la photo */
	float: left;
	background-color: #F9F9FB;
	border: 1px solid #CCC;
	border-collapse:collapse;
	width: 150px; /* La marge droite sous firefox provoque un debordement */
	margin: 5px 5px 0px 1px;
	
}
td.cadrecommuneliste { /* La cellule contenant la photo */
	height: 100px;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
 }
 
 
 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LISTE_AGENDA */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.troiscol { /* Liste des mois sur 3 colonnes */
	float: left;
	width: 33%;
	margin: 0% 0% 0% 0%;
}

ul.listemois { /* Liste des mois */
	list-style-type: none;
}

ul.listemois li { /* Mois de la liste */
	float: left;
	width: 30%;
	margin: 0% 2% 0% 0%;
}
/* Largeur des colonnes sur le liste agenda */
.largeur1 {
	width: 25%;
}
.largeur2 {
	width: 25%;
}
.largeur3 {
	width: 25%;
}
.largeur4 {
	width: 25%;
}
.largeur5 {
	width: 25%;
}
	
.couleur_defaut {
	background-color: #f3f7e3;
}
.couleur_conseil {
	background-color: #E5E1D3;
}
.couleur_bureau {
	background-color: #D2D87C;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LISTE_LETTRE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.liste_lettre {
	text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  SQUELETTE LISTE_MOT_2COL, LIST_MOT_SSCAT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.deuxcol { /* Colonne */
	float: left;
	width: 44%;
	margin-right: 3%; 
}
h4.sscat { /* a remonter */
	margin: 10px 0px 5px 0px;
	color: #CAB78F;
}

div.lien.deuxcolclear {
	clear:none;
	width: 100%;
}
div.annuaire a {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 0.9em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  SQUELETTE AFFICHE_PHOTO (DIAPORAMA) */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#navigation {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 100;
}
#photo_avantapres {
	position: relative;
	padding-top: 0px;
	margin-left: 0px;
	z-index: 10;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MISE EN FORME DES LISTES DE PHOTOS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Utilise dans  liste_article_photo_pardate, affiche_article, affiche_fiche */

table.fondecran { /* Le tableau contenant la photo */
	float: left;
	background-color: #F9F6F0;
	border: 1px solid #E8DDC2;
	border-collapse:collapse;
	width: 135px; /* La marge droite sous firefox provoque un debordement */
	margin: 10px 18px 15px 5px!important;
	margin: 10px 23px 25px 0px;
}
td.fondecranphoto { /* La cellule contenant la photo */
	height: 145px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px 0px 0px;
 }
html>body td.fondecranphoto { /* La cellule contenant la photo */

}
.titredoc2, .titredoc2 a, .fondecrancomplement { /* Titre et info sur la photo */
	height:30px;
	font-size: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:center;
	vertical-align: top;
}
html>body .titredoc2, html>body .titredoc2 a, html>body .fondecrancomplement { /* Titre et info sur la photo */
	height: auto;
	min-height: 30px;
 }
.fondecrancomplement { /* Complément sur la photo */ 
	text-align:center;
	padding-top:1px;
	color:#B92700;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LISTE_ARTICLE_IMG */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Utilise dans Liste_article_img (phototheque) */
table.phototheque { /* Le tableau contenant la photo */
	float: left;
	background-color: #F0F1F5;
	border: 1px solid #CCC;
	border-collapse:collapse;
	width: 150px; /* La marge droite sous firefox provoque un debordement */
	margin: 10px 5px 0px 5px;
}
td.photothequephoto { /* La cellule contenant la photo */
	height: 165px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px 0px 0px;
 }
html>body td.photothequephoto { /* La cellule contenant la photo */

	
}
td.photothequephoto img { /* La cellule contenant la photo */
	margin: 0px;
 }
.photothequephoto .titredoc2, .photothequephoto .titredoc2 a, .photothequecomplement { /* Titre et info sur la photo */
	height: 30px;
	font-size: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:center;
	vertical-align: top;
}
html>body td.photothequephoto .titredoc2, html>body td.photothequephoto .titredoc2 a, html>body td.photothequephoto .photothequecomplement { /* Titre et info sur la photo */
	height: auto;
	min-height: 30px;
 }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE ANNUAIRE, LISTE_FICHE, LISTE_ARTICLE_DEPLIAGE, LISTE_DOC_DEPLIAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h3.depliage, h4.depliage { /* Titre servant à deplier */
	font-size:100%;
	clear: both;
	margin: 0 0 7px 0;
}
h3.depliage a, h4.depliage a {
	text-decoration: none;
	display: block;
}
h3.depliage a:hover, h4.depliage:hover {
	text-decoration: underline;
}
.layerdeplie { /* Layer de contenu */
	padding: 10px 0 0 0;
	margin: 0px 0px 10px 0px;
	clear: both;
}

h3.depliage img { /* Image de depliage */
	float: left;
	margin: 0;
}

/* Pour modif de l'action du clic sur le texte : on enlève le lien remplacé par un span */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h3.depliage span, h4.depliage span {
	text-decoration: none;
	margin: 0 0 3px 2px;
	padding: 3px 0 0 0;
	color: #F29400;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
}
h3.depliage img, h4.depliage img {
	cursor: pointer;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
h3.depliage span:hover, h4.depliage span:hover {
	text-decoration: underline;
}

.block_annuaire {
	clear: both!important;
	clear: none;
	margin-top: 0px;
	padding: 0px 0px 9px 0px;
}
.bas_block_annuaire {
	padding: 0px 0px 0px 0px;
	width: 437px;
}
.fond_block_annuaire {
	clear: both;
	padding: 0px 0px 9px 0px;
}
.ssblock_annuaire { /* Block document dans liste d articles */
	clear:both;
	margin: 0 0 15px;
	padding: 0 30px 0 90px;
	text-align:justify;
}
.ssblock_annuaire .compldoc, .ssblock_annuaire .titreannuaire {
	margin:0;
	padding:0;
}

.ssblock_annuaire .titreannuaire {
	color: #a30050;
	font-weight: bold;
}

.texte_annuaire {
	margin: 10px;
}
.ssblock_annuaire .compldoc ul {
	margin-left: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE CARTE_AFFICHE_CARTE, CARTE_AFFICHE_SITE	 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 
Il est maintenant possible d'appeller differents affiches site selon les besoin, on doit donc pouvoir positionner differement les encart affiche_site selon l'appel. Pour ca, créer autant de .infos_* que nécessaire, en remplacant * par le nom de l'extension appellée (celui qui est dans l'appel du carte_affiche_carte)

Regler : 
mise en forme commune
Position et taille individuels
Ajouter pour calage alignement .spip

.infos_* {
	position:absolute;
	left: 453px;
	top: 300px;
	width: 200px;
	height: 370px;
}

 */

.infos, .infos_dechetterie, .infos_entreprise {/* Mis en forme div infos communes (couleurs...) */
	z-index: 99;
	visibility: hidden;
	background-color: #FFFFFF;
	border: 1px solid #F9F0E9;
	padding: 5px;
	overflow: auto;
}

.infos { /* Mis en forme div infos */
	position:absolute;
	left: 453px;
	top: 300px;
	width: 200px;
	height: 370px;
}

.infos_dechetterie { /* Position et taille div infos dechetterie */
	position:absolute;
	left: 542px;
	top: -130px;
	width: 162px;
	height: 450px;
	text-align: left;
}

.infos_entreprise { /* Position et taille div infos entreprise */
	position:absolute;
	left: 512px;
	top: 100px;
	width: 162px;
	height: 110px;
}
html>body .infos_entreprise {
	height: auto;
	min-height: 110px;
}

.infos .spip, .infos_dechetterie .spip, .infos_entreprise .spip { /* Alignement du class spip */
	text-align: left;
	margin: 0;
}
.infos h2, .infos_dechetterie h2, .infos_entreprise h2, .infos_arrets h2 { /* taille du h2 */
	font-size: 1.3em;
	width: 140px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
.infos .chapo, .infos_dechetterie .chapo, .infos_entreprise .chapo { /* Alignement du chapo */
	text-align: left;
	margin: 2px 0px 2px 0px;
}
.fermeture { /* Bouton fermeture */
	width: 1em;
	height: 1em;
	line-height: 1em;
	float: right;
	background-color: #FF0000;
	margin: 2px 2px 2px 0px;
	text-align: center;
}

.fermeture a { /* Bouton fermeture lien */
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE CARTE_AFFICHE_DECHETTERIE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table.dechetterie {
	width: auto;
}
.ouvert {
	background-color: #a2c7a3;
	color: #a2c7a3;
	text-align: center;
	width: 33%;
}
.ferme {
	background-color: #be9761;
	color: #be9761;
	text-align: center;
	width: 33%;
}
.infos table {
	margin-bottom: 20px;
	width: 100%;

}
.infos table td, .infos table th {
	text-align: center;
	height: auto;
}
.infos table.spip caption {
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 0.9em;
}

.caption {
	color:#000;
	padding-top: 0px;
	line-height: normal;
	font-size:0.9em;
	text-transform:uppercase;
	text-align: center;
}
table.nogras th {
	font-weight: normal;
	width: auto;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LISTE_CHOIX_MOT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Liste déroulante de mots clés
*/
#liste_choix_mot { /* liste deroulante en haut à droite */
	float: right;
	margin: 30px 0px 15px 0px;
	width: auto;
	clear: both;
}
#liste_choix_mot label {
	display:none;
}
.liste { /* Liste deroulante */
	font-size: 90%;
	background-color: #fff;	
	padding: 0px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE FORM_CONTACT, FORM_DEMANDE_BAC */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

form { /* Le formulaire */
	width: 100%;
	background-color: transparent;
}

form ul { /* Liste */
	list-style-type: none;
}

form fieldset{ /* Cadre d'info */
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}

form legend{ /* Legende cadre */
	color: #F29400;
}

form input { /* Zone de saisie */
	width: 200px;
	border: 1px solid #AFA58E;
}

form input.radio { /* Champ radio */
	width: auto;
	border: none;
	
}
form input:focus, form textarea:focus, form select:focus { /* Zone de saisie */
	background-color: #E8DDC2;
}

form select {
	border: 1px solid #AFA58E;
	width: 200px;

}
form option {
	color: #54595C;
}

form textarea { /* Zone de saisie texte */
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	
	border: 1px solid #AFA58E;
}
form textarea.zonelarge {
	width:300px;
	height: 200px;
}
.spip_boutoncss, .spip_bouton { /* Bouton de validation */
	background-color:#7E5603;
	font-size:100%;
	color:#FFFFFF;
	width: auto;
	cursor:pointer;
	text-align:center;
	border: 1px solid #a4b97f;
	margin: 2px 0px 2px 0px;
	padding: 1px;
}

.formulaire_spip input {
	width: auto;
}
.formulaire_spip textarea {
	width: 100%;
}

.contact1, .contact2 { /* Presentation du formulaire sur deux colonnes */
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: left;
	color: #8F8774;
}

.contact1 {
	width: 45%;
	text-align: left;
	padding: 0px 4px 0px 0px;
}

.contact2 {
	width: 54%;
	margin-bottom: 5px;
}

form ul.contact2 { /* Liste de choix avec texte long => on met sur une ligne entière */
	clear: both;
	width: auto;
}
form ul.contact2 li { /* Liste de choix avec texte long => on met sur une ligne entière */
	margin: 0px 0px 0px 30px;
	clear: both;
}
.reponse_formulaire { /* Message de reponse du formulaire de candidature */
	color: #FF3300;
	font-size: 100%;

}
.nbplaces {
	width: 30px;
}

#login, #oubli_form { /* Le formulaire */
	width:100%;
}

#login input , #login_admin input {
	width: auto;
}

#login div, #inscription div,  #login_admin div, , #oubli_form div {
	text-align: left;
	margin-top: 5px;
}

#login p, #inscription p,  #login_admin p, #oubli_form p {
	margin-bottom: 0px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRES REPONSE FORUM*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form#form_forum{
	margin: 0px 20px 0px 20px;
	width: auto;
}

h3.reponse_forum {
	color: #a30050;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
form#form_forum label {
	color: #000;
	font-weight: bold;
	padding-top: 10px;
	display: block;
}
form#form_forum textarea {
	width: 80%;
}

/* FORUM */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h2.forum {
	padding: 5px 0px 0px 50px;
	height: 35px;
	clear: both;
	margin: 5px 0px 0px!important;
	margin: 5px 0px 0px;
}
html>body h2.forum {
	height: auto;
	min-height: 35px;
}
html>/* */body h2.forum {
	margin: 50px 0px 0px!important;
}
.discussion {
	border-bottom: 1px dashed #d7d6d7;
	padding-bottom: 5px;
}

p.message { /* Titre servant à deplier */
	font-size:100%;
	margin-bottom: 0em;
	padding-top : 0.5em;
	margin-left: 2px;
}

p.message.dessous { /* Titre servant à deplier */
	margin-left: -15px;
	padding-left: 15px;
	height: 15px;
}

p.message a {
	text-decoration: none;
	color: #a30050;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0px 0px 0px 5px;
}
p.message a:hover {
	text-decoration: underline;
}
p.message img { /* Image de depliage */
	float: left;
}

p.dateforum { 
	margin: 0px 0px 5px 27px;
	color: #a30050;
	font-size: 0.9em;
	font-weight: bold;
}
p.texteforum { 
	margin: 0px 0px 0px 0px;
}
.ssniveau {
	margin: 0px 0px 0px 27px;
	padding: 0px 0px 0px 12px;
	
}

/* Conditions generales d'utilisation du forum */
.cgu {
	height: 100px;
	overflow-y: scroll;
	padding: 2px 10px 0px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* PLAN */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h3.plan { 
	margin-top:15px;
}

/* Niveau 1 */
.plan1 {
	padding:  5px 0px 10px 20px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.plan1 li {
	display: inline;
}
.plan1 li a {
		display: block;
		margin:  3px 0px 2px 0px;
}
/* Style lien et roll over */
.plan1 li a.niveau1 {
	background-image: url(images/puce_ssmenu.gif);
	background-position: 0em 0.4em;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	margin-top:8px;
	padding-bottom:5px;
	font-size: 1em;
	color: #004595;
	font-weight: bold;
	text-decoration: none;
}

.plan1 li a.niveau1:hover {	
	background-image: url(images/puce_ssmenu.gif);
	text-decoration: underline;
}


/* Niveau 2 */

.plan2 { /* liste Plan niveau 2 */
	list-style-type: none;
	margin: 0px 0px 0px 40px;
}

.plan2 li a.niveau2 { /* Elément liste Plan lien niveau 2 */
	text-decoration: none;
	display: block;
	padding: 1px 0px 3px 0px;
	color: #80B7D9;
	font-size: 100%;
	font-weight: bold;
}

.plan2 li a.niveau2:hover { /* Elément liste Plan lien niveau 2 over  */
	color: #80B7D9;
	text-decoration:underline;
}

/* Niveau 3 */
ul.plan3 { /* liste Plan niveau 3 */
	list-style-type: none;
	margin: 0px 0px 0px 20px;
}

 ul.plan3 li a {
	display: block;
	padding: 1px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #6F6F6F;
}

li a.niveau3 { /* Elément liste Plan lien niveau 3 */
	text-decoration: none;
}

ul.plan3 li a.niveau3:hover { /* Elément liste Plan lien niveau 3 over  */
	color: #6F6F6F;
	text-decoration:underline;
}

/* Niveau 4 */
ul.plan4 { /* liste Plan niveau 4 */
	list-style-type: none;
	margin: 0px 0px 0px 20px;
}

ul.plan4 li a {
	display: block;
	padding: 1px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #6F6F6F;
}

ul.plan4 li a.niveau4 { /* Elément liste Plan lien niveau 3 */
	text-decoration: none;
}

ul.plan4 li a.niveau4:hover { /* Elément liste Plan lien niveau 3 over  */
	text-decoration:underline;
}

/* Niveau 5 */
ul.plan5 { /* liste Plan niveau 5 */
	list-style-type: none;
	margin: 0px 0px 0px 20px;
}

ul.plan5 li a.niveau5 { /* Elément liste Sous menu lien niveau 3 */
	display: block;
	padding: 1px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #aaaaaa;
	text-decoration: none;
}

ul.plan5 li a.niveau5:hover { /* Elément liste Sous menu lien niveau 3 over  */
	color: #aaaaaa;
	text-decoration:underline;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GOOGLE MAP */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.carte_gis {
	width: 150px;
	height: 150px;
	float: right;
	overflow:hidden;
}
#map1 {
	margin: 0px 0px 20px 0px;
	z-index: 99;

}
.case {
	padding: 0 0 20px 0;
}
div.case div.souscat{
	text-align: left;
	font-size: 0.85em;
	margin: 0px 0px 2px 0px;
	/* //margin: 0px 0px -4px 0px; */
	text-indent: -20px;
	padding-left: 20px;
}
div.case h3{
	font-size: 0.9em;
	text-align:left;
	color: #edab20;
	padding: 0px 0px 2px 0px;
	margin: 0.5em 0em 0.2em 0em;
	border-bottom: 1px solid #edab20;
	clear: both;


}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE SECTEUR ACTIVITE (article=5)	 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#margin_encart {
	margin: 20px 0 0 18px;
	width: 172px;

}

#margin_encart h3.spip {
	margin: 5px 10px 0 0;
	padding: 0 0 0 15px;
}
#margin_encart .block {
	margin: 5px 10px 15px 0;
	padding: 0;
}
.portraitencart h3 {
	background-image: none;
	border-bottom:1px dotted #FFFFFF;
	color: #ffffff;
	font-size:1.3em;
}
.portraitencart h4 {
	font-size: 0.9em;
	padding: 0 5px 7px 0;
	font-weight: bold;
}
.portraitencart h4 a, .portraitencart h4 a:hover {
	color: #503F2E;
}

#bg_portrait {
	background-image: url(images/haut_portrait_encart.gif);
	background-repeat: no-repeat;
	padding: 6px 0 0 0;
}
#bas_portrait {
	background-image: url(images/bas_portrait_encart.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 0 10px 0;
}

.portraitencart {
	background-image: url(images/bg_portrait_encart.gif);
	background-repeat: repeat-y;
	height:150px;
	margin: 0 0 20px 0;
}
html>body .portraitencart {
	height:auto;
	min-height:150px;
}
.portraitencart .texteportrait {
	color: #fff;
	font-size: 0.85em;
	padding: 0 15px 0 10px;
	margin: 10px 0 0 0;
	font-size: 1em;
}
.texteportrait p.suite {
	padding:  10px 0px 4px 0px;
	text-align: right;
}
.texteportrait p.suite a {
	background-image:url(images/suite_portrait.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	color:#666666;
	padding: 0 0 0 20px;
	text-decoration:none;
}
.texteportrait p.suite a {

	text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BLOG DES CREATEURS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#logo_createur {
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #f29400;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* AFFICHE PROJET */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#affiche_projet {
	margin: 30px 0 0 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* DIVERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.annulewidth {
	width: auto;
}
