/* CSS Document */

/*---------------------------------------------------------------------- 

Couleurs du site:

//Vert du logo : 					#/0B9783
//Jaune du logo : 					#/F8C809
Vert foncé du logo: 				#139482
Vert clair du logo : 				#b1d72a
Gris du logo : 						#585858
Nuance de gris police Home page : 	#C7C8BD

---------------------------------------------------------------------- */

/* ------------------------STYLES HTML-----------------------------*/
hr{display: none;}
*{margin:0;padding:0; font-family: Verdana, Arial, Helvetica, sans-serif;}
body{background: #fff url(../images/bg.gif) repeat top left;}
img{border:0 none;}
#keyword{
position:absolute;
left: 15%;
top: 14px;
font-size: 9px;color: #CCC;}
#keyword a{
color: #CCC;
text-decoration: none;
cursor: default;}
#skiplink{
position:absolute;
bottom: 476px;
left: 20px;
margin: 0; padding: 0;}
#skiplink li{
display: none;
font-size: 9px;color: #CCC;}
#skiplink li a{color: #CCC;
text-decoration: none;}
#skiplink li a:hover{color: #b1d72a;
text-decoration: none;}
/* ------------------------CENTRAGE DANS LA PAGE ET LOGO AVEC TITRE DE LA PAGE-----------------------------*/
#content{
position:absolute;
left: 50%;
top: 30px;
margin-left: -378px;
width: 747px;
height: 476px;
background: #fff url(../images/fond.gif) no-repeat top left;}
#content .erreur{
color: #585858;
font-size: 14px;
margin-left: 30px;
margin-top: 70px;
text-align: left; font-weight: bold;}
#logo {
position: relative;
top: 12px; left: 17px;
height: 51px;
display: block;}
#logo h1 a{
position: absolute;
height: 51px;}
#logo h1 a span{
display: none}
/* ------------------------MENU DE LA PAGE D'ACCUEIL

#logo {
position: relative;
top: 12px; left: 17px;
height: 51px;
display: block;}
#logo h1 a{
background-image: url(../images/logo-eric-franques.gif);
background-repeat: no-repeat;
background-position: top left;
padding-left: 180px;
position: absolute;
clip: rect(auto 180px 51px auto);
clip: rect(auto, 180px, 51px, auto);
height: 51px;}

-----------------------------*/
ul#menu_home{
position: absolute;
left: 562px; top: 55px;
text-align: right;}
ul#menu_home li{
display: inline;
font-size: 7pt;}
ul#menu_home li a{
text-decoration: none;
color: #585858;
font-weight: bold;}
ul#menu_home li a:hover{
color: #139482;
font-weight: bold;
text-decoration: underline;}
/* ------------------------MENU PAR DEFAULT SUR TOUTES LES PAGES-----------------------------*/
ul#menu_default{
position: absolute;
left: 450px; top: 45px;}
ul#menu_default li{
display: inline;
font-size: 9pt;
font-weight: bold;
position: relative;}
ul#menu_default li a{
text-decoration: none;
color: #C7C8BD;}
ul#menu_default li a:hover{
color: #b1d72a;}
ul#menu_default li a#acheter{
padding: 9px 36px 7px 12px;
background: transparent url(../images/menu.gif) no-repeat top left;}
ul#menu_default li a:hover#acheter, body#acheter_loaded li a#acheter {
padding: 9px 36px 7px 12px;
background: transparent url(../images/menu.gif) no-repeat bottom left;}

ul#menu_default li a#louer{

padding: 9px 18px 7px 12px;
background: transparent url(../images/menu.gif) no-repeat top left;}
ul#menu_default li a:hover#louer, body#louer_loaded li a#louer  {
padding: 9px 18px 7px 12px;
background: transparent url(../images/menu.gif) no-repeat bottom left;}
ul#menu_default li a#immoautrement{
padding: 9px 20px 7px 12px;
background: transparent url(../images/menu-long.gif) no-repeat top left;}
ul#menu_default li a:hover#immoautrement, body#immoautrement_loaded li a#immoautrement  {
padding: 9px 20px 7px 12px;
background: transparent url(../images/menu-long.gif) no-repeat bottom left;}

ul#menu_default li a#exception{
padding: 9px 36px 7px 12px;
background: transparent url(../images/menu.gif) no-repeat top left;}
ul#menu_default li a:hover#exception, body#exception_loaded li a#exception {
padding: 9px 36px 7px 12px;
background: transparent url(../images/menu.gif) no-repeat bottom left;}

/* ------------------------PIED DE PAGE-----------------------------*/
div#footer_vert{
width: 713px;
height: 24px;
position: absolute;
top: 437px;
left:17px;
background-color: #139482;}
div#footer_res{
width: 713px;
height: 24px;
position: absolute;
top: 430px;
left:17px;
border-top: 1px solid #C4C4C4;
padding-top: 8px;}
div#footer_res p{
font-size: 8pt;
padding-top: 10px;
color: #817F7F;
display:inline;}
div#footer_res img{
vertical-align: text-bottom;
padding: 0 5px 0 10px;}
div#footer_jaune{
width: 713px;
height: 24px;
position: absolute;
top: 437px;
left:17px;
background-color: #b1d72a;}
div#footer_vert p,div#footer_jaune p {
text-align: center;
font-size: 14px;
padding-top: 3px;
letter-spacing: 7px;
color: #fff;}
div#footer_vert p.cons_eff_secu, div#footer_jaune p.cons_eff_secu  {
letter-spacing: 15px;}
/* ------------------------SUPERPIED DE PAGE : Mentions lÃ©gales, contact, etc...-----------------------------*/
div#superfooter{
width: 713px;
height: 24px;
position: absolute;
top: 475px;
left:17px;
background-color: transparent;}
div#superfooter ul{
text-align: right;
font-size: 10px;
color: #848383;}
div#superfooter ul li{
display: inline;}
div#superfooter ul li a{
color: #848383;
text-decoration: none;}
div#superfooter ul li a:hover{
color: #139482;
text-decoration: underline;}

/* ------------------------SPECIAL CANNE BLANCHE-----------------------------*/

#canne_blanche {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	border: 1px solid #C7C8BD;
	color: black;
	background: #fff;
	margin: 0;
	padding: 1em;
	font-size: 12px;
}
#canne_blanche fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;

}
#canne_blanche legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	background: transparent;
}
#canne_blanche p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .3em 0;
	margin: 0 0 .2em 0;
}
#canne_blanche fieldset label {	/*** Mise en forme des intitulÃ©s de champs ***/
	float: left;	/*** TrÃ¨s important, ne pas suprimer ! ***/
	width: 40%;	/*** Les intitulÃ©s prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignÃ©s Ã  droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrÃ©s verticalement. ***/
}
#canne_blanche p input.bouton {	/*** Mise en forme des lignes du formulaire ***/
	float: right;
}

#fnaim{
width: 35px; height: 24px;
position: absolute;
top: 437px;
left: 705px;}
.fixe{position: absolute; bottom: 18px; left: 0;}
.fixe2{position: absolute; bottom: 18px; right: 0;