* {
	margin: 0;
	padding:0;
}

a {
	color: #fff19f;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

body {
	background-color: #6f2222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff19f;
}

img {
	border: none;
}

#global {
	background: url(img/background.jpg) no-repeat #6f2222 center center; 
	width: 940px;
	border: #000000 solid 1px;
	margin: 10px auto 0 auto;
	padding: 10px;
	/*height: 600px;*/
}

#left {
	float: left;
	width: 435px;
}

#right {
	float: left;
	width: 500px;
}

.clear {
	clear: both;
}

#footer {
	width: 940px;
	margin: 10px auto 0 auto;
	text-align:center;
}

#texte {
	background: url(img/bg_txtAccueil.png); 
	width: 390px;
	height: 130px;
	border: #000000 solid 1px;
	padding: 10px;
	margin: 10px 0 30px 0;
}


#actu {
	background-color: #571010;
	width: 300px;
	height: 70px;
	border: #fff49b solid 2px;
	padding: 10px;
	float: left;
	margin-top: 10px;
}

	p {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height: 16px;
}

.bloc {
	background: #FFFFFF;
	border: #000000 solid 1px;
	width: 120px;
	height: 50px;
	margin: 2px 0 0px 0;
}

.bloc2 {
/*	width: 105px;
	height: 105px;*/
	margin: 2px 0 2px 0;
	padding: 5px;
	background: url(img/bg_bloc2.png) no-repeat;
}
.bloc3 {
	width: 105px;
	height: 105px;
	margin: 30px 25px 2px 0;
	text-align:center;
	padding: 5px;
		background: url(img/bg_txtAccueil.png);
		display: block;
		border: solid 1px #d2c7a5;
		float: right;
}

.bloc4 {
	width: 105px;
	height: 105px;
	margin: 30px 25px 2px 0;
	text-align:center;
	padding: 5px;
		background: url(img/bg_txtAccueil.png);
		display: block;
		border: solid 1px #d2c7a5;
		float: right;
}

.reserv {
background-color: #fff19f;
color: #6f2222;
display: block;
font-size: 14px;
line-height: 18px;
padding: 5px;
}

.reserv:hover {
background-color: #6f2222;
color: #fff19f;
}