/*
couleur 1 : #62CFCF (fond)
couleur 2 : #78A1D3 (bleu pâle)
couleur 3 : #0197DC (orange)
*/

/* ELEMENTS HTML */

* {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.2em;
}

body {
	font-family: "Trebuchet MS", Arial, Verdana, Geneva, helvetica, sans-serif;
	background: #313131 url(images/interface/fond.png) no-repeat 50% 0%;
	font-size: 0.75em;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	text-align: justify;
}

img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

p {
	margin-bottom: 8px;
}

input, option, select, textarea {
	font-family: "Trebuchet MS", Arial, Verdana, Geneva, helvetica, sans-serif;
}

li {
	margin-left:40px;
	list-style-type:disk;
	list-style-position: outside;
}

#all {
	width: 970px;
	margin: 0 auto;
	color: #fff;
}

/* TITRES */
h1 {
	font-size: 1.4em;
	color: #fff;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.3em;
	color: #fff;
	margin-bottom: 12px;
}

h2.blanc {
	color: white;
}

h3 {
	font-size: 1.2em;
	color: #fff;
	margin-bottom: 4px;
}

h4 {
	font-size: 1.1em;
}

h4.date {
	font-size: 12px;
	color: #fff;
}

/* FIN TITRES */ 

/* FORMULAIRES */
select {
	border: 1px #7D0B03 solid;
	margin: 2px;
	font-size: 0.9em;
	color: #000;
}

textarea {
	border: 1px #7D0B03 solid;
	font-size: 1em;
	padding: 2px;
}

option {
	font-style: italic;
	color: #7D0B03;
}

input {
	border: 1px #7D0B03 solid;
	padding: 2px;
	font-size: 1em;
}
/* FIN FORMULAIRES */

hr {
	width: 80%;
	color: #62CFCF;
	background: #62CFCF;
	height: 1px;
	border: 0;
	margin: 12px auto;
	text-align: center;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

caption {
	color: #fff;
}

table {
	width: 100%;
}

/* FIN ELEMENTS HTML */


/*************************/
/*     PLAN DU SITE		  /
/*************************/
#plan {
	text-align: left;
	margin-left:50px;
}

#plan li {margin-left: 4px;}
#plan li.menu {line-height:2em;}

/*************************/
/*   FIN - PLAN DU SITE   /
/*************************/

/* DIVISIONS GENERALES */

div#haut {
	width: 				970px;
	height: 			382px;
	overflow: 			hidden;
}

div#bandeau-haut {
	background: 		#313131 url(images/interface/fond-bandeau-haut.png) no-repeat;
	width:				970px;
	height:				111px;
	overflow:			hidden;
}

div#menu {
	background: 		#313131 url(images/interface/fond-menu.png) no-repeat;
	width:				261px;
	height:				250px;
	overflow:			hidden;
	float:				left;
}

div#animflash {
	background-color:	#313131;
	width:				700px;
	height:				250px;
	overflow:			hidden;
	float:				left;
}

div#animflash-droite {
	background: 		#313131 url(images/interface/fond-animflash-droite.png) no-repeat;
	width:				9px;
	height:				250px;
	overflow:			hidden;
	float:				left;
}

div#bandeau-bas {
	background: 		#313131 url(images/interface/fond-bandeau-bas.png) no-repeat;
	width:				970px;
	height:				21px;
	overflow:			hidden;
	clear:				both;
}

div#corps {
	/*background: 		#313131 url(images/interface/fond-corps.png);*/
	width: 				970px;
	overflow: 			hidden;
}

div#edito {
	background: 		url(images/interface/fond-edito.png) repeat-y;
	width:				467px;
	height:				358px;
	overflow:			hidden;
	float:				left;
}

div#edito-contenu {
	background: 		#333333 url(images/interface/fond-edito-contenu.png) no-repeat 0% 0%;
	/*_background:		none;
	_filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/fond-edito-contenu.png', sizingMethod='image');*/
	width:				427px;
	height:				308px;
	margin-top:			0;
	margin-left:		0;
	padding:			50px 20px;
}

div#recherche-accueil {
	background-color:	#333;
	width:				221px;
	height:				308px;
	overflow:			hidden;
	float:				left;
}

div#fond-recherche-accueil {
	background: 		url(images/interface/fond-recherche-accueil.png) no-repeat 0% 0%;
	/*_background:		none;
	_filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/fond-recherche-accueil.png', sizingMethod='image');*/
	width:				221px;
	height:				308px;
	margin-top:			0;
	margin-left:		0;
	padding:			50px 0 0 0;
}

