@charset "utf-8";
/* CSS Document */

html {height:100%;}

body {
	margin: 0px;
}

#global {
	width: 100%;
	
}
#page {
	width: 999px;
	margin:auto;
	background-image: url(../images/commun/fond_contenu.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	/*background-color: #f1f8ff;*/
	/*background-color: #fffaf4;*/	
}
#background_haut {
	background-image: url(../images/commun/background_haut.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;

}
#background_bas {
	background-image: url(../images/commun/background_bas.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;

}

#background_repeat {
	background-image: url(../images/commun/background_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	padding: 0px;

}

#bandeau_haut {
	height: 16px;
	background-image: url(../images/commun/bandeau_haut.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 15px;
	padding-left: 15px;
}
#bandeau_flash {
	height: 224px;
	width: 999px;
	background-image: url(../images/commun/bandeau_flash_backup.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu {
	width: 100%;
}
#contenu {
	margin: 0px;
	padding: 0px;

}
#footer {
	background-image: url(../images/commun/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 125px;
	margin: 0px;
	clear:both;
	padding: 0px;
}
#titre_page {
	margin-top: 15px;
	margin-bottom: 20px;
}
#texte_accueil {
	float: left;
	width: 426px;
	margin-left: 60px;
	background-color:transparent;
	text-align: justify;
	margin-right: 35px;
	margin-bottom: 120px;
}
#module_recherche {
	float: left;
	width: 177px;
	margin-left: 20px;
	background-color:transparent;
	text-align: justify;
	margin-right: 15px;
	margin-bottom: 0px;
	background-image: url(../images/commun/module_recherche.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 467px;
	margin-top: 25px;
}
#diapo_flash {
	height: 353px;
	width: 462px;
	padding-top: 12px;
	padding-left: 13px;
	float: right;
	margin-bottom: 100px;
}
#liste_villa {
	width: 950px;
	padding: 10px;
	margin-top: 25px;
}
#details_villa {
	width: 95%;
	margin:auto;
	padding: 10px;
}
.bordure_photos {
	border: 2px solid #FFFFFF;
}


.picto_drapeaux {
	float: right;
	padding-top: 3px;
	margin-right: 10px;
}
.separation_module_rech {
	background-image: url(../images/commun/separation_module_rech.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 2px;
	width: 100%;
	margin-bottom: 12px;
	margin-top: 12px;
}
.btn_details_produits {
	background-image: url(../images/commun/btn_voir_details.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
}

.separation_bloc_villa {
	background-image: url(../images/commun/separation_bloc_villa.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 2px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.villa{
	position: relative;
	top: 0px;
}
.contenu_details_villa{
	position: relative;
	top: 0px;
	min-height:550px;
}
.texte_villa{
	margin-right: 25px;
	margin-left: 165px;
	text-align: justify;
}
.vignette {
	float: left;
	height: 150px;
	width: 200px;
	margin-right:5px;
}

.description_villa {
	float: left;
}
.btn_demande_infos {
	background-image: url(../images/commun/btn_demande_infos.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 186px;
	padding-top: 5px;
	text-align: center;
	margin-left: 50px;
}

.photo_description_villa {
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* GESTION DES POLICES */

.Arial12Marron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b2e01;
}
.Arial12Noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Arial14Noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.Arial14Bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00bbff;
}
.Arial24Marron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4b2e01;
}
.ArialBold24Bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #034f54;
}
.ArialBoldItalic24rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #ef0505;
}

.Arial12Orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #f26e04;*/
	color: #754802;
}
.Arial14Marron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #f26e04;*/
	color: #754802;
}
.Arial14Orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f26e04;
}
.Arial12Gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868888;
	text-align: justify;
}
.Arial14Gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #868888;
	text-align: justify;
}
.ArialBold16Gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #969695;
}
.ArialBold16Marron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4b2e01;
}
.ArialBold14Marron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4b2e01;
}

.Verdana11bleu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #03345c;
}
.Verdana12Gris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313131;
}
.liste_der {
	border: 1px solid #7f9db9;
	height: 22px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fond_module_recherche {
	background-image: url(../images/commun/module_recherche.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.checkbox {
	width: 20px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.page_interne {
	width: 959px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	min-height:550px;
}



/* GESTION DES LIENS */

/* liens footer */
#footer a:link {
	text-decoration: none;
	color: #4b2e01;
}
#footer a:visited {
	text-decoration: none;
	color: #4b2e01;
}
#footer a:hover {
	text-decoration: none;
	color: #e2be48;
}
#footer a:active {
	text-decoration: none;
	color: #4b2e01;
}

/* liens btn_details_produits */
.btn_details_produits a:link {
	text-decoration: none;
	color: #4b2e01;
}
.btn_details_produits a:visited {
	text-decoration: none;
	color: #4b2e01;
}
.btn_details_produits a:hover {
	text-decoration: none;
	color: #e2be48;
}
.btn_details_produits a:active {
	text-decoration: none;
	color: #4b2e01;
}


a:link {
	color: #4b2e01;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4b2e01;
}
a:hover {
	text-decoration: none;
	color: #e2be48;
}
a:active {
	text-decoration: none;
	color: #4b2e01;
}
.fond_haut_module_recherche {
	background-image: url(../images/commun/fond_haut_module_recherche.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fond_bas_module_recherche {
	background-image: url(../images/commun/fond_bas_module_recherche.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.fond_repeat_module_recherche {
	background-image: url(../images/commun/fond_repeat_module_recherche.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.fond_diapo_slide {
	background-image: url(../images/commun/fond_diapo_slide.png);
	background-repeat: no-repeat;
	background-position: left center;
}
