/* CSS Document */
html {
	padding:0px;
	margin:0px;
	background-color: #2c251d;
}

body {
	margin: 0px;
	padding: 0px;
}

body, p, div, span, a, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C261D;
}

p {
	margin-bottom: 18px;
	margin-top: 0px;
}

img {
	border: none;
}

hr {
	height: 1px;
	margin-right: 12px;
	margin-top: 8px;
	margin-bottom: 12px;
	color: #49ade2;
	background-color: #49ade2;
	border: none;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #94b428;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #95b2c7;
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 10px;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7990a1;
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}

a:link, a:visited {
	color: #7990a1;
	text-decoration: none;
}

a:hover {
	color: #ff8a00;
}


ul, ol {
	margin-top: 5px;
	margin-bottom: 10px;
}

ul li {
	margin: 0px;
	color: #95b2c7;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

ul li ul {
	margin-top: 0px;
	margin-bottom: 0px;
}


ol li {
	padding-bottom: 10px;
}

ul ol li {
	list-style-type: decimal;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
}

.textarea {
width: 210px;
}

.input {
width: 210px;
}
/* DIV LAYOUT */

div {
	padding: 0px;
	margin: 0px;
}

#container {
	width: 900px;
	height: 600px;
	padding: 0px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top: -300px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -450px;
}

#left {
	height: 430px;
	width: 550px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#right {
	background-color: #94b428;
	float: right;
	height: 430px;
	width: 350px;
}

#right_home {
	float: right;
	height: 430px;
	width: 350px;
}
#content {
	height: 290px;
	width: 315px;
	overflow-y: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content_full {
	height: 390px;
	width: 315px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	overflow-y: auto;
	overflow-x: hidden;
	
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#content_home {
	height: 290px;
	width: 315px;
	overflow-y: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content p,  #content_full p {
	text-align: justify;
	margin-right: 0px;
	font-size: 13px;
}

#content_home p {
	text-align: justify;
	margin-right: 0px;
	font-size: 13px;
	color: #FFFFFF;
}

#content ul {
	line-height: 16px;
}


#content_left_contact {
	height: 290px;
	width: 515px;
	overflow-y: auto;
	padding-top: 120px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
}



#content_left_contact p {
	margin-right: 0px;
	font-size: 13px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
}

#content_left_contact ul li {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	list-style-image:none;
	list-style-type: none;
	background-image: url(images/puce_blanche.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	padding-bottom: 10px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
}

#content_left_contact ul li a:link, #content_left_contact ul li a:visited {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
	/*margin: 0px;
	list-style-image:none;
	list-style-type: none;
	background-image: url(images/puce_blanche.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	padding-bottom: 10px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;*/
}

#footer {
	width:900px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
}

#box_menu {
	width:900px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#menu {
	width:900px;
	height: 120px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
}

#menu li {
margin: 0; 
padding: 0;
list-style: none; 
position: absolute; 
}

#menu li, #menu a {
	display: block;
}
	
#menu span {
	display: None;
}
	
#menutop1 {left: 50px; top: 0px; width: 160px; height: 120px;}
#menutop2 {left: 210px; top: 0px; width: 160px; height: 120px;}
#menutop3 {left: 370px; top: 0px; width: 160px; height: 120px;}
#menutop4 {left: 530px; top: 0px; width: 160px; height: 120px;}
#menutop5 {left: 690px; top: 0px; width: 160px; height: 120px;}


#menutop1 a {height: 120px;}
#menutop2 a {height: 120px;}
#menutop3 a {height: 120px;}
#menutop4 a {height: 120px;}
#menutop5 a {height: 120px;}


#menutop1 a:hover {background: transparent url(images/menu_hover.gif) -50px 0px no-repeat;}
#menutop2 a:hover {background: transparent url(images/menu_hover.gif) -210px 0px no-repeat;}
#menutop3 a:hover {background: transparent url(images/menu_hover.gif) -370px 0px no-repeat;}
#menutop4 a:hover {background: transparent url(images/menu_hover.gif) -530px 0px no-repeat;}
#menutop5 a:hover {background: transparent url(images/menu_hover.gif) -690px 0px no-repeat;}


