/* ------------------------------------------------- */
/* Style de structure, non utile dans l'editeur HTML */
/* ------------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	background-image: url(picts/css/bck_bck.png);
	behavior: url(csshover.htc); /* Pour menus CSS dans IE6 */
}


/* ---------- Structure des pages (Blocs div) */

#Zone_Conteneur
{
	position: relative;
	display: block;
	left: 50%;
	margin-left: -390px;
	margin-top: 20px;
	width: 780px;
	/*background-color: #FDB81E;*/
}
#Zone_Symb
{
	position: absolute;
	top: 0px;
	left: 9px;
	width: 180px;
	height: 375px;
	background-image: url(picts/css/Forme_HG.png);
	background-repeat: no-repeat;
	z-index: 10;
}
#Zone_Logo
{
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 10;
}

#Zone_Entete
{
	position: relative;
	background-image: url(picts/css/bck_top.png);
	background-repeat: no-repeat;
	height: 200px;
	z-index: 5;
	/* CSS 3 */
	/*opacity : 0.5;*/
	/* IE8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
}
#Zone_Entete img
{
	position: absolute;
	top: 0;
	left: 9px;
}

#Zone_Contenu
{
	background-image: url(picts/css/bck_mid.png);
	min-height: 400px;
	padding-left: 180px;
	padding-right: 60px;
}

#Zone_Pied
{
	background-image: url(picts/css/bck_foot.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	height: 40px;
	color: #000;
	text-align: center;
}
#Zone_Pied a { color: #000; }

#Zone_ColGauche
{
}
#Zone_ColDroite
{
	float: right;
	margin-left: 15px;
	/*background-color: #FC6;*/
	min-height: 300px;
	height: 90%;
}
.w200 { width: 260px; }

hr
{
	clear: both;
	visibility: hidden;
}

/* -- Formulaires : */
form { margin: 2px 0 4px 0; }

/* .......... Apparence 1 .......... */
#FormSimple { padding-top: 10px; }
#FormSimple fieldset
{
	margin: 4px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
}

#FormSimple legend
{
	color: #555;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 10px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 10px;
}

#FormSimple label
{
	margin: 0 10px 0 0;
	width: 120px;
	float: left;
	display: inline;
	padding: 0;
}

#FormSimple label.obligatoire { color: red; }

#FormSimple input
{
	font-weight: bold;
	margin: 0;
	color: #FED880;
	font-size: 10pt;
	border-color: #004000;
	border-width: 1px;
	border-style: solid;
	background-color: #535457;
}

#FormSimple .focus
{
	color: black;
	background: #fffc87;
}

#FormSimple .normal
{
	color: black;
	background: white;
}

#FormSimple p
{
	margin: 0;
	padding: 2px;
}

#FormSimple .FormLP
{
	padding: 0 0 4px 0;
	clear: both;
}

#FormSimple .FormLI
{
	padding: 0 0 4px 0;
	/*margin: 3px 0 6px 0;*/
	clear: both;
}

#FormSimple .formbutton { color: #000; }

