body {
	background: #F8ECDF;
	font: 80%  Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;  
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: underline;
}

#container {
	width: 700px;
	margin: 5px auto;
	padding-top: 4px;
	text-align: left;
	line-height: 150%; 
	background: url(img/bordhaut.gif) top left no-repeat;
}

#menu {
	width: auto;
	height: 23px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #F8ECDF ; 
	border-right: 2px solid #FF6300;
}

.boxmenu {
	float:left;
	width: auto;
	height: 23px;
	margin: 0;
	padding: 0 5px;
	list-style: none;
	background: #F6F6F6 ; 
	border-left: 2px solid #FF6300;
}
.boxmenutrait {
	overflow: hidden;
	float:left;
	postion:relative;
	width: 2px;
	height: 23px;
	margin: 0;
	padding: 0;
	background: #FF6300 ; 
}
#header {
	background: #FF6300;
	height: 70px;
	margin: 0;
	padding-bottom: 1px;
}

#barre {
	clear:left;
	overflow: hidden;
	width: auto;
	height: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #FF6300 ; 
}



.boxmenu a {
	height: 100%;

}

.boxmenu a:link, .boxmenu a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.boxmenu a:hover  {
	color: #9A0000;
	text-decoration: underline;
	font-weight: bold;
}

.on  {
	color: #9A0000;
	text-decoration: none;
	font-weight: bold;
}
   
#contenu {
	border-right: 1px solid #FF6300;
	border-left: 1px solid #FF6300;
	width: 678px;
	margin: 0;
	padding: 15px 10px;
	text-align: left;
	font-size: 100%;
	line-height: 150%;
	background: #FFF ;
}

 
#footer {
	border-top: 1px dashed #FF6300;
	border-right: 1px solid #FF6300;
	border-left: 1px solid #FF6300;
	border-bottom: 1px solid #FF6300;
	text-align: center;
	width: 678px;
	margin: 0;
	padding: 10px;
	font-size: 90%;
	line-height: 150%;
	background: #FFF ;
}
  
 
input {
	font-family:Verdana, Arial;
	font-size:9pt;
}
textarea {
	font-family:Verdana, Arial;
	font-size:9pt;
}
select {
	font-family:Verdana, Arial;
	font-size:9pt;
}

h1 {
	color: #9A0000;  
	font-weight: bold;
	font-size: 160%;
}
.message {
	color: green;  
	font-weight: bold;
}

.erreur { 
	color: red;  
	font-weight: bold;
}
.frontTitle {
	font-weight:bold;
	color:#EA7600;
}