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

html {
}
body {
	margin: 0;
	padding: 0;
	background: #becd00 url(images/menu.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#content {
	height: 580px;
	position: absolute;
	top: 50%;
	margin: -290px 0 0 0px;
	width: 100%;
	background: url(images/fond-entree.gif) repeat-x;
}
#mainContent {
	background: #becd00 url(images/menu.gif) no-repeat; 
}
#footer {
	background: #dedb00;
        text-align:center;
        font-size:11px;
        height:15px;
}
#left {
	float:left;
}
#right {
	float:left;
	margin-left:350px;
	/*height:1100px;*/
}
#menu {
	position: absolute;
	top: 71px;
	left: 0px;
}
#menu ul {
	padding:0px;
}
#menu ul li {
	height:18px;
	/*font-size:13px;*/
	font-family:Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	margin-top : 4px;
	padding-top:3px;
	padding-left:30px;
	text-transform: uppercase;
	width:125px;
	list-style:none;
	background:#000000;

}
#menu ul li a {
	color:#ffffff;
	text-decoration:none;
}
#menu ul li.active, #menu ul li:hover{
	background: #FFFFFF url(images/menu-on.gif) 0px 1px no-repeat;
}
#menu ul li.active a, #menu ul li:hover a {
	color:#000000;
	text-decoration:none;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:1000px;
        width: 550px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	top: -80px; right: -7px;
	width: 178px; height:27px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #e0267a;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

.slidiv {
	width: 550px;
	float:left;
	min-height:1000px;
}

.spec-text {
	background-color : #dedb00;
	padding: 10px 25px 10px 25px; 
	text-align:justify;
}

.spec-lieu {
	font-size:13px;
	/*font-weight: bold;*/
	padding-left: 15px; 
}
