/* CSS Document */
/* reservations.css */	
.reservationstitre {
	overflow: hidden;
	/*background: #FFFFFF;*/
	font-size: large;
	margin-top: 54px;
	margin-left: 230px;
        width: 650px;
	text-align: justify;
	height: 20px;
	}
.reservationsboite1 {
	overflow: hidden;
	/*background: #FFFFFF;*/
	/*overflow-x: hidden;*/
	/*overflow-y: scroll;*/
	border: solid #AAAAAA 1px;
	font-size: small;
	margin-top: 10px;
	margin-left: 250px;
        width: 680px;
	text-align: center;
	height: 455px;
	}
.reservationsretourdebut {
	overflow: hidden;
	background-color: #000000;
	font-size: small;
	margin-top: -541px;
	margin-left: 0px;
        width: 0px;
	height: 0px;
	}
.imggauche	{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
.imgdroite	{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
.imgcentre	{
	float: left;
	margin-left: 190px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.message	{
	font-weight: bold;
	font-size: medium;
	color: #771724;
	}
