body {
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top:10px;
	background-color: #fff;
	}

#global {
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffe7a6;
	border: 1px solid #000;
	}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 780px;
	height: 150px;
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
	}
	
#form {
	background-image: url(images/titre2.png);
	background-repeat: no-repeat;
	width: 770px;
	height: 27px;
	/height: 79px;
	text-align: left;
	color: #669966;
	font-family: Serif;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 65px;
	}	
	
#corps {
	padding-left: 210px;
	padding-right: 40px;
	padding-bottom: 40px;
	text-align: justify;
	font-family: sans-serif;
	font-size: 0.8em;
	}
	
a {
	text-decoration: none;
	color: #878787;
	}
	
a:visited {
	color: #878787;
	}

img {
	border: 1px solid #000;
	}

a img {
	border: none;
	}
	
table {
	font-family: sans-serif;
	font-size: 0.9em;
	}
	
.pied {
	line-height: 2em;
	font-family: sans-serif;
	font-size: 0.7em;
	color: #878787;
	}
	
.pied a {
	text-decoration: none;
	color: #878787;
	}
	
.pied a:visited {
	color: #878787;
	}
	
#menu {
	width: 160px;
	height: 26px;
	/height: 23px;
	float: left;
	padding-left: 10px;
	}
	
#menu ul {
 padding:0;
 margin:0;
 list-style-type:none;
	}
	
#menu li {
 float:left; /*pour IE*/
	}
	
#menu ul li a {
 display:block;
 float:left; 
 width:160px;
 /width:165px;
 line-height:40px; /*hauteur de l'image de fond*/
 background:#ffe7a6 url(images/menu1.jpg) no-repeat;
 color:#000;
 text-decoration:none;
 text-align:left;
 font-size: 12px;
 font-family: sans-serif;
 font-weight: bold;
 padding-left: 20px;
	}
	
#menu ul li a:hover {
 background:#ffe7a6 url(images/menu2.jpg) no-repeat;
 color:#000;
	} 

#menu ul li a:active {
 background:#ffe7a6 url(images/menu2.jpg) no-repeat;
 color:#000;
	}  	 	
	
#menu #actif a {
	background:#ffe7a6 url(images/menu3.jpg) no-repeat;
	color:#000;
	}
	

.input { 
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	width: 150px;
	margin-bottom: 5px;
	margin-right: 10px;
	}

.textarea {
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	width: 325px;
	height: 100px;
	}


.postal {
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	width: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
	}

.lieu {
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	width: 110px;
	margin-bottom: 5px;
	}

label {
	font-family : verdana, arial, helvetica;
	font-size : 11px;
	line-height : 22px;
	}
	
