/* ------------------------------------------------- */
/* Style de structure, non utile dans l'editeur HTML */
/* ------------------------------------------------- */

@page { size: 21.0cm 29.7cm;
        margin-top: 1.7cm;
        margin-bottom: 1.4cm;
        margin-left: 1cm;
        margin-right: 1cm;
		orphans: 3;
		widows: 2;
        }

#Zone_Centrage
{
	position: relative;
	width: 780px;
	/*left: 50%;*/
	/*margin-left: -390px;*/
}

#Zone_Entete
{
	position: absolute;
	width: 780px;
	height: 95px;
	/*left: 32px;*/
	/*top: 0px;*/
	z-index: 0;
	padding: 10px 0 0 10px;
}

#Zone_Pub
{
	position: absolute;
	width: 468px;
	height: 60px;
	left: 150px;
	top: 5px;
	margin: 0;
	padding: 0;
	z-index: 60;
	display: none;
}

#Zone_Conteneur
{
	display: table;
}

#Zone_Colgauche
{
	float: left;
	height: 100%;
	width: 160px;
	padding-top: 99px;
	/*z-index: 2;*/
	/*background-color: #E2FFE2;*/
	/*background-image: url(picts/fond_haut_G.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0px 0px;*/
	display: none;
}
#Zone_LogoMF
{
	/*position: absolute;*/
	width: 80px;
	height: 60px;
	left: 20px;
	bottom: 20px;
	margin: 50px 0 0 20px;
	padding: 0;
	z-index: 60;
}

/*
#Zone_Coldroite
{
	position: absolute;
	height: 100%;
	width: 160px;
	padding-top: 90px;
	z-index: 1;
	text-align: center;
	background-image: url(picts/fond_haut.png);
	background-repeat: no-repeat;
	background-position: -600px 0px;
	top: 0px;
	left: 600px;
	clear: both;
}
*/
#Zone_Coldroite
{
	display: none;
	float: left;
	height: 100%;
	width: 160px;
	padding-top: 99px;
	z-index: 20;
	text-align: center;
	background-image: url(picts/fond_haut.png);
	background-repeat: no-repeat;
	background-position: -620px 0px;
	background-color: #187C18;
}
/*
html>body #Zone_Colgauche {
	float: none;
	width: auto;
}
*/

#Zone_Contenu
{
	float: left;
	height: 100%;
	width: 190mm;
	/*height: 555px;*/
	/*background-color: #FFF;*/
	padding: 0;
	margin: 105px 0 0 0;
	z-index: 70;
	/*overflow: auto;*/
}

#Zone_Login
{
	background-color: #C0C0C0;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	width: 150px;
}
#Zone_Login h2
{
	display: inline;
	padding: 0;
	margin: 0;
	color: black;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	background-image: none;
}
#Zone_Login p
{
	padding: 0;
	margin: 0;
	font-size: 8pt;
}
#Zone_Vignettes
{
	background-color: #4DD74D;
	padding: 10px 0 10px 0;
}

#Zone_Pied
{
	/*clear: both;*/
	width: 780px;
	/*height: 26px;*/
	background-color: #CCFFCC;
}
#Zone_Pied a
{
	color: #333;
	text-decoration: none;
	border-width: 0;
}
#Zone_Pied a:visited
{
	color: #7F7F7F;
	text-decoration: none;
}
#Zone_Pied a:hover
{
	color: #C00000;
	text-decoration: underline;
}
.Copyright {
	color: #7F7F7F;
	font-size: 7pt;
	text-align: center;
	/*height: 26px;*/
	padding: 4px 0 0 0;
}

#Pop_Entete
{
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 48px;
	background-image: url(picts/pop_bandeau_haut.png);
	background-repeat: no-repeat;
	text-align: center;
}

#Pop_Entete h1
{
	color: white;
	font-size: 24pt;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0;
}

#Pop_Contenu
{
	position: absolute;
	top: 50px;
	left: 0;
	width: 400px;
}
#Pop_Contenu.large
{
	position: absolute;
	top: 50px;
	left: 0;
	width: 440px;
}