div#flash-infos{
	background: 		url(images/interface/fond-flash-infos.png) no-repeat 0% 0%;
	width:				282px;
	overflow:			hidden;
	float:				left;
	height:				308px;
	margin:				0;
	padding:			50px 0 0 0;
}

div#fond-flash-infos {
	background: 		url(images/interface/fond-flash-infos.png) no-repeat 0% 0%;
	/*_background:		none; 
	_filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/fond-flash-infos.png', sizingMethod='image');*/
	width:				282px;
	height:				308px;
	margin-top:			0;
	margin-left:		0;
	padding:			50px 0 0 0;
	overflow:			hidden;
}

div#bas-accueil, div#bas {
	background-color:	none;
	width: 				970px;
	height: 			89px;
	color: 				white;
}

div#bas-accueil {
	background: 		url(images/interface/fond-bas-accueil.png) no-repeat 0% 0%;
}

div#bas {
	background: 		url(images/interface/fond-bas.png) no-repeat 0% 0%;
}

div#gauche {
	float: left;
	width: 204px;
	color: white;
}

div#principale {
	background-color:	#333333;
	float: 				left;
	display: 			inline;
	width: 				970px;
	padding-right: 		0px;
}

div.principal {
	background: 		#333333 url(images/interface/fond-principal.png) no-repeat 0% 0%;
	width: 				749px;
	height:				462px;
	float: 				left;
	margin:				0;
	padding-bottom:		50px;
	overflow-x:			hidden;
}

html>body .principal {
	height: 			auto;
	min-height: 		462px;
} 

div#secondaire {
	float: 				left;
	width: 				221px;
	margin:				0;
	overflow-x:			hidden;
}

div#fond-secondaire {
	background:			#333333 url(images/interface/fond-secondaire.png) no-repeat 0% 0%;
	width:				221px;
	height:				462px;
	padding-top:		50px;
	margin:				0;
}

html>body #fond-secondaire {
	height: 			auto;
	min-height: 		462px;
}

ul.menu {
	width:				185px;
	padding: 			17px 0 0 0px;
}

ul.menu li {
	list-style-type: 	none;
	margin-left:		38px;
}

ul#menu-bas {
	width: 970px;
	padding-top: 35px;
	text-align: center;
	margin-bottom: 16px;
}

ul#menu-bas li {
	list-style-type: none;
	display: inline;
	margin: 0 4px;
}

#lien-url a {
	height: 40px;
	display: block;
	position: absolute;
	margin: auto 0;
	padding-top: 130px;
	width: 1000px;
	text-align: center;
}

#contenu {
	width: 1000px;
	background: url(images/interface/fond-contenu.gif) repeat-y;
	overflow: hidden;
}

/* FIN DIVISIONS GENERALES */

/* ELEMENTS COMMUNS */

img.png, .png, input.png {
	background-image: expression(
	this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/interface/transparent.gif");
	border:0;
}

img.puce {
	vertical-align: middle;
}

h1#titre-page {
	background: 		url(images/interface/titre-vide.png) no-repeat;
	height: 			25px;
	width: 				708px;
	color: 				#fff;
	font-size: 			1.4em;
	padding-left: 		48px;
	padding-top: 		4px;
	margin: 			20px 0 0 18px;
}

.rouge {
	color: #62CFCF;
}

a.lien-blanc, a.lien-blanc:hover, .blanc {
	color: white;
}

a.lien-ok, a.lien-ok:hover, .ok {
	color: #fff;
}

a.lien-bleu, a.lien-bleu:hover, .bleu {
	color: #3d3d3d;
}

a.lien-rouge, a.lien-rouge:hover, .rouge {
	color: #c00;
}

.ligne-impaire {
	background: white;
	min-height: 18px;
	height: 18px;
	line-height: 18px;
}

div[class] .ligne-impaire {
	background: white;
	line-height: 18px;
	height: auto;
}

.ligne-paire {
	line-height: 18px;
	background: #ebebeb;
	min-height: 18px;
	height: 18px;
}

div[class] .ligne-paire {
	line-height: 18px;
	background: #ebebeb;
	height: auto;
}

#chemin {
	margin-bottom: 16px;
}

#chemin a, #chemin a:hover {
	color: #fff;
}

.droite {
	text-align: right;
}

.overflowed {
	overflow: hidden;
}

p.change-page {
	padding-top: 10px;
	text-align: center;
}

.in-form {
	border: 2px #62CFCF solid;
	background: #c29292;
	padding: 2px;
}

.input-sans-bordure {
	border: 0;
	padding: 0;
}

