/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
body {
	min-width: 950px;
	background: #0099FF url(images2/fond_bleu.jpg) left top repeat-x;	/**/
	font-family: arial, helvetica, sans-serif;
	color: black;
}
div, dl, dt, dd, span {
	border: 0;
	margin: 0;
	padding: 0;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%			INTERIEUR				%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
table#fond {
	margin: 0;
	border: 0;
	width: 950px;
	height: 100%;
	background: white;
}
td #inFond {padding: 0;}

/* --------------- Menu du haut ---------------- */
div#hmenu {
	width: 950px;
	height: 25px;
	border-top: 1px solid white;
	border-bottom: 1px solid #809100;
	background: url(images2/f_hmenu.jpg) left top repeat-x;
}

/* ------------- Container principal ---------------- */
div#container {
	width: 950px;
	background: url(images2/index/f_navig.jpg) left top repeat-x;
}
/* -------------- Espace gauche ----------------- */
div#gauche {
	margin-top: 2px;
	float: left;
	width: 215px;
	text-align: left;
}
#gauche ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}
/*
#gauche li.som_niv2 {
	line-height: 120%;
}
*/
#gauche a {
	color: black;
	text-decoration: none;
	font-size: 10pt;
	font-family: tahoma, helvetica, sans-serif;
}
#gauche a:hover {text-decoration: underline;}

/* --------------- Sommaire -------------------- */
div.f_b1 {
	margin-top: 5px;
	border-left: 1px solid white;	/**/
/*	border: 1px solid black;	*/
	width: 199px;
	text-align: left;
	/* le css background directement sur le div */
}
div.f_b2 {
/*	border: 1px solid black;	*/
	margin-top: 2px;
	display: block;
}
div.f_b3 {
/*	border: 1px solid black;	*/
	display: block;
/*	height: 26px;	*/
}
div.plan {
	text-align: center;
}
a.spef_b3 {font-weight: bold;}
div.f_b4 {
	display: block;
	height: 15px;
}
.f_b1 h5 {
	margin: 0;
	margin-left: 5px;
	margin-top: 2px;	/**/
	padding: 0;
	font-family: tahoma, helvetica, sans-serif;
	color: white;
}
img.puce_sommaire, img.puce_niv2 {
	border: 0;
	margin-right: 5px;
	vertical-align: middle;
}

/* -------------- Espace contenus -------------- */
div#mainer {
	margin-top: 7px;
	width: 735px;
	height: 700px;
	text-align: left;
	overflow: auto;
}
div#actu {
	float: left;
	width: 344px;
}
div#esp_agenda {
	float: right;
	margin-right: 10px;
	width: 344px;
}
div.contenu {
	display: block;
	background: url(images2/index/f_themeContenu.gif) left top no-repeat;
}
.contenu h3 {
	margin: 0;
	margin-left: 5px;
	padding: 0;
	color: white;
}
.contenu h5 {
	display: block;
	margin: 5px;
	padding: 0;
	color: black;
	border-bottom: 1px solid black;
	font-weight: bold;
}
.contenu h5 a {
	color: black;
	text-decoration: none;
}
.contenu h5 a:hover {text-decoration: underline;}
span.date {
	display: block;
	margin-left: 5px;
	font-weight: bold;
	color: grey;
	font-size: x-small;
}
.contenu p {
	margin:0 5px;
/*	padding-bottom: 10px;	*/
	font-size:x-small;
}
div.bascontenu {
	width:342px;
	height:5px;
	background: url(images2/index/f_basContenu.gif) left bottom no-repeat;
}
div.bord_contenu {
	width: 342px;
	border-left: 1px solid #BAD300;
	border-right: 1px solid #BAD300;
}
img.vgnt {
	float: right;
	border: 1px solid black;
	width: 60px;
}
div.text_contenu {
	display: block;
	padding: 0.3em;
/*	margin-bottom: 0.5em;	*/
}

/* -------------- Les Contenus --------------- */
div#esp_contenu {
	width: 630px;
/*	border: 1px solid black;	*/
	text-align: left;
}
span.Titrecontenu {display: none;}
img.imgpuce {display: none;}
table.TContenu, table.TListe {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 10px;
	width: 100%;
}
.TContenu td {
	line-height: 140%;
	padding-bottom: 1.5em;
}
.TContenu .titre {padding-bottom: 0.8em;}

/* -------------- Bas de page ---------------- */
div#baspage {
/*	clear: left;	*/
	margin-top: 5px;
	padding: 8px;
	width: 934px;
	height: 16px;
	background: url(images2/f_bas.gif) left top repeat-x;
	color: white;
	font-size: small;
}
#baspage a {
	color: white;
	text-decoration: none;
}
#baspage a:hover {text-decoration: underline;}
#baspage table {
	margin: 0 auto;
	border: 0;
}
#baspage table td {padding: 0;}
#baspage form {display: inline;}
#baspage input {
	padding: 0;
	margin: 0;
}
input#cle {
	margin-left: 5px;
	background: #FF9933;
	border: 1px solid white;
	font-size: 10pt;
	color: white;
}
input#submit {vertical-align: middle;}

/* ====== AJOUT V7 ===== */
div.separ hr{display:none !important;}
div.separ{
	display:block;
	clear:both;
}