html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #322f2a;
	padding: 0;
	margin: 0;
	width: 896px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	height: 313px;
}
#entete {
height:313px;
}
#slogan {
width:896px
}

#main {
	background-image: url('images/fond.jpg');
	background-repeat: no-repeat;
	background-color: #efefef;
	/*float: left;
	width: 897px;*/
}

#menu {
	background-image: url('images/fond_menu_haut.gif');
	background-repeat: no-repeat;
	width: 633px;
	height: 32px;
	margin-left: 130px;
	border: 1px solid #322f2a;
	border-top: 0;
}
#menu ul, #menu li  {
	display: inline;
}

#content {
	width: 633px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

#col_gauche {
	float: left;
	width: 110px;
	padding: 10px;
	padding-top: 50px;
	height: 340px;
	background-image: url('images/fond_col_gauche.png');
}

#col_droite {
	float:right;
	width: 110px;
	padding: 10px;
	padding-top: 0;
}

/*#haut_calx {
	background-image: url("images/calendrier.png");
	height: 28px;
	width: 110px;
}*/

#bottom {
	clear: both;
	width: 633px;
	margin-top: 40px;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 20px;
	border-top: 1px solid #9c8462;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	color: #322f2a;
}

.tagcloud {
	text-align: right;
	width: 110px;
}

.h1_vert, .h1_anthracite, .h1_bleu, .h1_rouge, .h1_taupe, .h1_front {
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	width: 708px;
	height: 42px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	/*margin-top: 15px;*/
}
.h1_vert {
	background-image: url('images/titre_fond_vert.png');
}
.h1_anthracite {
	background-image: url('images/titre_fond_anthracite.png');
}
.h1_bleu {
	background-image: url('images/titre_fond_bleu.png');
}
.h1_rouge {
	background-image: url('images/titre_fond_rouge.png');
}
.h1_taupe {
	background-image: url('images/titre_fond_taupe.png');
}
.h1_front {
	color:#009900;
	text-align:center;
}
p {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	/*margin-top: 15px;*/
	margin-bottom: 10px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	/*margin-top: 15px;*/
	margin-bottom: 10px;
	font-weight: bold;
}
ul {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-position: inside;
}
li {
	margin: 0;
	padding: 0;
}
img:hover, map:hover, area:hover, img, map, area, img:link, map:link, area:link {
	border: none;
	border: 0;
}
a {
	color: #9c8462;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.ajaxSearch_resultsInfo {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.ajaxSearch_result {
	margin-bottom: 10px;
}
.ajaxSearch_resultLink {
	margin-right: 5px;
	margin-bottom: 5px;
}
.ajaxSearch_resultExtract {
	padding-top: 5px;
}
.ajaxSearch_paging {
	margin: 0;
	padding: 0;
}
.ajaxSearch_highlight {
	font-weight: bold;
	font-style: italic;
}
.ajaxSearch_paging {
	margin-top: 20px;
	display: block;
	text-align: center;
}

