@charset "iso-8859-1";
/* auteur: JérémY */
/* Date de création: 24/04/2005 */
body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	/*background: #0066AB ;*/
	background-image: url(images/fond.gif);
}

div#conteneur
{
	width: 800px ;
	margin: 0 auto ;
	text-align: left ;
	border: 1px solid #3B1300 ;
	background: #fff ;
}

h1#header
{
	height: 140px ;
	margin: 0 ;
	background: url(images/header1.jpg) no-repeat left top ;
}

h1#header a
{
	width: 320px ;
	height: 50px ;
	display: block ;
	position: relative ;
	left: 440px ;
	top: 10px ;
}

h1#header a span
{
	display: none ;
}

ul#menu
{
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url(images/bg_menu.gif) repeat-x 0 -25px ;
	list-style-type: none ;
}
		
ul#menu li
{
	float: left ;
	text-align: center ;
}

ul#menu li a
{
	width: 130px ;
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #dea ;
}

ul#menu li a:hover
{
	background: url(images/bg_menu.gif) repeat-x 0 0 ;
}

div#contenu
{
	padding: 0 10px 0 70px ;
	background: url(images/bg_page1.gif) no-repeat 10px 10px ;
}

div#contenu h2
{
	padding-left: 28px ;
	line-height: 25px ;
	font-size: 1.4em ;
	background: url(images/little_titre.gif) no-repeat left bottom ;
	color: #86690B ;
	border-bottom: 1px solid #86690B ;
}

div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #003366 ;
	border-left: 3px solid #003366 ;
	color: #996600 ;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

div#contenu ul
{
	list-style-type: none ;
}

div#contenu p.form
{
	margin: 0 ;
	padding: 0 0 0 40px ;
	text-align: left ;
	color: #003063
}

div#conteneur a
{
	color: #003063;
	text-decoration: underline;
}

div#conteneur a:hover
{
	color: #BD9200;
	text-decoration: none;
}

p#footer
{
	margin: 0 ;
	text-align: center ;
	color: #003366 ;
}