@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-color:#dedede;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	line-height: 22px;
	font-size:12px;
	color:#767777;
    }
	
	
a {
	color:#767777;
	text-decoration:none;
}
a:hover  {
	color: #055e73;
	text-decoration:underline;
}	

img {
		border:none;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:16px;
	font-weight:bold;
	text-align:right;
}

a#blanc {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover#blanc {
	color:#FFFFFF;
	text-decoration:underline;
}


td#tips1 {
	background-image:url(images/tips_27.jpg);
	background-repeat:no-repeat;
	width: 248px;
	height: 108px;
	margin-left: 5px;
	vertical-align:text-bottom;
}
td#tips2 {
	background-image:url(images/tips_29.jpg);
	width: 248px;
	height: 108px;
	background-repeat:no-repeat;
}

	
.conteneur {
	width: 924px;
	min-height: 600px;
	margin: 0 auto;
	text-align:left;
	background-image:url(images/back_02.jpg);
	background-repeat:repeat-y;
}

.logo {
	background-image:url(images/logo_videoimmo.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height: 101px;
	width:280px;
	float:left;
}


.forfaits {
	width: 240px;
	float:left;

}

.col_gauche {
	width: 330px;
	float:left;
	margin-left:5px;

}


.col_droite {
	width: 510px;
	display:block;
	margin-left:358px;
}


.bottom {
	width:870px;
	height: 30px;
	margin-left: 12px;
	margin-top: 10px;
	padding-right: 30px;
	text-align: right;
	background-image:url(images/bottom_27.jpg);
	background-repeat:no-repeat;
}


.maison {
	background-image:url(images/maison_06.jpg);
	background-repeat:no-repeat;
	width: 560px;
	height: 206px;
	float:right;
}


.menu {
		width: 281px;
		height: 184px;
		background-image:url(images/back_menu_06.jpg);
		background-repeat:no-repeat;
		float:left;
		padding-left: 81px;
		padding-top: 20px;
}

.bouton_menu {
	margin-bottom:3px;
}
.top_house {
		width: 604px;
		height: 86px;
		background-image:url(images/top_house_03.jpg);
		background-repeat:no-repeat;
		float:left;
		text-align:right;
		padding-top: 15px;
		padding-right: 40px;
}

.contenu {
	width:882px;
	background-image:url(images/back_contenu_25.jpg);
	background-repeat:repeat-y;
	margin-left: 20px;
	clear: left;
}


#small_title {
		font-weight:bold;
		font-variant:small-caps;
		font-size:14px;
		line-height:14px;
}

#images_menu {
		margin-top: 3px;
}

#images_lettrine {
		margin: 3px;
		float:left;
}

#texte_blanc {
	color:#FFFFFF;
} 

#image_annonce {
	border:solid #FFFFFF 2px;
	margin-bottom: 5px;
}

#prix {
font: 16px bold;
color: #055e73;
}

#cellule_annonce {
	vertical-align:top;
}
#cellule_lecture {
	text-align:right;
	vertical-align:top;
}
#cellule_detail {
	text-align:right;
}
#cellule_sia {
	text-align:center;
}

#info_imp_annonce {
	font-size:15px;
	line-height: 12px;
	color: #333333;
}

.annonces {
	width: 500px;
	background-color:#dedede;
	border:solid #CCCCCC 2px;
	padding: 3px;
	margin-bottom: 18px;
}

#detail {
	text-align:right;
}

#lecture {
	float:right;
}

#classe {
	font-size:12px;
}

.video {
	width: 600px;
	height: 400px;
	text-align:center;
}