#FormSimple a.formbutton:link, #FormSimple a.formbutton:visited
{
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #53231A;
	text-align: center;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	padding: 2px 12px;
	border: solid 1px black;
	box-shadow: 1px 1px 3px #B3B3B3;
	-webkit-box-shadow: 1px 3px 3px #B3B3B3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#FormSimple a.formbutton:hover
{
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #417716;
	text-align: center;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	padding: 2px 12px;
}

/* ---------- Bloc SiteMap */
.sitemap
{
	margin: 10px;
}

.sitemap h1 { }

.sitemap h2
{
	margin: 2px 0 0px 0px;
	padding: 0 0 0 5px;
	font-size: 10pt;
}

.sitemap h3
{
	color: #000;
	font-weight: bold;
	font-size: 10pt;
	background-color: #E2EBB1;
	letter-spacing: 1px;
	margin: 2px 0 0px 20px;
}

.sitemap h4
{
	color: #D16917;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 1px 15px;
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 1px 5px;
	border: none;
}

/* ----- Style du module CSSGrid */
.MCG_Col
{
	/* -- Indispensable : */
	float: left;
	width: 170px;
	border-color: red;
	border-width: 1px;
	border-style: solid;
}

.MCG_boxSmall
{
	position: relative;
	float: left;
	width: 155px;
	/*width: auto;*/
	margin: 0 10px 5px 0;
	padding: 5px 2px 2px 2px;
	/* Si NbCols libre, fixer la hauteur : */
	height: 150px;
	overflow: hidden;
	text-align: center;
}
.MCG_boxSmall p
{
	font-size: 8pt;
	text-align: center;
}

.MCG_boxSmall img
{
	position: absolute;
	clip: rect(0px, 155px, 134px, 0px);
	left: 3px;
}

.MCG_boxMedium
{
	float: left;
	width: 220px;
	/*width: auto;*/
	margin: 0 10px 5px 0;
	padding: 5px 2px 2px 2px;
	/* Si NbCols libre, fixer la hauteur : */
	height: 260px;
	overflow: auto;
	text-align: center;
}

.MCG_boxWide
{
	float: left;
	width: 340px;
	margin: 0 10px 5px 0;
	padding: 5px 2px 2px 2px;
/*
background-image: url(picts/fond_bloc.png);
background-color: #E7EBF2;
*/
	/* Si NbCols libre, fixer la hauteur : */
	height: 320px;
	overflow: auto;
/*
border-width: 1px 2px 2px 1px;
border-color: #3A6DA5;
border-style: solid;
*/
	text-align: center;
}


/* -- Menus : */
#MainBar
{
position: absolute;
display: block;
top: 0px;
	width: 256px;
	margin: 0;
	padding: 0;
}

.menu
{
	color: #FDAA17;
	width: 256px;
	font-size: 10pt;
	font-weight: bold;
	font-stretch: condensed;
	padding-top: 5px;
	border-bottom: 1px #FDAA17 solid;
	text-align: right;
	text-transform: uppercase;
}

.menuhl
{
	color: white;
	width: 256px;
	font-size: 10pt;
	font-weight: bold;
	font-stretch: condensed;
	padding-top: 5px;
	border-bottom: 1px #FFF solid;
	text-align: right;
	background-color: #FDAA17;
	letter-spacing: 3px;
	text-transform: uppercase;
	/* CSS 3 */
	opacity: 0.8;
}

/* ---------- Menus listes CSS UL LI */
div#menu
{
	position: absolute;
	left: -50px;
	top: 170px;
	z-index: 50;
}

/* fond blanc pour le menu */
div#menu a { color: #4F2319; }

div#menu ul
{
	padding: 0;
	width: 800px;		
	margin: 0px;
}
div#menu li
{
	float:left; /*pour IE*/
}

/* fond different au survol de la souris pour les sous menu et les "basiques"*/
div#menu li:hover
{
	background-color: #623021;
}
div#menu li:hover a
{
	color: #FFF;
}
div#menu li.sousmenu000:hover { background: #EBB; }
div#menu li.MnuOn a
{
	font-weight: bold;
}

/* Rajout d'une petite fleche pour les sous menu */
/*div#menu li.sousmenu { background: url(fleche.gif) 95% 50% no-repeat; }*/

div#menu ul li
{
	position: relative;
	list-style: none;
	
}

div#menu ul ul
{
	position: absolute;
	top: -1px;
	left: 100px;
	display: none;
}

/* on rajoute une bordure a gauche et des padding, on doit donc réajuster la taille 100-(8 de bordure + 8 de padding) =84 */
div#menu li a
{
	display: block;
	float:left;   
	text-decoration: none;
	padding: 3px 10px 0px 2px;
	border-right: 1px solid #4F2319;
	/*width: 65px;*/
}

div#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 { display: block; }

/* la bordure de chaque hauteur a une couleure de survol*/
div#menu li a:hover { border-left-color: red; }
div#menu ul ul li a:hover { border-left-color: #00FF00; }
div#menu ul ul ul li a:hover { border-left-color: #0000FF; }

