/* GENERIQUES */
	
html {
    margin: 0;
	padding: 0;
	background: #000;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif; 	
	font-size: 100%; ;
}

body{
	margin: 0;
	padding: 0; /* pour Opera qui met des valeurs par défaut */
	text-align: center ; /* permet de centrer avec IE */
	background-color:#000; 
	/*background-image: url(../layout/bg.gif); background-repeat: repeat; */
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif; 
	color:#4b4942;
	font-size: 0.7em ;
}



a {
	color: #c60;
	font-weight: bold;
}

a img 
{
	border: 0;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}

.hide,hr{display: none;}
.gras{font-weight: bold;}
	
/* BLOC PAGE */

div#page {
	width: 1000px;	
	margin: 0 auto; /* centre les blocks */
	position: relative;
	padding: 0;
	text-align: left; /* rétablit l'alignement à gauche */
	background: #313131;
}

/*HEADER */
div#header {
	background: #000 url(../layout/header2.jpg) no-repeat;
	width:1000px;
	height: 220px;
	color: #fff;
	margin: 0;
	padding: 0;
}	

/* MENU */
div#menu{
		background: #000; 		
		width: 1000px;
		height: 15px;
		margin: 0;
		padding-bottom: 2px;
		border-bottom: #ddd 1px solid;
	}
ul#nav{
	margin: 0;
	padding: 0;
	list-style: none;
	
}
ul#nav li{
	float: left;
	background: #000;
}
ul#nav li a{
display: block;
	padding: 0 10px;
	height: 15px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing:-0.02em;
	color: #c60;
	background: #000;
	text-decoration : none;
	font-variant: small-caps;
}
ul#nav li a:hover{
	color: #000;
	background: #fff;
	height: 15px;
}

/* GALERIE */
#frame_galerie{
		width:1000px;
		position: relative;
		margin: 0 auto;		
}

/* VIDEO */
#vid{
		width:1000px;
		position: relative;
		margin: 0 auto;	

}

.vid
{
		   margin-left: 5px;
		     color: #fff;	

font-size: 0.9em ;  

		   
	}
	
#vid object {
       overflow:hidden;
       width: 320px;
       height: 240px;	
	   margin: 10px 20px;
	   
}

#vid h4 {
    	
	color: #fff;
	
	font-size: 1.3em ;
	   
}

#vid h2 {
	margin-left: 15px;
	color: #fff;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif; 
	font-variant: small-caps;
	font-size: 1.3em ;
}

#vid h3 {
	margin-left: 40px;
	color: #c60;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif; 
	font-variant: small-caps;
	font-size: 1.2em ;
}

#vid p {
	margin-left: 70px;
	margin-right: 50px;
	color: #fff;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif; 
	font-size: 1.2em ;
}


/* ******************************
*   CREDITS
* ************************** */
	
div#credits {
	position: relative;
		width: 1000px;
		height: 10px;
margin-top: 20px;
	border-top: #fff 1px solid;

	
}
	
div#credits p {
	margin: 5px 0 0 0;
	text-align: center;
	color: #ddd;
}

/* ******************************
*   FOOTER
* ************************** */
	
div#footer {
	position: relative;
		width: 1000px;
		height: 50px;
margin-top: 20px;
	border-bottom: #fff 1px solid;
		background: #000 url(../layout/footer.jpg); background-repeat: repeat-x; 
	
}
	
div#footer p {
	margin: 5px 0 0 0;
	text-align: center;
}
