/*base de la page web*/
#page {
	margin:0;
	padding:0;
	width:900px;
	height:800px;
	background-image:url(images/bloclogo2.jpg);
	background-repeat:no-repeat;
}
#accroche {
	display:block;
	position:absolute;
	left:250px;
	top:60px;
	width:auto;
	height:auto;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:10px;
	}
/*nom de la page active****************************/
#blocpage {
	position:absolute;
	left:550px;
	top:20px;
	color: #369;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	width: 200px;
}
#blocentral {
	position:absolute;
	left:200px;
	top:170px;
	width:700px;
	height:600px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#photod img {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	}
#photodm img {
	float:right;
	margin-left:20px;
	}
#photogm img {
	float:left;
	margin-right:20px;
	}
/*elements pour formulaire*************************/
.champtext1 {
	width:450px;
}
.mention {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color: #333;
}
/*NAVIGATION***************************************/
/*bande transparente*******************************/
#bandebts {
	position:absolute;
	left:20px;
	top:150px;
	width:110px;
	height:420px;
}
/*boutons blancs et oranges*************************/
#nav1 {
	list-style: none ;
	margin: 0 ;
	padding: 0;
	overflow: hidden ;	/* Création du contexte de formatage */
}
#nav1 li {
	float:left;
	padding-right:10px;
	width: 110px;
	height: 30px;
	color: #000;
}
#nav1 li a {
	display: block;
	padding-right:10px;
	color:#FFF ;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height: 2em;
	text-align:right;
	text-decoration: none;
}

/*boutons inverses*/
#nav1 li a:hover, #nav1 li a:focus, #nav1 li a:active {
	background: #F93;
	text-decoration: none;
	color:#fff;
}
			</style>
			[if lt IE 7]>
			<style type="text/css">
			#nav1 {						/* Contexte de formatage pour IE6 */
				overflow: visible ;
				height: 1% ;
				}

