div.block {
	clear: both;
	display: block;
}

div.fleft {
	float: left;
}

div.fright {
	float: right;
}

.hidden {
	display: none
}

.small {
	font-size: 0.7em;
}

.medium {
	font-size: 0.8em;
}


.noScreen {
	display: none;
}

div.gallery p {
	margin: 10px 0;
}

#logosGuides {
	display: block;
	clear: both;
	text-align: center;
	padding-top: 10px;
}

/*///// messages d'information /////*/

div.usermessage {
	clear: both;
	margin-bottom: 10px;
}

div.usermessage ul {
	margin-right: 0px;
	padding: 0;
}

div.usermessage p {
	margin: 5px 0 15px 0;
}

div.usermessage li {
	list-style-type:none;
	margin: 0 0 5px 0;
	background:url(/img/design/fleche1.gif) no-repeat 2px 2px;
	padding:0 0 0 22px;
}

div.erreur {
	background: #fff1eb url(/img/design/erreur.png) center no-repeat;
	background-position: 15px 10px;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #fc9040;
	border-bottom: 2px solid #fc9040;
}

div.erreur b {
	color: #e46101;
}

div.ok {
	background: #e8fff9 url(/img/design/ok.png) center no-repeat;
	background-position: 15px 10px;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #0ca57f;
	border-bottom: 2px solid #0ca57f;
}

div.ok b {
	color: #078465;
}

div.info {
	background: #e1effd url(/img/design/information.png) center no-repeat;
	background-position: 15px 10px;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #79ade5;
	border-bottom: 2px solid #79ade5;
}

div.info b {
	color: #528ac7;
}

div.gift {
	background: transparent url(/img/design/gift.png) 5px 5px no-repeat;
	padding: 5px 5px 5px 75px;
	font-style: italic;
	border: 1px solid #666;
}

table.roomPrice {
	float: left;
	width: 450px;
	margin-right: 20px;
}

table.pricelist {
	border-collapse: collapse;
}

table.pricelist td {
	border: 1px solid #000;
	padding: 5px;
	margin: 0;
}

table.pricelist thead tr th {
	padding-bottom: 8px;
}

table.pricelist thead tr td {
	font-weight: bold;
	text-align: center;
}

table.pricelist td.room {
	font-style: italic;
	font-size: 14px;
}

#mammouths {
	border: 2px solid #000;
	background: #fff url('/img/design/mammouth.jpg') no-repeat top left;
	width: 305px;
	height: 240px;
	text-align: center;
	font-family: "Arial Black", Impact, Arial, sans-serif;
	padding: 5px 5px 5px 120px;
	text-shadow: 2px 2px 2px #fff;
}

#mammouths span {
	font-size: 15px;
	font-weight: bold;
}

#mammouths em, #mammouths a {
	font-size: 16px;
	color: #000;
}

#mammouths a.site {
	background-color: #fff;
	padding: 3px;
	text-decoration: none;
	border: 1px solid #000;
	text-shadow: none;
	font-weight: bold;
}

#mammouths b {
	font-size: 26px;
	font-weight: bolder;
	color: #003b00;
}