@charset "utf-8";

/**
 * François, romain :
 *
 * J'ai déplacé tous les styles un seul (ce) fichier pour faciliter
 * la modification et l'ajout de styles... Je pense que vous devriez vous
 * y retrouver facilement. Pour la navigation <ctrl> + F est mon ami :)
 *
 * TEMPLATE CSS
 *
 * 01 - styles généraux
 * 02 - titres
 * 03 - Styles pour les cadres / colonnes / conteneurs
 * 04 - Conteneur : cadre global du site
 * 05 - Logo : encart haut gauche
 * 06 - Kiosque : encart haut centre
 * 07 - Autopromo : encart haut droite
 * 08 - Bandeau de pub
 * 09 - Barre d'outils
 * 10 - Menu
 * 11 - Fil info
 * 12 - Zoom photos
 * 13 - Formulaire d'inscription / modification du compte
 * 14 - mailform : formulaire d'abonnement par chèque
 * 15 - Copyright article (visible à l'impression uniquement)
 * 16 - résultat / formulaire recherche
 * 17 - pagination pour les listes d'articles
 * 18 - Article pleine page
 * 19 - Article pleine page : commentaires
 * 20 - Article emphase : 1er de liste (un peu plus gros)
 * 21 - Liste d'articles : le deuxième et suivants
 * 22 - Miniliste pour les rubriques, +MGM
 * 23 - Loginbox
 * 24 - Toolbar article : services (imprimer article, envoyer à un ami...)
 * 25 - Footer
 * 26 - Plugin elections
 * 27 - Spécifique pour articles print
 * 28 - Popup ID Interactive
 * 29 - Iframe
 * 30 - Infospratique
 * 31 - Listes mairies/maires  
 * 32 - PageEmploi
 * 33 - Pagination 2 (page emploi)
 * 34 - Liens tous les articles
 * 35 - Plugin d'affichage de flux twrss
 * 36 - PORTFOLIO 
 * 37 - QuickPoll 
 * 38 - Jeux Concours 
 * 39 - Espace membre 
 * 40 - Sondages 
 */

/**
 * 01 - styles généraux
 *
 */

* { /* appliqué à tout */
	font-family:arial;
}

a img {
	border:0;
}

*.invisible {  /* ajouter cette classe dans le html pour cacher l'élément */
	display:none
}

strong {
	font-weight:bold;
	color:#447A1C;
}

p.bodytext  {
	padding:10px 20px 5px 10px;
	margin:0;
}

	p.bodytext a {
		font-weight:normal;
		text-decoration:none;
		color:#689FCA;
	}

em {
}

ul, ol {
/*	margin-left:60px; */
}

.typo3-editPanel {
	clear:left;
}

textarea{
	font-size:1em; /* fix bug mozilla */
}

.clear {
	clear:both;
}

/**
 * 02 - titres
 *
 */

h1 {
	border-bottom:1px solid #447A1C;
	border-top:1px solid #447A1C;
	font-size:18px;
	margin:0;
	padding:5px 20px;
	color:#99BF21;
	font-weight:bold;
	clear:both;
}

h2 {
	font-size:18px;
	margin:0;
	padding:5px 10px;
	margin-left:20px;
	margin-right:20px;
	color:white;
	background:#447A1C;
}


h3 {
	color:black;
	background:#EEF79F;
	padding:0;
	margin:0;
	font-size:0.55em;
	font-weight:bold;
	text-align:center;
	letter-spacing: 3px;
	font-variant:small-caps;
}


h4 {
	margin:10px 0px 0px 0px;
	padding:5px 0px 0px 20px;
	font-size:3em;
	background-color:#000000;
	font-style:oblique;
	border-bottom:0px solid red;
	color:#ffffff;
}

h5 {
	font-size:18px;
	margin:0;
	padding:5px 10px;
	margin-left:10px;
	margin-right:20px;
	color:white;
	background:#447A1C;
}

h6 {
	font-size:14px;
	margin:0;
	padding:5px 10px;
	margin-left:10px;
	margin-right:20px;
	color:white;
	background:#447A1C;
}

h7 { /* NE FONCTIONNE PAS SOUS IE !!! */
	color:#447A1C;
	background:#E7E7E7;
	padding:0;
	margin:0;
	font-size:0.55em;
	font-weight:bold;
	text-align:center;
	letter-spacing: 3px;
	font-variant:small-caps;
}


