/*
Fichier CSS de mise en page

...

Auteurs: Jordy Dusautoir, Benjamin Danon, Jean-philippe Lannoy
*/

/*
============================================ Reset CSS ================================================
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/*
============================================ Général ==================================================
*/

body {
	color: #12394c;
	background: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: .8em;
}

a {
	color: #12394c;
}

p {
	font-size: 1em;
	margin: 8px;
}

h1 {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
}


.spacer {
	clear: both;
}

.cache {
	display: none;
}

body.progress {
	cursor: progress;
}

.obligatoire {
	font-weight: bold;
	color: #FF0000;
}

.outilsAdministration {
	background-color: #DDDDDD;
	padding: 5px;
}

.steal:hover {
	cursor: pointer;
}



/*
============================================ Styles spécifiques ==================================================
*/

/*
.underline {
	text-decoration: underline;
}

.nounderline {
	text-decoration: none;
}
*/
.iconeAide {
	margin: 3px;
	vertical-align: middle;
}







/*
======================================== Entête ========================================
<<<<<<< HEAD:public/css/style.css
*/

#l_entete_wrapper {
	background: #92b7d3 url(../images/fondEnteteHaut.jpg) repeat-x bottom;
	height: 110px;
}

#l_entete {
	position: relative;
	width: 970px;
	margin-left:auto;
	margin-right:auto;
	color: #fff;
	height: 110px;
}

.retourAccueil {
	position: absolute;
	top: .4em;
	left: 5em;
	font-size: .80em;
}

.retourAccueil a {
	color: #fff;
	text-decoration: none;
}

.retourAccueil a:hover {
	text-decoration: underline;
}

.logoOpalenews {
	position: absolute;
	top: 1.6em;
	left: 0em;
}

.bannierePub {
	position: absolute;
	top: 1.6em;
	left: 20em;
}

.webLocal {
	position: absolute;
	top: 6.8em;
	left: 4em;
}
/*
.cote-opale #l_entete {
	height: 110px;
}
*/
.cote-opale #l_entete {
	background: url('../images/bdv/cote-opale-haut.png') no-repeat bottom right;
}

.flandres #l_entete {
	background: url('../images/bdv/flandres-haut.png') no-repeat bottom right;
}

.grand-lille #l_entete {
	background: url('../images/bdv/grand-lille-haut.png') no-repeat bottom right;
}

.artois #l_entete {
	background: url('../images/bdv/artois-haut.png') no-repeat bottom right;
}

.hainaut #l_entete {
	background: url('../images/bdv/hainaut-haut.png') no-repeat bottom right;
}



/*
======================================== Menu géographique ========================================
*/

#l_menu_wrapper {
	background: #103649 url(../images/fondEnteteBas.png) repeat-x top;
	height: 58px;
}

#l_menu {
	width: 970px;
	margin-left:auto;
	margin-right:auto;
}

#l_menu a {
	color: #fff;
	text-decoration: none;
}

#l_menu .langues {
	float: left;
	padding: 10px 6px 0 51px;
}

#l_menu .langues li {
	padding: 4px 0;
}

#l_menu .compte {
	float: left;
	margin: 1px;
	padding: 5px;
	width: 200px;
	height: 36px;
	color: #fff;
	/*background: #47738e;*/
}

#l_menu .compte a:hover {
	text-decoration: underline;
}

#l_menu .compte .connexion, #l_menu .compte .inscription {
	text-align: center;
}

#l_menu .compte .connexion {
	padding-bottom: 8px;
}

#menuGeo {
	float: left;
	padding: 8px 0 0 35px;
	width: 500px;
}

#menuDpt {
	height: 24px;
}

#menuDpt .boutonDpt {
	display: block;
	float: left;
	padding: 4px 0;
}

#menuDpt .separateurADroite {
	border-right: 1px solid #5e8cab;
}

#menuDpt a {
	padding: 4px 18px;
	font-size: 15px;
	text-transform: uppercase;
}

/*#menuDpt .current a {
	font-weight: bold;
}*/

