/*
	Explications des HACKS :
	
	top: -31px !important; Firefox conserve celui ci car il comprend !important mais pas le / de la ligne du dessous 
	/top: -20px !important; IE7 conserve celui ci car il comprend !important ET le / 
	top: -20px; IE6 ne comprend rien, il conserve celui ci
	
	=================================================================================================================
	
	COULEURS :
	
	Bleu Foncé : #105AB4
	Bleu Normal : #0092EB
	Bleu Clair : #A1D0F6
*/

body 
{
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	font-family: arial;
}

strong
{
	font-weight: bold;
}

html
{
	background-color: #FFFFFF;
}

div.submit
{
	float: left;
	cursor: pointer;
}

div.submit .submitOnEnter,
div.submit .submitOnEnter:visited
{
	float: left;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 6px 5px 9px 5px;
	letter-spacing: 0.2px;
	border: none;
	background: none;
	background-image: url("../media/bouton_std_centre.png");
	background-repeat: repeat-x;
	font-family: arial;
}

div.submit:hover .submitOnEnter
{
	background-image: url("../media/bouton_std_centre_hover.png");
}
 
div.submit .submit_img_left,
div.submit .submit_img_right
{
	float: left;
	padding: 0;
}

#bg_header
{
	text-align: center;
}

#bg_header div.background
{
	width: 100%;
	height: 430px;
	left: 0;
	top: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
}

#bg_header span.chemin_image
{
	display: none;
}

#page
{
	font-family: Arial;
	font-size: 11px;
	padding: 0;
	margin: 0;
	top: 0;
	position: absolute;
	width: 100%;
	min-width: 955px;
	background-image: url(../media/header/header_fond_page.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: transparent;
}

#contenu
{
	width: 955px;
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* #cadre_contenu
{
	width: 955px;
	clear: both;
	float: left;
	border-top: none;
	padding-bottom: 15px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
} */

#page_logement
{
	float: left;
	/* width: 804px !important;
	width: 798px; */
	width: 955px;
	padding: 0;
	margin: 0;
}

div#colonne_gauche
{
	float: left;
	width: 310px;
	padding: 0;
	margin: -107px 0 0 0;
}

div.bloc_principal
{
	float: left;
	clear: both;
	width: 790px;
	margin: 0;
	padding: 0px;
}

a.hidden
{
	display: none;
	overflow: hidden;
}

a
{
	text-decoration: none;
	outline: 0;
}

img
{
	border-style: none;
}

font.etc
{
	font-size: 9px;
	color: #808080;
	font-style: italic
}

span.infosCacheesBonPlans,
span.infosCacheesZoomSur
{
	display: none;
}