h8{ /*Pour la page emploi il faut aussi modifier "twrss_bodytext twrss_channel_description" 
      si vous voulez 2 titre a l'identique (programmation-->changement a faire dans le plugin?)
      
      NE FONCTIONNE PAS SOUS IE !!!!
      */
margin:0;
padding:5px 20px;
color:rgb(51,153,255);
font-size:25px;
}

/**
 * 03 - Styles pour les cadres / colonnes / conateneurs
 *
 */

body {
	margin:0;
	padding:0;
	/*background: #CEE9F4 url(../img/fond-site.jpg) repeat-x fixed;	*/
	background: #FFF url(../img/fond2bis.jpg) top center no-repeat fixed;
	/*habillage du fond de la page  
	     
                                /!\ PBLM ACTU : /!\
          Fond egalement affiché pour la page emploi dans l'iframe du flux
        
	background-image: url(../html/xml_test//habillage_sweeneym.jpg);
	background-position:center top;
  background-repeat:no-repeat;*/
}

div#pub2,
div#pub3 {
	text-align:center;
	background:#EEF79F;
	padding:0px 0px 5px 0px;
}

div#colonnes {
	overflow:hidden;

	
}

div#colonne1 {
	width:664px;
	_width:662px;
	float:left;
	font-size:0.9em;
  	
  padding-bottom: 1000em;
	margin-bottom: -1000em;
	overflow:hidden;
  
    /*ombre sous la barre de menu*/
    	background-repeat:repeat-x;
    	background-image:url(../img/degrade.gif);
  	/*ombre sous la barre de menu*/
}

div#colonne2 {
	width:335px;
	float:right;
	border-left:1px solid #447A1C;
	padding-bottom: 1000em;
	margin-bottom: -1000em;
	
	  /*ombre sous la barre de menu*/
    	background-repeat:repeat-x;
    	background-image:url(../img/degrade.gif);
  	/*ombre sous la barre de menu*/
}

	div#colonne2 .bleu {
		background: #E1ECF4;
	}
	div#colonne2 .bleu p.bodytext {
		font-size:0.8em;
	}

/**
 * 04 - Conteneur : cadre global du site
 *
 */

div#conteneur {
	position:relative;
	top:5px;
	width: 1000px;
	margin: 0px auto;
	padding:0;
	background: white;
}

/**
 * 05 - Logo : encart haut gauche
 *
 */

div#logo {
	width:332px;
	float:left;
	height:155px;
	border-right:1px solid #447A1C;
}
	div#logo img{
		margin:20px 10px 14px 10px;
	}
	div#logo #date{
		margin:0 0 0 10px;
		font-size:0.8em;
		font-weight:bold;
		color: #447A1C;
	}

/**
 * 06 - Kiosque : encart haut centre
 *
 */

div#kiosque {
	width:332px;
	float:left;
	height:155px;
	border-right:1px solid #447A1C;
}

	div#kiosque img{
		margin:9px 20px 0 15px;
		float:left;
	}
	div#kiosque .titre{
		font-size:1em;
		font-weight:bold;
		color:#447A1C;
	}
	div#kiosque ul{
		margin:12px 0;
	}
	div#kiosque li{
		list-style-type:none;
	}
	div#kiosque a,
	div#kiosque a:visited {
		font-size:0.7em;
		color:#333333;
		font-weight:bold;
		text-decoration:none;
	}

/**
 * 07 - Autopromo : encart haut droite
 *
 */

div#autopromo {
	width:333px;
	height:155px;
	float:left;
	margin:0; padding:0;
	overflow:hidden;
	text-align:center;
	background-color: #B5D66D;
}

div#bandeau_pub {
	text-align:center;
	background-color:#EEF79F;
	border-top:1px solid #333333;

}

/**
 * 08 - Barre d'outils
 *
 */

