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

.contenu-all {
	width: 900px;
	height:650px;
	padding: 0px;
	position: relative;
	background-color:#FFF;
	top: 20px;
	border-radius: 10px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
}


.contenu-titre {
	padding: 0px;
	position: relative;
	top: 0px;
	border-radius: 10px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
}


.slide-show {
	padding: 0px;
	position: relative;
	top: 120px;
	border-radius: 10px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
}

.contenu-pages {
	width:800px;
	padding: 0px;
	position: relative;
	top: 50px;
	border-radius: 10px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
.contenu-menu {
	padding: 0px;
	position: relative;
	top: 0px;
	left:0px;
}

.contenu-img-thumb {
	width:263;
	height:190px;
	position: relative;
	border-radius: 10px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
}

