﻿*{margin:0; padding:0; border:0; outline:0;}

a:hover{color: #300300;}
a{color: #FFBB02;}

h3
{
	margin-left: 20px;
	padding: 10px 0 5px 25px ;
	line-height: 19px ;
	font-size: 1.0em ;
	background: url(images/btn.png) no-repeat left;
	color: #8F140B ;
	border-bottom: 1px solid #8F140B;
}
h4
{
	margin-left: 40px;
	padding: 2px 0 2px 20px ;
	line-height: 19px ;
	font-size: 0.8em ;
	background: url(images/btn2.png) no-repeat left;
	color: #8F140B ;
}

body , html  {
	height:100%;/* hauteur de reference */
}

body {
	margin:0 auto;
	color:#300300;
	background: #8f140b ; 
}
/*///////////////////////////////////  PAGE  //////////////////////////*/
#page
{
	margin: 0 auto;
	width: 900px;
	background: url(images/bg.jpg) repeat-y;
}
/*///////////////////////////////////  HEADER  //////////////////////////*/
#header
{
	background: url(images/header.jpg);
	width: 900px;
	height: 165px;
}
/*///////////////////////////////////  CONTENU  //////////////////////////*/
#contenu
{
	padding: 0 50px 0 50px;
}
#contenu ul.liste 
{
	text-align: center;
}
p{text-indent: 1em;}
/*///////////////////////////////////  MENU HORIZONTAL  //////////////////////////*/
ul#menu 
{
	padding: 128px 0 0 0;
	width: 900px;
	line-height: 20px;
	list-style:none;
	text-align: center;
}
ul#menu li  
{
	display:inline;
	color:#ffffff;
}
ul#menu li a 
{
	padding: 0 0 0 20px ;
	background: url(images/btn3.jpg) no-repeat left;
	margin:0 20px 0 0;
	text-decoration:none;
	font-weight: bold;
}
ul#menu li a span:hover
{
	border-bottom: 1px dotted #300300 ;
}
/*///////////////////////////////////  FOOTER  //////////////////////////*/
#footer
{
	margin: 0 auto;
	width: 900px;
	background: url(images/footer.jpg) no-repeat;
	height: 52px;
	font-size: 0.7em;
	padding : 12px 0 0 0 ;
	text-align: center;
}

input
{
	border: 1px solid #3b3b3b;
}
textarea
{
	border: 1px solid #3b3b3b;
}
select
{
	border: 1px solid #3b3b3b;
}
