html {
	margin:0;
	font-size:100%;
	background-color:#f9f6f3;
	overflow:auto;
	overflow-y:scroll;
}


body {
	height:100%;
	width:1035px;
	margin:0;
	margin:auto;
	font-size:100%;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	text-align:left;
	overflow:hidden;
}

object { outline:none; }

img, a { outline:none; }


div#panneau_central {
	position:relative;
	width:1035px;
	background-image:url("../images/fond_mylorraine.jpg");
	background-repeat:no-repeat;
	margin:auto;
}



/* PANNEAU DU HAUT */

div#panneau_haut {
	position:relative;
	background-position:0 0;
	background-repeat:repeat-y;
	width:1017px;
	height:163px;
	background-image:url(../images/fond_panneau_haut_vide.png);
}

div#panneau_haut.langue_fr {
	background-image:url(../images/fond_panneau_haut.png);
}
div#panneau_haut.langue_en {
	background-image:url(../images/fond_panneau_haut_en.png);
}
div#panneau_haut.langue_de {
	background-image:url(../images/fond_panneau_haut_de.png);
}
div#panneau_haut.langue_du {
	background-image:url(../images/fond_panneau_haut_du.png);
}


div#panneau_haut div#boutons_haut {
	position:absolute;
	top:0;
	left:655px;
	height:85px;
	width:295px;
}


div#panneau_haut div#boutons_partage {
	position:absolute;
	top:3px;
	right:23px;
	width:28px;
	height:84px;
}

div#panneau_haut div#boutons_partage a img{
	width:26px;
	height:26px;
	margin-bottom:2px
}

/* RECHERCHE ET AUTOCOMPLETION */

div#panneau_rechercher {
	position:absolute;
	width:260px;
	height:20px;
	right:24px;
	top:93px;
	color:#b59973;
	text-align:right;
	
}

div#panneau_rechercher input#champ_rechercher, input#champ_rechercher_membres{
	background-color:transparent;
	background-image:url("../images/fond_champ_recherche.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:113px;
	height:18px;
	padding:0 3px;
	font-size:77%;
	border:0px;
	vertical-align:top;
	margin:1px 6px 0 6px;
}

div#panneau_rechercher input.bouton_ok_rechercher {
	background-image:url("../images/bouton_submit_rechercher.png");
	border:0px;
	background-position:0 0;
	background-repeat:no-repeat;
	width:29px;
	height:20px;
	padding:0;
	margin:0;
	vertical-align:top;
}
input.bouton_ok_rechercher_membres {
	border:1px solid #4e4130;
	padding:2px 8px;
	margin-top:-3px;
	font-size:86%;
	height:25px;
	color:#e8ddcf;
	font-weight:bold;
	background-color:transparent;
	clear:both;
	margin-bottom:20px;
}
input.bouton_ok_rechercher_membres:hover {
	background-color:#e8ddcf;
	color:#8b7455;
	cursor:pointer;
}

div#panneau_rechercher input.bouton_ok_rechercher:hover {
	background-image:url("../images/bouton_submit_rechercher-over.png");
	cursor:pointer;
}

div#panneau_autocomplete {
	position:absolute;
	width:168px;
	top:112px;
	right:86px;
	padding:5px 5px 17px 5px;
	background-color:#fff;
	color:#8d7657;
	font-size:77%;
	border:1px solid #b69872;
	z-index:888;
}

div#panneau_autocomplete ul  {
	list-style:none;
	margin:0px;
}
div#panneau_autocomplete ul  li{
	list-style:none;
}
div#panneau_autocomplete ul  li:hover, div#panneau_autocomplete ul  li:focus{
	background-color:#f0e8db;
	cursor:pointer;
}

div#panneau_autocomplete ul  li a{
	color:#8d7657;
	text-decoration:none;
}

div#bouton_fermer_autocompletion {
	position:absolute;
	bottom:2px;
	right:5px;
	font-size:10px;
	color:#e77925;
}

div#bouton_fermer_autocompletion a{
	color:#e77925;
	text-decoration:none;
}

div#bouton_fermer_autocompletion a:hover{
	color:#8d7657;
}

input.bouton_autocompletion {
	width:165px;
	height:14px;
	text-align:left;
	border:0px;
	background-color:#FFF;
	color:#8d7657;
	font-size:77%;
	cursor:pointer;	
}

input.bouton_autocompletion:hover, input.bouton_autocompletion:focus {
	background-color:#f0e8db;
}


/* BOUTONS DU MENU */

div#panneau_boutons_menu {
	position:absolute;
	left:290px;
	bottom:20px;
	width:446px;
	height:54px;
	z-index:900;
}

div#panneau_boutons_menu ul li {
	display:inline;
}

div#panneau_boutons_menu img {
	background-position:0 0;
	background-repeat:no-repeat;
	height:54px;
}

div#panneau_boutons_menu a img#bouton_menu_accueil_fr {
	background-image:url("../images/bouton_menu_accueil_fr.png");
	width:123px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_accueil_fr {
	background-image:url("../images/bouton_menu_accueil_fr_over.png");
	width:123px;
}
div#panneau_boutons_menu img#bouton_menu_accueil_fr_selected {
	background-image:url("../images/bouton_menu_accueil_fr_selected.png");
	width:123px;
}
div#panneau_boutons_menu a img#bouton_menu_accueil_en {
	background-image:url("../images/bouton_menu_accueil_en.png");
	width:123px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_accueil_en {
	background-image:url("../images/bouton_menu_accueil_en_over.png");
	width:123px;
}
div#panneau_boutons_menu img#bouton_menu_accueil_en_selected {
	background-image:url("../images/bouton_menu_accueil_en_selected.png");
	width:123px;
}
div#panneau_boutons_menu a img#bouton_menu_accueil_de {
	background-image:url("../images/bouton_menu_accueil_de.png");
	width:123px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_accueil_de {
	background-image:url("../images/bouton_menu_accueil_de_over.png");
	width:123px;
}
div#panneau_boutons_menu img#bouton_menu_accueil_de_selected {
	background-image:url("../images/bouton_menu_accueil_de_selected.png");
	width:123px;
}
div#panneau_boutons_menu a img#bouton_menu_accueil_du {
	background-image:url("../images/bouton_menu_accueil_du.png");
	width:123px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_accueil_du {
	background-image:url("../images/bouton_menu_accueil_du_over.png");
	width:123px;
}
div#panneau_boutons_menu img#bouton_menu_accueil_du_selected {
	background-image:url("../images/bouton_menu_accueil_du_selected.png");
	width:123px;
}



div#panneau_boutons_menu a img#bouton_menu_themes_fr {
	background-image:url("../images/bouton_menu_themes_fr.png");
	width:119px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_themes_fr {
	background-image:url("../images/bouton_menu_themes_fr_over.png");
	width:119px;
}
div#panneau_boutons_menu img#bouton_menu_themes_fr_selected {
	background-image:url("../images/bouton_menu_themes_fr_selected.png");
	width:119px;
}
div#panneau_boutons_menu a img#bouton_menu_themes_en {
	background-image:url("../images/bouton_menu_themes_en.png");
	width:119px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_themes_en {
	background-image:url("../images/bouton_menu_themes_en_over.png");
	width:119px;
}
div#panneau_boutons_menu img#bouton_menu_themes_en_selected {
	background-image:url("../images/bouton_menu_themes_en_selected.png");
	width:119px;
}
div#panneau_boutons_menu a img#bouton_menu_themes_de {
	background-image:url("../images/bouton_menu_themes_de.png");
	width:119px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_themes_de {
	background-image:url("../images/bouton_menu_themes_de_over.png");
	width:119px;
}
div#panneau_boutons_menu img#bouton_menu_themes_de_selected {
	background-image:url("../images/bouton_menu_themes_de_selected.png");
	width:119px;
}
div#panneau_boutons_menu a img#bouton_menu_themes_du {
	background-image:url("../images/bouton_menu_themes_du.png");
	width:119px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_themes_du {
	background-image:url("../images/bouton_menu_themes_du_over.png");
	width:119px;
}
div#panneau_boutons_menu img#bouton_menu_themes_du_selected {
	background-image:url("../images/bouton_menu_themes_du_selected.png");
	width:119px;
}



div#panneau_boutons_menu a img#bouton_menu_lieu_fr {
	background-image:url("../images/bouton_menu_lieu_fr.png");
	width:76px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_lieu_fr {
	background-image:url("../images/bouton_menu_lieu_fr_over.png");
	width:76px;
}
div#panneau_boutons_menu img#bouton_menu_lieu_fr_selected {
	background-image:url("../images/bouton_menu_lieu_fr_selected.png");
	width:76px;
}
div#panneau_boutons_menu a img#bouton_menu_lieu_en {
	background-image:url("../images/bouton_menu_lieu_en.png");
	width:76px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_lieu_en {
	background-image:url("../images/bouton_menu_lieu_en_over.png");
	width:76px;
}
div#panneau_boutons_menu img#bouton_menu_lieu_en_selected {
	background-image:url("../images/bouton_menu_lieu_en_selected.png");
	width:76px;
}
div#panneau_boutons_menu a img#bouton_menu_lieu_de {
	background-image:url("../images/bouton_menu_lieu_de.png");
	width:76px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_lieu_de {
	background-image:url("../images/bouton_menu_lieu_de_over.png");
	width:76px;
}
div#panneau_boutons_menu img#bouton_menu_lieu_de_selected {
	background-image:url("../images/bouton_menu_lieu_de_selected.png");
	width:76px;
}
div#panneau_boutons_menu a img#bouton_menu_lieu_du {
	background-image:url("../images/bouton_menu_lieu_du.png");
	width:76px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_lieu_du {
	background-image:url("../images/bouton_menu_lieu_du_over.png");
	width:76px;
}
div#panneau_boutons_menu img#bouton_menu_lieu_du_selected {
	background-image:url("../images/bouton_menu_lieu_du_selected.png");
	width:76px;
}




div#panneau_boutons_menu a img#bouton_menu_membres_fr {
	background-image:url("../images/bouton_menu_membres_fr.png");
	width:128px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_membres_fr {
	background-image:url("../images/bouton_menu_membres_fr_over.png");
	width:128px;
}
div#panneau_boutons_menu img#bouton_menu_membres_fr_selected {
	background-image:url("../images/bouton_menu_membres_fr_selected.png");
	width:128px;
}
div#panneau_boutons_menu a img#bouton_menu_membres_en {
	background-image:url("../images/bouton_menu_membres_en.png");
	width:128px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_membres_en {
	background-image:url("../images/bouton_menu_membres_en_over.png");
	width:128px;
}
div#panneau_boutons_menu img#bouton_menu_membres_en_selected {
	background-image:url("../images/bouton_menu_membres_en_selected.png");
	width:128px;
}
div#panneau_boutons_menu a img#bouton_menu_membres_de {
	background-image:url("../images/bouton_menu_membres_de.png");
	width:128px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_membres_de {
	background-image:url("../images/bouton_menu_membres_de_over.png");
	width:128px;
}
div#panneau_boutons_menu img#bouton_menu_membres_de_selected {
	background-image:url("../images/bouton_menu_membres_de_selected.png");
	width:128px;
}
div#panneau_boutons_menu a img#bouton_menu_membres_du {
	background-image:url("../images/bouton_menu_membres_du.png");
	width:128px;
}
div#panneau_boutons_menu a:hover img#bouton_menu_membres_du {
	background-image:url("../images/bouton_menu_membres_du_over.png");
	width:128px;
}
div#panneau_boutons_menu img#bouton_menu_membres_du_selected {
	background-image:url("../images/bouton_menu_membres_du_selected.png");
	width:128px;
}


/* LISTE MENU DES THEMES */

div#panneau_menu_liste_themes {
	position:absolute;
	left:420px;
	width:180px;
	padding:10px;
	background-color:#84b21b;
	z-index:902;
}


div#panneau_menu_liste_themes ul li.liste_themes{
	position:relative;
	color:#FFF;
	font-size:77%;
	font-weight:bold;
	margin:3px 0;
	display:block;
}

div#panneau_menu_liste_themes ul li a{
	color:#FFF;
	text-decoration:none;
	padding:0 15px;
	display:block;
}
div#panneau_menu_liste_themes ul li a:hover, div#panneau_menu_liste_themes ul li a.selected{
	background-color:#afcd6b;
}



div.panneau_menu_liste_sous_themes {
	position:absolute;
	padding:10px;
	left:180px;
	top:-13px;
	width:150px;
	background-color:#9bbe4d;
}

div.panneau_menu_liste_sous_themes ul li{
	color:#FFF;
	font-weight:bold;
	margin:3px 0;
	display:block;
}


/* LISTE MENU DES LIEUX */

div#panneau_menu_liste_lieux {
	position:absolute;
	left:535px;
	width:153px;
	padding:10px;
	background-color:#84b21b;
	z-index:904;
}

div#panneau_menu_liste_lieux ul li.liste_lieux_departement{
	position:relative;
	color:#FFF;
	font-weight:bold;
	font-size:77%;
	margin:3px 0;
	display:block;
}

div#panneau_menu_liste_lieux ul li a{
	color:#FFF;
	text-decoration:none;
	padding:0 15px;
	display:block;
}
div#panneau_menu_liste_lieux ul li a:hover, div#panneau_menu_liste_lieux ul li a.selected{
	background-color:#afcd6b;
}


div.panneau_menu_liste_villes {
	position:absolute;
	padding:10px;
	left:150px;
	top:-13px;
	width:150px;
	height:300px;
	background-color:#9bbe4d;
}

div.panneau_menu_liste_villes div {
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	height:300px;
}

div.panneau_menu_liste_villes div ul li{
	color:#FFF;
	font-weight:bold;
	margin:3px 0;
	display:block;
}


/* LISTE MENU DES AUTEURS */

div#panneau_menu_liste_auteur {
	position:absolute;
	left:613px;
	width:200px;
	height:300px;
	padding:10px;
	background-color:#84b21b;
	z-index:902;
}
div#panneau_menu_liste_auteur  div{
	width:190px;
	height:290px;
	margin:5px 5px 0 0px;
	overflow:hidden;
	overflow-y:auto;
}



div#panneau_menu_liste_auteur ul li.liste_lieux{
	position:relative;
	color:#FFF;
	font-size:77%;
	margin:3px 0;
	display:block;
}

div#panneau_menu_liste_auteur ul li a{
	color:#FFF;
	text-decoration:none;
	padding:0 15px;
	display:block;
}
div#panneau_menu_liste_auteur ul li a:hover, div#panneau_menu_liste_auteur ul li a.selected{
	background-color:#afcd6b;
}






/* CONNEXION */

div#popup_newsletter {
	position:fixed;
	z-index:1298!important;
	bottom:50%;
	left:50%;
	margin-bottom:-165px;
	margin-left:-275px;
	width:371px;
	height:160px;
	padding:60px 40px 50px 40px;
	background-image:url(../images/fond_alert_mylorraine.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}

div#popup_connexion {
	z-index:1299!important;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-165px;
	margin-left:-275px;
	width:371px;
	height:250px;
	padding:50px 40px 50px 40px;
	background-image:url(../images/fond_popup_connexion.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#ffffff;
	text-align:center;
}

div#popup_connexion.affiche_panneau, div#popup_newsletter.affiche_panneau  {
	display:block;
}
div#popup_connexion.supprime_panneau, div#popup_newsletter.supprime_panneau {
	display:none;
}

div#bouton_fermer {
	position:absolute;
	right:45px;
	top:40px;
}

div#popup_connexion h2, div#popup_newsletter span {
	color:#e2d6c7;
	margin:0 0 10px 0;
	font-weight:bold;
}

div#popup_connexion label, div#popup_newsletter label {
	position:relative;
	font-size:86%;
	color:#e2d6c7;
	float:left;
	margin-left:30px;
	margin-top:7px;
	text-align:left;
	clear:both;
}

div#popup_connexion p, div#popup_newsletter p{
	font-size:86%;
	color:#e2d6c7;
	clear:both;
	text-align:center;
	width:100%;
}

div#popup_connexion p a, div#popup_newsletter p a{
	color:#ffaf09;
	text-decoration:none;
}

div#popup_connexion p a:hover, div#popup_newsletter p a:hover{
	text-decoration:underline;
}

div#popup_connexion input, div#popup_newsletter input{
	font-size:77%;
	color:#4e4130;
	border:1px solid #4e4130;
	background-color:#e2d6c7;
	height:16px;
	padding:2px 3px;
	float:right;
	margin:7px 25px 2px 5px;
}

div#popup_connexion input.bouton_valider_connexion, div#popup_newsletter input.bouton_valider_connexion {
	border:1px solid #4e4130;
	padding:2px 8px;
	font-size:86%;
	height:25px;
	color:#e8ddcf;
	font-weight:bold;
	background-color:transparent;
	margin-bottom:10px;
}
div#popup_connexion input.bouton_valider_connexion:hover, div#popup_newsletter input.bouton_valider_connexion:hover {
	background-color:#e8ddcf;
	color:#8b7455;
	cursor:pointer;
}

