@charset "utf-8";
/* CSS Document */

/* ----- Général ------------------------------------------------- */
* { margin:0; padding:0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding:0px;
	margin:0px;
	background:#dddddd url(../pics/bg.png) repeat-x top;
	/*line-height: 1.4em;*/
	}

img { 
	border:none;
	margin:0;
}

img.cadre {
	border: solid 2px #DDDDDD;
}

.imginvest { float:right; margin-right: 11px; margin-left: 6px; margin-bottom: 6px; background-color:#666666; }

.floatd { float:right; margin: 0 0 0 5px; clear:none; }

.floatg { float:left; margin: 0 5px 0 0; clear:none; }

.floatcenter { display:block; margin:3px auto; border:none; clear:none; }

#main {
	width:920px;
	margin: 0 auto 0 auto;
	padding:0 4px 0 4px;
	background-color:#FFFFFF;
	border-left:#666666 dotted 1px;
	border-right:#666666 dotted 1px;
}

#entete {
	clear: both;
	margin: 0;
	padding:0;
	width: 100%;
	height:120px;
	border-bottom: 3px #e2001a solid;
	text-align:center;
	background:url(../pics/bg_header.jpg) no-repeat top left;
}

#contenu {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding:0;
}

#bottom {
	clear: both;
	margin: 0;
	width: 100%;
	border-top: 3px #e2001a solid;
	height:30px;
	overflow:hidden;
	text-align:center;
}

abbr { cursor: help; border-bottom:dashed 1px #ccc; }

/* ----- Menu gauche ---------------------------------------------- */

#menu {
	display: block;
	float: left;
	width: 150px;
	margin: 0;
	padding:0;
	background: #FFFFFF;
}

#menu ul.sidemenu {
	list-style:none;
	margin:8px 0 10px 0px;
	padding:0;		
}

#menu ul.sidemenu li {
	margin-bottom:2px;
	border: 1px solid #FFF;
}

#menu ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:3px 5px 3px 8px;
	background: #e6e6e6;
	border-left:4px solid #666666;	
	min-height:14px;
	 }

#menu ul.sidemenu a.none {
	background: #fff;
	border-left:4px solid #fff;	
	padding:0;
	margin:0 0 -8px 0;
}

#menu ul.sidemenu a:hover {
	background: #666666;
	color: #EEEEEE;
	border-left:4px solid #e2001a;
}

#menu ul.sidemenu a.none:hover {
	background: #fff;
	color:#e2001a;
	border-left:4px solid #fff;	
	padding:0;
	margin:0 0 -8px 0;
}

#menu ul.sidemenu .active {
	background: #666666;
	color: #EEEEEE;
	border-left:4px solid #e2001a;
}

#menu li.menutitle {
	display:block;
	font-weight:bold;
	font-size:1.1em;
	color: #fff;	
	text-decoration:none;	
	padding:5px;
	margin-top:8px;
	background: url(../pics/degr_rouge.png);
	/*height:22px;*/
	vertical-align:middle;
}

#menu a.liste {
	display:block;
	font-weight:bold;
	font-size:0.9em;
	color: #333;	
	text-decoration:none;	
	padding:3px 5px 3px 8px;
	margin-bottom:2px;
	background: #e6e6e6;
	border-left:4px solid #666666;	
	min-height:14px;	
}

#menu a.liste:hover {
	background: #666666;
	color: #EEEEEE;
	border-left:4px solid #e2001a;
}

/* ----- Autres div ----------------------------------------------*/

#centre {
	display: block;
	overflow: hidden;
	margin: 0;
	padding:0;
	background: #FFFFFF;
	width:620px;
	float:left;
}

.promotion {
	width:197px;
	float:left;
	margin-right:6px;
	cursor:pointer;
}

.promotion:hover {
	background-image: url(../pics/gris.png);
}

.promotitre1 {
	font-size:1.1em;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	height:12px;
	padding:5px; 
	background-image: url(../pics/degr_rouge.png); }

.promotitre2 {
	font-size:1.1em;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	height:12px;
	padding:5px; 
	background-image: url(../pics/degr_gris.png); }

.promotitre3 {
	font-size:1.1em;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	height:12px;
	padding:5px; 
	background-image: url(../pics/degr_gris_clair.png); }

.promotitre-ie7 {
	font-size:1.1em;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	height:12px;
	padding:5px;
	background: url(../pics/degr_blanc.png) top repeat-x;
}

.promocorps {
	width:auto; 
	height:260px; 
	padding:4px; 
	margin:2px; 
	font-size:1em; 
	color:#FFF; 
	text-align:justify; 
	font-weight:bold;
}

.spacer {
	font-size:1px;
	height:8px;
	clear:both;
}

.majinfo {
	font-size:14px;
	padding:20px;
	margin:15px 0px 15px 0px;
	background-color:#DDEEFF;
	text-align:center;
	font-weight:bold;
}

.redirection {
	text-align:center;
	font-weight:bold;
}

/* ----- Liens --------------------------------------------------- */

a:link {
	color: #e2001a;
}

a:visited {
	color: #e2001a;
}

a:hover {
	color: #e2001a;
	text-decoration: none;
}

a:active {
	color: #e2001a;
	text-decoration: none;
}


/* ----- Contenu ------------------------------------------------- */

.contenu {
	margin: 8px;
	padding:0;
	background:#FFFFFF;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear:none;
}

h1 {
	padding: 6px 3px 3px 6px;
	margin: 0;
	background: url(../pics/degr_gris.png) top left repeat-x #666666;
	color:#eee;
	border-left:4px solid #e2001a;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	height:1%;
	clear:both;
}

