#site {
	margin: 5px 5px 0 5px;
}
#bandeau {
	background-image: url(/skin/default/img/bg_haut.jpg);
	background-repeat: repeat-y;
	border-bottom: 2px solid #516D51;
	height:96px;
	width:713px;
}
#bandeau #logo {
	margin: 10px 0 0 10px;
	_margin-left: 5px;
	float: left;
}
#bandeau #logo img {
}
#bandeau h1 {
	display: none;
}
#bandeau #titre_site {
	padding-top: 25px;
	padding-left: 110px;
}
#bandeau p {
	color: #F5FDF5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	letter-spacing: 1px;
	padding: 5px 0 0 150px;
	margin: 0px;
}
#bandeau .fond_haut {
	background-image: url(/skin/default/img/bg_chevaux.jpg);
	background-repeat: no-repeat;
	background-position: 404px;
	height: 96px;
}

/*
	Zone principale
*/
#main {
    width: 713px;
    padding: 0px;
	 background-image: url(/skin/default/img/bg_menu_g.gif);
	 background-repeat: repeat-y;
}

/* Menu de gauche */
#menu_gauche {
	width: 137px;
	position: absolute;
	left: 5px;
	top: 103px;
	height: 478px;
}
#menu_gauche #entete {
	background-image: url(/skin/default/img/entete_menu_g.jpg);
	background-repeat: no-repeat;
	height: 42px;
}
#menu_gauche ul {
	list-style: none;
	padding: 0px;
	margin: 2px 5px 0 0;
}
#menu_gauche ul li {
	margin: 0 0 2px 0;
}
#menu_gauche ul li a {
	display: block;
	padding: 5px 0 0 15px;
	height: 19px;
	background-color: #009900;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#menu_gauche ul li a:hover, #menu_gauche ul li a.selected {
	background-color: #FFFFFF;
	color: #009900;
	text-decoration: none;
}

#drapeaux {
	margin-top: 20px;
	text-align: center;
}
#drapeaux .fr {
	padding: 5px;
}
#drapeaux .en {
	padding: 5px;
}


/* Menu du haut */
#menu_haut {
	position: absolute;
	top: 103px;
	left: 139px;
}
#menu_haut ul {
	margin: 0px;
	padding: 0px;
	width: 580px;
}
#menu_haut ul li {
	display: block;
	width: 104px;
	height: 18px;
	float: left;
	background-color: #CFC995;
	margin: 1px 0 0 1px;
	padding-top: 3px;
	text-align: center;
}
#menu_haut ul li.selected {
	background-color: #F5FDF5;
}
#menu_haut ul li a {
	text-decoration: none;
	color: #516D51;
	font-weight: bold;
}

	/* zone utilitaire */
#menu_haut ul #utils {
	width: 52px;
	margin: 1px 0 0 1px;
	padding: 3px 0 0 0;
}
#utils a {
	background-repeat: no-repeat;	
	display: block;
	float: left;
	margin-left: 2px;
	height: 17px;
}
#utils .contact {
	background-image: url(/skin/default/img/enveloppe.gif);
	background-position: 0 1px;
	width: 15px;
}
#utils .print {
	background-image: url(/skin/default/img/print.gif);
	width: 17px;
}
#utils .copyright {
	margin: 0px;
	background-image: url(/skin/default/img/copyright.gif);
	background-position: 2px 1px;
	width: 13px;
}


/* Corps de la page */
#corps {
	margin-left: 135px;
	width: 538px;
	min-height: 400px;
}
/* Hauteur mini pour IE */
* html #corps {
	height: 400px;
}

/* Home */
#corps #home {
	width: 340px;
	float: left;
}
.clear {
	clear: both;
	visibility: hidden;
}

/* Copyright */
#footer {
	background-image: url(/skin/default/img/coin_bas.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
	padding-left:137px;
	width:576px;
	text-align: center;
	color: #DDDDDD;
}