div#panneau_connexion {
	position:absolute;
	top:6px;
	left:260px;
	width:400px;
	text-align:left;
	padding:0 0 0 0px;
}

div#panneau_connexion div{
	float:left;
	text-align:right;
	width:130px;
	height:30px;
	margin-right:5px;
	overflow:hidden;
	border:1px solid transparent;
}

.texte_connexion {
	color:#e2d6c7;
	font-weight:normal;
	font-size:77%;
}

.texte_connexion form strong{
	font-weight:bold;
}

.texte_connexion a{
	color:#e2d6c7;
	text-decoration:none;
	font-weight:bold;
	margin:0 0px;
}

.texte_connexion a:hover{
	text-decoration:none;
	color:#b58f5a;
}

.texte_connexion input.input_texte{
	border:0px;
	background-image:url(../images/fond_input_connexion.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:79px;
	height:14px;
	padding:2px 5px 0 5px;
	margin:0 0 0 5px;
	font-size:77%;
	color:#b58f5a;
	font-weight:bold;
}



/* PANNEAU NEWSLETTER ET MYLORRAINE VIDEOS */

div#panneau_newsletter_videos {
	position:absolute;
	top:30px;
	left:270px;
	width:400px;
	text-align:center;
}

/* PANNEAU AGENDA */

div#panneau_agenda {
	position:absolute;
	right:0px;
	top:123px;
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:800;
	text-align:left;
	padding:80px 30px 0 30px;
}

div#panneau_agenda.panneau_agenda_open_fr {
	background-image:url("../images/fond_panneau_agenda_fr.png");
	width:303px;
	height:288px;
}
div#panneau_agenda.panneau_agenda_closed_fr {
	background-image:url("../images/bouton_panneau_agenda_fr.png");
	width:154px;
	height:68px;
	padding:0!important;
}
div#panneau_agenda.panneau_agenda_open_en {
	background-image:url("../images/fond_panneau_agenda_en.png");
	width:303px;
	height:288px;
}
div#panneau_agenda.panneau_agenda_closed_en {
	background-image:url("../images/bouton_panneau_agenda_en.png");
	width:154px;
	height:68px;
	padding:0!important;
}
div#panneau_agenda.panneau_agenda_open_de {
	background-image:url("../images/fond_panneau_agenda_de.png");
	width:303px;
	height:288px;
}
div#panneau_agenda.panneau_agenda_closed_de {
	background-image:url("../images/bouton_panneau_agenda_de.png");
	width:154px;
	height:68px;
	padding:0!important;
}
div#panneau_agenda.panneau_agenda_open_du {
	background-image:url("../images/fond_panneau_agenda_du.png");
	width:303px;
	height:288px;
}
div#panneau_agenda.panneau_agenda_closed_du {
	background-image:url("../images/bouton_panneau_agenda_du.png");
	width:154px;
	height:68px;
	padding:0!important;
}

div#panneau_agenda a.lien_bouton_agenda {
	position:absolute;
	top:0;
	right:20px;
}

div#panneau_agenda div.autre_date {
	color:#705c42;
	font-size:66%;
	width:240px;
	text-align:right;
}
div#panneau_agenda div.autre_date a{
	color:#705c42;
	text-decoration:none;
}
div#panneau_agenda div.autre_date a:hover{
	color:#e67402;
}

div#panneau_agenda h3 {
	color:#e67402;
	font-weight:bold;
	text-align:center;
	margin-top:3px;
}

div#panneau_agenda img.fleche_a_voir_ajd {
	position:absolute;
	right:25px;
	top:65px;
}

div#panneau_agenda div#conteneur_image_agenda_accueil {
	position:relative;
	width:180px;
	height:140px;
	position:absolute;
	top:150px;
	left:90px;
	overflow:hidden;
	border:5px solid #b69973;
}

div#panneau_agenda div#conteneur_image_agenda_accueil div#conteneur_bouge {
	position:absolute;
	top:0;
	left:0;
}

div#panneau_agenda div#conteneur_image_agenda_accueil div#conteneur_bouge a {
	float:left;
}

div#panneau_agenda div#titre_article_agenda_accueil {
	position:absolute;
	bottom:35px;
	width:305px;
	left:30px;
	color:#705c42;
	font-size:77%;
	text-align:center;
}
div#panneau_agenda div#titre_article_agenda_accueil a {
	color:#705c42;
	text-decoration:none
}

div#panneau_agenda div#titre_article_agenda_accueil a:hover {
	color:#e67402;
}

div#panneau_agenda div#panneau_fleche_gauche_accueil {
	float:left;
	margin-top:70px;
	margin-left:22px;
}
div#panneau_agenda div#panneau_fleche_gauche_accueil a img, div#panneau_agenda div#panneau_fleche_droite_accueil a img {
	background-color:#e67402;
}

div#panneau_agenda div#panneau_fleche_gauche_accueil a:hover img, div#panneau_agenda div#panneau_fleche_droite_accueil a:hover img {
	background-color:#695439;
}

div#panneau_agenda div#panneau_fleche_droite_accueil {
	float:right;
	margin-top:70px;
	margin-right:15px;
}



#agenda_flash {
	position:absolute;
	top:110px;
	left:30px;
}


div#panneau_bouton_agenda {
	position:absolute;
	right:15px;
	top:0px;
	width:130px;
	height:60px;
}


/* PANNEAU NEWS */

div#panneau_news {
	width:663px;
	height:360px;
	background-position:0 0;
	background-repeat:no-repeat;
	text-align:right;
}


div#panneau_volume {
	position:absolute;
	bottom:5px;
	left:5px;
	width:35px;
	height:42px;
}

div#panneau_lien_video {
	position:absolute;
	top:0px;
	left:0px;
	height:285px;
}


div#panneau_news.fond_news_theme1_fr {
	background-image:url("../images/bandeau_news_theme1_fr.png");
}
div#panneau_news.fond_news_theme2_fr {
	background-image:url("../images/bandeau_news_theme2_fr.png");
}
div#panneau_news.fond_news_theme3_fr {
	background-image:url("../images/bandeau_news_theme3_fr.png");
}
div#panneau_news.fond_news_theme4_fr {
	background-image:url("../images/bandeau_news_theme4_fr.png");
}
div#panneau_news.fond_news_theme5_fr {
	background-image:url("../images/bandeau_news_theme5_fr.png");
}
div#panneau_news.fond_news_theme6_fr {
	background-image:url("../images/bandeau_news_theme6_fr.png");
}
div#panneau_news.fond_news_theme7_fr {
	background-image:url("../images/bandeau_news_theme7_fr.png");
}
div#panneau_news.fond_news_theme8_fr {
	background-image:url("../images/bandeau_news_theme8_fr.png");
}
div#panneau_news.fond_news_theme9_fr {
	background-image:url("../images/bandeau_news_theme9_fr.png");
}
div#panneau_news.fond_news_theme10_fr {
	background-image:url("../images/bandeau_news_theme10_fr.png");
}
div#panneau_news.fond_news_theme11_fr {
	background-image:url("../images/bandeau_news_theme11_fr.png");
}


div#panneau_news.fond_news_theme1_en {
	background-image:url("../images/bandeau_news_theme1_en.png");
}
div#panneau_news.fond_news_theme2_en {
	background-image:url("../images/bandeau_news_theme2_en.png");
}
div#panneau_news.fond_news_theme3_en {
	background-image:url("../images/bandeau_news_theme3_en.png");
}
div#panneau_news.fond_news_theme4_en {
	background-image:url("../images/bandeau_news_theme4_en.png");
}
div#panneau_news.fond_news_theme5_en {
	background-image:url("../images/bandeau_news_theme5_en.png");
}
div#panneau_news.fond_news_theme6_en {
	background-image:url("../images/bandeau_news_theme6_en.png");
}
div#panneau_news.fond_news_theme7_en {
	background-image:url("../images/bandeau_news_theme7_en.png");
}
div#panneau_news.fond_news_theme8_en {
	background-image:url("../images/bandeau_news_theme8_en.png");
}
div#panneau_news.fond_news_theme9_en {
	background-image:url("../images/bandeau_news_theme9_en.png");
}
div#panneau_news.fond_news_theme10_en {
	background-image:url("../images/bandeau_news_theme10_en.png");
}
div#panneau_news.fond_news_theme11_en {
	background-image:url("../images/bandeau_news_theme11_en.png");
}


div#panneau_news.fond_news_theme1_de {
	background-image:url("../images/bandeau_news_theme1_de.png");
}
div#panneau_news.fond_news_theme2_de {
	background-image:url("../images/bandeau_news_theme2_de.png");
}
div#panneau_news.fond_news_theme3_de {
	background-image:url("../images/bandeau_news_theme3_de.png");
}
div#panneau_news.fond_news_theme4_de {
	background-image:url("../images/bandeau_news_theme4_de.png");
}
div#panneau_news.fond_news_theme5_de {
	background-image:url("../images/bandeau_news_theme5_de.png");
}
div#panneau_news.fond_news_theme6_de {
	background-image:url("../images/bandeau_news_theme6_de.png");
}
div#panneau_news.fond_news_theme7_de {
	background-image:url("../images/bandeau_news_theme7_de.png");
}
div#panneau_news.fond_news_theme8_de {
	background-image:url("../images/bandeau_news_theme8_de.png");
}
div#panneau_news.fond_news_theme9_de {
	background-image:url("../images/bandeau_news_theme9_de.png");
}
div#panneau_news.fond_news_theme10_de {
	background-image:url("../images/bandeau_news_theme10_de.png");
}
div#panneau_news.fond_news_theme11_de {
	background-image:url("../images/bandeau_news_theme11_de.png");
}




div#panneau_news.fond_news_theme1_du {
	background-image:url("../images/bandeau_news_theme1_du.png");
}
div#panneau_news.fond_news_theme2_du {
	background-image:url("../images/bandeau_news_theme2_du.png");
}
div#panneau_news.fond_news_theme3_du {
	background-image:url("../images/bandeau_news_theme3_du.png");
}
div#panneau_news.fond_news_theme4_du {
	background-image:url("../images/bandeau_news_theme4_du.png");
}
div#panneau_news.fond_news_theme5_du {
	background-image:url("../images/bandeau_news_theme5_du.png");
}
div#panneau_news.fond_news_theme6_du {
	background-image:url("../images/bandeau_news_theme6_du.png");
}
div#panneau_news.fond_news_theme7_du {
	background-image:url("../images/bandeau_news_theme7_du.png");
}
div#panneau_news.fond_news_theme8_du {
	background-image:url("../images/bandeau_news_theme8_du.png");
}
div#panneau_news.fond_news_theme9_du {
	background-image:url("../images/bandeau_news_theme9_du.png");
}
div#panneau_news.fond_news_theme10_du {
	background-image:url("../images/bandeau_news_theme10_du.png");
}
div#panneau_news.fond_news_theme11_du {
	background-image:url("../images/bandeau_news_theme11_du.png");
}




div#panneau_texte_news {
	position:relative;
	margin-top:30px;
	float:right;
	width:590px;
	height:285px;
	text-align:left;
	margin-right:17px;
	/*background-color:#FFF;*/
}

img#photo_news {
	float:left;
	width:380px;
	height:285px;
}

div#texte_news {
	/*position:absolute;*/
	position:relative;
	float:right;
	width:190px;
	height:265px;
	padding:5px;
	color:#FFF;
}

div#texte_news_vide {
	position:relative;
	float:left;
	width:29px;
	height:270px;
	padding:5px;
	color:#FFF;
}


div#texte_news h3 {
	font-size:116%;
	margin:0 0 7px 0;
}
div#texte_news p {
	font-size:77%;
	margin:3px 0;
	text-align:left;
}
div#texte_news p strong{
	font-weight:bold;
}
div#texte_news p em{
	font-style:italic;
}

div#texte_news p.lire_la_suite {
	position:absolute;
	bottom:10px;
	right:5px;
	text-align:right;
	padding-right:5px;
}
div#texte_news p.lire_la_suite a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold!important;
}
div#texte_news p.lire_la_suite a:hover {
	color:#705c42;
}

div#texte_news div.lieu_article {
	font-size:86%;
	margin-bottom:8px;
}


div#texte_news.contour_theme1 {
	border:5px solid #f0abc8;
}
div#texte_news.contour_theme2 {
	border:5px solid #449ea0;
}
div#texte_news.contour_theme3 {
	border:5px solid #363b8d;
}
div#texte_news.contour_theme4 {
	border:5px solid #a48a76;
}
div#texte_news.contour_theme5 {
	border:5px solid #c35e9c;
}
div#texte_news.contour_theme6 {
	border:5px solid #80ccdf;
}
div#texte_news.contour_theme7 {
	border:5px solid #b2c800;
}
div#texte_news.contour_theme8 {
	border:5px solid #8fba14;
}
div#texte_news.contour_theme9 {
	border:5px solid #ffd200;
}
div#texte_news.contour_theme10 {
	border:5px solid #549b36;
}
div#texte_news.contour_theme11 {
	border:5px solid #d00071;
}

ul#boutons_news {
	float:right;
	width:230px;
	height:43px;
	clear:both;
}

ul#boutons_news li {
	display:inline;
	float:left;
}

ul#boutons_news li img {
	background-position:0 0;
	background-repeat:no-repeat;
	height:43px;
}

ul#boutons_news li a img.bouton1 {
	background-image:url("../images/bouton_news1.png");
	width:48px;
}
ul#boutons_news li a:hover img.bouton1, ul#boutons_news li img.bouton1_selected {
	background-image:url("../images/bouton_news1-over.png");
	width:48px;
}

ul#boutons_news li a img.bouton2 {
	background-image:url("../images/bouton_news2.png");
	width:44px;
}
ul#boutons_news li a:hover img.bouton2, ul#boutons_news li img.bouton2_selected {
	background-image:url("../images/bouton_news2-over.png");
	width:44px;
}

ul#boutons_news li a img.bouton3 {
	background-image:url("../images/bouton_news3.png");
	width:44px;
}
ul#boutons_news li a:hover img.bouton3, ul#boutons_news li img.bouton3_selected {
	background-image:url("../images/bouton_news3-over.png");
	width:44px;
}

ul#boutons_news li a img.bouton4 {
	background-image:url("../images/bouton_news4.png");
	width:44px;
}
ul#boutons_news li a:hover img.bouton4, ul#boutons_news li img.bouton4_selected {
	background-image:url("../images/bouton_news4-over.png");
	width:44px;
}

ul#boutons_news li a img.bouton5 {
	background-image:url("../images/bouton_news5.png");
	width:50px;
}
ul#boutons_news li a:hover img.bouton5, ul#boutons_news li img.bouton5_selected {
	background-image:url("../images/bouton_news5-over.png");
	width:50px;
}


/* PANNEAU DIRECT */

div#panneau_direct {
	width:663px;
	height:338px;
	margin:2px 0 0 0;
	background-position:0 0;
	background-repeat:no-repeat;
	text-align:center;
	padding:20px 0 0 0;
}

div#panneau_direct.fond_fr {
	background-image:url(../images/fond_direct_fr.png);
}
div#panneau_direct.fond_en {
	background-image:url(../images/fond_direct_en.png);
}
div#panneau_direct.fond_de {
	background-image:url(../images/fond_direct_de.png);
}
div#panneau_direct.fond_du {
	background-image:url(../images/fond_direct_du.png);
}

/* PANNEAU LECTEUR FLASH INTRO 2 */

div#panneau_lecteur2 {
	width:663px;
	height:338px;
	margin:2px 0 0 0;
	background-position:0 0;
	background-repeat:no-repeat;
	text-align:center;
	padding:20px 0 0 0;
}

div#panneau_lecteur2.fond_fr {
	background-image:url(../images/fond_lecteur2_fr.png);
}
div#panneau_lecteur2.fond_en {
	background-image:url(../images/fond_lecteur2_en.png);
}
div#panneau_lecteur2.fond_de {
	background-image:url(../images/fond_lecteur2_de.png);
}
div#panneau_lecteur2.fond_du {
	background-image:url(../images/fond_lecteur2_du.png);
}

/* PANNEAU ARTICLES INTERNAUTES */

div#panneau_articles_internautes {
	position:relative;
	float:left;
	margin-left:10px;
	background-position:0 0;
	background-repeat:no-repeat;
	width:657px;
	height:940px;
	padding-top:50px;
}

div#panneau_articles_internautes div#panneau_bouton_ecrire_article {
	position:absolute;
	top:12px;
	right:30px;
	width:108px;
	height:23px;
}

div#panneau_articles_internautes div#panneau_bouton_ecrire_article a img{
	background-color:#ed7904;
}

