@charset "utf-8";

/* -------------------- Global reset -------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption { 
	margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;
}
/* remember to define focus styles! */
:focus { outline:0; }
body { line-height:1; color:black; background:white; }
ol, ul { list-style:none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse:separate; }
caption, th, td { text-align:left; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
/* --------------------- Reset End ----------------------- */




body {
	background-color:#e2efe4;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
a {
	color:#FFFFFF;
	text-decoration:none
}
	a:hover {
		text-decoration:underline;
		color:#e2efe4;
	}

p {
	margin-bottom:10px;
	margin-top:10px;
	line-height:20px;
	font-size:14px;
}

h1 {
	font-size:20px;
	border-bottom:1px dashed #59b256;
	padding-top:10px;
	padding-bottom:6px;
	margin-bottom:20px;
	color:#3a4f36;
	font-weight:bold;
}
h2 {
	font-size:18px;
	margin-top:20px;
	margin-bottom:10px;
	padding:6px;
	color:#4f9c4c;
	background-color:#e2efe4;
}
h3 {
	font-size:14px;
	padding-top:14px;
	margin-bottom:5px;
	color:#3a4f36;
	text-transform:uppercase;
	font-weight:bold;
}


/* 	------------------------
			ID div
	------------------------  */

#main_container {
	width:925px;  /* Width 943px, padding 9+9=18px = Width 925px */
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #687865;
	border-right:1px solid #687865;
	background-color:#FFFFFF;
	padding-left:9px;
	padding-right:9px;
}

#header {
	height:65px;
	background-color:#3a4f36;
	padding-top:19px;
	padding-left:11px;
	border-bottom:1px solid #38302b;
}
	#header_logo {
		float:left;
	}
	#header_topmenu {
		text-align:right;
		margin-right:25px;
	}
		#header_topmenu ul li {
			display:inline;
			color:#FFFFFF;
			font-size:12px;
			padding-left:2px;
			padding-right:2px;
		}
#menu {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
#menu_niv2 {
	width:100%;
	height:39px;
	background-color:#4f9c4c;
	text-align:center;
}
	#menu ul {
		margin:0;
		padding:0;
		white-space: nowrap;
		float:left;
		margin-left:20px;
	}
	.menuli {
		display:inline;
		text-transform:uppercase;
		font-weight:bold;
		font-size:13px;
	}
	.menuli a {
		padding:13px 20px;
		float:left;
		background-color:#4f9c4c;
		border-left:1px solid #ffffff;
		border-right:1px solid #3b3a30;
	}
		.menuli a:hover {
			background-color:#498346;
			text-decoration:none;
			color:#ffffff;
		}
		.menuli_first a {
			border-left:0;
		}
		.menuli_last a {
			border-right:0;
		}
#menu_espacebas {
	height:6px;
	background-color:#3a4f36;
	border-bottom:1px solid #38302b;
}

#content {
	padding-top:10px;
}

#menu_gauche {
	width:157px;
	background-color:#e2efe4;
	padding:11px;
	font-size:11px;
	background-image:url(../img/menu_bck.jpg);
	background-position:0 100%;
	background-repeat:no-repeat;
	float:left;
	margin-right:14px;
	margin-bottom:10px;
}
	#menu_zone_flexible {
		min-height:250px;
		margin-bottom:300px;
	}
	#menu_gauche_titre {
		background-color:#59b256;
		padding:5px;
		color:#FFFFFF;
		margin-bottom:10px;
	}
	#menu_gauche ul li {
		background-image:url(../img/bullet1.gif);
		background-repeat:no-repeat;
		background-position:0 50%;
		padding-left:13px;
		margin-top:7px;
	}
		#menu_gauche ul li a {
			color:#000000;
		}

#content_page {
	margin-left:193px;
}
	#content_page a {
		color:#0000CC;
	}
		#content_page a:hover {
			color:#0000CC;
		}
	#content_page ul {list-style:disc outside; padding-left:25px; margin:5px 0;}
	#content_page ol {list-style:decimal outside; margin:5px 0; margin-left:25px;}
	#content_page li {margin:3px 0;}
	#content_page p {margin:0; padding:0;}
	
	/* Procès verbaux */
	#content_page h4 {font-size:18px; font-weight:bold;}
	#content_page h5 {font-size:15px; font-weight:bold; text-transform:uppercase; margin-top:13px; border-bottom:1px solid #000;}
	#content_page strong {font-weight:bold;}
#footer {
	clear:both;
	background-color:#59b256;
	height:38px;
	padding:15px 23px;
}
	#footer ul li {
		display:inline;
		color:#FFFFFF;
		font-size:11px;
		padding-left:2px;
		padding-right:2px;
	}
	#footer_left {
		float:left;
	}
	#footer_right {
		text-align:right;
	}
	



/* 	------------------------
			Classes
	------------------------  */

#index_image {
	margin-bottom:22px;
	width:729px;
	height:248px;
}

.boite_left {
	width:228px;
	margin-right:24px;
	float:left;
	font-size:11px;
}
.boite_middle {
	width:228px;
	margin-right:23px;
	float:left;
	font-size:11px;
}
.boite_right {
	width:228px;
	float:left;
	font-size:11px;
}

.h1_boite {
	background-color:#59b256;
	color:#FFFFFF;
	padding:5px;
	padding-left:15px;
	color:#FFFFFF;
	margin-bottom:10px;
	font-size:11px;
	border:0;
	font-weight:normal;
}
#content_page .ul_boite {
	list-style:none; border:0; margin:0; padding-left:0;
}
#content_page .ul_boite li {
	background-image:url(../img/bullet2.gif);
	background-repeat:no-repeat;
	background-position:14px 50%;
	padding-left:33px;
	padding-right:15px;
	margin:0;
	margin-top:10px;
}
	.ul_boite li a {
		color:#3a4f36;
		text-decoration:underline;
	}
		.ul_boite li a:hover {
			color:#000000;
		}

#tinymce a {
	color:#0000FF;
}

