/* CSS Document */


/* BODY */

@import url(https://fonts.googleapis.com/css?family=Ubuntu);

html{
	overflow-y:scroll;
	}

body{
	background-color:rgb(150,150,165);
	padding:0;
	margin:0;
	font-family: 'Ubuntu', sans-serif;
	} 

#wrap{
	width:980px;
	margin-left:auto; 
	margin-right:auto;
	margin-top:10px;
	margin-bottom:0px;
	padding:0;
	background-color:#FFF;
	display:block;
	}
	
/*TEXT */
h1{
	font-size:19px;
	color:rgb(51,102,153);
	padding:none;
	margin:none;
	}

h2{
	font-size:17px;
	font-weight:bold;
	}

div{
	font-size:15px;
	color:#000;
	}
	
ul{
	text-decoration:none;
	display:block;
	list-style-type:none;
	text-align:justify;
	padding:0;
	margin:0;
	}

li{
	line-height:16px;
	}
	
hr{
	margin:0;
	padding:0;
	border:0;
	border-top:1px solid #6699CC;
	background-color:none;
	}


/* LINK */
a{
	text-decoration:none;
	font-weight:bold;	
	}
	
a:link,a:visited{
	color:#800041;
	} 

a:hover,a:active{
	color:#FF6600;
	} 

/* TABLE */
table{
	border-collapse:collapse;
	} 
	
/* IMAGE */
img{
	border:none;
	margin:none;
	}

div.figure{
	text-align:center;
	margin-bottom:20px;
	margin-top:10px;
	}
	
div.figure p{
	width:400px;
	font-size:11px;
	font-style:italic;
	padding:0;
	text-align:justify;
	margin:auto;
	margin-top:5px;
	margin-bottom:0;
	}
	
/* HEADER */
#header{
	background-color:#FFFFFF;
	margin:0 0 0 0;
	padding:0;
	width:980px;
	display:block;
	}
		
#map_area{
	}
	
/* GOOGLE RANKING */
	#ranking{
	background-color:rgb(29,62,119);
	margin:0 0 0 0;
	padding:0;
	display:none;
	}

	
/* NAVIGATION */
#sidebar{	
		    width:150px;
			display:table-cell;
			background:#C5C4B0 url(images/fond_menu_uniforme.jpg) repeat-y;
			}		
				
#sidebar div{
	display:block;
	text-align:center;
	font-size:11px;
	}			
	

/* MENU */	
#menu {
width:150px;
background:#C5C4B0 url(images/fond_menu.jpg) repeat-y;
margin:0 0 0 0;
}

#menu dt {
cursor: pointer;
height: 25px;
line-height: 25px;
margin: 0 15px 0 15px;
border-bottom: 1px solid #5E5F33;
text-align: center;
font-weight: bold;
}

#menu dt a{
text-decoration:none;
font-weight:bold;	
color:#773333;
}

#menu dt a:hover{
	color:#FF6600;
}


#menu dd {
position:absolute;
z-index:100;
left:110px;
margin-top:-1.4em;
width: 100px;
background: #6699CC;
border-left: 2px solid #FFF;
}

#menu ul {
padding: 2px;
}

#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
}

#menu li a{
color: #FFF;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration:none;
color:#FF6600;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}
	
/* CONTENT */

#content{
	background-color:#FDFAF4;
	text-align:justify;
	width:830px;
	display:table-cell;
	padding:20px;
	padding-top:20px;
	margin:0 0 0 0;
	vertical-align:none;
	}
	
.highlight{
	border-bottom:1px dashed #6699CC;
	padding:5px 0 0 0;
	}

	
.flag ul li{
	line-height:25px;
	height:35px;
	}

.flag ul li img{
	position:relative;top:2px;
	padding-right:5px;
	}
	

.menu_pub ul{	
	float:right;
	position:relative;
	left:160px;
	bottom:3px;
	}
	
.menu_pub ul{
	background-color:#FDFAF4;
	width:150px;
	}
	
.menu_pub ul li{
	line-height:18px;
	padding:5px;
	border-bottom:1px dashed #E0A323;	
	}
	
/* TITLE BIG*/
.titlebig{
		height:auto;
		}

.titlebig img{
		float:left;
		padding-right:10px;
		padding-top:5px;
		}
	
/* FOOTER */

#footer{
	background-color:#93ACC2;
	border-top:1px solid #6699CC;
	width:980px;
	font-size:11px;
	height:20px;
	color:#000;
	padding:0;
	margin:0;
	}
	
#footer p{
margin:0;
float:right;
padding-top:4px;
padding-right:10px;
	}
	
#s3slider {
   width: 320px; /* important to be same as image width */
   height: 320px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   top:0px;
}

#s3sliderContent {
   width: 350px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 12px/17px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