#menuGeo .menuArrondissements {
	margin: 4px 0 0 7px;
	height: 18px;
	display: none;
}

#menuGeo .boutonArrondissement {
	position: relative;
	float: left;
	padding: 3px 12px;
	/*font-style: italic;*/
	z-index: 5;
}

#menuGeo .boutonArrondissement a {
	color: #f5d417;
}

#menuGeo .boutonArrondissement a:hover {
	color: #fff;
}

#menuGeo .boutonArrondissement ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	width: 220px;
	padding: 10px 0;
	background: #103649;
	color: #A2C7E6;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
}

#menuGeo .boutonArrondissement ul li {
	position: relative;
	margin: 0 1px;
}

/* Correction pour IE6, mais pas pour IE Mac \*/
* html .boutonArrondissement ul li {height:1%;}
/* Fin de la correction */

#menuGeo .boutonArrondissement ul a {
	display: block;
	padding: 2px 11px;
	/*font-size: .85em;*/
}

/*
======================================== Menu BDV ========================================
*/

#menuBDV {
	position: relative;
	float: left;
	width: 160px;
	margin: 8px 0 0 30px;
}

	#menuBDV > ul {
		position: absolute;
		background-color: #09425D;
		color: #FFFFFF;
		font-size: 15px;
		width: 120px;
		z-index: 21;
		height: 24px;
		overflow: hidden;
	}

		#menuBDV > ul > li {
			position: relative;
			padding: 4px;
			height: 16px;
			border-bottom: solid 1px #5E8CAB;
			border-left: solid 1px #5E8CAB;
			border-right: solid 1px #5E8CAB;
		}

		#menuBDV > ul > li#elementEditions {
			border: none;
		}
	
		#menuBDV > ul > li#premierBDV  {
			border-top: solid 1px #5E8CAB;
		}
		
			#menuBDV > ul > li .bulleInfoBDV {
				position: absolute;
				padding: 3px;
				top: -1px;
				left: -168px;
				background-color: #5E8CAB;
				border: solid 1px #5E8CAB;
				color: #FFFFFF;
				width: 160px;
				font-size: 0.8em;
				z-index: 20;
				display: none;
			}

			#menuBDV > ul > li #flecheBas {
				margin-top: 1px;
				float: right;
			}

/*
======================================== Centre wrapper ========================================
*/

#l_centre_wrapper {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(../images/fondCentre.png) no-repeat top center;
}



/*
======================================== Colonne de gauche ========================================
*/

#l_colonneGauche {
	float: left;
	width: 150px;
	padding: 10px 2px 240px;
	background: #f9f9f9 url(../images/photographesses.jpg) no-repeat bottom;
}

#l_colonneGauche a {
	text-decoration: none;
}

#l_colonneGauche a:hover {
	text-decoration: underline;
}

#l_colonneGauche #recherche {
	margin-bottom: 10px;
	font-size: .85em;
}

#l_colonneGauche #l_nomSection {
	font-size: 11px;
	margin: 3px;
	margin-bottom: 8px;
}

	#l_colonneGauche #l_nomSection a {
		text-decoration: underline;
	}

#l_colonneGauche #recherche label {
	display: block;
	margin-bottom: 2px;
}

#l_colonneGauche #input-recherche {
	width: 118px;
	border: 2px inset #84a0ae;
}

#l_colonneGauche #recherche .submit {
	width: 22px;
	padding: 1px 0;
	color: #f5d417;
	background: #09425d;
	border: 0;
}

#l_colonneGauche #nav-menu {
	line-height: 19px;
}

#l_colonneGauche #nav-menu li img {
	padding-left: 5px;
}

#l_colonneGauche .menu {
	padding-bottom: 15px;
	font-size: .9em;
	line-height: 18px;
}

#l_colonneGauche .nav-menu2 {
	margin-left: 23px;
}

#l_colonneGauche .evenement .nav-menu2 {
	list-style: url(../images/list-style-evenements.png);
}

#l_colonneGauche .annuaire .nav-menu2 {
	list-style: url(../images/list-style-annuaires.png);
}