#Pop_Pied
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 400px;
	height: 44px;
	background-image: url(picts/pop_bandeau_bas.png);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 10pt;
	color: white;
	/*margin: 0;*/
	padding: 6px 4px 0 0;
}
#Pop_Pied b
{
	font-size: 14pt;
	font-weight: bold;
}
hr {
	clear: both;
	margin: 0;
	visibility: hidden;
}

.WidthThin
{
	width: 200px;
	background-color: white;
	margin-bottom: 10px;
}
.WidthStd
{
	/*width: 160px;*/
	/*background-color: #FC9;*/
	margin: 0 5px 10px 10px;
}
.WidthLarge {
	/*width: 225px;*/
	/*background-color: white;*/
	margin: 0 5px 10px 10px;
}

#HelpArea
{
	background-color: #FFC;
	display: none;
	border: 1px solid #000;
	z-index: 100;
	width: 320px;
	height: 60px;
	position: absolute;
}


/* -- Formulaires : */
form { margin: 2px 0 4px 0; }
/* .......... Apparence 1 .......... */
/* Dans : pop_rappel.asp */
#FormUMPSimple fieldset
{
	margin: 4px;
	padding: 10px;
	border-width: 0;
	border-style: none;
	border-color: white;
}
#FormUMPSimple legend
{
	color: black;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 10px;
}
#FormUMPSimple label
{
	/*text-align: right;*/
	margin: 0 10px 0 0;
	width: 40%;
	float: left;
	display: inline;
	padding: 0;
}
#FormUMPSimple label.obligatoire { color: #004000; }
#FormUMPSimple input
{
	font-weight: bold;
	margin: 0;
	color: #338D33;
	font-size: 10pt;
	border-color: #004000;
	border-width: 1px;
	border-style: solid;
	background-color: #E2FFE2;
}
#FormUMPSimple input.checkbox
{
	font-weight: bold;
	margin: 0;
	color: #338D33;
	font-size: 10pt;
	border-style: none;
	background-color: #E2FFE2;
}
#FormUMPSimple .focus  { color: black; background: #fffc87 }
#FormUMPSimple .normal { color: black; background: white }
#FormUMPSimple p
{
	margin: 0;
	padding: 2px;
}
#FormUMPSimple .FormLP
{
	padding: 0 0 4px 0;
}
#FormUMPSimple .FormLI
{
	padding: 0 0 4px 0;
	text-align: center;
	margin: 3px 0 6px 0;
}

#FormUMPSimple .formbutton { color: #000; }

#FormUMPSimple a.formbutton:link, #FormUMPSimple a.formbutton:visited
{
	color: #000;
	font-size: 12pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	/*background-image: url("boutons_alu/vide.jpg");*/
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px 3px;
	border: solid 1px black;
}

#FormUMPSimple 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: #A3BD23;
	/*background-image: url("boutons_alu/vide_over.jpg");*/
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	border-color: #C00000;
	border-width: 1px;
	border-style: inset;
}

/* .......... Apparence 2 .......... */
#FormUMP fieldset
{
	margin: 4px;
	border-color: #004000;
	border-width: 2px;
	border-style: double;
	padding: 0;
	background-color: #D0EDD0;
}
#FormUMP legend
{
	color: #197D19;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 10px;
}
#FormUMP label
{
	text-align: right;
	margin: 0 8px 0 0;
	width: 40%;
	float: left;
	display: inline;
	padding: 0;
	clear: both;
}
#FormUMP label.obligatoire
{
	color: #C00000;
	font-weight: bold;
}
#FormUMP label.login
{
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
	width: 46%;
	margin: 3px 0 0 0;
}
#FormUMP input
{
	font-weight: bold;
	margin: 0;
}
#FormUMP .focus
{
	color: black;
	background-color: #A3BD23;
}
#FormUMP .normal { color: black; background: white }
#FormUMP p
{
	margin: 0;
	padding: 2px;
}
#FormUMP .FormLP { background-color: #E2FFE2; }
#FormUMP .FormLI { background-color: #D0EDD0; }

