#tout {
	background-color: #5d81bc;
	width: 100%;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
}

A {
	color: #fbf089;
}

#header {
	text-align: center;
	background-image: url(img/fond-header.gif);
}

#corps {
	width: 100%;
	_height: 503px;
	min-height: 503px;
	background-color: #103d63;
	background-image: url(img/fond-corps.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#contenu {
	width: 943px;
}


#navg {
	width: 214px;
	background-color: #2e689a;
	float:left;
	margin-bottom: 10px;
	position:relative;
}

#navg_nav {
	width:214px;
	height:139px;
	background-color: #2e689a;
	margin: 0px;
	padding: 0px;
}

#navg_recherche {
	width:214px;
	height:170px;
	background-color: #a7bee0;
	background-image: url(img/navg_recherche_fond.jpg);
}

#page {
	width: 703px;
	_height: 476px;
	min-height: 476px;
	background-color: #0d304e;
	float: right;
	background-image: url(img/page-bas.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: justify;
	padding-bottom: 30px;
}

.contenu{
	padding: 5px 20px 5px 20px;
}

form{
	margin: auto;
	width: 500px;
}

fieldset {
    border-radius: 5px; /*css3*/
    -moz-border-radius: 5px; /*gecko (ex:Firefox)*/
    -webkit-border-radius: 5px; /*webkit (ex:safari)*/
    /*opera : impossible*/
    /*IE : impossible*/
	margin: 15px;
}

fieldset legend {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin:15px;
}

.form_left{
	width: 180px;
	float:left;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	line-height: normal;
	text-align: left;
}

.form_right{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	line-height: normal;
}

.form_right input, .form_right textarea, .form_right select{
	margin-top: 0px;
	width: 200px;
}

.form_right .radio{
	width: auto;
}

#liste_bien  {
	width: 660px;
	text-align:center;
	margin-top: 15px;
}

#liste_bien_photo {
	width: 240px;
	text-align:left;
	float:left;
}

#liste_bien_photo IMG {
	border: 1px solid #5282ac;
}

#liste_bien_infos {
	width: 420px;
	font-size: 11px;
	text-align:left;
	float: right;
}

#jaunes {
	font-size: 12px;
	font-weight: bold;
	color: #e0db85;
}

#icones {
	float: right;
}

#icones IMG {
	padding-left: 15px;
}

#navd {
	width: 215px;
	height: 476px;
	background-color: #0d304e;
	float: right;
}

#centre {
	width: 468px;
	height: 476px;
	background-color: #103d63;
	margin-left: 15px;
	margin-right: 15px;
}

#intro {
	text-align: justify;
	background-color: #2e689a;
	color: #f2f9ff;
	padding: 8 20 8 20;
}

#quartiers {
	height: 378px;
	margin-top: 7px;
	background-color: #184b76;
	background-image: url(img/fond-quartiers.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align:left;
}

#quartiers_intro {
	position: absolute;
	width: 160px;
	height: 124px;
	margin-left: 26px;
	margin-top: 26px;
	color: #e9eef6;
}

#quartiers_intro STRONG {
	color: #fbf089;
}

#quartiers_carte {
	position: absolute;
}

#quartiers_auteuil_sud {
	visibility: hidden;
	position: absolute;
	filter:alpha(opacity=50);
	-khtml-opacity:0.95;
	-moz-opacity:0.5;
	opacity: 0.5;
}

#bottom {
	clear: both;
	text-align: center;
	width: 943px;
	margin-top: 14px;
	background-color: #1b517f;
	padding-top: 7px;
	padding-bottom: 7px;
}

#bottom b {
	color: #aac0e3;
}

#bottom a {
	text-decoration:none;
	color: #ffffff;
}
/* GESTION DES NOUVEAUX CONTACTS CC070709 */
#contacts {padding: 10px;
background-color:#0D304E;
margin:0px;
text-align: left;}
#contacts ul {list-style: none;padding-left: 0px;margin-left:0px;}
#contacts ul li {list-style: none;padding-left: 0px;margin-left:0px;}
#contacter {padding-left: 15px;}