div#barre_outils {
	clear:both;
	width:1000px;
	height:25px;
	background-color: #2C510B;
	color:white;
	font-weight:bold;
	font-size:0.7em;
	padding:0px 0;
	overflow:hidden;
	position:relative;
}
	div#barre_outils a,
	div#barre_outils a:visited {
		color:white;
		text-decoration:none;
	}

	div#barre_outils #accueil {
	 position:absolute;
	 top:5px;
	 left:5px;
	}
	div#barre_outils #newsletter {
	 position:absolute;
	 top:5px;
	 left:300px;
	}
	div#barre_outils #recherche {
	 position:absolute;
	 left:600px;
	}
	div#barre_outils #RSS {
	 position:absolute;
	 top:5px;
	 right:5px;
	}
	div#barre_outils #boutique {
	  display:none;
	}

	div#barre_outils span.left {
	  margin-left:5px;
		margin-right:20px;
		padding:4px;
		float:left;
	}
	div#barre_outils span.left a {
	  margin-right:20px;
	}

	div#barre_outils span.right {
	  margin-left:40px;
		padding:4px;
		float:right;
	}
	div#barre_outils form {
		display:inline;
	}
	div#barre_outils #rss {
		float:right;
	}

/**
 * 09 - Menu
 *
 */

div#menu {
	width:1000px;
	height:20px;
	background-color:white;
	border-bottom:0px solid #447A1C;
	color:black;
	}
	div#menu dl {
		border-right:2px solid #447A1C;
		margin:0; padding:0;
		float:left;
		width:120px;
		height:20px;
	}

	div#menu dd {
		margin:0; padding:0px;
		width:120px;
		text-align:center;

	}

	div#menu dd a,
	div#menu dd a:visited {
		text-decoration:none;
		font-weight:bold;
		color:black;
		font-size:0.9em;

	}

	div#menu dd.actif a,
	div#menu dd.actif a:visited {
				color:#447A1C;
	}

	div#menu dt {
		margin:0; padding:0;
		display:none;
		font-size:0.8em;
		position:relative;
		z-index:10000;
	}

	div#menu dt a,
	div#menu dt a:visited {
		text-decoration:none;
		color:black;
	}

	div#menu dt li.actif a,
	div#menu dt li.actif a:visited {
		color:#447A1C;
	}
	div#menu dt li {
		border-bottom:1px solid #447A1C;
		padding:4px 10px; margin:0;
		display:block;
		font-weight:bold;
		font-size:0.9em;
	}
	div#menu dt ul {
		position:absolute;
		border-left:1px solid #447A1C;
		border-top:1px solid #447A1C;
		border-right:1px solid #447A1C;
		margin:2px -1px;
		padding:0;
		list-style-type:none;
		width:120px;
		background:white;
		filter:alpha(opacity=90);
		-moz-opacity:.90;
		opacity:.90;
}

/**
 * 10 - Fil info
 *
 */

div#filinfo {
	width:335px;
}
div#filinfo  marquee {
	height:100px;
	overflow:hidden;
}
div#filinfo ul{
		margin:5px 0;
		padding:0 20px;
	}
	div#filinfo li{
		list-style-type:none;
		line-height:13px;
		font-size:0.7em;
	}
	div#filinfo .date{
		color:#447A1C;
		font-weight:bold;
	}
	div#filinfo a,
	div#filinfo a:visited {
		color:#333333;
		text-decoration:none;
		font-weight:bold;
		color:black;
	}
	div#filinfo a:hover {
		text-decoration:underline;
	}

a#allFF { /* lien "tous les fil infos" */
	font-size:0.6em;
	font-weight:bold;
	color:black;
	margin-left:20px;
	text-align:right;
}

/**
 * 12 - Zoom photos
 *
 */

#cache{ /* cache gris au click sur la photo */
	position:absolute;
	padding:0px;
	left:0;
	top:0;
	visibility:visible;
	background-color:#000;
	display:block;
	height:100%;
	width:100%;
	padding:0;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.30;
	display:none;
	z-index:10000;
}
#grandeimage{
	position:absolute;
	top:300px;
	left:83px;
	padding:5px;
	visibility:visible;
	background-color:#fff;
	border:solid 1px #000;
	display:none;
	z-index:1000000;
	width:500px;
	overflow:hidden;
}
	#grandeimage #logo {
		padding:3px;
		height:25px;
		overflow:hidden;
		border:0;
	}
		#grandeimage #logo img {
			margin:0; padding:0;
		}
	#grandeimage img#photo {
		width:100%;
	}
	#grandeimage p {
		width:100%;
		font-size:0.9em;
		margin:5px 0 0 0;
		font-weight:bold;
		text-align:left;
	}
	a#fermer {
		text-decoration:none;
		font-weight:bold;
		float:right;
		color:black;
	}

/**
 * 13 - Formulaire d'inscription / modification du compte
 *
 */

