/*ensemble*/
body
{
	width: 800px;
	margin: auto;
	background-color: #ffffff;
}
/*en-tête*/
#en_tete
{
	width: 798px;
	height: 120px;
	text-align: left;
	border: 1px solid #525552;
}
#en_tete h1
{
	font-family: "sylfaen";
	font-size: 1.1em;
	font-style: italic;
	color: #17287B;
	width: 250px;
	border: none;
	margin-left: 120px;
	margin-top: 90px;
}
/*menu*/
#menu
{
	width: 100%;
	height: 30px;
	background-color: #17287b;	
}
#menu ul
{
	padding: 0px;
	margin: 0px;
	font-family: "georgia";
	font-size: 1em;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
	display: block;
}	
#menu li 
{
	list-style-type: none;
	display: inline;
	float: left;
}
#menu li a
{
	display: block;
	text-decoration: none;
	border: solid #848284 1px;
	padding: 0px;
	color: #FFF;
	width: 158px;
	text-align: center;
}
#menu li a:link
{
	color: #FFF;
}
.page_lue
{
	color: #CCC;
	background-color: #F76531;
} 
/*content_area*/
#content_area
{
	background-color:#FFF;
	border: 1px solid #525552;
}
/*rubriques*/
#rubriques
{
	width : 200px;
	float : right;
	padding-right: 35px;
	padding-top: 20px;
}
#rubriques h3
{
	display: block;
	width : 180px;
	background-color: #F76531;
	color: #FFF;
	font-size: 1em;
	text-align: center;
	border: 1px solid #525552;
	padding: 0px 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.date
{
	list-style-image : url("../image/puce.jpg");
	font-family: "Book Antiqua";
	font-weight: bold;
	font-size: 0.9em;
	color: blue;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.detail
{
	font-size: 0.7em;
	font-family: "Book Antiqua";
	font-weight: bold;
	list-style-type: square;  
	color: #808080;
	padding-left: 15px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	
}
.def
{
	font-family: "Book Antiqua";
	font-size: 0.8em;
	text-align: justify;
	color: #808080;
	padding-left: 15px;
}
.fig
{
	font-family: "Book Antiqua";
	font-size: 0.7em;
	text-align: center;
	font-style: italic;
	color: #808080;
	text-decoration: underline;
}
/*corps*/
#corps
{
	font-family: "Book Antiqua", Arial, "Comic Sans Ms";
	font-size: 0.9em;
	padding: 10px;
	color: #505050;
	width: 520px;
}	
p
{
	margin-left: 0px;
	margin-right: 100px;
	margin: 5px;
	text-align: justify;
}
h1
{
	text-indent: 30px;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 5px;
	font-variant: small-caps;
}
h1:first-letter
{
	font-weight: bold;
	font-size: 1.5em;
	color: #F76531;
}
h2
{
	width: 500px;
	font-size: 1.2em;
	color: #808080;
	margin: 0px;
	border-bottom: solid #d2d2d2 1px;
}
.intro
{
	text-indent: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.intro:first-letter
{
	font-weight: bold;
	font-size: 1.5em;
	color: #F76531;
}
.texte
{
	text-indent: 30px;
}
.commentaire
{
	font-size: 0.8em;
	font-style: italic;
}
.ref
{
	float: right;
	font-size: 0.8em;
}
.demande
{
	text-align: center;
	font-size: 1em;
}
.enum
{
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 0.9em;
}
.itineraire
{
	text-align: justify;
}
.image2
{
	margin-left: 40px;
	margin-top: 15px;
}
.image3
{
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	border: none;
}
.image4
{
	height: 50px;
	border: none;
	float: right;
}
.image5
{
	border: none;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.image6
{
	margin-left: 15px;
	margin-top: 15px;
}
#fin_float
{
	clear: both;
}
/*formulaire*/
label
{
	float: right;
	margin-bottom: 5px;
}
input:focus, textarea:focus
{
	background-color: #F76531;
}
/*pied de page*/
#pied_de_page
{
	padding: 0px;
	background-color:#c6cbde;
	border: 1px solid #525552;
	overflow: auto;
}
#pied_de_page p
{
	font-family: Arial;
	font-size: 0.8em;
	text-align: center;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
}