﻿body{
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	Font-Family: Arial, Helvetica, Sans-Serif;
	Font-size: 9pt;
	color: #666666;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Le wrapper englobe tout le site ne pas mettre de height, celui-ci va s'ajuster*/
.wrapper{
	width:955px;
	margin:auto;
}
.header{
	background:url(images/header.jpg) no-repeat top left;
	width:955px;
	height:353px;
	position:relative;
}
.header .photoAgent{
	position:absolute;
	bottom:0;
	left:182px;
	background:url(images/giuseppe.png) no-repeat top left;
	width:315px;
	height:334px;
}
.menu_bar{
	background:url(images/menu_bar.jpg) no-repeat top left;
	width:955px;
	height:61px;
	margin-bottom:22px;
	position:relative;
}
.menu_bar .bienvenue, .menu_bar .welcome{
	background:url(images/bienvenue_btn.png) no-repeat top left;
	width:190px;
	height:61px;
	position:absolute;
	top:0;
	right:183px;
}
.menu_bar .bienvenue a, .menu_bar .welcome a{
	display:block;
	width:190px;
	height:61px;
}
.menu_bar .bienvenue:hover, .menu_bar .welcome:hover{
	background-position:bottom left;

}
.menu_bar .welcome{
	background:url(images/welcome_btn.png) no-repeat top left;
	right:0;
}
.menu_bar .titreAgent{
	position:absolute;
	color:#ba0303;
	font-size:11px;
	font-family:"Myriad Pro", arial, verdana;
	bottom:11px;
	left:325px;
}
.prop_vedette{
	/*background:url(images/prop_vedette.jpg) no-repeat top left;*/
	width:696px;
	height:243px;
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
	margin-right:56px;
}
.titre_proprietesvedettes {
	position: absolute;
	width: 71px;
	height: 253px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/titre_proprietesvedettes.png);
	z-index: 50;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.agenceLogo{
	background:url(images/logo_agence.jpg) no-repeat top left;
	width:203px;
	height:243px;
	float:left;
	position:relative;
}
.agenceLogo .coords{
	color:#003675;
	position:absolute;
	bottom:68px;
	left:15px;
	font-size:11px;
}
.agenceLogo .email{
	color:#000;
	position:absolute;
	bottom:32px;
	left:15px;
	font-size:11px;
}
.agenceLogo .email a{
	color:#003675;
	text-decoration:none;
}
.agenceLogo .email a:hover{
	color:#B10101;
}

/* va mettre dans le code de la page les informations importante afin d'optimiser les moteurs de recherche */
.header h1, .header h2, .header h3, .header h4{
	display:none;
}
.footer{
	width:955px;
	background:url(images/footer.jpg) no-repeat top left;
	height:121px;
}
.copyright{
	width:955px;
	margin:auto;
	text-align:center;
	font-size:10px;
	margin-top:25px;
	margin-bottom:25px;
}
.copyright a{
	color:#000000;
	text-decoration:none;
}
.copyright a:hover{
	color:#666666;
}

/* Ne pas effacer */
.clearfix{
	clear:both;
}
