/* propriétés générales de la page */ 
a {
	color: #614227;
}
a span {
	display: none;
}
a:hover span {
	display: inline;
}
a img {
	border-width: 0;
}
ul {
	margin: 0;
	padding: 0;
}
.separation {
	clear: both;
	visibility: hidden;
}
body {
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	background: #231507;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

#espace100 {
	height: 100px;
}
#fond {
	text-align: center;
	width: 100%;
	background: #FFF;
}
#tete {
	position: relative;
	text-align: center;
	width: 750px;
	margin: 0 auto;
}
#menuRapide {
	text-align: right;
	margin-right: 0.5em;
}
#menuRapide ul {
	list-style-type: none;
	margin: 0;
}
#menuRapide ul li {
	display: inline;
}
#menuRapide a, #menuRapide a:link {
	text-decoration: none;
	color: #614227
}
#menuRapide a:hover {
	text-decoration: underline;
}
#logo {
	text-align: left;
	margin-top: -15px;
}
#logo h1 {
	display: none;
}
#menuHorizontal {
	background: #F1EDCA;
	color: #321;
	text-align: center;
	clear: both;
	height: 3em;
	line-height: 3em;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 3px solid #321;
}
#menuHorizontal ul {
	width: 750px;
	text-align: right;
	margin: 0 auto;
}
#menuHorizontal li {
	display: inline;
	margin: 0 5px;
	padding: 0;
}
#menuHorizontal li a {
	text-decoration: none;
	color: #321;
	font-weight: bold;
	padding: 1em 0.5em;
}
#menuHorizontal a:hover {
	color: #F1EDCA;
	background: #321;
}

#blocCentral {
	width: 750px;
	margin: 0 auto;
	position: relative;
}
#colonneGauche {
	float: left;
	width: 200px;
	margin-right: 9px;
}
#colonneCentre {
	margin-left: 209px;
}
#recherche {
	background: url(images/rechercher.png) no-repeat top left;
	width: 200px;
	height: 69px;
	padding: 0;
	margin: 0;
}

input.zoneRecherche {
	width: 100px;
	height: 14px;
	margin-top: 7px;
	border: 1px solid;
}
input.boutonRechercher {
	font-size: 90%;
	color: white;
	background: #321;
	border: 1px solid #F1EDCA;
}
#cheminFer {
	text-align: left;
	margin-bottom: 5px;
	color: #999;
}
#cheminFer a, #cheminFer a:hover, #cheminFer a:link {
	text-decoration: none;
	color: #999;
}
#menuVertical {
	position: relative;
	top: -15px;
	background: #F1EDCA;
	width: 199px;
}
#menuVertical ul {
	list-style-position: inside;
	text-align: left;
	font: bold 1.2em Verdana, Arial, sans-serif;
	margin-left: 1em;
}
#menuVertical li {
	line-height: 20px;
}
#menuVertical a:hover {
	text-decoration: underline;
}
#teteMenuVertical {
	background: url(images/menuVerticalHaut.png) no-repeat top left;
	width: 199px;
	height: 20px;
	padding: 0;
	margin: 0;
}
#piedMenuVertical {
	position: relative;
	top: -15px;
	background: url(images/menuVerticalBas.png) no-repeat top left;
	width: 199px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}
#menuVertical a {
	text-decoration: none;
	color: #321;
}
#contenu {
	text-align: left;
	min-height: 300px;
	width: 499px;
}
#centrer {
	text-align: center;
}
#piedPage {
	clear: both;
	color: #FFF;
	width: 750px;
	margin: 0 auto;
	text-align: center;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #321;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 0 3px;
}
h1.red {
	color: #AB541C;
}
h1.green {
	color: #93A971;
}
h1.blue {
	color: #657C90;
}
#colonneUnTier {
	width: 150px;
	display: block;
	float: left;
	padding-right: 15px;
	margin: 15px 0;
}
#colonneDeuxTiers {
	width: 300px;
	display: block;
	float: left;
	padding-right: 15px;
	margin: 15px 0;
}
#cadrehaut {
	background: url(images/cadre_haut.jpg) no-repeat top left;
	height: 20px;
	width: 400px;
}
#cadrebas {
	background: url(images/cadre_bas.jpg) no-repeat bottom left;
	height: 20px;
	width: 400px;
}
#cadrecentre {
	background: url(images/cadre_milieu.jpg) repeat-y top left;
	padding: 0 20px;
	color: #FFF;
	width: 360px;
}
#cadrecentre p.titre {
	text-align: center;
	margin-bottom: 10px;
	font-size: 130%;
	font-weight: bold;
}
#cadrecentre p.soustitre {
	text-decoration: underline;
	margin: 10px;
	font-size: 130%;
	font-weight: bold;
}
#cadrecentre p {
	text-align: left;
	margin: 0;
	margin-left: 30px;
}