.input_focus {
	border: solid 2px #3d3d3d;
	background: #777;
	color: white;
	padding: 1px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.marge-bas {
	margin-bottom: 20px;
}

.lire-la-suite {
	color: #0197DC;
}

p.voir-tous {
	background:			url(images/interface/fond-flash-suite.png) no-repeat;
	width:				282px;
	height:				33px;
	text-align: 		center;
	padding-right: 		8px;
	padding-top: 		3px;
	padding-bottom: 	3px;
	font-size: 			1em;
	font-weight: 		bold;
	margin-top:			20px;
}

.date {
	font-weight: bold;
	font-style: italic;
}

.nodeco {
	text-decoration:	none;
}

.vamiddle {
	vertical-align:		middle;
}

.sansbordure {
	border: 0;
}

#conteneur-separateur {
    width: 450px;
}

.separateur {
	width: 350px;
	height: 11px;
	margin: 0 auto;
	background: url(images/interface/separateur.jpg) repeat-x;
}

/*.avertissement {
	width:				200px;
	height:				18px;
	background-color:	#fff;
	color:				red;
	font-weight:		bold;
	margin-left:		450px;
	padding:			5px;
	text-align:			center;
}*/

.avertissement {
	width:				200px;
	height:				18px;
	color:				#fff;
	font-weight:		bold;
	margin:				15px 0 0 450px;
	padding:			5px;
	text-align:			center;
}

/* FIN ELEMENTS COMMUNS */




/* CONTENU MODULES */

#titre_dynamique {
    background: white;
    text-align: center;
    color: #62CFCF;
    font-weight: bold;
    margin-left: 36px;
    margin-bottom: 20px;
}

/* FIN CONTENU MODULES */




/* CORPS */

#corps-gauche {
	width: 320px;
	float: left;
	margin-right: 10px;
}

#corps-droite {
	width: 320px;
	float: left;
	margin-left: 10px;
}

#module-accueil {
	width: 320px;
}

.titre-module-accueil {
	width: 320px;
	padding-top: 1px;
	height: 26px;
	background: url(images/interface/fond-titre-module-accueil.gif) no-repeat;
	text-align: center;
	margin-bottom: 0px;
	color: #fff;
}

.contenu-module-accueil {
	width: 312px;
	padding: 4px;
	overflow: hidden;
	background: url(images/interface/fond-contenu-module-accueil.gif) repeat-y;
}

.bas-module-accueil {
	height: 4px;
	background: url(images/interface/bas-module-accueil.gif) top no-repeat;
	margin-bottom: 30px;
}

/* FIN CORPS */




/* MOTEUR DE RECHERCHE */

#ConteneurMoteur {
	position: absolute;
    width: 185px;
    height: 73px;
    margin-top: 4px;
	margin-left: 16px;
    /*padding: 30px 0px 0px 24px;*/
    float: left;
    overflow: hidden;
}

#MoteurTitreConteneur {
    color: white;
    text-align: left;
    font-weight: bold;
    padding-left: 5px;
	padding-top: 2px;
}

#MoteurFormInputConteneur {
    background: url(images/interface/champ_recherche.gif) no-repeat;
    width: 143px;
    height: 28px;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 0px;
    float: left;
}

#MoteurFormInput {
	width: 183px;
	overflow: hidden;
}

.MoteurFormInput {
    border: 0px;
    text-align: left;
    margin: 0px 0 0 6px;	font-size: 12px;
}

#MoteurFormSubmitConteneur {
    width: 30px;
    height: 28px;
    float: left;
	margin-top: -2px;
}

.MoteurFormSubmit {
    border: 0px;
}

#searchForm{float:right;z-index:1000;padding:0px;margin:0px;margin-right:40px;display:none}

#searchEngine_selected{padding:4px 0px;width:16px;text-align:center;float:left;text-align:right;cursor:pointer}

#searchEngine_options{background:#FFF;width:70px;position:absolute;z-index:1000;top:30px;left:4px;display:none;border:#CCC 1px solid}

#searchEngine_options div{background-image:url(http://css.pageflakes.com/App_Themes/common/GYM_icon.gif);background-repeat:no-repeat;border:#666 0px solid;padding:5px;padding-left:0px;cursor:pointer;color:#333}

#searchEngine_options div img{height:10px;width:22px}

#searchEngine_google{background-position:3px -56px}

#searchEngine_msn{background-position:3px -26px}

#searchEngine_yahoo{background-position:3px 4px}