#l_colonneGauche .plus .nav-menu2 {
	list-style: url(../images/list-style-plus.png);
}

#l_colonneGauche .nav-menu2 ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 200px;
	width: 200px;
	list-style-image: none;
	border: 1px solid #dfe5e9;
	z-index: 10;
}

#l_colonneGauche ul.nav-menu3 {
	left: 127px;
	background: #f2f2f2;
}

#l_colonneGauche ul.nav-menu4 {
	background: #eaeaea;
}

#l_colonneGauche ul.nav-menu5 {
	background: #e2e2e2;
}

#l_colonneGauche .nav-menu2 li {
	position: relative;
	padding: 0;
	line-height: 19px;
	z-index: 5;
}

#l_colonneGauche .nav-menu2 a {
	display: inline-block;
}

#l_colonneGauche .nav-menu2 a {
	display: block;
	position: relative;
	padding: 0 5px;
	font-weight: bold;
}

/* Correction pour IE6, mais pas pour IE Mac \*/
* html #l_colonneGauche .nav-menu2 li {float:left;height:1%;}
* html #l_colonneGauche .nav-menu2 a {height:1%;}
/* Fin de la correction */

#l_colonneGauche .evenement .nav-menu2 li.actif a, #l_colonneGauche .evenement .nav-menu2 ul.nav-menu3 li.actif a {
	color: #f9f9f9;
	background: #7ea076;
}

#l_colonneGauche .annuaire .nav-menu2 li.actif a, #l_colonneGauche .annuaire .nav-menu2 ul.nav-menu3 li.actif a, #l_colonneGauche .annuaire .nav-menu2 ul.nav-menu3 ul.nav-menu4 li.actif a, #l_colonneGauche .annuaire .nav-menu2 ul.nav-menu3 ul.nav-menu4 ul.nav-menu5 li.actif a {
	color: #f9f9f9;
	background: #57717f;
}

#l_colonneGauche .evenement .nav-menu2 li.hover a, #l_colonneGauche .evenement .nav-menu2 ul.nav-menu3 li.hover a {
	color: #f9f9f9;
	background: #48793d;
}

#l_colonneGauche .annuaire .nav-menu2 li.hover a, #l_colonneGauche .annuaire .nav-menu2 ul.nav-menu3 li.hover a, #l_colonneGauche .annuaire .nav-menu2 ul.nav-menu3 ul.nav-menu4 li.hover a, #l_colonneGauche .annuaire .nav-menu2 ul.nav-menu3 ul.nav-menu4 ul.nav-menu5 li.hover a {
	color: #f9f9f9;
	background: #103649;
}

#l_colonneGauche .evenement a, #l_colonneGauche .evenement .nav-menu2 li a, #l_colonneGauche .evenement .nav-menu2 ul.nav-menu3 li a {
	color: #48793d;
	background: transparent;
}

#l_colonneGauche .annuaire a, #l_colonneGauche .annuaire .nav-menu2 li a, #l_colonneGauche .annuaire .nav-menu2 ul.nav-menu3 li a, #l_colonneGauche .annuaire .nav-menu2 ul.nav-menu3 ul.nav-menu4 li a, #l_colonneGauche .annuaire .nav-menu2 ul.nav-menu3 ul.nav-menu4 ul.nav-menu5 li a {
	color: #103649;
	background: transparent;
}

#l_colonneGauche .evenement ul a:hover {
	color: #f9f9f9;
	background: #48793d;
	text-decoration: none;
}

#l_colonneGauche .plus a {
	color: #666;
	background: transparent;
}

#l_colonneGauche .annuaire ul a:hover {
	color: #f9f9f9;
	background: #103649;
	text-decoration: none;
}

#l_colonneGauche .plus ul a:hover {
	color: #f9f9f9;
	background: #666;
	text-decoration: none;
}

#l_colonneGauche .nav-menu3 a {
	padding-right: 15px;
}

#l_colonneGauche .nav-menu3 a span {
	position: absolute;
	right: 4px;
}

