@charset "UTF-8";
/* CSS Document */

#page {
	position:relative;
	margin:0 auto;
	width:900px;
	height:auto;
	border:solid 7px #000;
	border-bottom:solid 30px #000;
}
#blocbande {
	display:block;
	width:900px;
	height:150px;
	background:url(images1/bande4.jpg)
}
/*bloc titre*/
#titre {
	width:400px;
	height:50px;
	position:absolute;
	color: #FFF;
	left:50px;
	top:20px;
}
/*tous les textes*/
.titre {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	font-weight:bold;
}
.titrejaune {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	font-weight:bold;
	color: #C3A147;
}
.h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}
/*emplacement central*/
#bloccentre {
	display:block;
	width:900px;
	height:450px;
	background-color:#FFF;
}
/*bloc pour le texte central*/
.bloctext1 {
	display:block;
	width:900px;
	height:auto;
	padding-top:25px;
	color:#330005;
	text-align:center;
}

/*blocs pour les photos*/
#photo1 {
	width:200px;
	height:315px;
	position:absolute;	
	background-color:#000;
	left:20px;
	top:280px;
}
#photo2 {
	width:200px;
	height:315px;
	position:absolute;
	background-color:#000;
	left:240px;
	top:280px;
}
#photo3 {
	width:200px;
	height:315px;
	position:absolute;
	background-color:#000;
	left:460px;
	top:280px;
}
#photo4 {
	width:200px;
	height:315px;
	position:absolute;
	background-color:#000;
	left:680px;
	top:280px;
}
/*boutons sous les photos*/
#nav1 {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;	/* Création du contexte de formatage */
}
#nav1 li {
	float: right;
	width: 200px;
	height: 23px;	
	color: #FFF;
}
#nav1 li a {
	display: block;
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height: 2em;	
	text-align:center;
	text-decoration: none;
}
#nav1 li a:hover, #nav1 li a:focus, #nav1 li a:active {
	background: #330005;
	text-decoration: none;
}
			</style>
			[if lt IE 7]>
			<style type="text/css">
			#nav1 {						/* Contexte de formatage pour IE6 */
				overflow: visible ;
				height: 1% ;
				}

/*BOUTONS NOIRS*/
/*bande noire pour les boutons*/

#bandenoire {
	display:block;
	width:900px;
	height:23px;
	background-color:#000;
}
				
	/*boutons gris horizontaux sur bande du haut*/
#nav3 {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;	/* Création du contexte de formatage */
}
#nav3 li {
	float: right;
	width: 100px;
	height: 23px;	
	color: #FFF;
}
#nav3 li a {
	display: block;
	color: #fff ;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 2em;	
	text-align:center;
	text-decoration: none;
}
#nav3 li a:hover, #nav3 li a:focus, #nav3 li a:active {
	background: #c93;
	text-decoration: none;
}
			</style>
			[if lt IE 7]>
			<style type="text/css">
			#nav3 {						/* Contexte de formatage pour IE6 */
				overflow: visible ;
				height: 1% ;
				}

