
/* © 2010 MINIsite - Bexter Vaince CSS */


/* ------------------------------------------------ IMPORT CSS */

/* CSS - Lighbox */
@import url(/.framework/ajax/lightview/css/lightview.css);

/* CSS - Coup de coeur */
@import url(/scripts/themes/carousel/carousel.css);

/* CSS - immobilier */
@import url(/css/immobilier.css);


/* ------------------------------------------------ FONT */
/*@font-face {font-family:myfontAUGIE; src:url("augie.eot");}
@font-face {font-family:myfontAUGIE; src:url("augie.TTF");}*/


/* ------------------------------------------------ CSS */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
	overflow: auto;
}

/* ------------------------------------------------ TITRE : h1 */
h1{
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: right;
	color: #00407d;
	border-bottom:1px solid #00407d;
	font-weight: bold;
}

h1 a, h1 a:hover{
	color: #00407d;
	text-decoration: none;
}

/* ------------------------------------------------ TITRE : h2 */
h2{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 15px;
	color: #00407d;
	text-align: justify;
	border-bottom:1px dotted #00407d;
}

h2 a, h2 a:hover{
	color: #00407d;
	text-decoration: none;
}

/* ------------------------------------------------ TITRE : h3 */
h3{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 15px;
	color: #00407d;
	text-align: justify;
}

h3 a, h3 a:hover{
	color: #00407d;
	text-decoration: none;
}

/* ------------------------------------------------ TITRE : h4 */
h4{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style:italic;
	font-size: 13px;
	color: #00407d;
	text-align: left;
}

h4 a, h4 a:hover{
	color: #00407d;
	text-decoration: none;
}

/* ------------------------------------------------ TITRE : h5 - h6 */
h5,h6{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color: #00407d;
	text-align: left;
}

h5 a, h5 a:hover{
	color: #00407d;
	text-decoration: none;
}

h6 a, h6 a:hover{
	color: #00407d;
	text-decoration: none;
}


/* ------------------------------------------------ PARAMETRES : defaut */

/* Hack FF pour masquer les contours pointillés sur les liens */ 
a{ outline: none; }

:focus{
	-moz-outline-style: none;
}

a {
	color: #177bc9;
	text-decoration: none;
}

a:hover{
	color: #177bc9;
	text-decoration: underline;
}

p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

strong{
	color: #00407d;
	font-weight: bold;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

ul li{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

ul li ul{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

ul li ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

ol li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

table{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/*---------------------------------------------------------------------*/
/* PARAMETRES : site  */
/*---------------------------------------------------------------------*/
#homepage{
	margin: 0 auto;
	width: 100%;
	min-width:990px;
}

#site{	
	width: 990px;
	margin-left: -495px;
	padding: 0px;
	z-index: 5;
	position: absolute;
	left: 50%;
	text-align:justify;
}

#flashMenu{
	float:left;
	min-height: 170px !important;
	margin: 0px 0px 10px 20px !important;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
}

.lienretourdyn{
	float: left;
	width: 100px;
	height: 19px;
	margin:5px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: transparent url(/images/retour.gif) center left no-repeat;
	font-weight: bold;
}

.bbdynasuite{
	float: right;	
	height: 15px;
	width: 70px;
	padding: 0px 20px 0px 0px;
	font-style: italic;
	background: transparent url(/images/puce.gif) center right no-repeat;
}

.docftp{
	margin-top:10px;
	padding:10px 0px 0px 0px;
	border-top:1px dotted #494949;
}

.lightview{
	cursor: url(/images/zoomin.cur), pointer !important;
}

.border-photo{
	padding:2px;
	margin:0px;
	border:1px solid #6b6b6b;
}

.wash{
	margin: 0px;
	padding: 0px;
	clear: both;
}


/*--------------------------------------------------------------------*/
/* GESTION : contenu */
/*--------------------------------------------------------------------*/
#contenu{
	width:990px;
	height:377px;
	min-height:377px !important;
	height:auto !important;
	padding:0px 0px 20px 0px;
	margin:0px;
	background: transparent url(/images/contentMIDDLE.jpg) repeat-y;
	float:left;
}

