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_emcd.jpg');
	background-repeat: no-repeat;
	height: 150px;
}

#main {

	background-color: #efefef;

}
#main_haut {
	background-image: url('images/bande_fond.png');
	background-repeat: no-repeat;
	width:895px;
	height:11px;

}
#main_centre {
	background-image: url('images/bande_fond_centre.png');
	background-repeat: repeat-y;

}

#menu {
	background-image: url('images/fond_menu_haut.png');
	background-repeat: no-repeat;
	width: 761px;
	height: 32px;
	margin-left: 66px;
	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;
}

#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: 761px;
	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 .h2_vert .h3_vert {
	font-weight: bold;
	/*margin-top: 15px;*/
}
.h1_vert {
	color: #51ab43;
}.h2_vert {
		color: #51ab43;
}.h3_vert {
		color: #51ab43;
}

p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	/*margin-top: 15px;*/
	margin-bottom: 10px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	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: #51ab43;
	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_paging {
	margin: 0;
	padding: 0;
}
.ajaxSearch_highlight {
	font-weight: bold;
	font-style: italic;
}
.ajaxSearch_paging {
	margin-top: 20px;
	display: block;
	text-align: center;
}