#l_colonneGauche .proposer {
	margin-left: 25px;
	line-height: 16px;
}

#l_colonneGauche .proposer a {
	padding: 5px;
	display: block;
}

#opalenews-cest {
	margin: 10px;
	color: #4c4c4c;
}

#opalenews-cest img {
	margin-bottom: 8px;
}

#opalenews-cest div {
	margin-left: 6px;
}

#miseajour {
	font-size: 11px;
	font-style: italic;
}



/*
======================================== Centre ========================================
*/

#l_centre {
	float: left;
	width: 610px;
	padding: 30px 20px 30px 24px;
}

.messages {
	margin: 15px 0;
	padding: 5px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	font-weight: bold;
	text-align: center;
}



/*
======================================== Colonne de droite ========================================
*/

#l_colonneDroite {
	float: right;
	width: 160px;
	padding-top: 5px;
}



/*
======================================== Bas de page ========================================
*/

#l_bas {
	margin-left: auto;
	margin-right: auto;
	width: 610px;
	padding: 30px 20px;
	color: #acacac;
	font-size: 11px;
	line-height: 16px;
	clear: both;
}

#l_bas a {
	color: #acacac;
}

#l_bas strong {
	color: #646464;
	font-weight: normal;
}



/*
======================================== Liste de contenu ========================================
*/

.fil_ariane {
	margin-bottom: 20px;
	color: #666;
	font-size: 11px;
}

.fil_ariane a {
	color: #666;
}

#l_centre h1.evenement, #l_centre h1.adresse, #l_centre h1.une {
	display: inline;
	padding-right: 20px;
}

.voir_autre_contenu {
	display: inline;
	line-height: 20px;
	white-space: nowrap;
}

.resultats-paginator {
	margin: 8px;
	margin-top: 15px;
}

.pagination {
	line-height: 1.4em;
}

.pagination a, .pagination strong {
	padding: .2em .3em;
}

.pagination a:hover {
	color: #fff;
	background: #12394c;
	text-decoration: none;
}

/*
======================================== Fiche de contenu ========================================
*/

.fiche {
	margin: 20px 0;
	line-height: 17px;
}

	.addinto {
		margin-top: 5px;
		float: right;
	}

#l_centre .fiche h1, .liste_fiches .fiche h2 {
	height: 23px;
	margin: 0;
	padding: 3px 0 0 55px;
	font-size: 17px;
	font-weight: normal;
	overflow: hidden;
}

.fiche.evenement h1, .liste_fiches .fiche.evenement h2 {
	background: url(../images/logo-evenements.png) no-repeat 10px bottom;
}

.fiche.adresse h1, .liste_fiches .fiche.adresse h2 {
	background: url(../images/logo-adresse.png) no-repeat 10px bottom;
}

.fiche h1 a, .liste_fiches .fiche h2 a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

.fiche.evenement h1, .liste_fiches .fiche.evenement h2 a {
	color: #84ae39;
}

#l_centre .fiche h1.titre_soustitre, #l_centre .fiche h2.titre_soustitre {
	height: 35px;
}

#l_centre .fiche span.soustitre {
	font-size: .7em;
	display: block;
}

.fiche_cadre {
	width: 610px;
	border: 1px solid #ccc;
}

.fiche_cadre_ext .agenda_exterieur>a>img {
	float: left;
	margin: 10px;
}

.fiche_cadre_ext .agenda_exterieur p {
	padding: 10px;
}

.evenement .fiche_cadre {
	color: #39411e;
	background: #f9f9f9 url(../images/fondFicheEvenement.png) repeat-y top right;
	border-color: #84ae39;
}

.evenement .fiche_cadre_nonpublie {
	color: #39411e;
	background: #CCCCCC;
	border-color: #84ae39;
}

.evenement .fiche_cadre_ext {
	color: #39411e;
	background: #F9F9F9;
	border-color: #84ae39;
	padding: 10px;
	width: 590px;
	border: 1px solid #ccc;
}

.adresse .fiche_cadre {
	color: #09425d;
	background: #f9f9f9 url(../images/fondFicheAnnuaire.png) repeat-y top left;
	border-color: #09425d;
}

