/* ------------------------------------------------- */
/* Style de structure, non utile dans l'editeur HTML */
/* ------------------------------------------------- */
/* ---------- Structure des pages (Blocs div) */
#Zone_Contenu
{
	position: absolute;
	width: 580px;
	left: 180px;
	top: 132px;
}

#Zone_Logo
{
	position: absolute;
	width: 180px;
	height: 105px;
	left: 418px;
	top: 38px;
}

#Zone_Bandeau
{
	position: absolute;
	width: 1024px;
	height: 32px;
	left: 0px;
	top: 130px;
	/*background-image: url(picts/Bandeau.png);*/
	background-image: url(picts/fond-h1.png);
}

#Zone_ColDroite
{
	position: absolute;
	width: 180px;
	left: 760px;
	top: 130px;
	margin: 0 10px 10px 10px;
}

#Zone_Actu
{
	padding: 3px 3px 3px 3px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
}
#Zone_Actu h2
{
	margin: 0;
}

#Zone_Coord
{
	position: absolute;
	width: 180px;
	left: 370px;
	top: 100px;
}

#Zone_Pied
{
	text-align: center;
	margin-top: 40px;
	border-top: 1px #999 ridge;
	font-size: 9pt;
}
#Zone_Pied a
{
	color: #666;
	background-color: transparent;
}

/* ---------- Balises HTML */
body
{
	color: #333;
	margin: 0;
	background-color: #E7E7E7;
	background-image: url(picts/fond.jpg);
	background-repeat: no-repeat;
}

body, td
{
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#rgpd{position:fixed;bottom:0;padding:0px;z-index:9999;}
#innerrgpd{position:relative;background:#e0e0e0;margin-left: auto;margin-right: auto;width: 960px;margin-bottom:1px;margin-top:1px;border:1px solid black;padding:5px;text-align:center;}
#innerrgpd iframe{width: 100%;height:36px;}



/* -- Formulaires : */
form { margin: 2px 0 4px 0; }
/* .......... Apparence 1 .......... */
#FormSimple fieldset
{
	margin: 4px;
	padding: 10px;
	border-width: 1px;
	border-color: #FF0;
	background-color: #F5F5F5;
}
#FormSimple legend
{
	color: black;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 10px;
}
#FormSimple label
{
	margin: 0 10px 0 0;
	width: 140px;
	float: left;
	display: inline;
	padding: 0;
	clear: both;
}
#FormSimple label.obligatoire { color: #FF2234; }
#FormSimple input
{
	font-weight: bold;
	margin: 0;
	color: #338D33;
	font-size: 10pt;
	border-color: #555;
	border-width: 1px;
	border-style: solid;
	background-color: white;
}
#FormSimple input.obligatoire
{
	font-weight: bold;
	margin: 0;
	color: #FF2234;
	font-size: 10pt;
	border-color: #555;
	border-width: 1px;
	border-style: solid;
	background-color: #FEE;
}
#FormSimple .focus
{
	color: black;
	background-color: #FF0;
}
#FormSimple .normal { color: black; background: white }
#FormSimple p
{
	margin: 0;
	padding: 2px;
}
#FormSimple .FormLP
{
	padding: 0 0 4px 0;
}
#FormSimple .FormLI
{
	padding: 0 0 4px 0;
}

#FormSimple .formbutton { color: #000; }

#FormSimple a.formbutton:link, a.formbutton:visited
{
	color: white;
	font-size: 12pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #F00;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px 3px;
	border: solid 1px black;
}

#FormSimple a.formbutton:hover
{
	color: #000;
	font-size: 12pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF0;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	border-color: #C00000;
	border-width: 1px;
	border-style: inset;
}


/* ---------- Bloc SiteMap */
.sitemap
{
	margin-top: 10px;
}

.sitemap a
{
	background-color: transparent;
	border: none;
}

.sitemap h1 { }

.sitemap h2
{
	margin: 2px 0 0px 0px;
	padding: 0 0 0 5px;
	font-size: 9pt;
}

.sitemap h2 a { color: #FFF; }

.sitemap h3
{
	color: #000;
	font-weight: bold;
	font-size: 8pt;
	background-color: #FFFFE6;
	letter-spacing: normal;
	margin: 1px 0 0px 10px;
}

.sitemap h4
{
	color: #D16917;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	margin: 1px 0 1px 15px;
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 1px 5px;
	border: none;
}


/* ---------- Boutons */
.stdbutton { color: #000; }

a.stdbutton:link, a.stdbutton:visited
{
	color: white;
	font-size: 12pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #F00;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px 3px;
	border: solid 1px black;
}

a.stdbutton:hover
{
	color: #000;
	font-size: 12pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF0;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	border-color: #C00000;
	border-width: 1px;
	border-style: inset;
}

/* ---------- Menus */
.menu
{
	color: black;
	font-weight: bold;
	font-size: 9pt;
	/*background-color: #BDF96F;*/
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 3px 2px 3px 4px;
	margin: 0 0 1px 0;
	background-image: url(picts/menus/fond_m1.png);
}

.menu:hover
{
	color: #00a5c6;
	font-size: 9pt;
	text-decoration: none;
	padding: 3px 2px 3px 4px;
	margin: 0 0 1px 0;
}

.menuhl
{
	color: #974827;
	font-weight: bold;
	font-size: 9pt;
	/*background-color: #FEFF01;*/
	border: solid 1px #5a0867;
	padding: 3px 2px 3px 4px;
	margin: 0 0 1px 0;
	background-image: url(picts/menus/fond_m1h.png);
}
.smenu
{
	color: black;
	font-weight: bold;
	font-size: 10pt;
	/*background-color: #BDF96F;*/
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	margin: 0;
	background-image: url(picts/menus/fond_m1.png);
}

.smenu:hover
{
	color: #00a5c6;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	text-decoration: none;
	padding: 3px;
	margin: 0;
}

.smenuhl
{
	color: #974827;
	font-weight: bold;
	font-size: 10pt;
	/*background-color: #FEFF01;*/
	border: solid 1px #5a0867;
	padding: 3px;
	margin: 0;
	background-image: url(picts/menus/fond_m1h.png);
}

path
{
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a.menu
{
	color: #FEFF01;
	font-size: 10pt;
	text-decoration: none;
}

a.menulink
{
	color: black;
	text-decoration: none;
}

a:visited.menulink
{
	color: white;
	text-decoration: none;
}

a:hover.menulink
{
	color: white;
	text-decoration: none;
	background-color: #5a0867;
}

a.menulinkhover
{
	color: #f00;
	border-bottom: 1px solid #00a5c6;
	background-color: #006579;
}

a:visited.menulinkhover
{
	color: #f00;
	border-bottom: 1px solid #00a5c6;
	background-color: #006579;
}