div#panneau_articles_internautes div#panneau_bouton_ecrire_article a:hover img{
	background-color:#695439;
}




div#panneau_articles_internautes.langue_fr {
	background-image:url("../images/fond_articles_internautes_fr.png");
}
div#panneau_articles_internautes.langue_en {
	background-image:url("../images/fond_articles_internautes_en.png");
}
div#panneau_articles_internautes.langue_de {
	background-image:url("../images/fond_articles_internautes_de.png");
}
div#panneau_articles_internautes.langue_du {
	background-image:url("../images/fond_articles_internautes_du.png");
}

div#panneau_articles_internautes div.conteneur {
	width:583px;
	height:910px;
	margin:0px 0 0 30px;
	padding:0 7px 0 0;
	overflow:auto;
	overflow-x:auto;
	overflow-y:none;
}

div#panneau_articles_internautes div.conteneur p{
	text-align:left!important;
}
div#panneau_articles_internautes div.conteneur strong{
	font-weight:bold;
}
div#panneau_articles_internautes div.conteneur em{
	font-style:italic;
}

div#panneau_articles_internautes div.conteneur ul{
	list-style:none;
}
div#panneau_articles_internautes div.conteneur ul li{
	color:#8a7354;
	margin-bottom:5px;
}
div#panneau_articles_internautes div.conteneur ul li a.image{
	float:left;
	margin:3px 8px 3px 0;
}
div#panneau_articles_internautes div.conteneur ul li div.texte_internautes {
	float:right;
	width:470px;
	text-align:left;
	border-bottom:5px;
}
div#panneau_articles_internautes div.conteneur ul li br.clear {
	border-bottom:10px;
}

div#panneau_articles_internautes div.conteneur ul li h2 {
	/*text-transform:uppercase;*/
	font-weight:bold;
}
div#panneau_articles_internautes div.conteneur ul li a h2, div#panneau_articles_internautes div.conteneur ul li a  {
	text-decoration:none!important;
}
div#panneau_articles_internautes div.conteneur ul li a:hover h2 {
	text-decoration:underline!important;
}
div#panneau_articles_internautes div.conteneur ul li p {
	font-size:77%;
	display:inline;
}

div#panneau_articles_internautes div.conteneur ul li a.lire_la_suite{
	font-size:77%;
	font-weight:bold;
	text-decoration:none;
	margin-left:7px;
}
div#panneau_articles_internautes div.conteneur ul li a.lire_la_suite:hover{
	color:#705c42!important;
}

p.panneau_internautes_notes {
	display:block!important;
	font-size:77%;
	margin-top:3px;
	color:#38302b!important;
}
p.panneau_internautes_notes a:hover{
	color:#705c42!important;
}





/* PANNEAU IMAGE LIENS ACCUEIL */

div#panneau_image_lien_accueil {
	position:relative;
	float:right;
	margin-right:10px;
	background-image:url(../images/panneau_image_lien_accueil_milieu.png);
	background-position:0 0;
	background-repeat:repeat-y;
	width:358px;
	padding:20px 0;
	text-align:center;
}


div#panneau_image_lien_accueil img#image_lien_accueil_haut {
	position:absolute;
	top:0;
	left:0;
	width:358px;
	height:11px;
}

div#panneau_image_lien_accueil img#image_lien_accueil_bas {
	position:absolute;
	bottom:0;
	left:0;
	width:358px;
	height:18px;
}

div#panneau_image_lien_accueil img#image_lien_accueil_gauche1 {
	position:absolute;
	top:11px;
	left:0;
	width:16px;
	height:78px;
}

div#panneau_image_lien_accueil img#image_lien_accueil_gauche2 {
	position:absolute;
	bottom:18px;
	left:0;
	width:16px;
	height:39px;
}

div#panneau_image_lien_accueil img#image_lien_accueil_droit1 {
	position:absolute;
	top:11px;
	right:0;
	width:16px;
	height:78px;
}

div#panneau_image_lien_accueil img#image_lien_accueil_droit2 {
	position:absolute;
	bottom:18px;
	right:0;
	width:16px;
	height:39px;
}




div#panneau_image_lien_accueil div#panneau_image_lien_accueil_haut {
	position:absolute;
	top:0;
	left:0;
	background-image:url(../images/panneau_image_lien_accueil_haut.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:358px;
	height:89px;
}

div#panneau_image_lien_accueil div#panneau_image_lien_accueil_bas {
	position:absolute;
	bottom:0;
	left:0;
	background-image:url(../images/panneau_image_lien_accueil_bas.png);
	background-position:0;
	background-repeat:no-repeat;
	width:358px;
	height:57px;
}


/* PANNEAU PROCHAINEMENT */

div#panneau_prochainement {
	position:relative;
	float:right;
	margin-right:10px;
	background-position:0 0;
	background-repeat:no-repeat;
	width:356px;
	height:599px;
}

div#panneau_prochainement.langue_fr {
	background-image:url(../images/panneau_prochainement_fr.png);
}
div#panneau_prochainement.langue_en {
	background-image:url(../images/panneau_prochainement_en.png);
}
div#panneau_prochainement.langue_de {
	background-image:url(../images/panneau_prochainement_de.png);
}
div#panneau_prochainement.langue_du {
	background-image:url(../images/panneau_prochainement_du.png);
}

div#panneau_prochainement.langue_fr_long {
	background-image:url(../images/panneau_prochainement_fr_long.png);
	height:740px!important;
}
div#panneau_prochainement.langue_en_long {
	background-image:url(../images/panneau_prochainement_en_long.png);
	height:740px!important;
}
div#panneau_prochainement.langue_de_long {
	background-image:url(../images/panneau_prochainement_de_long.png);
	height:740px!important;
}
div#panneau_prochainement.langue_du_long {
	background-image:url(../images/panneau_prochainement_du_long.png);
	height:740px!important;
}

div#panneau_prochainement ul {
	margin:65px 15px 0 20px;
}
div#panneau_prochainement ul li  {
	padding:1px 0 0 0;
	margin:0;
	height:42px;
}

div#panneau_prochainement ul li a.image {
	float:left;
	height:19px;
	width:25px;
}
div#panneau_prochainement ul li div {
	float:right;
	width:285px;
}
div#panneau_prochainement ul li div h3 {
	font-size:77%;
	font-weight:bold;
	color:#705c42;
	height:17px;
	overflow:hidden;
}
div#panneau_prochainement ul li div h3 a {
	color:#705c42;
	text-decoration:none;
}
div#panneau_prochainement ul li div h3 a:hover {
	color:#e67402;
}
div#panneau_prochainement ul li div div {
	font-size:66%;
	color:#cba674;
	height:15px;
	overflow:hidden;
}




/* PANNEAU DEPECHES */

div#panneau_breves {
	position:relative;
	float:right;
	background-position:0 0;
	background-repeat:no-repeat;
	width:364px;
	height:254px;
	overflow:hidden;
}

div#panneau_breves.langue_fr {
	background-image:url("../images/fond_depeches_fr.png");
}
div#panneau_breves.langue_en {
	background-image:url("../images/fond_depeches_en.png");
}
div#panneau_breves.langue_de {
	background-image:url("../images/fond_depeches_de.png");
}
div#panneau_breves.langue_du {
	background-image:url("../images/fond_depeches_du.png");
}

div#panneau_breves div#panneau_toutes_breves {
	position:absolute;
	top:0;
	left:0;
}

div#panneau_breves div.conteneur {
	float:left;
	width:268px;
	height:175px;
	margin:50px 10px 0 27px;
	padding:0 7px 0 15px;
	overflow:auto;
	overflow-x:auto;
	overflow-y:none;
	
	
	background-image:url("../images/puce_liste_depeche.png");
	background-position:0 3px;
	background-repeat:no-repeat;
	color:#8a7354;
	
}
div#panneau_breves div.conteneur ul{
	list-style:none;
}
div#panneau_breves div.conteneur ul li{
	background-image:url("../images/puce_liste_depeche.png");
	background-position:0 3px;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	margin:0 0 0px 0;
	color:#8a7354;
}
div#panneau_breves div.conteneur ul li span, div#panneau_breves div.conteneur span{
	font-size:77%;
	text-align:justify;
}

div#panneau_breves div.conteneur ul li span a,div#panneau_breves div.conteneur span a {
	color:#ed7904;
	text-decoration:none;
}
div#panneau_breves div.conteneur ul li span a:hover, div#panneau_breves div.conteneur span a:hover{
	text-decoration:underline;
}
div#panneau_breves div.conteneur ul li h3, div#panneau_breves div.conteneur h3{
	font-size:86%;
	font-weight:bold;
	display:inline;
}
div#panneau_breves div.conteneur ul li h3 a, div#panneau_breves div.conteneur ul li span a, div#panneau_breves div.conteneur ul li div.date_publi a {
	color:#e67402;
	text-decoration:none;
}
div#panneau_breves div.conteneur ul li h3 a:hover, div#panneau_breves div.conteneur ul li span a:hover, div#panneau_breves div.conteneur ul li div.date_publi a:hover {
	color:#8a7354;
	text-decoration:none;
}
div#panneau_breves div.conteneur h3 a, div#panneau_breves div.conteneur span a, div#panneau_breves div.conteneur div.date_publi a {
	color:#e67402;
	text-decoration:none;
}
div#panneau_breves div.conteneur h3 a:hover, div#panneau_breves div.conteneur span a:hover, div#panneau_breves div.conteneur div.date_publi a:hover {
	color:#8a7354;
	text-decoration:none;
}


div#panneau_breves div.conteneur ul li div.date_publi, div#panneau_breves div.conteneur div.date_publi {
	font-weight:normal;
	color:#d5b891;
	font-size:66%;
}

div#panneau_breves div#panneau_fleche_gauche_breves {
	position: absolute;
	top:25px;
	left:210px;
}

div#panneau_breves div#panneau_fleche_droite_breves {
	position: absolute;
	top:25px;
	left:240px;
}

div#panneau_breves div#panneau_fleche_gauche_breves a img, div#panneau_breves div#panneau_fleche_droite_breves a img {
	background-color:#e67402;
}

div#panneau_breves div#panneau_fleche_gauche_breves a:hover img, div#panneau_breves div#panneau_fleche_droite_breves a:hover img {
	background-color:#695439;
}




/* PANNEAU PLUS DE UNE */

div#panneau_plus_de_une {
	position:relative;
	float:right;
	background-position:0 0;
	background-repeat:no-repeat;
	width:369px;
	height:448px;
}

div#panneau_plus_de_une.langue_fr {
	background-image:url(../images/fond_plus_de_une_fr.png);
}
div#panneau_plus_de_une.langue_en {
	background-image:url(../images/fond_plus_de_une_en.png);
}
div#panneau_plus_de_une.langue_de {
	background-image:url(../images/fond_plus_de_une_de.png);
}
div#panneau_plus_de_une.langue_du {
	background-image:url(../images/fond_plus_de_une_du.png);
}

div#panneau_plus_de_une ul {
	margin:65px 0 0 30px;
	width:305px;
	background-color:#f9f6f3;
}

div#panneau_plus_de_une ul li {
	clear:both;
	padding:6px 0;
}

div#panneau_plus_de_une ul li div {
	width:190px;
	float:right;
	clear:both;
}

div#panneau_plus_de_une ul li div h3 {
	font-size:86%;
	font-weight:bold;
}
div#panneau_plus_de_une ul li div h3 a{
	text-decoration:none;
}
div#panneau_plus_de_une ul li div h3 a:hover{
	text-decoration:none;
	color:#695439!important;
}


div#panneau_plus_de_une ul li div span {
	display:block;
	font-size:77%;
	padding-bottom:5px;
	clear:both;
}

div#panneau_plus_de_une ul li br.clear {
	font-size:1%;
	clear:both;
}


/* PANNEAU ARTICLE */

div#panneau_pres_de_chez_vous {
	position:relative;
	display:block;
	float:left;
	margin-left:10px;
	background-position:0 0;
	background-repeat:no-repeat;
	width:639px;
	height:432px;
	background-repeat:no-repeat;
	background-position:0 0;
	
}

div#panneau_pres_de_chez_vous.langue_fr {
	background-image:url(../images/panneau_pres_de_chez_vous_fr.png);
}
div#panneau_pres_de_chez_vous.langue_en {
	background-image:url(../images/panneau_pres_de_chez_vous_en.png);
}
div#panneau_pres_de_chez_vous.langue_de {
	background-image:url(../images/panneau_pres_de_chez_vous_de.png);
}
div#panneau_pres_de_chez_vous.langue_du {
	background-image:url(../images/panneau_pres_de_chez_vous_du.png);
}


div#conteneur_carte4 {
	position:absolute;
	top:75px;
	left:32px;
	margin:0;
	display:block;
	overflow:hidden;
	width: 573px;
	height: 321px;
	z-index:2000;
}


div#conteneur_carte4 div#carte {
	width: 573px;
	height: 321px;
	color:#ffffff;
	overflow:hidden;
}

div#conteneur_carte4 div#carte a, div#conteneur_carte4 div#carte a:hover {
	color:#ffffff;
}

div#panneau_pres_de_chez_vous div#nom_ville_pres_de_chez_vous {
	position:absolute;
	right:34px;
	top:30px;
	font-size:86%;
	color:#FFFFFF;
	text-align:right;
	width:350px;
}


div#panneau_autres_points {
	position:absolute;
	right:7px;
	top:28px;
	background-color:#84b21c;
	border:0px solid #000;
	color:#fff;
	font-size:86%;
	padding:0 5px;
	text-align:center;
}

div#panneau_autres_points a{
	color:#fff;
	text-decoration:none;
}

div#panneau_autres_points a:hover{
	color:#fff;
	text-decoration:underline;
}


/* PANNEAU ARTICLE */

div#panneau_article {
	position:relative;
	background-image:url("../images/fond_panneau_article.png");
	background-position:0 0;
	background-repeat:repeat-y;
	width:904px;
	padding:0 55px 0 55px;
}


div#panneau_article_haut {
	background-image:url("../images/fond_panneau_article_haut.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:1014px;
	height:65px;
}
div#panneau_article_bas {
	background-image:url("../images/fond_panneau_article_bas.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:1014px;
	height:44px;
	clear:both;
}
div#panneau_article_gauche {
	position:absolute;
	top:0;
	left:0;
	background-image:url("../images/fond_panneau_article_gauche.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:37px;
	height:572px;
}
div#panneau_article_gauche2 {
	position:absolute;
	top:0;
	left:0;
	background-image:url("../images/fond_panneau_article_gauche2.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:37px;
	height:480px;
}
div#panneau_article_droit {
	position:absolute;
	top:0;
	right:0;
	background-image:url("../images/fond_panneau_article_droit.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:55px;
	height:572px;
}
div#panneau_article_droit2 {
	position:absolute;
	top:0;
	right:0;
	background-image:url("../images/fond_panneau_article_droit2.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:55px;
	height:480px;
}
span#boutons_menu_article {
	margin-right:50px;
}
span#boutons_menu_article img:hover{
	background-color:#8b7455;
}


/* COLONNE GAUCHE ARTICLE */

div#colonne_gauche_article {
	position:relative;
	float:left;
	width:480px;
	padding:20px 0 0 10px;
}

div#colonne_gauche_article.texte_article {
	color:#9a876c;
	text-align:justify;
}
div#colonne_gauche_article.texte_article h1{
	margin:23px 0 7px 0;
	font-size:116%;
}
div#colonne_gauche_article.texte_article p, div#colonne_gauche_article.texte_article div.contenu_article {
	margin:7px 0;
	font-size:77%;
}

div#colonne_gauche_article.texte_article div.contenu_article p.lien_pdf {
	font-size:116%;
}

div#colonne_gauche_article.texte_article p strong, div#colonne_gauche_article.texte_article div.contenu_article strong {
	font-weight:bold;
}

div#colonne_gauche_article.texte_article p em, div#colonne_gauche_article.texte_article div.contenu_article em {
	font-style:italic;
}

div#colonne_gauche_article.texte_article p u, div#colonne_gauche_article.texte_article div.contenu_article u {
	text-decoration:underline;
}

div#colonne_gauche_article.texte_article p em strong, div#colonne_gauche_article.texte_article div.contenu_article em strong{
	font-style:italic;
	font-weight:bold;
}

div#colonne_gauche_article.texte_article p a, div#colonne_gauche_article.texte_article div.contenu_article a {
	color:#ec7702;
	text-decoration:none;
}
div#colonne_gauche_article.texte_article p a:hover, div#colonne_gauche_article.texte_article div.contenu_article a:hover {
	text-decoration:underline;
}
div#colonne_gauche_article.texte_article ul.liste_dates {
	margin:0 0 15px 0;
}

div#colonne_gauche_article.texte_article ul.liste_dates li{
	margin:0 0 0 15px;
	font-size:77%;
	list-style:circle;
}