.evenement .fiche_cadre a {
	color: #85b530;
}

.adresse .fiche_cadre a {
	color: #09425d;
}

.fiche_contenu {
	width: 410px;
	padding: 10px;
}

.evenement .fiche_contenu {
	float: right;
}

	.evenement .fiche_contenu .fiche_voter, .fiche_voter_gris {
		float: right;
		width: 39px;
		height: 39px;
		text-align: center;
		cursor: pointer;
		background-image: url('../images/voterEv.png');
	}
	
	.fiche_voter_gris {
		background-image: url('../images/voterEvGris.png');
	}
	
	.evenement .fiche_contenu .fiche_etoile_une {
		float: right;
		width: 16px;
		height: 16px;
		margin-right: 10px;
	}

.adresse .fiche_contenu {
	float: left;
}

.fiche_colonne {
	padding: 10px;
}

	.fiche_colonne #motsCles {
		margin: 10px 0 10px 0;
	}

.evenement .fiche_colonne {
	width: 170px;
}

	.evenement .fiche_colonne #pubMinisky {
		margin: 10px 0;
		text-align: center;
	}

.adresse .fiche_colonne {
	margin-left: 430px;
}

/* Correction pour IE6, mais pas pour IE Mac \*/
* html .fiche_colonne {padding: 5px;}
* html .evenement .fiche_colonne {width:156px;}
/* Fin de la correction */
html* .evenement .fiche_colonne {width:156px;}

.fiche_photo {
	margin-bottom: 10px;
}

.fiche_photos {
	margin-top: 20px;
}

.fiche_photos img {
	padding: 5px 0;
}

.evenement .fiche_dates {
	font-size: 16px;
	font-weight: bold;
}

.adresse .fiche_categories {
	margin-top: 15px;
	font-weight: bold;
}

.fiche_infos {
	overflow: hidden;
	font-size: 14px;
}

.fiche_adresse {
	width: 60%;
	float: left;
}

.fiche_description, .fiche_details, .fiche_pied {
	margin-top: 15px;
}

.fiche_pied {
	text-align: center;
}

.fiche_redacteur {
	margin-top: 20px;
	font-size: 80%;
	text-align: right;
	font-style: italic;
}

.fiche_pageweb {
	margin-top: 20px;
}

	.fiche_pageweb h2 {
		margin-top: 10px;
		font-size: 14px;
	}

	.fiche_pageweb ul {
		list-style: disc inside;
		margin-left: 15px;
	}

.fiche_plus_dinfo {
	float: right;
}

.fiche_plus_dinfo div {
	float: left;
	margin: 5px 0 0 5px;
	padding: 5px;
}

	.fiche_plus_dinfo .fiche_gestion {
		position: relative;
		font-weight: bold;
	}
	
	.fiche_plus_dinfo .fiche_gestion.over {
		background-color: #DDDDDD;
	}
	
		.fiche_plus_dinfo .fiche_gestion ul {
			position: absolute;
			left: 0;
			list-style-type: disc;
			list-style-position: inside;
			padding: 8px;
			background-color: #DDDDDD;
			width: 120px;
			display: none;
		}

	.fiche_plus_dinfo .fiche_plus_dinfo_lien {
		font-weight: bold;
	}



/* ============================== Vue de la une ============================ */

.carte-departements, .carte-departements object {
	margin: 20px 0;
}

div.une {
	margin: 15px 0 25px;
	color: #39411e;
	border: 1px solid #85b530;
}

.une_menu {
	float: left;
	width: 230px;
	height: 300px;
	padding-bottom: 10px;
	background: #dae9a3 url(../images/fondUneMenu.png) repeat-x;
}

.une_menu h2 {
	margin: 12px 0 4px 10px;
	font-size: 14px;
	font-style: italic;
}

.une_menu li {
	position: relative;
}

.une_menu ul.selection-internautes span {
	position: absolute;
	right: 190px;
	width: 40px;
	text-align: right;
}

