#head {
	background-image: url(fond_head.gif);
	background-repeat: repeat-x;
	height: 75px;
	width: 100%;
}
#head #titre {
	height: 75px;
	width: 600px;
	margin: auto;
	background-color: #000000;
}
#head #titre #logo {
	height: 20px;
	width: 270px;
	background-image: url(logo.gif);
	position:relative;
	left :20px;
	top: 35px;
}
#haut {
	width: 600px;
	margin: auto;
	height: 220px;
	background-color:#FFFFFF;
	padding-top: 40px;
}
#haut #gauche {
	height: 220px;
	width: 400px;
	float:left;
	margin: auto;
	background-color: #FFFFFF;
}
#haut #menu {
	height: 220px;
	width: 200px;
	float:right;
	top: 90px;
	margin: auto;
	padding-right: 0px;
	text-align: right;
	font-size: 11pt;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#haut #menu a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-right: 10px;
	border-right: #FF9900 solid 5px;
}
#haut #menu a:hover {
	font-weight: bold;
	color: #FF9900;
}
#bas {
	width: 600px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 50px;
}
#bas h3{
	color:#000000;
	font-size:14px;
	text-align: right;
}
#bas #adresse {
	width: 200px;
	height: 200px;
	float: right;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#bas #adresse #coordonnees {
	border-right: #FF9900 solid 5px;
	margin-left: 20px;
	margin-top: 0px;
	line-height: 25px;
}
#bas #adresse #coordonnees #courrier {
	background-image: url(mail.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 30px;
	margin-bottom: 15px;
}
#bas #adresse #coordonnees #tel {
	padding-left: 30px;
	background-image: url(telephone.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#bas #contenu {
	width: 375px;
	float: left;
	margin: auto;
	padding-top: 45px;
	line-height: 25px;
}
#bas #contenu a {
	color: #FF9900;
	text-decoration: none;
}
#bas #contenu a:hover {
	color: #000000;
}
#bas #contenu h2 {
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	text-transform:uppercase;
	margin-top: -5px;
	border-bottom: #FF9900 solid 1px;
	font-family: Arial, Helvetica, sans-serif;
}
#bas #contenu cite {
	font-style: normal;
	text-indent: 50px;
}
#bas #contenu .liste {
	background-image: url(fleche.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	text-indent: 20px;
	margin-bottom: 20px;
}
#bas #contenu .plus {
	background-image: url(plus.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	text-indent: 20px;
	margin-bottom: 20px;
	padding-top:1px;
}
#bas #contenu .plus a {
	color : #000000;
}
#bas #contenu .plus a:hover {
	color : #FF9900;
}
#bas #contenu .liste ul {
	list-style-position: inside;
	list-style-type: square;
	margin-top: 0px;
}
#bas #contenu #fermer {
	margin: 0px;
	height: 40px;
	width: 42px;
	background-image: url(guillemets_droite.gif);
	float:right;
	margin-top: 0px;
}
#foot {
	height: 50px;
	width: 100%;
}