div#colonne_gauche_article.texte_article p.renseignements_article {
	padding:10px 5px;
	background-color:#f0e8db;
	margin-bottom:12px;
}

div.panneau_credit {
	float:right;
	font-size:77%;
	margin-top:3px;
}

div#colonne_gauche_article.texte_article h2 {
	margin-bottom:7px!important;
	font-size:93%;
}

div#colonne_gauche_article.texte_article h2 a{
	text-decoration:none;
}
div#colonne_gauche_article.texte_article h2 a:hover{
	color:#695439!important;
}


/* VOTES */

div#panneau_vote_article {
	position:relative;
	height:20px;
	padding:5px 0 0 0;
	background-color:#f0e8db;
	background-image:url(../images/fond_panneau_vote.png);
	background-position:16px 5px;
	background-repeat:no-repeat;
	margin-bottom:5px;
}

div#panneau_vote_article div#bloc_vote {
	position:absolute;
	left:16px;
	width:80px;
	height:17px;
	background-image:url(../images/fond_panneau_vote_etoiles.png);
	background-position:-80px 0;
	background-repeat:no-repeat;
	margin-right:10px;
}

div#panneau_vote_article div#bloc_vote_note {
	position:absolute;
	width:80px;
	height:17px;
	left:16px;
	background-position:0 0;
	background-repeat:no-repeat;
}


div#panneau_vote_article a {
	display:block;
	float:left;
	width:16px;
	height:17px;
	outline:none;
}

div#panneau_vote_article span#libelle_vote {
	margin:0 0 0 96px;
	padding:0;
	font-size:77%;
}


div#panneau_vote_article div#panneau_article_vues_comm {
	float:right;
	font-size:77%;
	color:#7d5024;
	margin-right:7px;
	width:250px;
	text-align:right;
}


/* TRADUCTION */

div#panneau_chargement_traduction {
	text-align:center;
	margin:70px 0;
}

div#panneau_chargement_traduction_accueil {
	position:absolute;
	right:475px;
	top:250px;
	text-align:center;
	margin:70px 0;
}

div#panneau_chargement_traduction_accueil_internaute {
	position:absolute;
	left:300px;
	top:150px;
	text-align:center;
	margin:70px 0;
}

div#panneau_chargement_traduction_accueil_breves {
	position:absolute;
	left:165px;
	top:150px;
	text-align:center;
	margin:70px 0;
}


/* COLONNE DROITE ARTICLE */

div#colonne_droite_article {
	position:relative;
	float:right;
	width:400px;
	padding:20px 0 0 0px;
}

div#colonne_droite_article div a:hover img.fond_orange {
	background-color:#695439;
}

/*

COMMENTAIRES

*/


.texte_commentaires {
	color:#b79c77;
}

.texte_commentaires span#libelle_commentaires {
	margin:15px 0 5px 0;
	font-weight:bold;
	font-size:100%;
}
.texte_commentaires span#libelle_commentaires a {
	text-decoration:none;
}
.texte_commentaires span#libelle_commentaires a:hover {
	text-decoration:underline;
}

.texte_commentaires form#formulaire_commentaires {
	margin:10px 0;
}

ul.liste_commentaires {
	list-style-type:none;
	margin:0 0 40px 0;
}

ul.liste_commentaires li{
	list-style-type:none;
	margin:10px 0;
	width:480px;
}

ul.liste_commentaires li h3{
	font-size:77%;
	width:480px;
	font-weight:bold;
	margin:15px 0 5px 0;
	border-bottom:1px dotted #574834;
}

ul.liste_commentaires li h3 a{
	text-decoration:none;
}

ul.liste_commentaires li h3 a:hover{
	color:#574834;
	text-decoration:none;
}

ul.liste_commentaires li p{
	font-size:77%;
}

div#fond_textarea_ajout_commentaire {
	background-image:url("../images/fond_textarea_commentaires.gif");
	background-repeat:no-repeat;
	background-position:0 0;
	border:0px;
	padding:5px;
	width:470px;
	height:45px;
}

.texte_commentaires textarea{
	font-size:77%;
	color:#b79c77;
	width:470px;
	height:45px;
	border:0px;
	background-color:transparent;
	overflow:auto;
}

div#panneau_pages_commentaire {
	position:absolute;
	bottom:20px; 
	right: 20px;
	font-size:77%;
	text-align:center;
}

div#panneau_pages_commentaire strong{
	font-weight:bold;
}

div#panneau_pages_commentaire a {
	text-decoration:none;
}

div#panneau_pages_commentaire a:hover {
	color:#574834;
	text-decoration:underline;
}



div#panneau_fleche_gauche_commentaires {
	position:absolute;
	bottom:17px; 
	right: 80px;
	color:#574834;
	font-size:77%;
}

div#panneau_fleche_gauche_commentaires img{
	background-image:url(../images/bouton_fleche_gauche_commentaires.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:10px;
	height:20px;
	border:0px;
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bouton_fleche_gauche_commentaires.png');
}
div#panneau_fleche_gauche_commentaires img:hover{
	background-color:#574834!important;
}

div#panneau_fleche_droite_commentaires {
	position:absolute;
	bottom:17px; 
	right: 0px;
	color:#574834;
	font-size:77%;
}

div#panneau_fleche_droite_commentaires img{
	background-image:url(../images/bouton_fleche_droite_commentaires.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:10px;
	height:20px;
	border:0px;
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bouton_fleche_droite_commentaires.png');
}
div#panneau_fleche_droite_commentaires img:hover{
	background-color:#574834!important;
}

input#bouton_valider_commentaires {
	background-color:#fff;
	border:0px;
	font-weight:bold;
	width:auto;
}
input#bouton_valider_commentaires:hover {
	cursor:pointer;
	color:#574834;
}



/*

CONTOUR CARTE

*/

div#panneau_contour_carte {
	background-image:url(../images/contour_carte.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:400px;
	height:280px;
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contour_carte.png');
}

div#conteneur_carte div#carte {
	width: 350px;
	height: 240px;
	color:#ffffff;
	overflow:hidden;
}
div#conteneur_carte div#carte a, div#conteneur_carte div#carte a:hover {
	color:#ffffff;
}


div#conteneur_carte {
	position:absolute;
	top:35px;
	left:24px;
	margin:0;
	display:block;
	overflow:hidden;
	width: 350px;
	height: 240px;
}





/* PANNEAU PERMETTANT DE CHANGER LE TYPE DE CARTE */

div#panneau_map_type {
	position:absolute;
	right:7px;
	top:7px;
	background-color:#84b21c;
	border:0px solid #000;
	color:#fff;
	font-size:86%;
	width:65px;
	text-align:center;
}

div#panneau_map_type a{
	color:#fff;
	text-decoration:none;
}

div#panneau_map_type a:hover{
	color:#fff;
	text-decoration:underline;
}


/* PANNEAU PERMETTANT D'AFFICHER LE BOUTON A PROXIMITE */

div#panneau_a_proximite {
	position:absolute;
	right:80px;
	top:7px;
	background-color:#84b21c;
	border:0px solid #000;
	color:#fff;
	font-size:86%;
	width:80px;
	text-align:center;
}

div#panneau_a_proximite a{
	color:#fff;
	text-decoration:none;
}

div#panneau_a_proximite a:hover{
	color:#fff;
	text-decoration:underline;
}


/* PANNEAU AUTRES ARTICLES */

div#panneau_autres_articles {
	position:relative;
	width:381px;
	height:593px;
	margin-left:30px;
	background-image:url("../images/fond_panneau_autres_articles.png");
	background-position:left bottom;
	background-repeat:no-repeat;
}

div#panneau_autres_articles_auteur {
	position:relative;
	width:381px;
	height:593px;
	margin-left:30px;
	padding-top:79px;
	background-position:left top;
	background-repeat:no-repeat;
}

div#panneau_autres_articles_auteur.autres_articles_fr {
	background-image:url(../images/fond_panneau_autres_articles_auteur_fr.png);
}
div#panneau_autres_articles_auteur.vos_articles_fr {
	background-image:url(../images/fond_panneau_vos_articles_auteur_fr.png);
}

div#panneau_autres_articles_auteur.autres_articles_en {
	background-image:url(../images/fond_panneau_autres_articles_auteur_en.png);
}
div#panneau_autres_articles_auteur.vos_articles_en {
	background-image:url(../images/fond_panneau_vos_articles_auteur_en.png);
}

div#panneau_autres_articles_auteur.autres_articles_de {
	background-image:url(../images/fond_panneau_autres_articles_auteur_de.png);
}
div#panneau_autres_articles_auteur.vos_articles_de {
	background-image:url(../images/fond_panneau_vos_articles_auteur_de.png);
}

div#panneau_autres_articles_auteur.autres_articles_du {
	background-image:url(../images/fond_panneau_autres_articles_auteur_du.png);
}
div#panneau_autres_articles_auteur.vos_articles_du {
	background-image:url(../images/fond_panneau_vos_articles_auteur_du.png);
}





div#panneau_autres_articles_top {
	background-position:0 0;
	background-repeat:no-repeat;
	width:354px;
	height:79px;
	margin-left:5px;
}
div.panneau_autres_articles_top1_fr {
	background-image:url("../images/fond_panneau_autres_articles_top1_fr.png");
}
div.panneau_autres_articles_top2_fr {
	background-image:url("../images/fond_panneau_autres_articles_top2_fr.png");
}
div.panneau_autres_articles_top1_en {
	background-image:url("../images/fond_panneau_autres_articles_top1_en.png");
}
div.panneau_autres_articles_top2_en {
	background-image:url("../images/fond_panneau_autres_articles_top2_en.png");
}
div.panneau_autres_articles_top1_de {
	background-image:url("../images/fond_panneau_autres_articles_top1_de.png");
}
div.panneau_autres_articles_top2_de {
	background-image:url("../images/fond_panneau_autres_articles_top2_de.png");
}
div.panneau_autres_articles_top1_du {
	background-image:url("../images/fond_panneau_autres_articles_top1_du.png");
}
div.panneau_autres_articles_top2_du {
	background-image:url("../images/fond_panneau_autres_articles_top2_du.png");
}

img#bouton_articles_auteur_fr {
	background-image:url("../images/bouton_articles_auteur_fr.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:124px;
	height:59px;
}
img#bouton_articles_auteur_fr:hover {
	background-image:url("../images/bouton_articles_auteur_fr_over.png");
}
img#bouton_articles_auteur_en {
	background-image:url("../images/bouton_articles_auteur_en.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:124px;
	height:59px;
}
img#bouton_articles_auteur_en:hover {
	background-image:url("../images/bouton_articles_auteur_en_over.png");
}
img#bouton_articles_auteur_de {
	background-image:url("../images/bouton_articles_auteur_de.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:124px;
	height:59px;
}
img#bouton_articles_auteur_de:hover {
	background-image:url("../images/bouton_articles_auteur_de_over.png");
}
img#bouton_articles_auteur_du {
	background-image:url("../images/bouton_articles_auteur_du.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:124px;
	height:59px;
}
img#bouton_articles_auteur_du:hover {
	background-image:url("../images/bouton_articles_auteur_du_over.png");
}


img#bouton_mm_categorie_fr {
	background-image:url("../images/bouton_mm_categorie_fr.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:129px;
	height:59px;
}
img#bouton_mm_categorie_fr:hover {
	background-image:url("../images/bouton_mm_categorie_fr_over.png");
}
img#bouton_mm_categorie_en {
	background-image:url("../images/bouton_mm_categorie_en.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:129px;
	height:59px;
}
img#bouton_mm_categorie_en:hover {
	background-image:url("../images/bouton_mm_categorie_en_over.png");
}
img#bouton_mm_categorie_de {
	background-image:url("../images/bouton_mm_categorie_de.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:129px;
	height:59px;
}
img#bouton_mm_categorie_de:hover {
	background-image:url("../images/bouton_mm_categorie_de_over.png");
}
img#bouton_mm_categorie_du {
	background-image:url("../images/bouton_mm_categorie_du.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:129px;
	height:59px;
}
img#bouton_mm_categorie_du:hover {
	background-image:url("../images/bouton_mm_categorie_du_over.png");
}


div#conteneur_liste_autres_articles {
	width:315px;
	height:460px;
	margin:10px 0 0 27px;
	overflow:auto;
}

div#conteneur_liste_autres_articles ul li {
	margin:0 0 20px 0;
}

div#conteneur_liste_autres_articles ul li label.visuel_article_theme {
	width:100px;
	height:75px;
	float:left;
}

div#conteneur_liste_autres_articles ul li div.texte_article {
	width:190px;
	float:right;
	padding:5px 0;
	border-bottom:2px dotted #705c42;
	border-top:2px dotted #705c42;
	overflow:hidden;
}

div#conteneur_liste_autres_articles ul li div.texte_article p {
	font-size:77%;
}
div#conteneur_liste_autres_articles ul li div.texte_article h2 {
	font-weight:bold;
}

div#conteneur_liste_autres_articles ul li div.texte_article h2 a {
	text-decoration:none;
}
div#conteneur_liste_autres_articles ul li div.texte_article h2 a:hover {
	text-decoration:underline;
}




div#panneau_autres_articles #panneau_pages, div#panneau_autres_articles_auteur #panneau_pages {
	float:right;
	margin:5px 25px 0 0;
	text-align:center;
	color:#b69973;
	width:320px;
}

div#panneau_autres_articles #panneau_pages a, div#panneau_autres_articles_auteur #panneau_pages a {
	color:#b69973;
	text-decoration:none;
	font-size:77%;
}
div#panneau_autres_articles #panneau_pages strong, div#panneau_autres_articles_auteur #panneau_pages strong {
	font-weight:bold;
}
div#panneau_autres_articles #panneau_pages a:hover, div#panneau_autres_articles_auteur #panneau_pages a:hover {
	text-decoration:underline;
}

div#panneau_autres_articles #panneau_pages img, div#panneau_autres_articles_auteur #panneau_pages img {
	vertical-align:middle;
}

div#panneau_autres_articles #panneau_pages a img.fleche_droite_articles, div#panneau_autres_articles_auteur #panneau_pages a img.fleche_droite_articles {
	background-image:url("../images/fleche_droite.png");
	background-position:0 0;
	background-repeat:no-repeat;
	margin-left:10px;
}
div#panneau_autres_articles #panneau_pages a:hover img.fleche_droite_articles, div#panneau_autres_articles_auteur #panneau_pages a:hover img.fleche_droite_articles {
	background-image:url("../images/fleche_droite_over.png");
}

div#panneau_autres_articles #panneau_pages a img.fleche_gauche_articles, div#panneau_autres_articles_auteur #panneau_pages a img.fleche_gauche_articles {
	background-image:url("../images/fleche_gauche.png");
	background-position:0 0;
	background-repeat:no-repeat;
	margin-right:10px;
}
div#panneau_autres_articles #panneau_pages a:hover img.fleche_gauche_articles, div#panneau_autres_articles_auteur #panneau_pages a:hover img.fleche_gauche_articles {
	background-image:url("../images/fleche_gauche_over.png");
}





/* LISTE DES ARTICLES */



div#panneau_titre_liste_articles {
	position:relative;
	background-position:0 0;
	background-repeat:no-repeat;
	width:1014px;
	height:153px;
	border-top:1px solid transparent;
}

div#panneau_titre_liste_articles div#texte_titre_liste_articles.texte_titre, div#panneau_titre_liste_articles div#texte_titre_liste_articles_membres.texte_titre {
	color:#FFF;
	/*font-size:116%;*/
}

div#panneau_titre_liste_articles div#texte_titre_liste_articles.texte_titre a, div#panneau_titre_liste_articles div#texte_titre_liste_articles_membres.texte_titre a{
	color:#FFF;
	text-decoration:none;
}
div#panneau_titre_liste_articles div#texte_titre_liste_articles.texte_titre a:hover, div#panneau_titre_liste_articles div#texte_titre_liste_articles_membres.texte_titre a:hover{
	text-decoration:underline;
}
div#panneau_titre_liste_articles div#texte_titre_liste_articles.texte_titre span, div#panneau_titre_liste_articles div#texte_titre_liste_articles_membres.texte_titre span {
	font-weight:normal!important;
}


div#panneau_titre_liste_articles.titre_membres_fr {
	background-image:url("../images/titre_membres_fr.png");
}
div#panneau_titre_liste_articles.titre_rechercher_fr {
	background-image:url("../images/titre_rechercher_fr.png");
}
div#panneau_titre_liste_articles.titre_agenda_fr {
	background-image:url("../images/titre_agenda_fr.png");
}
div#panneau_titre_liste_articles.titre_ville_fr {
	background-image:url("../images/titre_ville_fr.png");
}