div.formulaireInscription{
	margin-top:40px;
	margin-left:20px;
	margin-right:20px;
	font-size:0.8em;
}
	div.formulaireInscription p.bodytext {
		padding-left: 20px;
	}

	div.formulaireInscription h3{
	color:#447A1C;
	background:white;
	padding:0;
	margin:0;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	letter-spacing: 0px;
	font-variant:normal;
}

	div.formulaireInscription table{
		border-collapse:collapse;
		margin-left:20px;
		width:100%;
	}
		div.formulaireInscription table th{
			text-align: left;
			width:200px;
			color:#2979B5; /*c9ddec;*/
		}

div.tx-newloginbox-pi1 {
	border-top:0px solid #447A1C;
	border-bottom:1px solid #447A1C;
}

div.tx-newloginbox-pi1 p.bodytextL {
	margin-bottom:0;
	padding-bottom:10px;
	padding-left:30px;
	color:#000;
	font-weight:bold;
}

/**
 * 14 - mailform : formulaire d'abonnement par chèque
 *
 */

#mailform fieldset{
	margin:10px;
	border:0;
}

#mailform label {
	width:250px;
	display:block;
	float:left;
}

#mailform .csc-mailform-field {
	margin-bottom:10px;
	display:block;
}

/**
 * 15 - Copyright article (visible à l'impression uniquement)
 *
 */

div#footer_impr {
	display:none;
}

/**
 * 16 - résultat / formulaire recherche
 *
 */

#resultatRecherche {
	margin:20px;
	font-size:0.9em;
}

/**
 * 17 - pagination pour les listes d'articles
 *
 */

.pagination {
	margin:20px;
	font-size:0.9em;
	text-align:center;
}
	.pagination a {
		color:silver;
		text-decoration:none;
	}

	.pagination .page-active a{
		color:#447A1C;
		font-weight:bold;
	}


/**
 * 18 - Article pleine page
 *
 */

.article-full { /* div globale */
	margin:5px 20px 20px 20px;
}
	.article-full a {
	color:#447A1C;
	}

	.article-full-commentaires a {
		font-weight:bold;
		color:#689FCA;
	}
	.article-full .titre{
		color:#447A1C;
		font-weight:bold;
		padding:0;
		margin:0;
		font-size:1.4em;
	}

	.article-full .baseline{
		margin:0 0 20px 0;
		color:#777777;
		font-weight:bold;
		font-size:0.9em;
	}
		.article-full .baseline .surtitre{
			color:#000;
		}
		.article-full .baseline .date {
		}
		.article-full .baseline .date-actu {
			font-size:0.9em;
		}
		.article-full .baseline .auteur {
		}

	.article-full .photo{
		width:300px;
		margin:0 auto 5px auto;
		float:left;
		margin-right:20px;
		margin-bottom:5px;
	}
		.article-full .photo img{
			width:100%;
		}
		.article-full .photo .legende{
			margin:0;
			font-weight:bold;
			font-size:0.7em;
		}

	.article-full .chapeau{
		font-weight:bold;
		font-size:0.8em;
	}

	.article-full .corps{
		text-align:left;
		font-size:0.8em;
	}

	.article-full #grandeimage {
		font-size:0.9em;
	}

	.article-full p.bodytext {
		margin-left:0;
		padding-left:0;
	}

		/*
		.article-full .clearfix {
			margin:20px;
			font-size:2em;
			text-align:justify;
		}
		*/

/**
 * 19 - Article pleine page : commentaires
 *
 */

