#slider {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

#header {
	width: 960px;
	height: 150px;
	background: url(../images/templatemo_header.jpg) no-repeat;	
}

#header #sitetite {
	float: left;
	width: 240px;
	height: 65px;
	padding-top: 65px;
	margin-right: 30px;
	margin-left:30px;
	text-align: center;
}

#header #sitetite h1 {
	margin: 0;
	padding: 0;
}

#header #sitetite a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #edecec;
	font-weight: normal;
	text-decoration: none;
}

#header #sitetite a span {
	display: block;
	font-size: 12px;
	color: #edecec;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 5px;
}

.cds{}
.scroll {
    height: 1300px;
    width: 940px;
    overflow: auto;
   /* overflow-x: hidden; */
    position: relative;
    clear: left;
    background: url(../images/templatemo_content.jpg) repeat-y;
}

.scrollContainer div.panel {
    padding: 0 50px;
    height: 1300px;
    width: 840px;
}

ul.navigation {
	float: left;
	width: 600px;
	height: 42px;
    list-style: none;
    margin: 70px 0 0 0;
    padding: 0;
}

ul.navigation li {
    display: inline;
   
}

ul.navigation a {
	float: left;
	display: block;
	
	height: 32px;
	padding: 10px 5px 0 5px;
	color: #322B29;
	font-size: 12px;
	text-align: center;
    text-decoration: none;
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #fff;
	background-color:#322B29;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}
/*Mentions Legales Pages*/

#sliderML {
    width: 100%;
    margin: 0 auto;
    position: relative;
	
}
.scrollML {
    height: 2250px;
    width: 940px;
    overflow: auto;
   /* overflow-x: hidden; */
    position: relative;
    clear: left;
    background: url(../images/templatemo_content.jpg) repeat-y;
}

.scrollContainer div.panel {
    padding: 0 50px;
    height: 1300px;
    width: 840px;
}
#headerML{
width: 960px;
	height: 150px;
	background: url(../images/templatemo_header_ML.jpg) no-repeat;	}
	
#headerML #sitetite {
	float: left;
	width: 240px;
	height: 65px;
	padding-top: 65px;
	margin-right: 30px;
	margin-left:30px;
	text-align: center;
}

#headerML #sitetite h1 {
	margin: 0;
	padding: 0;
}

#headerML #sitetite a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #edecec;
	font-weight: normal;
	text-decoration: none;
}

#headerML #sitetite a span {
	display: block;
	font-size: 12px;
	color: #edecec;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 5px;
}