/* CSS Document */

.message_confirm_retour {
	margin:30px 0px;
	padding:10px;
	color:#CC0000;
	font-weight:bold;
	font-size:13px;
	border:1px dotted #CC0000;
}


.message_erreur_connexion{
	font-size:15px;
	text-align:center;
	font-weight:bold;
	padding: 15px;
}

.resa_montant_total {
	background-color:#EEEEEE;
	padding:10px;
	font-weight:bold;
	font-size:14px;
}

.resa_etape {
	border-bottom:1px solid #CCCCCC; 
	padding-bottom:3px; 
	padding-right:5px; 
}

.resa_etape_hover{
	background-color:#CCC;
	font-weight:bold;
}

.resa_recap_date {
	padding:5px 0px; 
	color:#333333;
	text-align:right;
}

.ligne_liste {
	border-bottom:1px solid #999;
	height:70px;
}

.ligne_liste h2 {
	margin-left:5px;
}

.resa_liste { color:#ffffff; height:23px; background-image:url(../img/cadre-middle.jpg); font-weight:bold; vertical-align:middle}
.resa_liste a{ color:#ffffff; vertical-align:middle; text-decoration:none}
.resa_liste a:hover{ color:#000; vertical-align:middle; text-decoration:none }

.msg_erreur {
	margin:15px 0px; 
	color:#CC0000; 
	font-weight:bold; 
	font-size:11px
}

.box_liste_chambres{
	float:left;
	width:278px;
	margin:6px;
	text-align:center;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	cursor:pointer;
	-moz-border-radius: 5px; 
	height:132px;
	color:#000;
}

.box_liste_chambres_photo {
	width:130px;
	height:130px;
	float:left;
}


.box_liste_chambres_photo img {
	vertical-align:middle;	
}

.box_liste_chambres_titre {
	text-align:left;
	padding:4px;
	width:138px;
	height:35px;
	float:left;
}


.box_liste_chambres_titre h2 {
	font-size:13px;
	text-decoration:none;
}

.box_liste_chambres_description {
	text-align:left;
	padding:4px;
	width:138px;
	font-size:11px;
	float:left;
	height:50px;
}