.content{
	float:right;
	width:640px;/*640*/
	height:377px;
	min-height:377px !important;
	height:auto !important;
	margin:0px 20px 0px 0px !important;
	margin:0px 10px 0px 0px;
	padding:0px;
	text-align:justify;
}

.contentMIDDLE{
	float:left;
	width:620px;/*640*/
	height:377px;
	min-height:377px !important;
	height:auto !important;
	margin:0px;
	padding:5px 10px 10px 10px;
	text-align:justify;
	background:#fff;
}

.contentTOP{
	float: left;
	width:640px;
	height:10px;
	margin: 0px;
	padding:0px;
	background: transparent url(/images/contentTOP.png) no-repeat;
}

.gauche{
	float: left;
	width: 300px;
	height: 300px;
	height: auto !important;
	min-height: 300px !important;
	margin: 0px 0px 0px 20px !important;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.blocMIDDLE{
	float: left;
	width: 270px;/*300*/
	height: 110px;
	height: auto !important;
	min-height: 110px !important;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 0px 15px;
	background: transparent url(/images/blocMIDDLE.jpg) repeat-y;
}

.blocBOTTOM{
	float: left;
	width: 300px;/*300*/
	height: 10px;/*10*/
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: transparent url(/images/blocBOTTOM.jpg) no-repeat;
}


/*-----------------------------------------------------------------------  BLOC RECHERCHE : pages */
.recherche{
	float: left;
	width: 300px;
	margin: 0px;
}

.rechercheTOP{
	float: left;
	width:300px;/*300*/
	height:39px;/*39*/
	margin: 0px;
	padding:0px;
	background: transparent url(/images-fr/rechercheTOP.png) no-repeat;
}


/*-----------------------------------------------------------------------  BLOC NOS SELECTIONS : pages */
.selections{
	float: left;
	width: 300px;
	margin: 10px 0px 0px 0px;
}

.selectionsTOP{
	float: left;
	width:300px;/*300*/
	height:39px;/*39*/
	margin: 0px;
	padding:0px;
	background: transparent url(/images-fr/selectionsTOP.png) no-repeat;
}

.selectionsMIDDLE{
	float: left;
	width: 300px;/*300*/
	height: 100px;
	height: auto !important;
	min-height: 100px !important;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	background: transparent url(/images/blocMIDDLE.jpg) repeat-y;
}


/*---------------------------------------------------------------------- index.htm */


/*---------------------------------------------------------------------- PAGE : contact.htm */
.fieldset-contact{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width:620px;
	border:0px;
}

.fieldset-contact-left{
	float:left;
	width:300px;
	text-align:left;
}

.fieldset-contact-right{
	float:right;
	width:300px;
	text-align:right;
}

.fieldset-contact label{
	float: left;
	width: 100px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

.fieldset-contact select{
	float: left;
	width: 300px;
	margin: 2px 0px !important;
	margin: 0px;
	padding: 2px;
}

.input-contact{
	float:right;
	width: 190px;
	margin: 2px 0px !important;
	margin: 0px;
	padding: 2px;
}

.input-envoyer{
	float: right;
	height: 22px;
	width: 125px;
	border: 0px;
	padding: 0px;
}

.envoyer-contact{
	float:right;
	margin-top:10px;
}

p.message{
	font-size: 14px;
	color: #0b72ff;
	font-weight: bold;
	text-align: center;
}

p.obligatoire{
	font-size: 10px;
	font-style: italic;
	text-align: right;

}

#coordonnes-contact{
	float: left;
	width: 620px;
}

.googleMap{
	border: 1px solid #C0C0C0;
	padding: 2px;
}

.wash-contact{
	height:1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}


/*---------------------------------------------------------------------- alerte-email.htm */
.texte-left{
	float:left;
	width:300px;
	text-align:justify;
}

.texte-right{
	float:right;
	width:300px;
	text-align:justify;
}

.adresse-alerte{
	color:#ADD0F8;
	font-weight:bold;
	padding-top:10px;
}

.input-alerte{
	width:260px;
	float:left;
}


/*---------------------------------------------------------------------- sitemap.htm */
.sitemap{
	width: 600px;
	text-align: justify;
	float: left;
	margin-top: 20px !important;
	margin-top: 10px;
	border: 1px solid #B4B5B9;
	padding: 30px 0px 10px 30px !important;
	padding: 15px 0px 10px 15px;
	background: #FFFFFF;
}

/*---------------------------------------------------------------------- mentions.htm */
#mentions-gauche{
	float: left;
	width: 170px;
	margin: 0px 0px 10px 0px !important;	
	margin: 0px 0px 5px 0px;				
	text-align: left;
}