h1 a:link { float:right; padding: 2px; font-size:0.9em; color:#FFFFFF; }

h2 {
	margin: 8px 8px 16px 8px;
	padding: 4px 4px 4px 20px;
	color: #eee;
	background:#e2001a url(../pics/carre_blanc.gif) left center no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	clear:both;
}

h3 {
	font-size: 1.1em;
	margin: 0 8px 0px 8px;
	padding: 0;
	color: #e2001a;
	font-weight: bold;
}

h4 {
	font-size:0.8em;
	margin:-10px 8px 0 8px;
	padding:0;
	color:#666666;
	text-align:right;
}

h5 { font-size:1.1em; font-weight:bolder; margin:0; padding:1px; color:#FF0000; background-color:#FFFFFF; }

sup { font-size:0.7em; }

.contenu p {
	clear: both;
	text-align: justify;
	vertical-align:top;
	padding: 8px;
	margin:0;
}

.contenu ul {
	list-style-image: url(../pics/puce.png);
	text-align:justify;
	padding-left:40px;
	padding-right:8px;
	list-style-position:outside;
	margin-bottom:8px;
}

#piedcontenu {
	width:100%;
	text-align:right;
	clear:both;
}

.numeros {
	padding: 0 3px;
	color: #FFF;
	background:#e2001a;
	font-size: 1em;
	font-weight: bold;
}

marquee {
	padding: 2px;
	color: #333;
	background:#eee;
	font-size: 1.2em;
	font-weight: bold;
}

#lois th {
	font-size:1.2em;
	padding: 4px;
	color: #FFFFFF;
	background:#e2001a;
	text-align:center;
}

#lois td {
	border: 1px solid #CCC;
	padding:4px;
	text-align:center;
}

#lois .tdgris {
	background:#eee;
}

#lois .ligne {
	padding: 4px;
	background:#ddd;
	border:none;
	text-align:center;
	font-weight:bold;
}

#blocdroite {
	float: right;
	display: block;
	width: 150px;
	margin: 8px 0 8px 0;
	background: #FFFFFF;
}

.blocdroite {
	clear:both;
	display:block;
	height:1%;
	background: #EEEEEE;
	border: solid 2px #DDDDDD;
	text-align: justify;
	padding:2px; 
	font-size:0.9em;
	margin: 0 0 8px 0;
	overflow:visible;
}

.simulation { border:solid 1px #DDDDDD; padding:6px; }

.simulation h3 { background-color:#CCCCCC; padding:4px; margin:-6px; text-align:center; }

.simulation ul { padding:0; margin: 16px 0 0 16px; }

.simulation li { margin-top: 8px; }

/* ----- BOITES INFOS DEFILANTES --------------------------------- */
	
.scroller{
	height: 105px;
	padding: 2px;
}

.scroller img {
	border:solid 3px white;
}
	
.infosscroll { 
	background: #e2001a; 
	color: #EEE; 
	padding: 1px;
	text-align:left;
	border-top: 2px dotted #e2001a;
	clear:both;
}

/* ----- annonces ------------------------------------------------- */

.offres { 
	margin: 0 auto;
	padding: 0;
	width: 532px;
	clear:both;
}

.offres .lieu {
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

.offres .textoffre {
	padding: 0;
	border: solid 1px;
	background-color:#EEEEEE;
	border-color:#666666;
	height:1%;
	clear:both;
}

.offres .textoffre:hover {
	background-color:#FFFFFF;
	border-color:#E2001A;
}

.offres .textoffrelong {
	padding: 0;
	border: solid 1px;
	background-color:#BBBBBB;
	border-color:#E2001A;
	height:1%;
	clear:both;
}

.offres .textoffrelong:hover {
	background-color:#EEEEEE;
	border-color:#E2001A;
}

.offres .date {float:right; text-transform:lowercase; font-size:0.7em;}

.offres #img {
	width: 165px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	clear:left;
	float: left;
	padding:5px;
	margin-right:5px;
}

.offres #pdf {
	height: auto;
	text-align: right;
	clear:both;
	padding:2px;
}

.offres .texte { 
	padding:5px;
	padding-bottom:0px; 
	width:340px;
	float:right;
	clear:right; 
	overflow: visible;
	min-height:110px;
	cursor:pointer;
}

.offres #listeville { 
	width:350px;
	height:178px; 
	float:right;
	clear:right; 
	overflow: auto;
}

.offres #passfoncier {
	border: 2px solid #e2001a;
	margin: 4px 8px;
	text-align:center;
	padding: 0;
	height:55px;
	overflow:visible;
	vertical-align:middle;
	clear:both;
	cursor:pointer;
	background-color:#FFFFFF;
}

.offres #passfoncier img {
	float:left;
	margin-right:12px;
	margin-left:2px;
	overflow: auto;
}

.offres #ref { 
	background: url(../pics/degr_gris.png) top left repeat-x #666666; 
	text-align: center; 
	font-weight:bold; 
	color:#FFF; 
	width:130px; 
	height:16px; 
	float:left; }

.offres #type { text-align: center; float:left; height:16px; }

.offres #prix { text-align: right; float:right; font-weight:bold; height:16px; }

.offres #infos { text-align: right;	width:95px; float:right; height:16px; }

.listeoffre { font-size:1em; font-weight:bold; background-color:#EEEEEE; cursor:pointer; }

.listeoffre:hover { background-color:#e2001a; color:#FFFFFF; }

.cite { width:25%; margin-left:8px; color: #666; background-color:#666; border:0; height:1px; }
