@charset "UTF-8";
/* CSS Document */


body{
background:url(img/fond.jpg) repeat-x;
background-color:#961422;
margin:0;
padding:0;
text-align:center;
}

#pageTotal{
width:1000px;
height:605px;
background:url(img/fond_site.jpg) no-repeat top;
margin:0 auto;
}

#carte{
/*background-color:#961422;*/
width:400px;
height:170px;
float:left;
margin:130px 0 0 0;
text-align:left;
}
	#laCarte{
	float:left;
	margin:60px 0 0 50px;
	}
	#txtCarte{
	float:left;
	margin:50px 0 0 50px;
	color:#fff;
	}
    
#acces{
/*background-color:#961422;*/
width:280px;
height:240px;
float:right;
margin:140px 40px 0 0;
text-align:left;
}
	#acces p{
	color:#fff;
	margin:3px 0 0 0;
	padding:0;
	font-size:1.2em;
	}
	#acces img{
	margin:0;
	padding:0;
	}
    
#reservation{
/*background-color:#961422;*/
width:300px;
height:85px;
float:left;
margin:40px 0 0 70px;
}
    
#logo{
/*background-color:#961422;*/
width:199px;
height:85px;
float:left;
margin:30px 0 0 50px;
}
    
#newsletter{
/*background-color:#961422;*/
width:290px;
height:100px;
float:right;
margin:90px 40px 0 0;
text-align:left;
}
	#newsletter p{
	margin:5px 0;
	padding:0;
	}
	#newsletter h1{
	height:29px;
	line-height:29px;
	}
    
#footer{
/*background-color:#961422;*/
text-align:left;
}
#footer a{
color:#f0892e;
text-decoration:none;
}