div#panneau_titre_liste_articles.titre_departement1_fr {
	background-image:url("../images/titre_departement1_fr.png");
}
div#panneau_titre_liste_articles.titre_departement2_fr {
	background-image:url("../images/titre_departement2_fr.png");
}
div#panneau_titre_liste_articles.titre_departement3_fr {
	background-image:url("../images/titre_departement3_fr.png");
}
div#panneau_titre_liste_articles.titre_departement4_fr {
	background-image:url("../images/titre_departement4_fr.png");
}


div#panneau_titre_liste_articles.titre_theme1_fr {
	background-image:url("../images/titre_theme1_fr.png");
}
div#panneau_titre_liste_articles.titre_theme2_fr {
	background-image:url("../images/titre_theme2_fr.png");
}
div#panneau_titre_liste_articles.titre_theme3_fr {
	background-image:url("../images/titre_theme3_fr.png");
}
div#panneau_titre_liste_articles.titre_theme4_fr {
	background-image:url("../images/titre_theme4_fr.png");
}
div#panneau_titre_liste_articles.titre_theme5_fr {
	background-image:url("../images/titre_theme5_fr.png");
}
div#panneau_titre_liste_articles.titre_theme6_fr {
	background-image:url("../images/titre_theme6_fr.png");
}
div#panneau_titre_liste_articles.titre_theme7_fr {
	background-image:url("../images/titre_theme7_fr.png");
}
div#panneau_titre_liste_articles.titre_theme8_fr {
	background-image:url("../images/titre_theme8_fr.png");
}
div#panneau_titre_liste_articles.titre_theme9_fr {
	background-image:url("../images/titre_theme9_fr.png");
}
div#panneau_titre_liste_articles.titre_theme10_fr {
	background-image:url("../images/titre_theme10_fr.png");
}
div#panneau_titre_liste_articles.titre_theme11_fr {
	background-image:url("../images/titre_theme11_fr.png");
}



div#panneau_titre_liste_articles.titre_membres_en {
	background-image:url("../images/titre_membres_en.png");
}
div#panneau_titre_liste_articles.titre_rechercher_en {
	background-image:url("../images/titre_rechercher_en.png");
}
div#panneau_titre_liste_articles.titre_agenda_en {
	background-image:url("../images/titre_agenda_en.png");
}
div#panneau_titre_liste_articles.titre_ville_en {
	background-image:url("../images/titre_ville_en.png");
}

div#panneau_titre_liste_articles.titre_departement1_en {
	background-image:url("../images/titre_departement1_en.png");
}
div#panneau_titre_liste_articles.titre_departement2_en {
	background-image:url("../images/titre_departement2_en.png");
}
div#panneau_titre_liste_articles.titre_departement3_en {
	background-image:url("../images/titre_departement3_en.png");
}
div#panneau_titre_liste_articles.titre_departement4_en {
	background-image:url("../images/titre_departement4_en.png");
}


div#panneau_titre_liste_articles.titre_theme1_en {
	background-image:url("../images/titre_theme1_en.png");
}
div#panneau_titre_liste_articles.titre_theme2_en {
	background-image:url("../images/titre_theme2_en.png");
}
div#panneau_titre_liste_articles.titre_theme3_en {
	background-image:url("../images/titre_theme3_en.png");
}
div#panneau_titre_liste_articles.titre_theme4_en {
	background-image:url("../images/titre_theme4_en.png");
}
div#panneau_titre_liste_articles.titre_theme5_en {
	background-image:url("../images/titre_theme5_en.png");
}
div#panneau_titre_liste_articles.titre_theme6_en {
	background-image:url("../images/titre_theme6_en.png");
}
div#panneau_titre_liste_articles.titre_theme7_en {
	background-image:url("../images/titre_theme7_en.png");
}
div#panneau_titre_liste_articles.titre_theme8_en {
	background-image:url("../images/titre_theme8_en.png");
}
div#panneau_titre_liste_articles.titre_theme9_en {
	background-image:url("../images/titre_theme9_en.png");
}
div#panneau_titre_liste_articles.titre_theme10_en {
	background-image:url("../images/titre_theme10_en.png");
}
div#panneau_titre_liste_articles.titre_theme11_en {
	background-image:url("../images/titre_theme11_en.png");
}



div#panneau_titre_liste_articles.titre_membres_de {
	background-image:url("../images/titre_membres_de.png");
}
div#panneau_titre_liste_articles.titre_rechercher_de {
	background-image:url("../images/titre_rechercher_de.png");
}
div#panneau_titre_liste_articles.titre_agenda_de {
	background-image:url("../images/titre_agenda_de.png");
}
div#panneau_titre_liste_articles.titre_ville_de {
	background-image:url("../images/titre_ville_de.png");
}

div#panneau_titre_liste_articles.titre_departement1_de {
	background-image:url("../images/titre_departement1_de.png");
}
div#panneau_titre_liste_articles.titre_departement2_de {
	background-image:url("../images/titre_departement2_de.png");
}
div#panneau_titre_liste_articles.titre_departement3_de {
	background-image:url("../images/titre_departement3_de.png");
}
div#panneau_titre_liste_articles.titre_departement4_de {
	background-image:url("../images/titre_departement4_de.png");
}


div#panneau_titre_liste_articles.titre_theme1_de {
	background-image:url("../images/titre_theme1_de.png");
}
div#panneau_titre_liste_articles.titre_theme2_de {
	background-image:url("../images/titre_theme2_de.png");
}
div#panneau_titre_liste_articles.titre_theme3_de {
	background-image:url("../images/titre_theme3_de.png");
}
div#panneau_titre_liste_articles.titre_theme4_de {
	background-image:url("../images/titre_theme4_de.png");
}
div#panneau_titre_liste_articles.titre_theme5_de {
	background-image:url("../images/titre_theme5_de.png");
}
div#panneau_titre_liste_articles.titre_theme6_de {
	background-image:url("../images/titre_theme6_de.png");
}
div#panneau_titre_liste_articles.titre_theme7_de {
	background-image:url("../images/titre_theme7_de.png");
}
div#panneau_titre_liste_articles.titre_theme8_de {
	background-image:url("../images/titre_theme8_de.png");
}
div#panneau_titre_liste_articles.titre_theme9_de {
	background-image:url("../images/titre_theme9_de.png");
}
div#panneau_titre_liste_articles.titre_theme10_de {
	background-image:url("../images/titre_theme10_de.png");
}
div#panneau_titre_liste_articles.titre_theme11_de {
	background-image:url("../images/titre_theme11_de.png");
}




div#panneau_titre_liste_articles.titre_membres_du {
	background-image:url("../images/titre_membres_du.png");
}
div#panneau_titre_liste_articles.titre_rechercher_du {
	background-image:url("../images/titre_rechercher_du.png");
}
div#panneau_titre_liste_articles.titre_agenda_du {
	background-image:url("../images/titre_agenda_du.png");
}
div#panneau_titre_liste_articles.titre_ville_du {
	background-image:url("../images/titre_ville_du.png");
}

div#panneau_titre_liste_articles.titre_departement1_du {
	background-image:url("../images/titre_departement1_du.png");
}
div#panneau_titre_liste_articles.titre_departement2_du {
	background-image:url("../images/titre_departement2_du.png");
}
div#panneau_titre_liste_articles.titre_departement3_du {
	background-image:url("../images/titre_departement3_du.png");
}
div#panneau_titre_liste_articles.titre_departement4_du {
	background-image:url("../images/titre_departement4_du.png");
}


div#panneau_titre_liste_articles.titre_theme1_du {
	background-image:url("../images/titre_theme1_du.png");
}
div#panneau_titre_liste_articles.titre_theme2_du {
	background-image:url("../images/titre_theme2_du.png");
}
div#panneau_titre_liste_articles.titre_theme3_du {
	background-image:url("../images/titre_theme3_du.png");
}
div#panneau_titre_liste_articles.titre_theme4_du {
	background-image:url("../images/titre_theme4_du.png");
}
div#panneau_titre_liste_articles.titre_theme5_du {
	background-image:url("../images/titre_theme5_du.png");
}
div#panneau_titre_liste_articles.titre_theme6_du {
	background-image:url("../images/titre_theme6_du.png");
}
div#panneau_titre_liste_articles.titre_theme7_du {
	background-image:url("../images/titre_theme7_du.png");
}
div#panneau_titre_liste_articles.titre_theme8_du {
	background-image:url("../images/titre_theme8_du.png");
}
div#panneau_titre_liste_articles.titre_theme9_du {
	background-image:url("../images/titre_theme9_du.png");
}
div#panneau_titre_liste_articles.titre_theme10_du {
	background-image:url("../images/titre_theme10_du.png");
}
div#panneau_titre_liste_articles.titre_theme11_du {
	background-image:url("../images/titre_theme11_du.png");
}


div#panneau_titre_liste_articles.titre_mylorraine_videos_fr {
	background-image:url("../images/titre_mylorraine_videos_fr.png");
}
div#panneau_titre_liste_articles.titre_mylorraine_videos_en {
	background-image:url("../images/titre_mylorraine_videos_en.png");
}
div#panneau_titre_liste_articles.titre_mylorraine_videos_de {
	background-image:url("../images/titre_mylorraine_videos_de.png");
}
div#panneau_titre_liste_articles.titre_mylorraine_videos_du {
	background-image:url("../images/titre_mylorraine_videos_du.png");
}

div#panneau_titre_liste_articles.titre_tags_fr, div#panneau_titre_liste_articles.titre_tags_en, div#panneau_titre_liste_articles.titre_tags_de, div#panneau_titre_liste_articles.titre_tags_du  {
	background-image:url("../images/titre_tags.png");
}

div#panneau_description_theme_haut {
	float:right;
	margin:10px 60px 0 0px;
	padding:10px;
	width:427px;
	height:43px;
	background-image:url("../images/fond_descriptif_theme.png");
	color:#695439;
	font-size:77%;
}




div#panneau_titre_liste_articles div#panneau_date_agenda {
	position:relative;
	background-image:url("../images/fond_bandeau_date_agenda.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:150px;
	height:142px;
	margin:14px 0 0 18px;
}

div#panneau_titre_liste_articles div#texte_date_num_jour {
	position:absolute;
	top:20px;
	left:45px;
	width:72px;
	height:49px;
}

div#panneau_titre_liste_articles div#texte_date_mois {
	position:absolute;
	bottom:0px;
	left:0px;
	width:83px;
	height:52px;
}

div#panneau_titre_liste_articles div#texte_date_jour {
	position:absolute;
	top:70px;
	left:30px;
	width:100px;
	height:20px;
	color:#FFF;
	text-align:center;
}

div#panneau_titre_liste_articles div#texte_date_annee {
	position:absolute;
	bottom:15px;
	right:15px;
	width:50px;
	height:20px;
	color:#c0e660;
	text-align:center;
}



div#panneau_titre_liste_articles div#panneau_lien_theme {
	margin:20px 0 0 40px;
	width:400px;
	height:120px;
}

div#panneau_titre_liste_articles div#panneau_recherche_membres {
	position:absolute;
	left:490px;
	top:57px;
	width:460px;
	height:25px;
	color:#FFF;
	font-weight:bold;
}

div#panneau_titre_liste_articles div#panneau_texte_tags {
	position:absolute;
	left:160px;
	top:80px;
	font-size:145%;
	color:#FFF;
}

div#panneau_titre_liste_articles div#texte_titre_liste_articles_membres {
	position:absolute;
	left:490px;
	top:80px;
	width:460px;
}

div#panneau_titre_liste_articles div#texte_titre_liste_articles {
	position:absolute;
	left:480px;
	bottom:30px;
	width:475px;
}

div#panneau_titre_liste_articles div#texte_titre_liste_articles div, div#panneau_titre_liste_articles div#texte_titre_liste_articles_membres div{
	float:left;
	height:20px;
}

div#panneau_titre_liste_articles div#texte_titre_liste_articles a, div#panneau_titre_liste_articles div#texte_titre_liste_articles_membres a {
	text-decoration:none;
}
div#panneau_titre_liste_articles div#texte_titre_liste_articles a:hover, div#panneau_titre_liste_articles div#texte_titre_liste_articles_membres a:hover {
	text-decoration:underline;
}
div#panneau_titre_liste_articles div#texte_titre_liste_articles span, div#panneau_titre_liste_articles div#texte_titre_liste_articles_membres span {
	color:#FFF;
	font-weight:bold;
}

img.croix_rouge {
	margin:0 3px;
}

div#fond_panneau_liste_articles {
	position:relative;
	background-image:url("../images/fond_panneau_liste_articles.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:1014px;
	height:547px;
}

div#fond_panneau_liste_articles div#conteneur_articles {
	float:left;
	margin:0px 0 0 60px;
	width:440px;
	height:370px;
	overflow:auto;
	clear:left;
}

/* POUR LES AUTEURS */

div#fond_panneau_liste_auteurs {
	position:relative;
	background-image:url("../images/fond_panneau_liste_articles.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:1014px;
	height:547px;
}

div#fond_panneau_liste_auteurs div#conteneur_articles {
	float:left;
	margin:0px 0 0 60px;
	width:440px;
	height:370px;
	overflow:auto;
	clear:left;
}



div#conteneur_articles ul li {
	display:block;
	margin:15px 0;
	padding:5px;
	color:#8a7354;
	clear:both;
}
div#conteneur_articles ul li a{
	text-decoration:none;
	color:#8a7354;
}
div#conteneur_articles ul li a:hover {
	text-decoration:none;
	color:#FFF;
}


div#conteneur_articles ul li label.visuel_auteur {
	width:75px;
	height:90px;
	float:left;
}


div#conteneur_articles ul li label.visuel_article_theme {
	width:100px;
	height:75px;
	float:left;
}

div#fond_panneau_liste_articles div#conteneur_articles ul li div.icone_article {
	width:11px;
	height:23px;
	float:right;
}
div#fond_panneau_liste_auteurs div#conteneur_articles ul li div.icone_article {
	width:11px;
	height:23px;
	float:left;
	margin-left:5px;
}

div#fond_panneau_liste_articles div#conteneur_articles ul li div.texte_article {
	width:280px;
	float:right;
	padding:0 5px 0px 0;
}
div#fond_panneau_liste_auteurs div#conteneur_articles ul li div.texte_article {
	width:250px;
	float:right;
	padding:0 5px 0px 0;
}


div#conteneur_articles ul li div.texte_article p {
	font-size:77%;
	color:#8a7354;
}
div#conteneur_articles ul li div.texte_article h2 {
	font-weight:bold;
}

div.texte_article div#text_description h1 {
	text-align:left!important;
}


div#fond_panneau_liste_articles div#conteneur_articles ul li div.texte_article h2 a {
	text-decoration:none;
}
div#fond_panneau_liste_articles div#conteneur_articles ul li div.texte_article h2 a:hover {
	/*text-decoration:underline;*/
	color:#FFF!important;
}

div#fond_panneau_liste_auteurs div#conteneur_articles ul li div.texte_article h2 a {
	color:#e67302;
	text-decoration:none;
}
div#fond_panneau_liste_auteurs div#conteneur_articles ul li div.texte_article h2 a:hover {
	color:#b69973;
}



div#fond_panneau_liste_articles div#conteneur_articles ul li:hover div.texte_article p, div#fond_panneau_liste_articles div#conteneur_articles ul li.selected div.texte_article p{
	color:#FFF!important;
}

div#conteneur_articles ul li.li_auteur:hover, div#conteneur_articles ul li.li_auteur.selected {
	background-color:#f0e8db;
}
div#conteneur_articles ul li.theme1:hover, div#conteneur_articles ul li.theme1.selected {
	background-color:#f8d5e4;
}
div#conteneur_articles ul li.theme2:hover, div#conteneur_articles ul li.theme2.selected {
	background-color:#a2cfd0;
}
div#conteneur_articles ul li.theme3:hover, div#conteneur_articles ul li.theme3.selected {
	background-color:#9b9dc6;
}
div#conteneur_articles ul li.theme4:hover, div#conteneur_articles ul li.theme4.selected {
	background-color:#d2c5bb;
}
div#conteneur_articles ul li.theme5:hover, div#conteneur_articles ul li.theme5.selected {
	background-color:#e1afce;
}
div#conteneur_articles ul li.theme6:hover, div#conteneur_articles ul li.theme6.selected {
	background-color:#c0e6ef;
}