.searchFormOptionOver{border:#666 1px solid}

.searchFormOptionOut{border:#666 0px solid}

.searchFormEngineOver{background-color:#ccc}

.searchFormEngineOut{background-color:#FFF}

#searchFormSubmit{padding-left:5px}

#searchFormText{width:128px;margin:1px 0px 0px 7px;border:0px solid #fff;background:transparent none;vertical-align:bottom}

#searchEngine_selector{margin-left:0px;margin-top:10px;cursor:pointer;float:right;width:8px;height:10px}

/* FIN MOTEUR DE RECHERCHE */




/* TEXTE DEFILANT */

.Info {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}

.Info a, .Info a:hover {
}

.ejs_scroll {
	font-family: Verdana;
	text-decoration: none;
}

.ejs_scroll:hover {
	font-family: Verdana;
	text-decoration: none;
}

/* FIN TEXTE DEFILANT */




/* BANNIERE */

#banniere {
	width: 474px;
	height: 66px;
	background: #62CFCF;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
}

.banniere {
	width: 468px;
	height: 60px;
	padding: 3px;
	background: #df6c6c;
}

/* FIN BANNIERE */




/* MODULES */



/* MODULE ACTUALITES */

div.actu {
	float: left;
	display: inline;
	width: 45%;
	margin: 6px 12px 0;
}

p.titre-flash {
	color: #fff;
}

p.voir-toutes-actualites {
	text-align: right;
	padding-right: 24px;
	padding-top: 6px;
	font-size: 1.1em;
	background: url(images/interface/fond-voir-toutes-actualites.png) no-repeat;
	_background: none; /* IE6 */ 
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/fond-voir-toutes-actualites.png', sizingMethod='image'); /* IE6 */
	height: 23px;
	font-weight: bold;
	overflow: hidden;
	clear: left;
}

/* FIN MODULE ACTUALITES */



/* MODULE FLASH-INFOS */

p.titre-flash {
	color: #fff;
}

/* FIN MODULE FLASH-INFOS */



/* MODULE GALERIE */

p.image-galerie {
	text-align: center;
}

hr.galerie {
	color: #62CFCF;
	height: 1px;
	clear: both;
	border: 0;
	background-color: #62CFCF;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px; 
}

div.galerie-overflowed {
	overflow: hidden;
	margin: 20px auto 10px auto;
	text-align: center;
}

h1.galerie-liste-titre {
	display: inline;
	float: left;
}

/* FIN MODULE GALERIE */

/* MODULE LOCATIONS */

div#contenuLocations {
	margin:0;
	padding:0;
	/*margin: 0 0 0 30px; */
	/*padding: 12px 24px;*/
}

div.conteneur-location {
	width:				700px;
	overflow:			hidden;
	margin-bottom:		20px;
	padding-bottom:		20px;
}

div#contenuMiniLocations {
	width:				700px;
	margin-left:		40px;
	margin-bottom:		20px;
}

div.mini-location {
	float:				left;
	width:				710px;
	height:				225px;
}

div.mini-photo {
	float:				left;
	width:				210px;
	padding-right:		10px;
}

div.mini-description {
	float:				left;
	width:				470px;
	margin:				0 5px;
}

div.detail {
	clear:				left;
	width:				480px;
	padding-top:		5px;
}

div.titre, div.contenu {
	float:				left;
}

div.titre {
	width:				80px;
	font-size:			12px;	
	font-weight:		bold;
	text-align:			right;
	font-style:			italic;
}

div.contenu {
	padding-left:		10px;
	width:				370px;
}

div.info {
	position:			absolute;
	margin:				46px 0px 100px 600px;
	line-heigth:		0.9em;
}

h2.mini-locations {
	color:				#CCCCCC;
	font-size:			14px;
	margin:				4px 0 20px 0;
}

h3.mini-locations {
	color:				#fff;
	margin:				0;
}

div.details-location {
	width:				460px;
	margin:				0 5px 0 15px;
	overflow:			hidden;
	float:				left;
}

div.photos {
	width:				206px;
	float:				left;
}

div.photo-principale {
	width:				210px;
	height:				200px;
	overflow:			hidden;
}

div.photos-secondaires {
	width:				210px;
	margin-top:			10px;
	overflow:			hidden;
}

span.infos {
	font-size:			12px;
	font-weight:		bold;
	font-style:			italic;
	padding:			0 0 5px 12px;	
}

span.reference {
	font-size:			11px;
	text-align:			right;
	margin-left:		570px;
	margin-right:		10px;
	margin-top:			-17px;
	float:				left;
}

div.prg-locations {
	overflow:			hidden;
	border-bottom:		#fff solid 1px;
	margin-bottom:		10px;
	padding:			15px 0px;
}

div.libelle-tarif {
	background: 		url(images/interface/fond-libelle-tarif.png) repeat-y;
	font-size:			12px;
	color:				#000;
	width:				375px;
	height:				27px;
	float:				left;
	padding:			2px;
	padding-top:		3px;	
}

span.libtarif {
	font-size:			11px;
	font-style:			italic;
}

div.tarif {
	background: 		url(images/interface/fond-tarif.png) no-repeat 0% 0%;
	color:				red;
	font-weight:		bold;
	width:				65px;
	height:				28px;
	text-align:			right;
	padding-top:		3px;
	padding-right:		3px;
	float:				left;
	margin-left:		10px;
}

div.tarif-libre {
	background-color:	#fff;
	color:				#000;
	width:				458px;
	padding:			5px;
	margin-top:			5px;
	margin-bottom:		10px;
}

h1.location, div.titre-location {
	background: 		url(images/interface/titre-vide.png) no-repeat;
	width:				640px;
	height:				25px;
	color: 				#fff;
	font-size: 			1.4em;
	padding-left: 		48px;
	padding-top: 		4px;
	margin: 			20px 0 10px 18px;
}

h2.location {
	color:				#CCCCCC;
	margin:				0;
}

h3.location {
	background: 		url(images/interface/titre-paragr-realisations.png) no-repeat;
	width:				370px;
	height:				18px;
	margin:				0 0 5px 12px;
	color:				#fff;
	text-decoration:	underline;
}

p.legende {
	height:30px;
}

/* FIN MODULE REALISATIONS */


/* MODULE RECHERCHE */

div.prg-moteur {
	width:				221px;
	overflow:			hidden;
	border-bottom:		#fff solid 1px;
	padding-top:		20px;
	padding-bottom:		20px;
}

/* FIN MODULE RECHERCHE */


/* MODULE STRUCTURE */

#contactform {
    text-align:center;
    margin: 0px 30px 0px 30px;
}