#FormUMP .formbutton { color: #C00000; }

#FormUMP a.formbutton:link, #FormUMP a.formbutton:visited
{
	color: #FFF;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #197D19;
	/*background-image: url("boutons_alu/vide.jpg");*/
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px 3px;
	border: solid 1px black;
}

#FormUMP a.formbutton:hover
{
	color: #C00000;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #4DD74D;
	/*background-image: url("boutons_alu/vide_over.jpg");*/
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	border: inset 1px yellow;
}


/*
.menu
{
	color: black;
	font-weight: bold;
	font-size: 10pt;
	background-color: #c09ece;
	border: solid 1px #5a0867;
}

.menu:hover
{
	color: #00a5c6;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

.menuhl
{
	color: white;
	font-weight: bold;
	font-size: 10pt;
	background-color: #5a0867;
	border: solid 1px #5a0867;
}
*/

a.noir
{
	text-decoration: none;
	border-width: 0;
	cursor: hand;
	color: #000;
}
a.noir:visited
{
	text-decoration: none;
	border-width: 0;
	cursor: hand;
	color: #000;
}
a.noline
{
	text-decoration: none;
	border-width: 0;
	cursor: hand;
}
a.noline:hover
{
	text-decoration: none;
	border-width: 0;
}

.menuright
{
	color: #FFF;
	font-weight: bold;
	font-size: 11pt;
	width: 160px;
	height: 26px;
	padding: 0;
	margin: 0 0 5px 0;
	/*text-transform: uppercase;*/
	font-variant: small-caps;
	letter-spacing: 1px;
	z-index: 200;
}
.menuleft
{
	color: #FFF;
	font-weight: bold;
	font-size: 11pt;
	width: 160px;
	height: 26px;
	padding: 2px 0px 0px 0px;
	margin: 0;
	background-color: #3BB53B;
	/*text-transform: uppercase;*/
	font-variant: small-caps;
	letter-spacing: 1px;
	z-index: 20;
}
.menuleft a
{
	color: #FFF;
	text-decoration: none;
	border-width: 0;
	cursor: hand;
}
.menuleft a:visited
{
	color: #FFF;
	text-decoration: none;
	border-width: 0;
	cursor: hand;
}
.menuleft a:hover
{
	/*color: #FFC94E;*/
	text-decoration: none;
	border-width: 0;
	/*background-color: #3BB53B;*/
	/*letter-spacing: 2px;*/
	cursor: hand;
}

.menulefthover
{
	color: #FFC94E;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	width: 160px;
	height: 26px;
	padding: 2px 0px 0px 4px;
	margin: 0;
	background-color: #3BB53B;
	font-variant: small-caps;
	letter-spacing: 2px;
}
.menuleftN2
{
	color: #000;
	/*font-weight: bold;*/
	font-size: 10pt;
	width: 160px;
	min-height: 22px;
	padding: 2px 0px 0px 0px;
	margin: 0;
	background-color: #D0EDD0;
	/*
border-color: #ff3d4f;
	border-width: 1px;
	border-style: solid;
*/
	height: 22px;
}
.menuleftN2h
{
	color: #000;
	/*font-weight: bold;*/
	font-size: 10pt;
	text-decoration: none;
	width: 160px;
	min-height: 22px;
	padding: 2px 0px 0px 0px;
	margin: 0;
	background-color: #D8F0D8;
	/*
border-color: #931C44;
	border-width: 1px;
	border-style: groove;
*/
}
.menuleftN2 a
{
	color: #000;
}
.menuleftN2 a:visited
{
	color: #000;
}