div#fond_panneau_liste_articles div#conteneur_articles ul li.theme6:hover div.texte_article p, 
div#fond_panneau_liste_articles div#conteneur_articles ul li.theme6.selected div.texte_article p,
div#fond_panneau_liste_articles div#conteneur_articles ul li.theme6 div.texte_article h2 a:hover,
div#fond_panneau_liste_articles div#conteneur_articles ul li.theme1:hover div.texte_article p, 
div#fond_panneau_liste_articles div#conteneur_articles ul li.theme1.selected div.texte_article p,
div#fond_panneau_liste_articles div#conteneur_articles ul li.theme1 div.texte_article h2 a:hover,
div#fond_panneau_liste_articles div#conteneur_articles ul li.theme7:hover div.texte_article p, 
div#fond_panneau_liste_articles div#conteneur_articles ul li.theme7.selected div.texte_article p,
div#fond_panneau_liste_articles div#conteneur_articles ul li.theme7 div.texte_article h2 a:hover,
div#fond_panneau_liste_articles div#conteneur_articles ul li.theme9:hover div.texte_article p, 
div#fond_panneau_liste_articles div#conteneur_articles ul li.theme9.selected div.texte_article p,
div#fond_panneau_liste_articles div#conteneur_articles ul li.theme9 div.texte_article h2 a:hover {
	color:#695439!important;
}

div#conteneur_articles ul li.theme7:hover, div#conteneur_articles ul li.theme7.selected {
	background-color:#d9e480;
}
div#conteneur_articles ul li.theme8:hover, div#conteneur_articles ul li.theme8.selected {
	background-color:#c7dd8a;
}
div#conteneur_articles ul li.theme9:hover, div#conteneur_articles ul li.theme9.selected {
	background-color:#fff4c1;
}
div#conteneur_articles ul li.theme10:hover, div#conteneur_articles ul li.theme10.selected {
	background-color:#aacd9b;
}
div#conteneur_articles ul li.theme11:hover, div#conteneur_articles ul li.theme11.selected {
	background-color:#e880b8;
}




div#panneau_page_liste_articles {
	position:absolute;
	bottom:40px;
	left:60px;
	width:435px;
	height:25px;
	text-align:center;
	color:#b69973;
	float:right;
	margin:5px 25px 0 0;
}

#panneau_page_liste_articles.liste_auteurs {
	width:395px!important;

}

#panneau_page_liste_articles a {
	color:#b69973;
	text-decoration:none;
	font-size:77%;
}
#panneau_page_liste_articles strong {
	font-weight:bold;
}
#panneau_page_liste_articles a:hover {
	text-decoration:underline;
}

#panneau_page_liste_articles img {
	vertical-align:middle;
}

#panneau_page_liste_articles a img.fleche_droite_articles {
	background-image:url("../images/fleche_droite.png");
	background-position:0 0;
	background-repeat:no-repeat;
	margin-left:10px;
}
#panneau_page_liste_articles a:hover img.fleche_droite_articles {
	background-image:url("../images/fleche_droite_over.png");
}

#panneau_page_liste_articles a img.fleche_gauche_articles {
	background-image:url("../images/fleche_gauche.png");
	background-position:0 0;
	background-repeat:no-repeat;
	margin-right:10px;
}
#panneau_page_liste_articles a:hover img.fleche_gauche_articles {
	background-image:url("../images/fleche_gauche_over.png");
}







div#panneau_carte_creation_article {
	position:relative;
	width:484px;
	height:336px;
}

div#panneau_carte_liste_articles {
	position:relative;
	float:right;
	margin:0px 20px 0 0;
	width:484px;
	height:336px;
	clear:right;
}

div#panneau_contour_carte2 {
	background-image:url(../images/contour_carte3.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:484px;
	height:336px;
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contour_carte3.png');
}

div#conteneur_carte2 {
	position:absolute;
	top:20px;
	left:28px;
	margin:0;
	display:block;
	overflow:hidden;
	width: 428px;
	height: 292px;
}


div#conteneur_carte2 div#carte {
	width: 428px;
	height: 292px;
	color:#ffffff;
	overflow:hidden;
}

div#conteneur_carte2 div#carte a, div#conteneur_carte2 div#carte a:hover {
	color:#ffffff;
}


div#panneau_contour_carte3 {
	background-image:url(../images/contour_carte4.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:484px;
	height:406px;
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contour_carte4.png');
}
div#conteneur_carte3 {
	position:absolute;
	top:20px;
	left:28px;
	margin:0;
	display:block;
	overflow:hidden;
	width: 428px;
	height: 362px;
}


div#conteneur_carte3 div#carte {
	width: 428px;
	height: 362px;
	color:#ffffff;
	overflow:hidden;
}

div#conteneur_carte3 div#carte a, div#conteneur_carte3 div#carte a:hover {
	color:#ffffff;
}


div#panneau_criteres_recherche {
	float:left;
	margin-left:60px;
	padding:10px 0 0 10px;
	background-position:right top;
	background-repeat:no-repeat;
	height:95px;
	width:406px;
	font-size:77%;
	text-align:left;
	color:#FFF!important;
}
div#panneau_criteres_recherche a {
	text-decoration:none;
	color:#FFF;
}
div#panneau_criteres_recherche a:hover {
	color:#ff9612!important;
}


div#panneau_criteres_recherche.agenda {
	background-image:url("../images/panneau_criteres_recherche_agenda.png");
}
div#panneau_criteres_recherche.theme1 {
	background-image:url("../images/panneau_criteres_recherche_big_theme1.png");
}
div#panneau_criteres_recherche.theme2 {
	background-image:url("../images/panneau_criteres_recherche_big_theme2.png");
}
div#panneau_criteres_recherche.theme3 {
	background-image:url("../images/panneau_criteres_recherche_big_theme3.png");
}
div#panneau_criteres_recherche.theme4 {
	background-image:url("../images/panneau_criteres_recherche_big_theme4.png");
}
div#panneau_criteres_recherche.theme5 {
	background-image:url("../images/panneau_criteres_recherche_big_theme5.png");
}
div#panneau_criteres_recherche.theme6 {
	background-image:url("../images/panneau_criteres_recherche_big_theme6.png");
}
div#panneau_criteres_recherche.theme7 {
	background-image:url("../images/panneau_criteres_recherche_big_theme7.png");
}
div#panneau_criteres_recherche.theme8 {
	background-image:url("../images/panneau_criteres_recherche_big_theme8.png");
}
div#panneau_criteres_recherche.theme9 {
	background-image:url("../images/panneau_criteres_recherche_big_theme9.png");
}
div#panneau_criteres_recherche.theme10 {
	background-image:url("../images/panneau_criteres_recherche_big_theme10.png");
}
div#panneau_criteres_recherche.theme11 {
	background-image:url("../images/panneau_criteres_recherche_big_theme11.png");
}

div#panneau_criteres_recherche select {
	margin:5px 0 5px 0px;
	color:#a48a76;
	width:180px;
	font-size:93%;
}

div#panneau_criteres_recherche select option.theme{
	font-weight:bold;
}

/* FILTRE CALENDRIER */

div#panneau_criteres_recherche div#calendrier_filtre_date {
	position:absolute;
	left:270px;
	top:77px;
	/*margin-left:262px;*/
	border:1px solid #666666; 
	font-size:77%;
}
div#panneau_criteres_recherche div#calendrier_filtre_date table{
	background-color:#FFF;
}
div#panneau_criteres_recherche div#calendrier_filtre_date table td{

	color:#DDD;
	text-align:center;
}

div#panneau_criteres_recherche div#calendrier_filtre_date table td a{
	color:#705C42;
	text-decoration:none;
}
div#panneau_criteres_recherche div#calendrier_filtre_date table td a:hover{
	color:#E67302;
}

div#panneau_criteres_recherche div#calendrier_filtre_date table tr.nom_mois_courant{
	color:#FFF;
	font-weight:bold;
}
div#panneau_criteres_recherche div#calendrier_filtre_date table tr.nom_mois_courant td, div#panneau_criteres_recherche div#calendrier_filtre_date table tr.nom_mois_courant td a{
	color:#FFF!important;
	text-decoration:none;
}
div#panneau_criteres_recherche div#calendrier_filtre_date table tr.nom_mois_courant td a:hover{
	text-decoration:underline;
}

div#panneau_criteres_recherche div#calendrier_filtre_date table tr th {
	text-align:center;
}

/* CREATION D'UN ARTICLE */

div#panneau_creation_article_top {
	position:relative;
	background-position:0 0;
	background-repeat:no-repeat;
	width:964px;
	height:520px;
	border-top:1px solid transparent;
	padding:50px 20px 0 50px;
}

div#panneau_creation_article_top.langue_fr {
	background-image:url(../images/fond_top_panneau_creation_article_fr.png);
}
div#panneau_creation_article_top.langue_en {
	background-image:url(../images/fond_top_panneau_creation_article_en.png);
}
div#panneau_creation_article_top.langue_de {
	background-image:url(../images/fond_top_panneau_creation_article_de.png);
}
div#panneau_creation_article_top.langue_du {
	background-image:url(../images/fond_top_panneau_creation_article_du.png);
}


div#panneau_modification_article_top {
	position:relative;
	background-position:0 0;
	background-repeat:no-repeat;
	width:964px;
	height:520px;
	border-top:1px solid transparent;
	padding:50px 20px 0 50px;
}

div#panneau_modification_article_top.langue_fr {
	background-image:url(../images/fond_top_panneau_modification_article_fr.png);
}
div#panneau_modification_article_top.langue_en {
	background-image:url(../images/fond_top_panneau_modification_article_rn.png);
}
div#panneau_modification_article_top.langue_de {
	background-image:url(../images/fond_top_panneau_modification_article_de.png);
}
div#panneau_modification_article_top.langue_du {
	background-image:url(../images/fond_top_panneau_modification_article_du.png);
}


div.texte_creation_article {
	color:#7E6654;
}
div.texte_creation_article h2{
	font-size:100%;
	font-weight:bold;
	margin:0 0 10px 0;
}

div.texte_creation_article p{
	font-size:77%;
	margin:7px 0;
}


div.texte_creation_article table.table_creation_article {
	width:600px;
}

div.texte_creation_article table.table_creation_article td{
	font-size:77%;
	padding-top:8px;
}

div.texte_creation_article input.texte_clair {
	color:#d1bda7!important;
}

div.texte_creation_article input.input_long {
	width:474px;
	height:16px;
	color:#8d6f4b;
	padding:2px 3px;
	background-image:url(../images/fond_input_long.png);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	margin-top:5px;
}


div.texte_creation_article input.input_moyen{
	width:254px;
	height:16px;
	color:#8d6f4b;
	padding:2px 3px;
	background-image:url(../images/fond_input_moyen2.png);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	margin-top:5px;
}
div.texte_creation_article select.input_moyen {
	width:260px;
	height:20px;
	color:#8d6f4b;
	padding:2px 3px;
	background-image:url(../images/fond_input_moyen2.png);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	margin-top:5px;
}

div.texte_creation_article select.input_moyen option.theme{
	font-weight:bold;
}

div.texte_creation_article textarea.input_moyen {
	width:254px;
	height:56px;
	color:#8d6f4b;
	padding:2px 3px;
	background-image:url(../images/fond_textarea_creation_article3.png);
	background-position:top left;
	background-repeat:no-repeat;
	border:0;
	margin-top:5px;
}

div.texte_creation_article input.input_court{
	width:90px;
	height:16px;
	color:#8d6f4b;
	padding:2px 3px;
	background-image:url(../images/fond_input_court.png);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
}

div.texte_creation_article input.bouton_rechercher_article_carte {
	width:90px;
	height:16px;
	color:#8d6f4b;
	background-color:transparent;
	border:0px;
	font-weight:bold;
}
div.texte_creation_article input.bouton_rechercher_article_carte:hover {
	color:#ed7802;
	cursor:pointer;
}



div#panneau_creation_article {
	position:relative;
	background-position:0 0;
	background-repeat:repeat-y;
	width:964px;
	background-image:url("../images/fond_panneau_creation_article.png");
	padding:0 0 0 50px;
}

p.small_text {
	margin:0!important;
	font-size:66%;
}

div#panneau_creation_article_bottom {
	position:relative;
	background-position:0 0;
	background-repeat:no-repeat;
	width:1014px;
	height:43px;
	background-image:url("../images/fond_bottom_panneau_creation_article.png");
}


div#panneau_fond_bouton_previsualiser {
	position:absolute;
	right:110px;
	bottom:20px;
	width:229px;
	height:182px;
	background-image:url("../images/tache_bouton_previsu.png");
	text-align:center;
}

div#panneau_bouton_previsualiser {
	position:absolute;
	right:0px;
	bottom:33px;
	width:137px;
	height:40px;
	text-align:center;
}

div#panneau_bouton_previsualiser input.bouton_previsualiser {
	background-color:transparent;
	border:0;
	color:#FFF;
	font-weight:bold;
}

div#panneau_bouton_previsualiser input.bouton_previsualiser:hover {
	color:#6a5439;
	cursor:pointer;
}





/* 

CREATION D'UN COMPTE

*/


div#panneau_article form#formulaire_creation_compte h1{
	color:#e67302;
	font-size:116%;
	margin:0 0 15px 0;
}

div#panneau_article form#formulaire_creation_compte p{
	font-size:77%;
	color:#9a876c;
}

div#panneau_article form#formulaire_creation_compte table td {
	font-size:77%;
	color:#9a876c;
}

div#panneau_article form#formulaire_creation_compte table td a{
	color:#9a876c;
	text-decoration:none;
}
div#panneau_article form#formulaire_creation_compte table td a:hover{
	color:#574834;
	text-decoration:none;
}


div#panneau_article form#formulaire_creation_compte table td input.input_moyen {
	width:254px;
	height:16px;
	color:#8d6f4b;
	padding:2px 3px;
	background-image:url(../images/fond_input_moyen2.png);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	margin-top:5px;
}

div#panneau_article form#formulaire_creation_compte table td select.input_moyen {
	width:260px;
	height:20px;
	color:#8d6f4b;
	padding:2px 3px;
	background-image:url(../images/fond_input_moyen2.png);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	margin-top:5px;
}

div#panneau_article form#formulaire_creation_compte table td.petit_texte_orange {
	
}

div#panneau_article form#formulaire_creation_compte table td.petit_texte_orange ul{
	margin:5px 0 0 30px;
}

div#panneau_article form#formulaire_creation_compte table td.petit_texte_orange a{
	font-weight:bold;
	color:#e67302;
}

div#panneau_article form#formulaire_creation_compte table td.petit_texte_orange input.input_checkbox {
	margin:0;
	height:13px;
	vertical-align:absmiddle;
}

div#panneau_article form#formulaire_creation_compte table td.petit_texte_orange a:hover{
	color:#574834;
}

div#panneau_article form#formulaire_creation_compte strong {
	font-weight:bold;
}


div#fond_captcha {
	background-image:url(../images/fond_captcha.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:200px;
	height:70px;
	padding:5px;
}

img#bouton_reload_captcha {
	background-image:url(../images/reload_captcha.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:31px;
	height:30px;
	border:0px;
	vertical-align:middle;
	margin-top:1px;
}

input#champ_captcha {
	margin-top:10px;
}

img#bouton_reload_captcha:hover {
	background-image:url(../images/reload_captcha-over.gif);
}

input#bouton_creer_compte {
	background-image:url(../images/bouton_creer_compte.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:transparent;
	width:150px;
	height:30px;
	border:0px;
}
input#bouton_creer_compte:hover {
	background-image:url(../images/bouton_creer_compte-over.png);
	cursor:pointer;
}

input#bouton_valider_compte {
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#e87500;
	width:150px;
	height:30px;
	border:0px
}
input#bouton_valider_compte:hover {
	background-color:#574832;
	cursor:pointer;
}

input#bouton_valider_compte.langue_fr {
	background-image:url(../images/bouton_valider_compte_fr.png);
}
input#bouton_valider_compte.langue_en {
	background-image:url(../images/bouton_valider_compte_en.png);
}
input#bouton_valider_compte.langue_de {
	background-image:url(../images/bouton_valider_compte_de.png);
}
input#bouton_valider_compte.langue_du {
	background-image:url(../images/bouton_valider_compte_du.png);
}




/*

MODIFICATION DU COMPTE

*/


div#panneau_picto_statut {
	position:absolute;
	top:15px;
	right:62px;
	width:89px;
	height:67px;
	z-index:200;
}


div#panneau_article_col_gauche_profil {
	position:relative;
	float:left;
	padding:10px 0 10px 80px;
	width:385px;
}


div#panneau_article_col_droite_profil {
	position:relative;
	float:right;
	padding:90px 35px 0 0;
	width:360px;
}

div#panneau_article_col_bas_profil {
	position:relative;
	padding:0px 60px 0 80px;
}


.texte_article_profil {
	color:#f38d25;
	font-size:77%;
}

.texte_article_profil strong{
	color:#8b7455;
}
.texte_article_profil p{
	margin:5px 0 0 0;
	color:#8b7455;
}

.texte_article_profil p strong{
	font-weight:bold;
}

.texte_article_profil h1{
	font-size:197%;
	margin:0 0 13px 0;
	color:#eb7602;
}

.texte_article_profil h2{
	font-size:116%;
	margin:0 0 10px 0;
	padding:4px 0 4px 10px;
	background-color:#eb7602;
	color:#fff;
}

