* {
	margin: 0;
	padding:0;
	outline: none;
}
a img{
outline: none;
border: none;
}
a {
	color: #fff19f;
	text-decoration: none;
	outline: 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: 380px;
	height: 130px;
	border: #000000 solid 1px;
	padding: 10px;
	margin: 10px 0 00px 10px;
}


#actu {
	background-color: #571010;
	width: 477px;
	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;
}


a.bloc {
	background: #FFFFFF;
	border: #000000 solid 1px;
	width: 150px;
	height: 60px;
	margin: 2px 30px 0px 0;
	display:block;
	float:left;
	text-align:center;
	
}

#global2 {
	width: 910px;
	border: #000000 solid 1px;
	margin: 10px auto 0 auto;
	padding: 10px 10px 10px 40px;
}

#global2 #TA_rated327{
	float:left;
}
#global2 #TA_rated327 div{
	margin:2px 0 0 0;
	padding:0;
	height:60px;
	overflow:hidden;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
}
#global2 #TA_rated327 var.widFRRCopy{
	/*display:none;*/
	background-color:none;
}
#global2 #TA_rated327 var.widFRRCopy a{
	float: left;
    height: 60px;
    margin-left: -10px;
    margin-top: -64px;
    width: 150px;
}

/************************#slideshow********************/
#slideshow {
    position:relative;
    height:350px;
	width:500px;
	border: #000000 solid 1px; 
	margin: 10px 0 10px 0;
}
#slideshow IMG {
	position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

