@charset "utf-8";
/* CSS Document */

body,html {
	background-color:#EBEDF0;
	background-position:center top;
	font-size: 12px;
	background-image:url(images/backo2.jpg);
	background-repeat:no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
    height: 100%;

	display: inline;
}

a {
	color: #FFF;
}
a:link {
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:hover {
 text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000;

}

.rounded-corners
{
border-radius: 10px 0 2em 4pt;
-ms-border-radius: 10px 0 2em 4pt;
-moz-border-radius: 10px 0 2em 4pt;
-webkit-border-radius: 10px 0 2em 4pt;
-khtml-border-radius: 10px 0 2em 4pt;
}

.roundabout-holder { padding: 0; height: 5em; list-style: none }
.roundabout-moveable-item { 
   height: 4em; 
   width: 4em; 
   cursor: pointer;
   font-size:10px;
   text-align:center;
   font-size:9px;
   white-space:nowrap;
}
.roundabout-in-focus { cursor: auto; }





/*Galleria*/

#slider {
	/* You MUST specify the width and height */
	width:1000px;
	height:300px;
	position:relative;
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:1000px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:180px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:180px;
	background-color:#000;
	overflow:hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
	


.clear {
	clear:both;	
}


.formo {
	color: #000;
}



.navenlace {
   font-weight: bold;
   text-shadow: 0px 1px 1px #4d4d4d;
   
} 

.navenlace a {	
   color: #666666; 
   text-decoration: none; 
   display: block; 
   width: 100%; 
   text-shadow: 0px 1px 1px #4d4d4d;
} 

.navenlace a:hover {
	color: #000;
	background-image:url(images/bleu.png);
	background-repeat:repeat-x;
	text-decoration: none;
	text-shadow: 0px 1px 1px #4d4d4d;
}



.bleu {
	background-color:#CC3300;
   text-shadow: 0px 1px 1px #4d4d4d;
   color:#FFF;
} 

.bleu a {	
   color: #CC3300; 
   text-decoration: none; 
   display: block; 
   width: 100%; 
   text-shadow: 0px 1px 1px #4d4d4d;
} 

.bleu a:hover {
	color: #FFF;
	background-image:url(images/bleu.png);
	background-repeat:repeat-x;
	text-decoration: none;
	text-shadow: 0px 1px 1px #4d4d4d;
}


h1 {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:26px;
	color:#FFF;
	padding: 0px;
	line-height:80%;
}