.article-full-commentaires {
	margin:20px;
	font-size:0.9em;
	text-align:justify;
}

	.article-full-commentaires .titre {
		color:#447A1C;
		font-weight:bold;
		border-bottom:1px dotted #447A1C;
		padding:0 20px 5px 0;
		margin:0;
		font-size:1em;
	}
	.article-full-commentaires .nombre {
	}
	.article-full-commentaires .nombre a,
	.article-full-commentaires .nombre a:visited	{
		color:#333333;
		text-decoration:none;
		font-weight:bold;
		color:black;
	}
	.article-full-commentaires .nombre a:hover {
		text-decoration:underline;
	}

	.article-full-commentaires .commentaire{
		padding:5px 15px;
		margin:0 0 5px 0;
		font-size:0.9em;
	}

		.article-full-commentaires .visiteur {
			background:#F3F8FC;
		}
		.article-full-commentaires .membre {
			background:#EAF9E8;
		}
		.article-full-commentaires .redaction {
			background:#FDF3F4;
		}

		.article-full-commentaires .commentaire .entete{
			font-weight:bold;
			font-size:1em;
			margin:0 0 5px 0;
		}
			.article-full-commentaires .commentaire .date{
				margin:0;
			}
			.article-full-commentaires .commentaire .auteur{
				color:#689FCA;
				margin:0;
			}

		.article-full-commentaires .commentaire .corps{
			margin:0;
		}

		.article-full-commentaires .reagir{
			font-weight:bold;
			color:#447A1C;
			clear:both;
		}

		.article-full-commentaires .formulaire-login{
			float:right;
			width:220px;
			background:#EEEEEE;
			padding:10px 20px;
		}
		.article-full-commentaires .formulaire-infos{
			width:300px;
			height:100px;
			padding:0px 20px;
		}
		.article-full-commentaires .formulaire-contenu{
			padding:0px 20px;
		}
		.article-full-commentaires .formulaire-infos p.entete,
		.article-full-commentaires .formulaire-login p.entete{
			font-style:italic;
			margin:0; padding:0;
		}
		.article-full-commentaires form {
			margin:0; padding:0;
		}
		.article-full-commentaires .formulaire-contenu p{
			margin:0 0 10px 0; padding:0;
		}
		.article-full-commentaires p.erreur{
			color:#447A1C;
			margin-left:20px;
		}

/**
 * 20 - Article emphase : 1er de liste (un peu plus gros)
 *
 */

.article-emphase {
	margin:20px;
	font-size:0.9em;
}
	.article-emphase img.photo {
		width:200px;
		float:left;
		margin-right:10px;
	}
	.article-emphase a {
		text-decoration:none;
		color:black;
	}
	.article-emphase a:hover {
		text-decoration:underline;
	}
	.article-emphase .titre {
		font-weight:bold;
		font-size: 1.2em;
	}
	.article-emphase .chapeau {
		text-align:justify;
		margin:0;
	}

	.article-emphase .chapeau a:hover {
		text-decoration:none;
	}

	.article-emphase .date {
		font-weight:bold;
		margin:5px 0 0 0;
		color:#777777;
	}
	
/**
 * 21 - Liste d'articles : le deuxième et suivants
 *
 */

.miniliste-articles * {
	padding:0;
	margin:0;
}
.miniliste-articles {
	margin-right:20px;
	font-size:0.8em;
}

	.miniliste-articles a {
		text-decoration:none;
		color:black;
		display:block; /* sinon "bug" css */
	}	
	
	.miniliste-articles a:hover {
		text-decoration:underline;
	}

	.miniliste-articles img.bandeau-gauche{
		height:150px;
		float:left;
	}
	.miniliste-articles ul {
		margin:0 0 0 20px;
	}
	.miniliste-articles li {
		list-style-type:none;
	}
	.miniliste-articles li.clear {
    clear:left;
    height:10px;
	}
	.miniliste-articles li .photo{
		float:left;
		margin-right:10px;
		width:80px;
	}
	.miniliste-articles li .titre{
		font-weight:bold;
		margin-left:90px;
	}
		.miniliste-articles li .puce{
			
		}
	.miniliste-articles li .chapeau{
		margin-left:90px;
	}

	.miniliste-articles .chapeau a:hover {
		text-decoration:none;
	}

	.miniliste-articles li .date{
		font-weight:bold;
		color:#777777;
		margin-left:90px;
	}

/**
 * 22 - Miniliste pour les rubriques, +MGM
 *
 */