#menutopactive1 {left: 50px; top: 0px; width: 160px; height: 120px; background: url(images/menu_hover.gif) -50px 0px no-repeat;}
#menutopactive1 a {height: 120px;}
#menutopactive2 {left: 210px; top: 0px; width: 160px; height: 120px; background: url(images/menu_hover.gif) -210px 0px no-repeat;}
#menutopactive2 a {height: 120px;}
#menutopactive3 {left: 370px; top: 0px; width: 160px; height: 120px; background: url(images/menu_hover.gif) -370px 0px no-repeat;}
#menutopactive3 a {height: 120px;}
#menutopactive4 {left: 530px; top: 0px; width: 160px; height: 120px; background: url(images/menu_hover.gif) -530px 0px no-repeat;}
#menutopactive4 a {height: 120px;}
#menutopactive5 {left: 690px; top: 0px; width: 160px; height: 120px; background: url(images/menu_hover.gif) -690px 0px no-repeat;}
#menutopactive5 a {height: 120px;}


#menu_right {
	width: 350px;
	position: absolute;
	left: 550px;
	top: 0px;
}

#menu_right ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#menu_right ul li {
	margin: 0px;
	list-style-image:none;
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#menu_right ul li a:link, #menu_right ul li a:visited  {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	padding-left: 20px;
	background-position: 0px 3px;
	padding-bottom: 10px;
}

#menu_right ul li a:hover {
	text-decoration: none;
	color: #2C261D;
	background-image: url(images/puce_blanche.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#menu_right ul li.active a:link, #menu_right ul li.active a:visited, #menu_right ul li.active a:hover  {
	text-decoration: none;
	color: #2C261D;
	background-image: url(images/puce_blanche.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	
}

/*#menu_right ul li.services {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	list-style-image:none;
	list-style-type: none;
	background-image: url(images/puce_blanche.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	padding-bottom: 10px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
}*/

#menu_right ul li.services a:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(images/puce_jaune.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#menu_right ul li.servicesactive a:link, #menu_right ul li.servicesactive a:visited, #menu_right ul li.servicesactive a:hover  {
	text-decoration: none;
	color: #000000;
	background-image: url(images/puce_jaune.jpg);
	background-repeat: no-repeat;	
	background-position: left 3px;
}

#menu_right ul li.fairepart a:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(images/puce_magenta.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#menu_right ul li.fairepartactive a:link, #menu_right ul li.fairepartactive a:visited, #menu_right ul li.fairepartactive a:hover  {
	text-decoration: none;
	color: #000000;
	background-image: url(images/puce_magenta.jpg);
	background-repeat: no-repeat;	
	background-position: left 3px;
}

#menu_right ul li.liensvide {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	padding-left: 20px;
	padding-bottom: 10px;
}


#menu_right ul li.liens a:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(images/puce_bleu.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#linksright {
height: 390px;
overflow-y: auto;
}

/*JScrollPane CSS*/
		.jScrollPaneContainer {
			position: relative;
			overflow: hidden;
			z-index: 1;
			padding-right:20px;
		}
		.jScrollPaneTrack{
			position:absolute;
			cursor:pointer;
			right:0;top:0;
			height:100%
		}
		.jScrollPaneDrag{
			position:absolute; 
			background:#CCC;
			cursor:pointer;
			overflow:hidden;
			
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			}
		
		.scroll-pane{padding:0;}
		.scroll-pane p{
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			background:#232323;
			padding:12px;
			color:#CCC;
			font-size:14px;
			line-height:16px;
		}
		.scroll-pane {
		width: 315px;
		height: 390px;
		overflow: auto;
		float: left;
		}
		
		#content_testfull {
	height: 390px;
	width: 315px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	
	
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
		
/*end JScrollpanel*/