.une_menu li a {
	display: block;
	padding: 5px;
	outline: 0;
	color: #39411e;
}

.une_menu ul.a-la-une a {
	padding-left: 45px;
	background: url(../images/puce-une.png) no-repeat 29px 7px;
}

.une_menu ul.selection-internautes a {
	padding-left: 45px;
}

.une_menu li a.active {
	background: #f7fded;
	background-image: none;
}

.une_menu li a:hover {
	background: #f7fded url(../images/fondUneMenuLi.png) no-repeat bottom left;
}

.une_menu a, .une_contenu h3 a {
	text-decoration: none;
}

/* Correction pour IE6, mais pas pour IE Mac \*/
* html .une_menu li {float:left;height:1%;}
* html .une_menu a {height:1%;}
/* Fin de la correction */

.une_contenu_wrapper {
	float: left;
	width: 348px;
	padding: 0 15px;
	background: #f7fded;
}

.une_navigation a {
	display: block;
	margin: 5px 16px;
	outline: 0;
}

.une_precedent {
	padding: 4px 0 12px;
}

.une_suivant {
	padding: 12px 0 4px;
}

.une_contenu {
	height: 230px;
	overflow: hidden;
}

.une_contenu li {
	height: 235px;
	overflow: hidden;
}

.evenement .une_contenu a {
	color: #85b530;
}

.une_infos {
	float: right;
	width: 240px;
	line-height: 18px;
}

.une_infos h3 {
	font-size: 18px;
}

.une_photo {
	width: 100px;
	text-align: right;
}

.une_date {
	font-size: 14px;
	font-weight: bold;
}

.une_description {
	font-size: 14px;
	line-height: 16px;
}

.une_description p {
	margin: 10px 0;
}

.une_suite {
	font-weight: bold;
	text-align: right;
}



/*
======================================== Liens sponsorisés ========================================
*/

.lstableauconteneur160x600 {
	line-height: 15px;
}

.lstableauconteneur160x600 td {
	padding: 0 3px;
	vertical-align: middle;
	text-align: left;
}

.lstrcontenuhaut160x600 {
	font-size: 11px;
}

.lstitre {
	font-weight: bold;
}

.lstexte {
	color: #000000;
}

.lslien {
	color: #48793D;
	font-size: 11px;
}



/*
======================================== Vue rédiger événement ========================================
*/

#v_rediger_evenement_table {
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}

#v_rediger_evenement_table td {
	border: solid 1px #CCCCCC;
	padding: 10px;
}

#v_regider_evenement_villes_trouvees_titre, #v_regider_evenement_villes_choisies_titre {
	float: left;
	width: 195px;
	font-weight: bold;
	margin-bottom: 4px;
}

#v_regider_evenement_villes_trouvees, #v_regider_evenement_villes_choisies {
	float: left;
	width: 195px;
}

#v_regider_evenement_ent_trouvees_titre {
	font-weight: bold;
	width: 280px;
}

#v_regider_evenement_villes_trouvees a, #v_regider_evenement_villes_choisies a, #v_regider_evenement_ent_trouvees a {
	line-height: 1.3;
}

#fileQueue {
	padding: 5px;
}

.v_regider_evenement_image_choisie {
	text-align: center;
	width: 110px;
	float: left;
	margin: 3px;
}

.v_regider_evenement_dates {
	margin-left: 15px;
	margin-bottom: 15px;
}

.arborescence ul {
	display: none;
	padding: 0 0 5px 20px;
}

.arborescence a {
	padding: 0 6px;
	font-size: 16px;
	cursor: pointer;
}

/* ===================================== Proposer un événement ================================= */

.listeClassique {
	list-style: disc outside;
	margin: 20px;
}

	.listeClassique li {
		padding: 5px;
	}
