#container{ 
	margin:auto;
	width:760px;
	height:100%;
}
body {
	background-color: #FFAD33;

	margin-top: 15px;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 12px;
	color:#FFEA00;
}
#header{
width: 760px;
height: 180px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#body {
	width: 760px;

	background-image: url(images/body.gif);
	background-repeat: repeat-y;
}

#footer{
	width: 760px;
	height: 36px;
	background : url(images/footer.gif) no-repeat left top ;
}

#menu {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	text-align: center ;
	font-family: "Trebuchet MS",Arial,sans-serif;
}

#menu li {
	display: inline ;
	margin-right: 1px ;
	color: #FBE600 ;
	background: #0C6BA0 ;
}

#menu li a {
	padding: 4px 15px ;
	background: #0C6BA0 ;
	color: #FBE600 ;
	border: 0px solid #600 ;
	font: 13px "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
}

#menu li a:hover, #menu li a:focus, #menu li a:active {
	background: #FBE600 ;
	color: #FF0000 ;
	text-decoration: underline ;
}

.titre{
	font-size: 14px;
	color: #FFFFFF;
}
.explication{
	font-size: 12px;
	color:#FFEA00;
}

.presentation{
	margin-top: 35px;
	margin-left: 120px;
}

#photo{
	width: 600px;
	margin-top: 25px;
	margin-left: 73px;
}

.adresse{
font-size: 14px;
font-weight: bold ;
color:#FFEA00;
}
.boitier{
	font-size: 18px;
	color:#FF0000;				  
}
fieldset {
	border:1px solid #FFAD33;
	margin-left: 140px;
	padding:15px;
	-moz-border-radius: 6px;
	width:450px;
}
legend{
	text-align:right;
	font-weight: bold ;
	font-size: 14px ;
	padding-top:0px;
	color: #FFAD33 ;
}
#aac{
	width:550px;
	font-size: 14px;
	font-weight: bold ;
	color:#FFAD33;
}
a.contact { color : #FBE600; text-decoration:none;}
a:link.contact { ccolor : #FBE600; text-decoration:none;}
a:visited.contact { ccolor: #FBE600; text-decoration: none;}
a:hover.contact { color: #FF6000; text-decoration:underline}
a:active.contact { color: #FBE600; text-decoration:none}

.agrement{
	font-size: 12px;
	color:#FFEA00;
}