body{
	background-color:#3aa7e2;
	
}

a{
	color:black;
	text-decoration: none;
}
#fond{
	width:1100px;
	height:790px;
	margin:auto;
	background:url(../image/fond.jpg) no-repeat center;
	border-radius:25px;
	position:relative;
}

#cadre{
	position:relative;
	top:208px;
	left:200px;
	width:660px;
	
	
}

#menu li{
	margin-left:5px;
	margin-right:5px;
	margin-top:2px;
	background:url(../image/opaque.png) repeat ;
	border-radius:10px;
	padding-left:5px;
	padding-right:5px;
	height:20px;
	display:inline;
	float:left;
	
}
#menu ul{
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
}
#editable{
	position:absolute;
	top:70px;
	background:url(../image/opaque.png) repeat ;
	border-radius:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	width:600px;
	min-height: 600px;
}

#thumbs li{
	display: inline-block;
}

#slideshow{
	margin-left: 45px;
}
.style0{
	font-size:14px;
}

.style1{
	font-weight:bold;
}

.style2{
	font-weight:bold;
	text-decoration: underline;
}

.style3{
	text-decoration: underline;
}

.caption{
	text-align: center;
}