.titre-service {
	width: 400px;
	margin: 0 auto;
	height: 16px;
	padding: 4px;
	background: #62CFCF;
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

/* FIN MODULE STRUCTURE */


/* MODULE METEO */

p#meteo-mini-date {
	padding: 4px 0 2px 0;
	display: block;
	text-align: center;
	margin: 0 auto;
}

#meteo-mini-conteneur {
	overflow: hidden;
}

#meteo-mini-temp {
	float: left;
	padding-left: 12px;
	width: 59px;
}

#meteo-mini-icone {
	float: left;
	text-align: center;
	width: 64px;
}

#meteo-mini-previsions {
	float: left;
	width: 52px;
	text-align: center;
	padding-left: 4px; 
}

h2.meteo-liste-date {
	color: white;
	background: #62CFCF;
	width: 260px;
	padding-top: 2px;
	text-align: center;
	margin-bottom: 0px;
}

.meteo-liste-conteneur {
	overflow: hidden;
	margin-bottom: 20px;
	border: 2px solid #62CFCF;
	width: 256px;
}

.meteo-liste-icone {
	float: left;
	text-align: center;
	margin: 8px;
}

.meteo-liste-temp {
	float: left;
	line-height: 28px;
	margin: 8px;
}

/* FIN MODULE METEO */



/* MODULE LIENS UTILES */

a.lien-utile-bandeau {
	line-height: 20px;
}

a.lien-utile-bandeau:hover {
	text-decoration: none;
}

/* FIN MODULE LIENS UTILES */


/* MODULE EDITO */

#chapeau p {
	font-style: italic;
	font-weight: bold;
	width: 99%;
}

/* FIN MODULE EDITO */



/* MODULE PARTENAIRES */

p.logo-partenaire {
	text-align: center;
	line-height: 150px;
}

p.logo-partenaire-bandeau {
	text-align: center;
}

/* FIN MODULE PARTENAIRES */


/* MODULE NEWSLETTER */

div.FormSubmitConteneur {
	margin-top: 20px;
}

/* FIN MODULE NEWSLETTER */

/* FIN MODULES */




/* FOOTER */

.item-menu-bas {
	margin: 18px;
}

#footer-copyright {
	text-align: 			center;
	color: 					white;
	font-weight: 			bold;
	margin-top: 			10px;
}

#footer a, #footer a:hover {
	text-decoration: none;
	color: white;
}

#footer-copyright a, #footer-copyright a:hover {
	text-decoration: none;
	color: white;
}

/* FIN FOOTER */

div.bordureImgCadre{
	position: 			relative;
	margin-left:		auto;
	margin-right:		auto;
	text-align:center;
	background-color:#fff;
	overflow:hidden;
}