body {
	background-color: #330000;
}
#wraper {
	margin: 12px auto; /*****centralize le container*****/
	width: 1024px;
	background-color: #dcc17c;
}
/********************** Header ***************************/
#header {
	margin: Opx auto;
	width: 1017px;
	height: 280px;
	background-color: #000000;
	border: 5px solid #663300;
}
.left{
	float: left;
	width: 588px;
}
#myGallery{
	float: right;

}
/********************** Menu ***************************/
#menu {
	height: 58px;
	width: 1024px;
	background-image: url(images/menu.jpg)
}
#menu ul{
	list-style-type: none;
	float: right;
	display:inline;
	width:518px;
	padding: 20px;	
}
#menu li{
	float:left;  /***Aligne les liens***/
	
}
.lastchild{
	border-right: 0px none #ffffff !important;
}
#menu ul a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	border-right: 2px solid #ffffff;
}
#menu ul a:hover{
	color:#000000;
}
/********************** Content ***************************/
#content{
	margin-left: 20px;
	margin-top: 20px;
	height: 500px;
	color: #4d4b4a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.column{
	float: left;
	padding:10px;
	width: 450px;
	height: 275px;
	text-align: justify;
	margin-right: 20px;
}
#welcome{
	margin-left: 22px;
}
#location{
	float: left;
	margin-right: 60px;
}
#contentreview{
	margin-left: 20px;
	margin-top: 20px;
	height: 1800px;
	color: ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contentreview img{
	border: 1px solid black;
}
/********************** Slideshow Menu ***************************/

#slideshow * { 
	margin: 0; 
	padding: 0; 
}
#slideshow { 
	position: relative;
	left: 10px;
	top: 10px;
	padding: 14px 0 15px; 
	width: 1005px; 
	height: 600px; 
}
#slideshow #smenu, #slideshow #pictures, #slideshow #loading { 
	position: absolute;
}
#slideshow #loading { 
	background: url('images/spinner.gif');
	display: block; 
	top: 158px; 
	left: 205px; 
	text-indent: -5000px; 
	width: 24px; 
	height: 24px; 
	visibility: hidden; 
	z-index: 5; 
}
#pictures { 
	background-color: #000000;
	background: url('images/bg.gif');
	width: 800px; 
	height: 571px; 
	left: 0; 
	overflow: hidden; 
	border: 3px solid #000000;
}
#smenu{
	background-color: #000000;
	background: url('images/bg_side.jpg'); 
	list-style-type: none; 
	width: 190px; 
	height: 310px; 
	right: 0; 
	padding-top: 20px; 
}
#pictures li { 
	display: block; 
	position: absolute; 
	top: 0; 
	width: 800px;
}
#pictures li img { 
	display: block;
	position: relative; 
	bottom: 0; 
}
#smenu li { 
	display: block; 
	z-index: 1000; 
	position: relative; 
	zoom: 1; 
}
#smenu li a { 
	display: block; 
	font: 11px "Lucida Grande", "Verdana"; 
	text-decoration: none; 
	padding: 7px 0 7px 28px; 
	z-index: 1000; 
	color: #ccc; 
	line-height: 14px; 
	vertical-align: middle; 
	zoom: 1; 
}
#smenu li a:focus {
	outline: 0; 
}
#smenu li a:hover { 
	color: #fff; 
}
#smenu li.current a { 
	font: 15px "Georgia"; 
	color: #fff; 
	padding: 5px 0 5px 28px; 
	line-height: 18px; 
}
#smenu li.background { 
	background: url('images/arrow.gif') no-repeat left center; 
	position: absolute; 
	font-size: 1px; 
	height: 7px; 
	width: 4px; 
	z-index: 5; 
}
/********************** footer ***************************/
#footer{
	background-color: #000000;
	width: 1024px;
	height:22px;
	text-align:right;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-top: 3px solid #FFFFFF;
}
