
body{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
	background:	#ECECDA;
  margin:0;
  padding:0;
}

div#container{
	position:absolute;
	top:0;
	left:50%;
  width:800px;
  margin-left:-400px;
	background-color:white;
  border: solid 1px #E05A01;
}
div#header{
	width:100%;
}

div#header div#flashcontent{
	width:800px;
	height:200px;
}

div#content{
	width:100%;
 }

div#content p{
	padding-left:14px;
 } 
  
div#content h1{
  margin:0;
  padding:0;
  display:block;
	height:37px;
	line-height:36px;
	font-weight: bold;
	background: url('../img/barre-menu.jpg') top left;
	color: white;
	font-size: 20px;
  
}

div#content h1 a{
	color: white;
}

div#content h1 a:hover{
	color: #FFFB9D;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

div#content h2{
	display:block;
	width:800px;
	padding-left:15px;
	height:22px;
	line-height:22px;
	font-weight: bold;
	color: #E05A01;
	font-size: 16px;
}
div#content h2 a{
	color: #E05A01;
}

div#content h2 a:hover{
	color: #E05A01;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

div#content h3{
	display:block;
	width:800px;
	padding-left:2px;
	line-height:25px;
	font-weight: bold;
	color: #E05A01;
	font-size: 16px;
  text-align:center;
 }
 
 div#content h3 a{
	color: #E05A01;
}

div#content h3 a:hover{
	color: #E05A01;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

  .gras{
	font-weight:bold;
  margin-top:10px;
  margin-bottom:10px;
}

div#footer{
	height:20px;
	width:800px;
	text-align:center;
  color: #E05A01;
  margin-top:50px;
  font-size: 9px;
}
span{
	padding-left:14px;
}

div#footer a{
	color: #E05A01;
  text-decoration:underline;
}