/* 2006 Kahiloa Solutions et Communication - http://www.kahiloa.com */
/* www.locationlongueduree.com */
/* FEUILLE DE STYLE HOME */

/* Import de la feuille de style global */
@import url(./global.css);

/* Billboard + barre de NAV */
#div_billboard_nav_up {
	float:left;
	width:776px;
	height:165px;
}

/* BLOC OFFRES */
#div_bloc_offres {
	float:left;
	width:776px;
	height:289px;
	background-image:url(/images/continentallease/home/bkg_bloc_offres.jpg);
	background-repeat:no-repeat;
	margin-bottom:1px;
}
#div_col_left_offres {
	float:left;
	width:255px;
	height:289px;
}
#div_btn_devis_grat_imm {
	float:left;
	width:236px;
	height:28px;
	margin:245px 0 0 10px;
}
/* Controle le margin left sous FireFox, Opera ect */
html>body #div_btn_devis_grat_imm {
	margin:245px 0 0 20px;
}

#div_col_centre_offres {
	float:left;
	width:255px;
	height:289px;
}
#div_btn_devis_imm {
	float:left;
	width:109px;
	height:35px;
	margin:53px 0 0 75px;
}
/* Controle le margin left sous FireFox etc */
html>body #div_btn_devis_imm {
	margin:53px 0 0 150px;
}
#div_col_right_offres {
	float:right;
	width:222px;
	height:289px;
}
#div_btn_OK {
	float:right;
	width:39px;
	height:40px;
	margin:15px 5px 0 0;
}
/* Controle le margin left sous FireFox etc*/
html>body #div_btn_OK {
	margin:15px 10px 0 0;
}

#div_bloc_anim_route {
	float:right;
	width:222px;
	height:193px;
	margin-top:41px;
}
/* Exemples de prix */
.div_bloc_titre {
	/*float:left;*/
	width:776px;
	height:26px;
}
html>body .div_bloc_titre {
	float:left;
}
#div_global_vignettes {
	float:left;
	width:761px;
	margin-left:5px;
}
html>body #div_global_vignettes {
	margin-left:8px;
}
.div_bloc_vignette {
	float:left;
	width:126px;
	height:206px;
}
/* BLOC GENERIQUE POUR LES TEXTES */
.div_bloc_texte {
	float:left;
	width:750px;
	margin:10px 0 10px 7px;
}
/* Controle le margin left sous FireFox et Opera */
html>body .div_bloc_texte {
	margin-left:13px;
}
/* BLOCS SERVICES */
#div_col_left_services {
	float:left;
	width:275px;
	margin:10px 0 0 6px;
}
html>body #div_col_left_services {
	margin:10px 0 0 12px;
}
 
.div_banniere_234x60 {
	float:left;
	width:234px;
	height:60px;
	margin-bottom:9px;
}
#div_col_center_services {
	float:left;
	width:200px;
	margin:10px 0 10px 12px;
}
#div_col_right_services {
	float:right;
	width:208px;
	margin:10px 10px 0 0px;
}
#div_mapmonde {
	float:left;
	width:208px;
	height:149px;
}
/* BANNIERES DE PUB 120X600 PX */
.div_1_banniere_120x600px {

	width:120px;
	height:600px;
	margin:55px 0 0 0;
}
html>body .div_1_banniere_120x600px {
	width:112px;
	margin:55px 0 0 8px;
}
.div_2_banniere_120x600px {

	width:120px;
	height:600px;
	margin:32px 0 0 0;
}
html>body .div_2_banniere_120x600px {
	width:112px;
	margin:32px 0 0 8px;
}
/* LIENS UTILES */
#div_utiles {
	float: left;
	width: 776px;
	margin-left:0px;
}
/*Controle le margin left sous FireFox et Opera */
html>body #div_utiles {
	width:766px;
	margin-left:10px;
}
.div_col_lien_utiles {
	float: left;
	width: 145px;
	margin: 6px 0px 0px 6px;
}
.ul_outil {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
.li_lien_utiles {
	text-align: left;
	color: #003399;
	font-weight: normal;
	font-size: 9px;
	padding: 0px 0px 7px 0px;
	list-style: none;
}
.li_lien_utiles a:link {
	color:#6B85C5;
	text-decoration : none;
}
.li_lien_utiles a:visited { 
	color: #6B85C5;
	text-decoration : none; 
}
.li_lien_utiles a:active {
	color: #6B85C5;
	text-decoration: none;
}
.li_lien_utiles a:hover {
	color: #003399;
	text-decoration: underline;
}