.menuAdh
{
	color: #625656;
	font-weight: bold;
	font-size: 10pt;
	background-image: url(picts/menus/menu_adh_std.png);
	background-repeat: no-repeat;
	width: 141px;
	height: 26px;
	padding: 2px 0px 0px 4px;
}
.menuAdhOver
{
	color: #FFC94E;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	background-image: url(picts/menus/menu_adh_over.png);
	background-repeat: no-repeat;
	width: 141px;
	height: 26px;
	padding: 2px 0px 0px 4px;
}
.menuAdhN2
{
	color: #625656;
	font-weight: bold;
	font-size: 9pt;
	width: 160px;
	min-height: 26px;
	padding: 2px 0px 0px 4px;
	background-color: #ffd57b;
	margin: 0 0 3px 0;
	border-color: #ff3d4f;
	border-width: 1px;
	border-style: solid;
}
.menuAdhN2o
{
	color: #FFC94E;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	width: 160px;
	min-height: 26px;
	padding: 2px 0px 0px 4px;
	background-color: #ffdf9c;
	margin: 0 0 3px 0;
	border-color: #931C44;
	border-width: 1px;
	border-style: groove;
}

.menuEnt
{
	color: #625656;
	font-weight: bold;
	font-size: 10pt;
	background-image: url(picts/menus/menu_ent_std.png);
	background-repeat: no-repeat;
	width: 141px;
	height: 26px;
	padding: 2px 0px 0px 4px;
}
.menuEntOver
{
	color: #FFC94E;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	background-image: url(picts/menus/menu_ent_over.png);
	background-repeat: no-repeat;
	width: 141px;
	height: 26px;
	padding: 2px 0px 0px 4px;
}
.menuEntN2
{
	color: #625656;
	font-weight: bold;
	font-size: 9pt;
	width: 160px;
	min-height: 26px;
	padding: 2px 0px 0px 4px;
	background-color: #ffd57b;
	margin: 0 0 3px 0;
	border-color: #ff3d4f;
	border-width: 1px;
	border-style: solid;
}
.menuEntN2o
{
	color: #FFC94E;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	width: 160px;
	min-height: 26px;
	padding: 2px 0px 0px 4px;
	background-color: #ffdf9c;
	margin: 0 0 3px 0;
	border-color: #931C44;
	border-width: 1px;
	border-style: groove;
}

.menuPro
{
	color: #625656;
	font-weight: bold;
	font-size: 10pt;
	background-image: url(picts/menus/menu_pro_std.png);
	background-repeat: no-repeat;
	width: 141px;
	height: 26px;
	padding: 2px 0px 0px 4px;
}
.menuProOver
{
	color: #FFC94E;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	background-image: url(picts/menus/menu_pro_over.png);
	background-repeat: no-repeat;
	width: 141px;
	height: 26px;
	padding: 2px 0px 0px 4px;
}
.menuProN2
{
	color: #625656;
	font-weight: bold;
	font-size: 9pt;
	width: 160px;
	min-height: 26px;
	padding: 2px 0px 0px 4px;
	background-color: #ffd57b;
	margin: 0 0 3px 0;
	border-color: #ff3d4f;
	border-width: 1px;
	border-style: solid;
}
.menuProN2o
{
	color: #FFC94E;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	width: 160px;
	min-height: 26px;
	padding: 2px 0px 0px 4px;
	background-color: #ffdf9c;
	margin: 0 0 3px 0;
	border-color: #931C44;
	border-width: 1px;
	border-style: groove;
}

.menuAdm
{
	color: #625656;
	font-weight: bold;
	font-size: 10pt;
	background-image: url(picts/menus/menu_adm_std.png);
	background-repeat: no-repeat;
	width: 141px;
	height: 26px;
	padding: 2px 0px 0px 4px;
}
.menuAdmOver
{
	color: #FFC94E;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	background-image: url(picts/menus/menu_adm_over.png);
	background-repeat: no-repeat;
	width: 141px;
	height: 26px;
	padding: 2px 0px 0px 4px;
}
.menuAdmN2
{
	color: #625656;
	font-weight: bold;
	font-size: 9pt;
	width: 160px;
	min-height: 26px;
	padding: 2px 0px 0px 4px;
	background-color: #ffd57b;
	margin: 0 0 3px 0;
	border-color: #ff3d4f;
	border-width: 1px;
	border-style: solid;
}
.menuAdmN2o
{
	color: #FFC94E;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	width: 160px;
	min-height: 26px;
	padding: 2px 0px 0px 4px;
	background-color: #ffdf9c;
	margin: 0 0 3px 0;
	border-color: #931C44;
	border-width: 1px;
	border-style: groove;
}