.minilistes {
	margin:10px 20px 10px 20px;
	

	
}
	.minilistes a,
	.minilistes a:visited {
		text-decoration:none;
		color:black;
	}
	.minilistes a:hover {
		text-decoration:none;
		color:black;
		font-weight:bold;
		font-size:1em;
	}
	.minilistes .miniliste {
		width:270px;
		margin-bottom:12px;
	}
	.minilistes .miniliste.gauche {
		clear:both;
		
		float:left;
	}
	.minilistes .miniliste.droite {
		float:right;
	}
	.minilistes .miniliste .titre{
		font-weight:bold;
		font-size:1.1em;
		margin:0;
		padding:0;
	}
	.minilistes .miniliste ul{
		font-size:0.8em;
		margin:0;
		padding:0;
	}
	.minilistes .miniliste li{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	.minilistes p.relation{
			font-weight:bold;
			color:#447A1C;
			clear:both;
	}

/**
 * 23 - Loginbox
 *
 */
 .tx-newloginbox-pi1 {
	font-size:0.8em;
	border-collapse:collapse;
  }
	.tx-newloginbox-pi1 table {
  width: 296px;
	height:80px;
	margin-top:12px;
	border-collapse: collapse;
	}
	#zone_login {
  width: 296px;
  height:101px;
  margin-left:20px;
  background: url("../../../fileadmin/templates/img/fondLogin.jpg") no-repeat;
  }
  #zone_mdpOubli {
  width: 296px;
	height:101px;
	margin-left:20px;
  background: url("../../../fileadmin/templates/img/fondLogin.jpg") no-repeat;
  }
	#bodytext_lb {
  width:320px;
  height:30px;
  background-image:none;
  margin-bottom:10px;
  }
  #bodytext_lb td {
  padding-left:25px;
  }
	#bodytext_lb a {
  color:black;
  text-decoration:none;
  }
  #bodytext_lb a:hover {
  color:black;
  text-decoration:underline;
  }
  #mdpOubli {
  padding-left:35px;
  }
  #deco_lb {
  background-image:none;
  margin-left:30px;
  height:45px;
  margin-top:-2px;
  }
  .bodytext_prems {
  margin-left:30px;
  }
  .bodytext_prems a {
	font-weight:normal;
	text-decoration:none;
	color:#689FCA;
  }
	#cnx {
  padding-left:73px;
  }
	.tx-newloginbox-pi1 table th{
	text-align:justify;
  padding-left:14px;
	}
	.tx-newloginbox-pi1 table td{
	font-weight:normal;
	}

/**
 * 24 - Toolbar article : services (imprimer article, envoyer à un ami...
 *
 */

#toolbar {
	padding:0px ;
	margin:10px 0;
}

/**
 * 25 - Footer
 *
 */

div#footer {
	width:1000px;
	background-color:#2C510B;
	color:white;
	height:50px;
	clear:both;
	border-top:1px solid #333333;
	font-size:0.75em;
}
	div#footer .urlfooter {
		float:left;
		padding:17px;
		margin-top:0px;
		font-weight:bold;
		font-size: 1.2em;
	}

	div#footer ul {
		padding:17px;
		margin-top:0px;
	}
	div#footer li {
		list-style-type:none;
		margin-right:10px;
		display:inline;
	}
	div#footer a {
		color:white;
		text-decoration:none;
		font-weight:bold;
	}
	div#footer .credits {
		float:right;
		font-size:0.8em;
		margin:18px;
	}

/**
 * 26 - Plugin elections
 *
 */
div.tx-mgmelections-pi1 {

	padding:20px;
}

div.tx-mgmelections-pi1 a {

	font-weight:bold;
	color:#689FCA;

}

.resultats {
	border:1px solid #777777;
}
div.tx-mgmelections-pi1 table.resultats th,
div.tx-mgmelections-pi1 table.resultats td {

	width:200px;
	text-align:center;
}
div.tx-mgmelections-pi1 table.resultats {
	border:1px solid black;
	border-collapse:collapse;
	margin:auto;
}

div.tx-mgmelections-pi1 table.localisation {
	border:0;
	border-collapse:collapse;
	margin:auto;
}
div.tx-mgmelections-pi1 table.localisation td{
	text-align:left;
	width:0;
}

/**
 * 27 - Spécifique pour articles print
 *
 */

.entetePrint {
	font-size:0.9em;
}

.piedPrint {
	font-size:0.9em;
	padding:5px 15px;
	margin:10px 50px;
	background:#EEEEEE;
}
	.piedPrint a#membre {
	  display:block;
	  text-align:center;
	}

.articlePrintUne {
	float:right;
	margin-left:10px;
}
	.articlePrintUne img {
		width:120px;
	}
	.articlePrintUne .legendeMGM {
		text-align:center;
		display:block;
		font-style:italic;
		font-size:0.8em;
	}

/**
 * 28 - Popup ID Interactive
 *
 */

#popupIDI {
	display:block;
	border:1px solid black;
	background:#FFFFFF;
	font-weight:bold;
	color:black;
	position:absolute;
	text-align:center;
	padding:4px;
	right:150px;
	bottom:15px;
	font-size:0.8em;
	display:none;
}


