body{
	width: 1000px;
	margin: 0 auto;
	font-family: Lucida Sans;
	background-color: #e9d1a5;
	background-image: url("/images/fond_page.jpg");
	background-repeat: repeat-x;
}

a{
	color: #000;
}

a:hover{
	color: #f93;
}

/* Haut de page */
#haut{
	background-image: url("/images/entete.png");
	height: 96px;
}
#haut h1{
	display: none;
	margin: 0;
}

/* Mise en forme du contenu */
#contenu{
	background-image: url("/images/fond.png");
	background-color: #ededee;
	background-repeat: repeat-x;
	padding: 30px 0;
	float: left;
}

#contenu .gauche{
	width: 413px;
	text-align: right;
	float: left;
	padding-right: 10px;
}

#contenu .gauche img{
	border: 1px solid #000;
}

#contenu .droite{
	margin: 0 10px; 
	width: 557px;
	float: left;
}
#contenu .droite .legende{
	text-align: center;
}
#contenu h2, #contenu p{
	font-size: 14px;
}

#contenu p{
	color: #333;
}

#contenu h2{ margin-top: 30px; }

#contenu .gauche p{
	margin-left: 80px;
}

#contenu ul{
	margin: 0;
	list-style: none;
}

#contenu li a{
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	color: #630;
	text-decoration: none;
}

#contenu li a:hover{
	color: #f93;
}

#contenu .rubrique{
	float: left;
	width: 532px;
	margin-bottom: 20px;
}

#contenu .rubrique img{
	border: 1px solid #000;
	float: left;
	margin-right: 10px;
}

#contenu .rubrique h3{
	margin-top: 0;
	padding: 3px 0 0 10px;
	clear: left;
	background-image: url("/images/entete_rubrique.png");
	background-repeat: no-repeat;
	height: 34px;
	font-size: 16px;
	font-weight: bold;
}

#contenu .rubrique .exemple{
	float: right;
	background-image: url("/images/bouton_exemple.png");
	background-repeat: no-repeat;
	width: 143px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 0 15px;
	color: #630;
}

/* Mise en forme du bas de page */
#bas{
	clear: left;
	text-align: center;
	background-color: #633e0b;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	margin-bottom: 25px;
}

#bas a{
	color: #fff;
}

#bas a:hover{
	color: #f93;
}

#bas ul li{
	list-style: none;
	display: inline;
}

#bas ul, #bas p{
	margin: 3px;
}

#bas ul{
	margin: 0;
	padding: 0;
}

#bas p{
	font-size: 12px;
	font-weight: bold;
}

/* Mise en forme spécifiques à la galerie photo */
#galerie{
	margin-top:10px;
	width: 532px;
	text-align: left;
	float: left;
	margin: 0 20px 0 25px;
}
#galerie img{
	border:1px solid #cccccc;
	padding:5px;
	margin: 0 10px 0 0;
	margin:0 auto 10px auto;
	cursor:pointer;
}
#galerie ul{
	list-style:none;
	margin:0;
	padding:0;
}
#galerie .photos{
	float:left;
	width:533px;
	/*height:620px;*/
	overflow:hidden;
	margin-right:20px;
	position:relative;
	z-index:2;
}
#galerie .photos ul{
	display:block;
	width:12000px;
	/*height:620px;*/
	position:relative;
	z-index:1;
}
#galerie .photos ul li{
	float:left;
	width:533px;
	text-align:center;
}

/*Formulaire de contact*/
fieldset{
	border:none;
	padding:0;
}
fieldset p{
	margin:0 0 5px 0;
}
fieldset label{
	display:block;
	float:left;
	width:150px;
}
span.required{
	color:red;
	margin:0;
}
fieldset ul{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
fieldset ul li label{
	float:none;
	width:auto;
}