.path
{
	font-size: 8pt;
	color: #197D19;
	z-index: 110;
}
.path a:visited { color: #004000; }

/* -- Divers : */
.formFind
{
	font-size: 10px;
	font-style: italic;
}

.btok
{
	/*background-color: #C0C0C0;*/
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	font-weight: bold;
	font-size: 11px;
}

.linkbutton { color: white; }
a.linkbutton:link, a.linkbutton:visited
{
	color: #FFF;
	text-decoration: none;
	background-color: white;
	border-style: none;
}
a.linkbutton:hover
{
	background-color: white;
	border-style: none;
}

.indent1
{
	margin: 0 0 0 25px;
	padding: 0;
}

.tablewborder
{
	border-color: #6BE071 #229B2E #229B2E #6BE071;
	border-width: 1px;
	border-style: solid;
}
.tablepaire { background-color: #F2FAED; }
.tableimpaire { background-color: #F9FFD9; }

.tabentete /* cf th */
{
	color: #33982f;
	font-size: 8pt;
	font-weight: bold;
	background-color: #E7D3B8;
	text-align: center;
	letter-spacing: 1px;
}
.tabentetetri
{
	color: #E3E7D0;
	font-size: 8pt;
	font-weight: bold;
	background-color: #D87B24;
	text-align: center;
	letter-spacing: 1px;
}

/* ---------------------------------------- */
/* Style a afficher dans l'editeur HTML */
/* ---------------------------------------- */

/* ---------- Balises HTML */
body
{
	margin: 0;
	/*background-color: #E2FFE2;*/
}

body, td
{
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a
{
	color: #197D19;
	text-decoration: none;
	/*border-bottom: 1px dotted #fffff0;*/
}

a:visited
{
	color: #004000;
	text-decoration: none;
}


h1
{
	/*color: #C00000;*/
	color: #A3BD23;
	font-weight: 800;
	font-size: 16pt;
	letter-spacing: 2px;
	/*border: solid 1px #00a25f; */
	/*background-color: #A3BD23;*/
}

h2
{
	display: block;
	/*width: 340px;*/
	/*height: 32px;*/
	padding: 4px 0 0 0;
	color: #2A7D27;
	font-weight: bold;
	font-size: 12pt;
	/*letter-spacing: 1px;*/
	/*text-align: center;*/
	background-image: url(picts/fond_h2.png);
	background-repeat: no-repeat;
	margin: 5px 0 0 20px;
	/*min-height: 32px;*/
}

h3
{
	color: #C00000;
	font-weight: bold;
	font-size: 12pt;
}

h4
{
	color: black;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-transform: uppercase;
}

ul
{
	margin-bottom: 5px;
}
li
{
	list-style-image: url(picts/puce.png);
	padding: 0 0 4px 0;
	margin: 0;
	/*font-size: 9pt;*/
	/*list-style-type: default;*/
	/*list-style-position: default;*/
}

th
{
	color: #33982f;
	font-size: 9pt;
	font-weight: normal;
	background-color: #E7FFE8;
	text-align: left;
	letter-spacing: 1px;
}
th.center
{
	color: #33982f;
	font-size: 8pt;
	font-weight: normal;
	background-color: #e7ffe8;
	text-align: center;
	letter-spacing: 1px;
}

td.datasmall { font-size: 8pt; }

/* ---------- Classes du site */

/* -- Formulaires : */
.FormMailTitle
{
	font-size: 9pt;
	color: #4C4C4C;
}
.FormMailValue
{
	font-size: 9pt;
	font-weight: bold;
	color: #197D19;
}
.FormLPMail
{
	background-color: #E2FFE2;
}
.FormLIMail
{
	background-color: #D0EDD0;
}

.encadre
{
	background-color: #FFFFC6;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

.errormsg
{
	color: #a52a2a;
	font-size: 13pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.errormsgb
{
	color: red;
	font-weight: bold;
}
