@charset "utf-8";
/* CSS Document */
p {
margin:0px 0px 5px 0px;
padding:0px;
line-height:150%;}
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/fond_raisin4.jpg);
background-repeat:repeat-x;
color:#330401;
font-size:12px;
line-height:140%;
background-color:#370400;
padding:0px;
margin:0px;
}
a{ color:#330401;
text-decoration:none;
font-weight:bold;}
a:hover{
	text-decoration:underline;}

blockquote{
	background-color:#f6f2e8;
	width:530px;
	text-align:center;
	padding:15px 10px 15px 10px;
	margin:10px 0 10px 0;
	font-size:10px;}
	
	
table {
		background-color:#f6f2e8;
border: 2px solid #d5b58a;
border-collapse:collapse;
width: 550px;
}
td, tr{
padding:5px;
border: 1px solid #d5b58a;
}
th{

padding:5px;
border: 1px solid #d5b58a;
text-transform:uppercase;
text-align:left;
}
#header{
	font-size:10px;
	padding:6px 0 0 8px;
	color:#e5dbbe;
	letter-spacing:2px;
	margin:0px auto 0px auto;
	height:23px;
	width:956px;
	background-image:url(images/fond_header.gif);
	background-repeat:repeat-x;
}

#content_index{
	width:574px;
	float:right;
	margin:22px 15px 0px 15px;
	background-image:url(images/fond_content_index_middle.gif);
	}
#list_index{
	padding:15px;}

#bottom_index{
	background-image:url(images/fond_content_index.gif);
	background-repeat:no-repeat;
	min-height:259px;
	padding-left:25px;
	padding-bottom:10px;
	margin-top:-20px;
		background-color:#e5dabd;}
#page{
padding:0px 6px 6px 6px;
background-color:#f8f3e7;
width:964px;
margin:0px auto 0px auto;
}

#corps_page{
	background-color:#e5dabd;
}
#left_index{
	width:325px;
	padding:22px 0 0 25px;}


#footer{
background-color:#e5dabd;
color:#918875;
padding:10px;
background-image:url(images/fond_footer.gif);
min-height:80px;
background-repeat:repeat-x;
width:944px;
margin:0px auto 0px auto;
text-align:center;
}

#footer a{ color:#918875;
text-decoration:none;
font-weight:bold;}
#footer a:hover{
	color:#330401;
	text-decoration:underline;}


#content{
padding:20px;}
.box, .box_form{
background-image:url(images/fond_box.jpg);
background-repeat:no-repeat;
float:right;
width:294px;
min-height:385px;
padding:10px 25px 0px 25px;
margin-right:10px;
margin-top:20px;
}


.box ul, .box_form ul{
padding:1px 0 0 0;
margin:0 0 0 0;}
.box li{
font-weight:bold;
list-style-position:outside;
position:relative;
list-style:none;
margin:10px 0px 0px 0px;
padding:0px 0px 10px 20px;
text-transform:uppercase;
font-size:12px;
letter-spacing:3px;
background-image:url(images/fleche.gif);
background-repeat:no-repeat;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#c8b79e;}
.box_form li{
font-weight:bold;
list-style-position:outside;
position:relative;
list-style:none;
margin:10px 0px 0px 0px;
padding:0px 0px 10px 20px;
text-transform:uppercase;
font-size:12px;
letter-spacing:3px;
background-image:url(images/fleche.gif);
background-repeat:no-repeat;
}

.box li a, .box li a:visited{
color:#502d24;
text-decoration:none;}
.box li a:hover{
color:#502d24;
text-decoration:underline;}

h2{
font-weight:bold;
margin:10px 0 0px 0;
padding:0px;
text-transform:uppercase;
font-size:12px;
letter-spacing:3px;

}

h1{
	margin:0px 0 4px 0;
	padding:0px;
	text-transform:uppercase;
font-size:12px;
letter-spacing:3px;
font-weight:bold;
}
.trait{
clear: both;
border-bottom:solid 1px #c8b79e;
margin:20px 10px 20px 10px;
}

.date{
	color:#ad9264;
	font-size:10px;
	margin-top:6px;
	font-weight:bold;}
#hotel{
	background-image:url(images/fond_hotel.gif);
	background-repeat:repeat-x;
	float:right;
	background-color:#e5dabd;
	padding:15px;
	width:220px;
	margin:5px 25px 0px 10px;
	min-height:229px;}
	
.trait_hotel{
clear: both;
border-bottom:solid 1px #d5ccba;
margin:10px 10px 10px 0px;
}

/* -------------------[ Images ]------------------- */

img.alignright {
        float: right;
 
        margin: 0 0 5px 10px;
        background: #fff;
        padding: 2px;

        }

img.alignleft {
        float: left;

        margin: 0 10px 5px 0px;
        background: #fff;
        padding: 2px;

        }

img.aligncenter { 
        display: block; 
        padding: 2px; 
        margin: 0 auto 20px auto; 
		background: #fff;

        float: none; 
        clear: both;
        }