/*
*
* 29 - Iframe 
*
*/

.iframerss {
  width:99.5%;
  border:none;


}
 /*background:#447A1C;*/
}

/*
*
* 30 - Infospratique 
*
*/
.infospratique{
background:#E7E7E7;
padding:0px;
}

.minilistes2 {
	margin:5px 10px 10px 10px;
	
}
.minilistes2 a,
.minilistes2 a:visited {
		text-decoration:none;
		color:black;
	}
.minilistes2 a:hover {
		text-decoration:none;
		color:#447A1C;
		font-size:1em;
	}
.minilistes2 .miniliste {
		width:270px;
		margin-bottom:15px;
		/*background:#E7E7E7;*/
		padding-top:0px;
		padding-right:10px;
		padding-left:10px;
		padding-bottom:10px;
	}
	
.minilistes2 .miniliste .titre{
		font-weight:bold;
		font-size:0.8em;
		margin:0;
		padding:0;
		
	}
.minilistes2 .miniliste ul{
		font-weight:bold;
		font-size:0.8em;
		margin:0;
		padding:0;
	}
.minilistes2 .miniliste li {
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
.minilistes2 p.relation {
			font-weight:bold;
			color:#447A1C;
			font-size:1.2em;
			text-align:center;
			margin-bottom:5px;
			/*margin-top:10px;*/
			margin-right:7px;
			padding-right:0px;
			border-bottom:1px dotted #447A1C;
	}


/*
*
* 31 - Liste Mairies/maire 
*
*/


 P .cellcontenu { margin-bottom: 0.21cm;
  direction: ltr; 
  color: #000000; 
  widows: 2; 
  orphans: 2 
}
.cellcontenu {
  font-family: arial;
  font-size: 10pt; 
}

.alphabet a,
.alphabet a:hover {
		text-decoration:none;
		color:black;
		font-size:1em;
}

.alphabet a:visited {
		text-decoration:none;
		color:#447A1C;
		font-size:1em;
}

.lignetitre{
background-color:#E7E7E7;
}

/*
*
* 32 - Page Emploi 
*
*/

/*
FICHIER emploi.css 
*/

/**
 * 33 - pagination pour page emploi
 *
 */

.pagination2 {
	margin:20px;
	font-size:0.9em;
	text-align:center;
}
	.pagination2 a {
    color:rgb(51,153,255);
		text-decoration:none;
	}

/**
 * 33 - pagination pour page emploi
 *
 */

.pagination2 {
	margin:20px;
	font-size:0.9em;
	text-align:center;
}
	.pagination2 a {
    color:rgb(51,153,255);
		text-decoration:none;
	}



/*
*
* 34 - Liens Tous les Articles
*/

.tousarticles a:hover,
.tousarticles a {
color:black;
padding-right:20px;
padding-top:20px;
font-size:0.8em;
text-decoration:none;

}


/*
*
* 35 - twrss plugin...
*/
.twrss_table{
background:#FF00FF;
}

.twrss_bodytext {
padding-left:20px;
padding-right:20px;
}

.twrss_item_content {

}

.twrss_channel_description {
color:rgb(51,153,255);
font-size:25px;
padding-top:15px;
padding-right:10px;
}
twrss_bodytext twrss_channel_description {
color:rgb(51,153,255);
font-size:25px;
margin:0;
padding-top:15px;
padding-right:10px;

}
.twrss_imagefile {
}

.twrss_table a,
.twrss_table a:hover{
color:rgb(51,153,255);
text-decoration:none;
font-size:16px;
}

.twrss_bodytext a{
color:rgb(51,153,255);
text-decoration:none;
font-size:16px;
}
.twrss_bodytext a:hover{
color:rgb(51,153,255);
text-decoration:none;
font-size:16px;
}


/*
*
* 36 - PORTFOLIO
* 

*/




.portfolio-grand {
  color:white;

}

.portfolio-grand titre{

}
.portfolio-grand baseline {






}

.portfolio-grand baseline date{





}

.portfolio-grand bodytext{

}

.portfolio-grand chapeau{




}

.portfolio-grand chapeau bodytext{



}

.portfolio-grand a,
.portfolio-grand a:hover{ 

}




/**
 * Obsolète ?
 * http://www.positioniseverything.net/easyclearing.html
 *
 */

/*
					.clearfix:after {
					    content: ".";
					    display: block;
					    height: 0;
						clear: both;
					    visibility: hidden;
					}
					.clearfix {display: inline-block;}
					/* Hides from IE-mac \* /
					* html .clearfix {height: 1%;}
					.clearfix {display: block;}
					/* End hide from IE-mac * /
*/
/*
*
* 37 - QUICKPOLL
* 
*/

.titreQuestion {
font-size:0.9em;
font-family:arial;
font-weight:bold;
background : #447A1C;
color:white;
}

.polltable {
font-size:0.8em;
font-family:arial;
}
.pollresulttext {
padding-left:15px;
padding-top:5px;

}
.polltotal {
color:#666666;
font-family:verdana,sans-serif;
font-size:12px;
font-weight:bold;
padding-left:10px;
}
.pollquestion {
padding-left:5px;
margin-bottom:5px;
background:#e8e8e8;
}
.pollquestion2 {
padding-left:5px;
margin-bottom:5px;
background:#e8e8e8;
}
.pollsubmit {
margin-left: 115px;
margin-bottom:10px;
margin-top:-10px;
}
.error {
height:100px;
padding:10px 0px 0px 20px;
}
.imgAtt {
padding-right:10px;
padding-top:10px;
}
.pollview {
margin-left:80px;
margin-top:10px;
}
.voirRes {
float:right;
text-decoration:none;
font-weight:bold;
color:black;
}
.voirRes:hover {
text-decoration:underline;
color:black;
}

/*
*
* 38 - JEUX CONCOURS
* 
*/

#imgJC {
width:160px;
padding-left:10px;
}
.enteteJC {
background-image : url("../../../../fileadmin/templates/img/fondJC.png");
background-repeat: no-repeat;
width:664px;
height:62px;
color: white;
}
.titreJeux {
font-family: Trebuchet MS;
font-size: 1.4em;
font-weight: bold;
padding-left:20px;
vertical-align:middle;
padding-top:4px;
}
.numeroJeux {
font-size : 2em;
padding-left:20px;
vertical-align:middle;
line-height:40px;
}
.dateJeux {
color: #447A1C;
font-weight:bold;
padding-left:10px;
}
.lienPart {
color:#447A1C;
}
#cado {
border-right: 1px dotted black;
width: 50%;
}
.ntPart {
font-weight:bold;
}
#imgPart {
max-width:130px;
padding-left:10px;
}