.texte_article_profil h3{
	font-size:100%;
	margin:10px 0 0px 0;
}

.texte_article_profil h3 a{
	font-size:100%;
	font-weight:bold;
	color:#4c3d29;
	text-decoration:none;
}

.texte_article_profil a {
	color:#8b7455;
	text-decoration:none;
}

.texte_article_profil a:hover {
	color:#574834;
	text-decoration:underline;
}

.texte_article_profil ul {
	margin:10px 0 0 25px;
}

div#bloc_photo_profil {
	float:left;
	margin-right:20px;
	background-image:url(../images/fond_photo_profil.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:120px;
	height:138px;
	padding:15px 0 0 22px;
}

label.label_description_profil {
	float:left;
	margin:7px 0;
}

input.input_text_modif_profil {
	float:right;
	padding:4px 5px;
	background-repeat:no-repeat;
	background-position:0 0;
	height:15px;
	border:0px;
	background-color:transparent;
	margin:7px 0;
	clear:right;
	color:#8d6f4b;
	font-size:93%;
}

input#champ_modif_profil_nom {
	width:173px;
	background-image:url("../images/input_champ_nom.gif");
}
input#champ_modif_profil_prenom {
	width:157px;
	background-image:url("../images/input_champ_prenom.gif");
}

input#champ_modif_profil_email, input#champ_modif_profil_email2 {
	width:167px;
	background-image:url("../images/input_champ_statut.gif");
}

input#champ_modif_profil_password, input#champ_modif_profil_password2 {
	width:167px;
	background-image:url("../images/input_champ_statut.gif");
}

input#champ_modif_profil_ville {
	width:176px;
	background-image:url("../images/input_champ_ville.gif");
}
input#champ_modif_profil_site_web {
	width:213px;
	background-image:url("../images/input_champ_site_web.gif");
}

select#champ_modif_profil_statut {
	width:177px;
	background-image:url("../images/input_champ_statut.gif");
	float:right;
	background-repeat:no-repeat;
	background-position:0 0;
	padding-top:4px;
	height:24px;
	border:0px;
	background-color:transparent;
	margin:7px 0;
	clear:right;
	color:#8d6f4b;
	font-size:93%;
}


div#fond_textarea_profil_description {
	background-image:url("../images/fond_modif_profil_textarea.gif");
	background-repeat:no-repeat;
	background-position:0 0;
	border:0px;
	padding:5px;
	width:375px;
	height:61px;
}

textarea#champ_modif_profil_description {
	border:0px;
	background-color:transparent;
	width:375px;
	height:51px;
	color:#8d6f4b;
	font-size:93%;
	overflow:auto;
}


input.bouton_submit_modif_profil {
	width:93px;
	height:23px;
	background-color:#eb7602;
	color:#fff;
	padding:3px;
	text-align:center;
	border:0;
	font-size:116%;
	float:right;
}

input.bouton_submit_modif_profil:hover {
	background-color:#574834;
	cursor:pointer;
}

hr.separe_article_orange {
	height:0px;
	background-color:transparent;
	color:transparent;
	border:0;
	line-height:0;
	margin:10px 0 ;
	border-bottom:2px dotted #eb7602;
}

div#confirmation_inscription {
	text-align:center;
	color:#eb7602;
}

div#confirmation_inscription h2{
	text-align:center;
	font-size:197%;
	color:#eb7602;
	background-color:transparent;
}

div#confirmation_inscription p{
	text-align:center;
	font-size:131%;
	color:#eb7602;
}


img#bouton_partager_experience {
	background-position:0 0;
	background-repeat:no-repeat;
	width:245px;
	height:137px;
}

img#bouton_partager_experience.langue_fr {
	background-image:url("../images/bouton_partager_experience_fr.png");
}
img#bouton_partager_experience.langue_en {
	background-image:url("../images/bouton_partager_experience_en.png");
}
img#bouton_partager_experience.langue_de {
	background-image:url("../images/bouton_partager_experience_de.png");
}
img#bouton_partager_experience.langue_du {
	background-image:url("../images/bouton_partager_experience_du.png");
}


img#bouton_partager_experience.langue_fr:hover {
	background-image:url("../images/bouton_partager_experience_fr-over.png");
}
img#bouton_partager_experience.langue_en:hover {
	background-image:url("../images/bouton_partager_experience_en-over.png");
}
img#bouton_partager_experience.langue_de:hover {
	background-image:url("../images/bouton_partager_experience_de-over.png");
}
img#bouton_partager_experience.langue_du:hover {
	background-image:url("../images/bouton_partager_experience_du-over.png");
}



div#panneau_pages_temoignages {
	position:absolute;
	top:94px; 
	right:42px;
	color:#fff;
	font-size:116%;
}

div#panneau_pages_temoignages a{
	color:#fff;
	text-decoration:none;
	margin:0 3px;
	cursor:pointer;
}
div#panneau_pages_temoignages a:hover{
	color:#fff;
	text-decoration:underline;
}

div#panneau_pages_temoignages a.page_courante,  div#panneau_pages_temoignages a:hover.page_courante {
	color:#574834;
	font-size:116%;
	font-weight:bold;
	text-decoration:underline;
}


ul#liste_articles_auteur {
	list-style-type:none;
	width:360px;
	margin:0px;
	padding:0px;
}

ul#liste_articles_auteur li.float_left {
	float:left;
	width:98px;
	height:136px;
	text-align:center;
	overflow:hidden;
}

ul#liste_articles_auteur li.float_right {
	float:right;
	width:98px;
	height:136px;
	text-align:center;
	overflow:hidden;
}

ul#liste_articles_auteur li.margin_center {
	margin:auto;
	width:98px;
	height:136px;
	text-align:center;
	overflow:hidden;
	border:1px solid #FFF;
}



ul#liste_articles_auteur li.float_left_auteur {
	float:left;
	width:98px;
	height:156px;
	text-align:center;
	overflow:hidden;
}

ul#liste_articles_auteur li.float_right_auteur {
	float:right;
	width:98px;
	height:156px;
	text-align:center;
	overflow:hidden;
}

ul#liste_articles_auteur li.margin_center_auteur {
	margin:auto;
	width:98px;
	height:156px;
	text-align:center;
	overflow:hidden;
	border:1px solid #FFF;
}



div#conteneur_liste_autres_articles ul li input.bouton_supprimer {
	background-color:#dc7916;
	width:90px;
	height:17px;
	border:0px;
	padding-top:3px;
	color:#fff;
	text-align:center;
	margin-bottom:2px;
	font-size:77%;
	clear:both;
}
div#conteneur_liste_autres_articles ul li input.bouton_supprimer:hover {
	background-color:#4d3e2a;
	cursor:pointer;
}

ul#liste_articles_auteur li a img {
	border:4px solid transparent;
}

ul#liste_articles_auteur li a img:hover  {
	border:4px solid #574834;
}

ul#liste_articles_auteur li div.titre_article {
	width:90px;
	height:27px;
	font-size:86%;
	text-align:center;
	overflow:hidden;
}

ul#liste_articles_auteur li div.titre_article a {
	color:#eb7602;
	text-decoration:none;
}
ul#liste_articles_auteur li div.titre_article a:hover {
	text-decoration:underline;
}



/* 

PAGE AUTEUR

*/

div#panneau_bouton_ecrire_auteur {
	position:absolute;
	top:35px;
	right:288px;
	width:108px;
	height:36px;
	z-index:201;
}

div#panneau_bouton_ecrire_auteur img {
	background-color:#ec7802;
}

div#panneau_bouton_ecrire_auteur img:hover {
	background-color:#574834;
}


/*

COMMENTAIRES AUTEURS

*/


.texte_commentaires_auteur {
	color:#eb7602;
}

.texte_commentaires_auteur h2{
	margin:15px 0 5px 0;
	font-size:100%;
}

.texte_commentaires_auteur textarea{
	font-size:77%;
	color:#b79c77;
	width:750px;
	height:45px;
	border:0px;
	overflow:auto;
}

ul.liste_commentaires_auteur {
	list-style-type:none;
	margin:0 0 40px 0;
}

ul.liste_commentaires_auteur li{
	list-style-type:none;
	margin:10px 0;
	width:760px;
	color:#8b7455;
}

ul.liste_commentaires_auteur li h3 {
	font-size:77%;
	width:480px;
	font-weight:bold;
	margin:15px 0 5px 0;
	color:#eb7602;
	border-bottom:1px dotted #eb7602;
	text-decoration:none;
}

ul.liste_commentaires_auteur li h3 a{
	color:#eb7602;
	text-decoration:none;
}

ul.liste_commentaires_auteur li h3 a:hover{
	color:#574834;
	text-decoration:none;
}

ul.liste_commentaires_auteur li p{
	font-size:77%;
}


div#fond_textarea_ajout_commentaire_auteur {
	background-image:url("../images/fond_textarea_commentaires_auteur.gif");
	background-repeat:no-repeat;
	background-position:0 0;
	border:0px;
	padding:5px;
	width:760px;
	height:45px;
}

div#panneau_pages_commentaire_auteur {
	position:absolute;
	bottom:20px; 
	right: 80px;
	color:#eb7602;
	font-size:77%;
	text-align:center;
}

div#panneau_pages_commentaire_auteur strong{
	font-weight:bold;
}

div#panneau_pages_commentaire_auteur a {
	color:#eb7602;
	text-decoration:none;
}

div#panneau_pages_commentaire_auteur a:hover {
	color:#eb7602;
	text-decoration:underline;
}





div#panneau_fleche_gauche_commentaires_auteur {
	position:absolute;
	bottom:17px; 
	right: 140px;
	color:#eb7602;
	font-size:77%;
	
	
}

div#panneau_fleche_gauche_commentaires_auteur img{
	background-image:url(../images/bouton_fleche_gauche_commentaires.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:10px;
	height:20px;
	border:0px;
}
div#panneau_fleche_gauche_commentaires_auteur img:hover{
	background-color:#574834!important;
}

div#panneau_fleche_droite_commentaires_auteur {
	position:absolute;
	bottom:17px; 
	right: 60px;
	color:#eb7602;
	font-size:77%;
}

div#panneau_fleche_droite_commentaires_auteur img{
	background-image:url(../images/bouton_fleche_droite_commentaires.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:10px;
	height:20px;
	border:0px;
}
div#panneau_fleche_droite_commentaires_auteur img:hover{
	background-color:#574834!important;
}



input.bouton_valider_commentaires_auteur {
	background-color:#fff;
	color:#eb7602;
	border:0px solid #FFF;
	font-weight:bold;
	width:auto;
}
input.bouton_valider_commentaires_auteur:hover {
	color:#574834;
	cursor:pointer;
}



/* 

TEXTE DES PAGES

*/

.texte_mylorraine {
	color:#9a876c;
}

.texte_mylorraine h1 {
	font-size:116%;
	margin:0 0 15px 0;
	color:#e67302;
}

.texte_mylorraine h2 {
	font-size:116%;
	margin:10px 0 4px 0;
}

.texte_mylorraine h3 {
	font-size:108%;
	font-weight:bold;
	margin:10px 0 4px 0;
	color:#e67302;
}

.texte_mylorraine h4 {
	font-weight:bold;
	margin:5px 0 3px 0;
}

.texte_mylorraine p {
	font-size:77%;
	color:#9a876c;
}

.texte_mylorraine p strong{
	font-weight:bold
}
.texte_mylorraine p em{
	font-style:italic
}

.texte_mylorraine p strong em, .texte_mylorraine p em strong {
	font-weight:bold;
	font-style:italic
}

.texte_mylorraine p a {
	text-decoration:none;
	color:#e67302;
}
.texte_mylorraine p a:hover {
	text-decoration:none;
	color:#574834;
}


.texte_mylorraine .petit_texte {
	font-size:66%;
}


/* 

INPUT, SELECT & TEXTAREA

*/

input.input_texte_moyen{
	width:270px;
	height:16px;
	color:#8d6f4b;
	padding:2px 3px;
	font-size:86%;
	background-image:url(../images/fond_input_moyen.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	margin-top:4px;
}

select.input_texte_moyen{
	width:276px;
	height:20px;
	color:#8d6f4b;
	padding:2px 3px;
	font-size:86%;
	background-image:url(../images/fond_input_moyen.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	margin-top:5px;
}

input.input_texte_moyen2{
	width:210px;
	height:16px;
	color:#8d6f4b;
	padding:2px 3px;
	font-size:86%;
	background-image:url(../images/fond_input_moyen2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	margin-top:5px;
}

select.input_texte_moyen2{
	width:216px;
	height:20px;
	color:#8d6f4b;
	padding:2px 3px;
	font-size:86%;
	background-image:url(../images/fond_input_moyen2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	margin-top:5px;
}

input.input_texte_moyen3{
	width:174px;
	height:16px;
	color:#8d6f4b;
	padding:2px 3px;
	font-size:86%;
	background-image:url(../images/fond_input_moyen3.png);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	margin-top:5px;
	
}

input.input_texte_long{
	width:559px;
	height:16px;
	color:#8d6f4b;
	padding:2px 3px;
	font-size:86%;
	background-image:url(../images/fond_input_long.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	margin-top:5px;
}

input.input_texte_long2{
	width:474px;
	height:16px;
	color:#8d6f4b;
	padding:2px 3px;
	background-image:url(../images/fond_input_long.png);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	margin-top:5px;
}


div.fond_textarea_creation_article {
	background-image:url(../images/fond_textarea_creation_article2.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:565px;
	height:71px;
	padding:0;
	margin-top:5px;
}

textarea.text_area{
	width:559px;
	height:67px;
	color:#8d6f4b;
	padding:2px 3px;
	font-size:86%;
	border:0px;
	background-color:transparent;
	overflow:auto;
}

div.fond_textarea_creation_article2 {
	background-image:url(../images/fond_textarea_contact.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:485px;
	height:75px;
	padding:0;
	margin-top:5px;
}

textarea.text_area2 {
	width:479px;
	height:71px;
	color:#8d6f4b;
	padding:2px 3px;
	font-size:86%;
	border:0px;
	overflow:auto;
	background-color:transparent;
}

input#bouton_envoyer {
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#e57509;
	margin-top:6px;
	width:74px;
	height:26px;
	border:0px;
}
input#bouton_envoyer:hover {
	background-color:#574834;
	cursor:pointer;
}

input#bouton_envoyer.langue_fr {
	background-image:url(../images/bouton_envoyer_fr.png);
}
input#bouton_envoyer.langue_en {
	background-image:url(../images/bouton_envoyer_en.png);
}
input#bouton_envoyer.langue_de {
	background-image:url(../images/bouton_envoyer_de.png);
}
input#bouton_envoyer.langue_du {
	background-image:url(../images/bouton_envoyer_du.png);
}
/*

LIENS

*/

div#panneau_liens_gauche {
	float:left;
	width:400px;
	text-align:left;
}

div#panneau_liens_droite {
	float:right;
	width:425px;
	margin:0;
	padding:0;
	text-align:left;
}

.texte_liens {
	color:#b79c77;
	
}

.texte_liens h1{
	font-size:116%;
	margin:5px 0
}

.texte_liens h2{
	font-size:108%;
	margin:10px 0 0 0;
	font-weight:bold;
	display:inline;
}

.texte_liens a{
	color:#e67502;
	text-decoration:none;
}

.texte_liens a:hover{
	color:#4C3D29;
}

.texte_liens p{
	font-size:77%;
	margin:0 0 10px 0;
}

.texte_liens hr {
	height:0px;
	background-color:transparent;
	color:transparent;
	border:0;
	line-height:0;
	margin:10px 0 ;
	border-bottom:1px dotted #b79c77;
}


.texte_brun {
	color:#8b6f4a;
}
.texte_brun a{
	color:#dc7916;
	font-weight:bold;
	text-decoration:none;
}
.texte_brun a:hover{
	color:#574834;
	text-decoration:none;
}

.texte_brun p{
	font-size:77%;
	padding:5px 0;
}

.texte_brun h1{
	font-size:116%;
	color:#dc7916;
	padding:5px 0;
}

.texte_brun h2{
	font-size:108%;
	color:#dc7916;
	padding:5px 0;
	font-weight:bold;
}

.texte_brun ul li{
	font-size:77%;
	padding:2px 0;
}

.texte_brun div{
	text-align:center;
}

.texte_brun div.petit_texte{
	font-size:77%;
	text-align:center;
}

.texte_brun div strong{
	font-weight:bold;
	color:#8b6f4a;
}

.texte_brun strong{
	font-weight:bold;
	color:#8b6f4a;
}



/*

PANNEAU TITRE MYLORRAINE

*/


div#panneau_conteneur_titre_mylorraine {
	position:absolute;
	top:22px;
	left:0px;
	width:290px;
	height:141px;
	visibility:hidden;
}