a.thumbnail{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;cursor:url(../images/zoomimage.zoomin.cur),default}a.thumbnail.active{cursor: url(../images/zoomimage.zoomout.cur),default;}a.thumbnail img{border:0}.zoomimage {position:absolute;display:none;z-index:5000;outline:none;cursor:url(../images/zoomimage.zoomout.cur),default}.zoomimage_focused{z-index:51000}.zoomimage_s {position:absolute;top:0;left:0;height:100%;width:100%;display:none}.zoomimage_st{position:absolute;top:0;left:0;width:100%;height:6px;overflow:hidden}.zoomimage_stl{position:absolute;top:0;left:0;width:6px;height:6px;overflow:hidden;background:transparent url(../images/zoomimage.shadow.png) no-repeat scroll 0 0}.zoomimage_stc{overflow:hidden;height:6px;margin:0 6px;background:transparent url(../images/zoomimage.shadow.png) repeat-x scroll 0 -30px}.zoomimage_str{position:absolute;top:0;right:0;width:6px;height:6px;overflow:hidden;background:transparent url(../images/zoomimage.shadow.png) no-repeat scroll 0 -18px}.zoomimage_sc{position:absolute;top:6px;width:100%;left:0;overflow:hidden}.zoomimage_scl{position:absolute;overflow:hidden;top:0;left:0;height:100%;width:6px;background:transparent url(../images/zoomimage.shadow-lr.png) repeat-y scroll 0pt}.zoomimage_scr{position:absolute;overflow:hidden;right:0;top:0;height:100%;width:6px;background:transparent url(../images/zoomimage.shadow-lr.png) repeat-y scroll -6px 0pt}.zoomimage_scc{margin:0 6px;height:100%;background:transparent url(../images/zoomimage.shadow-c.png);overflow:hidden}.zoomimage_sb{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:6px}.zoomimage_sbl{position:absolute;overflow:hidden;width:6px;height:6px;left:0;top:0;background:transparent url(../images/zoomimage.shadow.png) no-repeat scroll 0pt -12px}.zoomimage_sbc{height:6px;overflow:hidden;margin:0 6px;background:transparent url(../images/zoomimage.shadow.png) repeat-x scroll 0pt -36px}.zoomimage_sbr{position:absolute;overflow:hidden;width:6px;height:6px;right:0;top:0;background:transparent url(../images/zoomimage.shadow.png) no-repeat scroll 0pt -6px}.zoomimage img{position:absolute;top:6px;left:6px;display:none;border:20px solid #000}.zoomimage_caption{position:absolute;background-color:#fff;color:#000;width:100%}.zoomimage_caption p{padding:10px;margin:0;font-size:11px;font-weight:bold}.zoomimage_loading{background-image:url(../images/ajax-loader.gif);background-repeat:no-repeat;background-position:center;height:100%;position:absolute;background-color:#fff;width:100%;top:0;left:0}.zoomimage_move{cursor:move}.zoomimage_controls{position:absolute;background:#fff;height:30px;overflow:hidden}.zoomimage_prev{background:#fff url(../images/zoomimage.prev.gif) no-repeat center;width:39px;height:29px;position:absolute;bottom:1px;left:10px}.zoomimage_next{background:#fff url(../images/zoomimage.next.gif) no-repeat center;width:39px;height:29px;position:absolute;bottom:1px;right:10px}
/* Boite de dialogue Boxy */

.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }
/* Modal */
.boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; width: 100%; }
/* Border */
.boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
	
	.boxy-wrapper .top-left { background: url('../images/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('../images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('../images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('../images/boxy-sw.png'); }
	
	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */
	.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-sw.png'); }
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: #103649; padding: 6px; position: relative; }
		.boxy-wrapper .title-bar.dragging { cursor: move; }
			.boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
			.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }
/* Formulaire */
.formulaire-contact {
	width: 600px;
}
.formulaire-contact p {
	margin-bottom: 15px;
	line-height: 16px;
}
.formulaire-contact li {
	padding: 4px 0;
	line-height: 22px;
}
.formulaire-contact label {
	float: left;
	width: 140px;
	padding-right: 6px;
	text-align: right;
}
.formulaire-contact .input-text {
	width: 250px;
}
.formulaire-contact textarea {
	width: 400px;
	height: 200px;
}
.formulaire-contact .form-actions {
	margin-left: 146px;
}
