@charset "utf-8";
/* CSS Document */

 body {
    	font: 0.8em  Verdana, Arial, Helvetica, sans-serif;
    	background: #0093af;
    	text-align: center; 
    	color: #ffffff;
    }
	
    div#container {
		top: 10px;
    	width: 950px;
		margin: 0 auto;
    	text-align: left; 
		background: url(images/fond_video.png) top left no-repeat;		
    }
	
	
/* Navigation */
#navigation {
	background: #0093af;
}
#navigation a {
	color: #ffffff;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}
#navigation li a, #navigation li a:visited {
		background: #0093af;
		color: #fff;
 		border: 1px solid #0093af;
}
#navigation li#active a {
		background: #000080;
		border: 1px solid #000080;
		color: #98d3df;
}
#navigation li a:hover, #navigation li a:focus {
 		background: #98d3df;
		color: #000080;
		border: 1px solid #000080;
}



/* Menu de navigation */
#navigation {
	marging: 0;
	padding: 5px 15px;
}
#navigation ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li.gauche {
	float: left;
	margin-right: 10px;
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	padding: 0; 
}
#navigation li.droite {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	padding: 0;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

    div#container h2 {
		font: 1.2em Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color: #000080;
		margin: 5px;	
	}
	
    #exemple img {
		dispaly:inline;
		padding: 0;
		margin-top: 30px;
		margin-bottom: 30px;
    }
	
    div#footer {
		height:30px;
		font-size: 0.8em;
		color: silver;
		font-weight: bold;
		text-align: center;
    }
	
    div#footer p {
    	margin: 10px; 
		text-align: center ;
    }
	

	
	