/*

PANNEAU DES LANGUES

*/

div#panneau_langues {
	position:absolute;
	left:10px;
	top:5px;
	width:82px;
	height:11px;
}

div#panneau_langues img{
	margin-right:2px;
}

a.bouton_fr img{
	width:16px;
	height:11px;
	background-image:url(../images/drapeau_fr.png);
}
a.bouton_fr:hover img, a.bouton_fr img.selected {
	background-image:url(../images/drapeau_fr-over.png);
}

a.bouton_en img{
	width:16px;
	height:11px;
	background-image:url(../images/drapeau_en.png);
}
a.bouton_en:hover img, a.bouton_en img.selected {
	background-image:url(../images/drapeau_en-over.png);
}


a.bouton_de img{
	width:16px;
	height:11px;
	background-image:url(../images/drapeau_de.png);
}
a.bouton_de:hover img, a.bouton_de img.selected {
	background-image:url(../images/drapeau_de-over.png);
}


a.bouton_du img{
	width:16px;
	height:11px;
	background-image:url(../images/drapeau_nl.png);
}
a.bouton_du:hover img, a.bouton_du img.selected {
	background-image:url(../images/drapeau_nl-over.png);
}
/*

DESINSCRIPTION NEWSLETTER

*/

div#panneau_desinscription_newsletter {
	text-align:left;
}

input#bouton_desinscription {
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#e87500;
	margin-top:6px;
	width:110px;
	height:26px;
	border:0px;
}
input#bouton_desinscription:hover {
	background-color:#574834;
	cursor:pointer;
}
input#bouton_desinscription.langue_fr {
	background-image:url(../images/bouton_desinscription_fr.png);
}
input#bouton_desinscription.langue_en {
	background-image:url(../images/bouton_desinscription_en.png);
}
input#bouton_desinscription.langue_de {
	background-image:url(../images/bouton_desinscription_de.png);
}
input#bouton_desinscription.langue_du {
	background-image:url(../images/bouton_desinscription_du.png);
}

/* 

PAGE THEMES

*/

div.panneau_themes {
	color:#695439;
}

div.panneau_themes ul li {
	width:400px;
	margin-bottom:15px;
}

div.panneau_themes ul li.align_left{
	float:left;
	clear:left;
}
div.panneau_themes ul li.align_right{
	float:right;
	clear:right;
	margin-right:40px;
}

div.panneau_themes ul li p {
	margin-left:50px;
	font-size:77%;
	color:#6a5439;
}

/*

PAGE LIEUX 

*/

div#conteneur_carte_lieux {
	float:right;
}

div#carte_lieux {
	width:505px;
	height:490px;
	color:#FFF;
}

div.panneau_lieux {
	color:#695439;
	height:565px;
}

div.panneau_lieux h2{
	font-size:93%;
	color:#695439;
	margin:0 0 15px 0;
}

div.panneau_lieux a img{
	margin:20px 0 7px 0;
}

div.panneau_lieux select{
	width:200px;
	font-size:77%;
	color:#695439;
}

/*

PANNEAU CONCOURS

*/

div#panneau_fond_concours {
	position:relative;
	background-position:0 0;
	background-repeat:no-repeat;
	width:904px;
	height:712px;
	padding:40px 55px 0 55px;
}

div#panneau_fond_concours.fond_concours_fr {
	background-image:url("../images/fond_panneau_concours_fr.png");
}
div#panneau_fond_concours.fond_concours_en {
	background-image:url("../images/fond_panneau_concours_en.png");
}
div#panneau_fond_concours.fond_concours_de {
	background-image:url("../images/fond_panneau_concours_de.png");
}
div#panneau_fond_concours.fond_concours_du {
	background-image:url("../images/fond_panneau_concours_du.png");
}

div#panneau_fond_participer_concours {
	position:relative;
	background-position:0 0;
	background-repeat:no-repeat;
	width:904px;
	height:712px;
	padding:40px 55px 0 55px;
}

div#panneau_fond_participer_concours.fond_concours_fr {
	background-image:url("../images/fond_panneau_concours2_fr.png");
}
div#panneau_fond_participer_concours.fond_concours_en {
	background-image:url("../images/fond_panneau_concours2_en.png");
}
div#panneau_fond_participer_concours.fond_concours_de {
	background-image:url("../images/fond_panneau_concours2_de.png");
}
div#panneau_fond_participer_concours.fond_concours_du {
	background-image:url("../images/fond_panneau_concours2_du.png");
}

div#panneau_concours {
	width:560px;
	margin:auto;
}


input#bouton_submit_creation_article {
	background-color:#e47707;
	width:32px;
	height:29px;
	background-color:transparent;
	border:0px;
	color:#dc7916!important;
	font-weight:bold;
}

input#bouton_submit_creation_article:hover {
	color:#695439;
	cursor:pointer;
}
/*

MESSAGE D'ALERT

*/


div#panneau_alert_upload, div.fond_noir_transparent {
	position:fixed;
	background-color:transparent;
	background-repeat:repeat;
	background-position:0 0;
	background-image:url(../images/fond_noir_alert_upload.png);
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
}

div#panneau_conteneur_alert_upload {
	margin:auto;
	margin-top:370px;
	background-repeat:no-repeat;
	background-position:0 0;
	width:548px;
	height:46px;
	z-index:1500;
}

div#panneau_conteneur_alert_upload.langue_fr {
	background-image:url(../images/alert_upload_fr.png);
}
div#panneau_conteneur_alert_upload.langue_en{
	background-image:url(../images/alert_upload_en.png);
}
div#panneau_conteneur_alert_upload.langue_de {
	background-image:url(../images/alert_upload_de.png);
}
div#panneau_conteneur_alert_upload.langue_du {
	background-image:url(../images/alert_upload_du.png);
}

/* PANNEAU FOOTER BAS */

div#panneau_bas {
	background-image:url("../images/fond_panneau_bas.png");
	background-position:0 0;
	background-repeat:no-repeat;
	margin:auto;
	width:973px;
	height:40px;
	clear:both;
}


div#panneau_footer_gauche {
	position:relative;
	width:350px;
	margin-top:3px;
	text-align:center;
	padding-left:15px;
	padding-top:3px;
	float:left;
}

div#panneau_footer_droite {
	position:relative;
	width:448px;
	margin-top:3px;
	float:right;
	text-align:center;
	padding-top:10px;
}

div#panneau_footer_logos {
	position:relative;
	width:144px;
	float:right;
	text-align:right;
	padding-top:10px;
}

div#panneau_bas .texte_footer {
	color:#fff;
	font-weight:bold;
	font-size:77%;
}

div#panneau_bas .texte_footer input.texte_input{
	width:109px;
	height:14px;
	background-color:#fff;
	margin:0 0 0 5px;
	border:0px;
	font-size:77%;
	color:#b58f5a;
	font-weight:bold;
	padding:4px 5px 0 5px;
}

div#panneau_bas .texte_footer input#bouton_valider_newsletter {
	border:0px;
	width:25px;
	height:16px;
	padding:2px 5px;
	margin: 0 0 0 5px;
	font-size:116%;
	color:#fff;
	font-weight:bold;
	background-color:transparent;
}
div#panneau_bas form {
	display:inline;
	margin:0 0px 0 0;
}

div#panneau_bas .texte_footer input#bouton_valider_newsletter:hover {
	text-decoration:underline;
	color:#574834;
	cursor:pointer;
}

div#panneau_bas img#bouton_rss {
	vertical-align:bottom;
	margin:4px 0 0 10px;
}
div#panneau_bas img.bouton_rss2 {
	vertical-align:absmiddle;
	margin-bottom:4px;
}

div#panneau_bas .texte_footer a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

div#panneau_bas .texte_footer a:hover {
	color:#574834;
}

div#panneau_bas .texte_footer span.texte_marron {
	color:#b29165;
	font-weight:normal;
}


div#panneau_bas .texte_footer span.texte_marron a  {
	color:#d1b58f;
	text-decoration:none;
	font-weight:normal;
}

div#panneau_bas .texte_footer span.texte_marron a:hover {
	color:#ffffff;
}

div#panneau_bouton_rss {
	position:absolute;
	right:12px;
	top:0px;
	margin:0px;
	padding:0;
	width:23px;
	height:23px;
}

div#panneau_bouton_lorraine {
	position:absolute;
	right:10px;
	top:6px;
	width:107px;
	height:25px;
}


/* PANNEAU DE BAS DES THEMES */

div#panneau_bas_themes {
	width:960px;
	margin:10px 0 0 40px;
	color:#d8ba94;
	font-size:66%;
	text-align:left;
}

div#panneau_bas_themes a{
	color:#d8ba94;
	text-decoration:none;
}
div#panneau_bas_themes a:hover{
	color:#574834;
}

div#panneau_bas_themes strong{
	font-weight:bold;
}

div#panneau_bas_themes table td{
	width:16.5%;
	text-align:left;
	vertical-align:top;
	padding:0 3px 3px 3px;
}

div#panneau_concours table.texte_article_profil td {
	height:30px;
}

div#panneau_bas_themes  p{
	text-align:center;
	margin-bottom:10px;
}


div#panneau_bas_themes h2, div#panneau_bas_themes h3 {
	display:inline;
}

/* */

div.panneau_rubrique_centree {
	width:600px;
	margin:auto;
}


/*


POPUP PAGE D'ACCUEIL


*/


div#panneau_fond_popup_questionnaire {
	position:fixed;
	background-image:url(../images/blank.gif);
	background-repeat:repeat;
	background-position:0 0;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1300;
}

div#panneau_fond_popup_questionnaire div#panneau_popup_questionnaire {
	position:relative;
	margin:auto;
	margin-top:200px;
	background-image:url(../images/fond_alert_mylorraine.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:351px;
	height:170px;
	padding:50px 50px;
	z-index:1501;
}

div.texte_popup {
	color:#e2d6c7;
	font-size:86%;
	text-align:center;
}
div.texte_popup a{
	color:#e2d6c7;
	font-weight:bold;
	text-decoration:none;
}
div.texte_popup a:hover{
	color:#e2d6c7;
}

div.texte_popup input {
	height:22px;
	padding:0 5px;
	background-color:#8b7455;
	color:#e2d6c7;
	border:1px solid #4e4130;
}

div.texte_popup input:hover {
	color:#8b7455;
	border:1px solid #695439;
	background-color:#e2d6c7;
	cursor:pointer;
}

div.texte_popup h2{
	font-weight:bold;
	font-size:106%;
}

div#fermer_questionnaire {
	position:absolute;
	bottom:50px;
	right:50px;
	font-size:86%;
	color:#e2d6c7;
}

div#fermer_questionnaire a{
	text-decoration:none;
	color:#e2d6c7;
}

div#fermer_questionnaire a:hover {
	text-decoration:underline;
}


div#ne_plus_proposer {
	position:absolute;
	bottom:50px;
	left:50px;
	font-size:86%;
	color:#e2d6c7;
	vertical-align:middle;
}

div#ne_plus_proposer input {
	vertical-align:middle;
}

/*

ALERT MYLORRAINE

*/

div#panneau_alert_mylorraine {
	position:fixed;
	background-image:url(../images/blank.gif);
	background-repeat:repeat;
	background-position:0 0;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1300;
}

div#panneau_conteneur_alert_mylorraine {
	margin:auto;
	margin-top:200px;
	background-image:url(../images/fond_alert_mylorraine.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:351px;
	height:170px;
	padding:50px 50px;
	z-index:1500;
}

div.texte_alert {
	color:#ecddc9;
	font-size:86%;
	text-align:center;
}
div.texte_alert a{
	color:#ecddc9;
	font-weight:bold;
	text-decoration:none;
}
div.texte_alert a:hover{
	color:#695439;
}

input.bouton_confirm_alert_mylorraine {
	/*color:#ecddc9;*/
	background-color:transparent;
	text-align:center;
	font-weight:bold;
	margin:10px 0 0 0;
	border:0px;
	width:51px;
	/*height:34px;*/
	
	border:1px solid #4e4130;
	padding:2px 8px;
	font-size:86%;
	height:25px;
	color:#e8ddcf;
}

input.bouton_confirm_alert_mylorraine:hover {
	background-color:#e8ddcf;
	color:#8b7455;
	cursor:pointer;
}

input.bouton_confirm_alert_mylorraine:hover {
	color:#574834;
	cursor:pointer;
}

/* SUPPRESSION COMPTE */

input#bouton_suppression_compte {
	background-color:transparent;
	border:0px;
	background-image:url(../images/bouton_suppression_compte.png);
	width:180px;
	height:26px;
}
input#bouton_suppression_compte:hover {
	background-image:url(../images/bouton_suppression_compte-over.png);
	cursor:pointer;
}

/* CONTENU ALTERNATIF */

div.contenu_alternatif {
	color:transparent;
	visibility:hidden;
}


/* COULEURS DES THEMES */


.fond_orange {
	background-color:#ed7802;
}
.fond_brun {
	background-color:#b69973;
}

.fond_theme1 {
	background-color:#f0abc8;
}
.fond_theme2 {
	background-color:#449ea0;
}
.fond_theme3 {
	background-color:#363b8d;
}
.fond_theme4 {
	background-color:#a48a76;
}
.fond_theme5 {
	background-color:#c35e9c;
}
.fond_theme6 {
	background-color:#80ccdf;
}
.fond_theme7 {
	background-color:#b2c800;
}
.fond_theme8 {
	background-color:#8fba14;
}
.fond_theme9 {
	background-color:#ffd200;
}
.fond_theme10 {
	background-color:#549b36;
}
.fond_theme11 {
	background-color:#d00071;
}


.couleur_orange {
	color:#ed7802!important;
}
.couleur_theme1 {
	color:#f0abc8!important;
}
.couleur_theme2 {
	color:#449ea0!important;
}
.couleur_theme3 {
	color:#363b8d!important;
}
.couleur_theme4 {
	color:#a48a76!important;
}
.couleur_theme5 {
	color:#c35e9c!important;
}
.couleur_theme6 {
	color:#80ccdf!important;
}
.couleur_theme7 {
	color:#b2c800!important;
}
.couleur_theme8 {
	color:#8fba14!important;
}
.couleur_theme9 {
	color:#ffd200!important;
}
.couleur_theme10 {
	color:#549b36!important;
}
.couleur_theme11 {
	color:#d00071!important;
}




.couleur_clair_theme1 {
	color:#f8d5e4;
}
.couleur_clair_theme2 {
	color:#a2cfd0;
}
.couleur_clair_theme3 {
	color:#9b9dc6;
}
.couleur_clair_theme4 {
	color:#d2c5bb;
}
.couleur_clair_theme5 {
	color:#e1afce;
}
.couleur_clair_theme6 {
	color:#c0e6ef;
}
.couleur_clair_theme7 {
	color:#d9e480;
}
.couleur_clair_theme8 {
	color:#c7dd8a;
}
.couleur_clair_theme9 {
	color:#fff4c1;
}
.couleur_clair_theme10 {
	color:#aacd9b;
}
.couleur_clair_theme11 {
	color:#e880b8;
}


.border_clair_theme1 {
	background-color:#f8d5e4;
}
.border_clair_theme2 {
	background-color:#a2cfd0;
}
.border_clair_theme3 {
	background-color:#9b9dc6;
}
.border_clair_theme4 {
	background-color:#d2c5bb;
}
.border_clair_theme5 {
	background-color:#e1afce;
}
.border_clair_theme6 {
	background-color:#c0e6ef;
}
.border_clair_theme7 {
	background-color:#d9e480;
}
.border_clair_theme8 {
	background-color:#c7dd8a;
}
.border_clair_theme9 {
	background-color:#fff4c1;
}
.border_clair_theme10 {
	background-color:#aacd9b;
}
.border_clair_theme11 {
	background-color:#e880b8;
}







.border_theme1 {
	border-color:#f0abc8!important;
}
.border_theme2 {
	border-color:#449ea0!important;
}
.border_theme3 {
	border-color:#363b8d!important;
}
.border_theme4 {
	border-color:#a48a76!important;
}
.border_theme5 {
	border-color:#c35e9c!important;
}
.border_theme6 {
	border-color:#80ccdf!important;
}
.border_theme7 {
	border-color:#b2c800!important;
}
.border_theme8 {
	border-color:#8fba14!important;
}
.border_theme9 {
	border-color:#ffd200!important;
}
.border_theme10 {
	border-color:#549b36!important;
}
.border_theme11 {
	border-color:#d00071!important;
}

.clear {
	clear:both;
}
hr.hr_invisible {
	visibility:hidden;
	clear:both;
	height:2px;
	font-size:1px;
	margin:0;
	padding:0;
}


hr.separe_article {
	height:0px;
	background-color:transparent;
	color:transparent;
	border:0;
	line-height:0;
	margin:10px 0 ;
	border-bottom:2px dotted #b79c77;
}