.tabJC td {
padding-left:10px;
}
.tabMail td {
padding-left:10px;
}

/**
 * 39 - Espace membre
 *
 */
 
 #esp_membre {
	font-size:18px;
	margin:0;
	padding:5px 10px;
	margin-left:10px;
	margin-right:20px;
	margin-top:10px;
	color:white;
	background:#447A1C;
}
.txt_mbr {
	font-size:18px;
	margin:0;
	padding:10px 10px;
	margin-left:10px;
	margin-right:20px;
	color:white;
	background:#447A1C;
}
.feuseraccount{
width:255px;
}

.feuseraccount:focus{
border:1px solid #11A3EA;

}
/*
*
* 40 - QUICKPOLL
* 
*/

.titreQuestion {
font-size:1em;
font-family:arial;
font-weight:bold;
color:white;
text-align:left;
background:#2eb0e4;
padding: 5px 1px;
}

.polltable {
font-size:0.8em;
font-family:arial;
width:100%;
}
.pollresulttext {
padding-left:15px;
padding-top:5px;

}
.polltotal {
color:#666666;
font-family:verdana,sans-serif;
font-size:12px;
font-weight:bold;
padding-left:10px;
}
.pollquestion {
padding-left:5px;
margin-bottom:5px;
background:#e8e8e8;
}
.pollquestion2 {
padding-left:5px;
margin-bottom:5px;
background:#e8e8e8;
}
.pollsubmit {
margin-left: 115px;
margin-bottom:10px;
margin-top:-10px;
}
.error {
height:100px;
padding:10px 0px 0px 20px;
}
.imgAtt {
padding-right:10px;
padding-top:10px;
}
.pollview {
margin-left:80px;
margin-top:10px;
}
.voirRes {
float:right;
text-decoration:none;
font-weight:bold;
color:black;
}
.voirRes:hover {
text-decoration:underline;
color:black;
}