#mentions-droite{
	float:right;
	width: 440px;
	text-align: justify;
	margin: 0px 0px 10px 0px !important;	
	margin: 0px 0px 5px 0px;	
}

/*----------------------------------------------------------------------*/
/* fin - gestion contenu */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - gestion footer */
/*----------------------------------------------------------------------*/
div[id=bas-page] {
	position: fixed !important;
}

#bas-page {
	position:absolute;
	bottom:0px;
	height:30px;
	font-size:10px;
	width:100%;
	color:#93928e;
	z-index:999;
	text-align:center;
	background: #191d18;
}

/* HACK - IE6 */
* html #bas-page {
	position:absolute;
	top:expression(fixed_bottom(this,0));
	bottom:0px;
	height:30px;
	font-size:10px;
	width:100%;
	color:#93928e;
	z-index:999;
	text-align:center;
	background: #191d18;
}

#bas-page a{
	color:#93928e;
	text-decoration:none;
}

#bas-page p{
	margin: 0px;
	padding: 0px;
}

#bas-page a:hover{
	color:#93928e;
	text-decoration:underline;
}

.footer{
	float:left;
	width:950px;
	height:19px;
	margin-left: -475px;
	padding: 0px;
	z-index: 99;
	position: absolute;
	left: 50%;
}

.footer ul {
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

.footer li{
	display:inline;
}

#copyright{
	color:#fff;
	margin:0px 0px 0px 10px;
	padding:0px;
	font-size:10px;
	font-weight:bold;
}

#copyright a{
	color:#fff;
}

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

/*----------------------------------------------------------------------*/
/* fin - gestion footer */
/*----------------------------------------------------------------------*/

#flashLayer{
	position:fixed;
}

/* HACK - IE6 */
* html #flashLayer{
	position: absolute;
	top:expression(fixed_top(this,0));
}



/*----------------------------------------------------------------------*/
/* debut - gestion footerINDEX */
/*----------------------------------------------------------------------*/
div[id=contenu-accueil] {
	position: fixed !important;
}

#contenu-accueil {
	position:absolute;
	bottom:0px;
	height:50px;
	font-size:10px;
	width:100%;
	color:#93928e;
	z-index:999;
	text-align:center;
	background: #191d18;
}

#contenu-accueil h1{
	margin:5px 0px 0px 0px;
	font-size:12px;
	color:#fff;
	text-align:center;
	border-bottom:none;
}

#contenu-accueil a{
	color:#93928e;
	text-decoration:none;
}

#contenu-accueil a:hover{
	color:#93928e;
	text-decoration:underline;
}

#contenu-accueil p{
	margin: 0px;
	padding: 0px;
}

.texte-accueil{
	width:950px;
	float:left;
	text-align:justify;
	margin-left: -475px;
	padding: 0px;
	z-index: 99;
	position: absolute;
	left: 50%;
}

.footer-index{
	float:left;
	width:950px;
}

.footer-index ul {
	text-align:center;
	margin:0px;
	padding:0px;
}

.footer-index li{
	display:inline;
}

#copyright-test{
	color:#fff;
	margin:0px 0px 0px 10px;
	padding:0px;
	font-size:10px;
	font-weight:bold;
}

#copyright-test a{
	color:#fff;
}

#copyright-test a:hover{
	color:#fff;
	text-decoration:underline;
}


/* FACEBOOK */
.facebook{
	float: left;
	width: 300px;
	margin: 10px 0px 0px 0px;
	height:10px;
}

.facebookINDEX{
	position:fixed;
	right:0px;
	bottom:50px;
	z-index:999;
	width:216px;
	height:30px;
}
