/* ------------------------------------------------- */
/* Style de structure, non utile dans l'editeur HTML */
/* ------------------------------------------------- */

/* ---------- Structure des pages (Blocs div) */
/* http://css alsacreations com/Faire-une-mise-en-page-sans-tableaux/Centrer-les-elements-ou-un-site-web-en-CSS */

#Zone_Entete
{
	position: absolute;
	width: 800px;
	/*height: 95px;*/
	left: 0px;
	top: 58px;
	/*
z-index: 0;
	background-image: url(picts/bandeau_haut.png);
	background-repeat: no-repeat;
	padding: 10px 0 0 10px;
*/
	z-index: 20;
}

#Zone_Contenu
{
	position: relative;
	width: 465px;
	height: 240px;
	left: 219px;
	top: 156px;
	/*margin-left: -200px;*/
	/*margin-top: -100px;*/
	/*background-color: white;*/
	z-index: 10;
}

#Zone_Contenu.accueil
{
	position: relative;
	width: 800px;
	height: 150px;
	left: 0;
	top: 266px;
	z-index: 10;
}
#Zone_ContenuSociete
{
	position: relative;
	width: 380px;
	height: 240px;
	left: 232px;
	top: 135px;
	z-index: 10;
}
#Zone_ContenuContacts
{
	position: relative;
	width: 380px;
	height: 240px;
	left: 225px;
	top: 170px;
	z-index: 10;
}
#Zone_ContenuActus
{
	position: relative;
	width: 465px;
	height: 240px;
	left: 225px;
	top: 177px;
	z-index: 10;
}
#Zone_ContenuBrac
{
	position: relative;
	width: 460px;
	height: 240px;
	left: 225px;
	top: 195px;
	z-index: 10;
}

#Zone_Menu
{
}
#Zone_Menu div
{
	display: inline;
	float: left;
	width: 95px;
	height: 27px;
	margin-left: 16px;
	padding-top: 3px;
	padding-bottom: 0;
	/*background-image: url("picts/sioux.gif");*/
	background-image: url("picts/fond_80pc.png");
	background-repeat: repeat;
	/*background-color: white;*/
	border-color: #572E6A;
	border-width: 1px;
	border-style: solid;
	z-index: 10;
}


hr {
	clear: both;
	margin: 0;
	visibility: hidden;
}


/* -- Formulaires : */
form { margin: 0; }
/* .......... Apparence 1 .......... */
#FormSimple fieldset
{
	margin: 4px;
	padding: 10px;
	border-width: 0;
	border-style: none;
	border-color: white;
}
#FormSimple legend
{
	color: black;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 10px;
}
#FormSimple label
{
	/*text-align: right;*/
	margin: 0 10px 0 0;
	width: 40%;
	float: left;
	display: inline;
	padding: 0;
}
#FormSimple label.obligatoire { color: #004000; }
#FormSimple input
{
	font-weight: bold;
	margin: 0;
	color: #338D33;
	font-size: 10pt;
	border-color: #004000;
	border-width: 1px;
	border-style: solid;
	background-color: #E2FFE2;
}
#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;
}
#FormSimple .FormLI
{
	padding: 0 0 4px 0;
	text-align: center;
	margin: 3px 0 6px 0;
}

#FormSimple .formbutton { color: #000; }

#FormSimple a.formbutton:link, 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;
}

#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: #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 .......... */


.MenuAccueil
{
	/*position: relative;*/
	width: 95px;
	height: 27px;
	display: inline;
	background-color: white;
	border-color: #572E6A;
	border-width: 1px;
	border-style: solid;
	float: left;
	margin-right: 16px;
}
.MenuText
{
	text-align: center;
	font-weight: 600;
}
.MenuColorAcc
{
	color: #572e6a;
	border: solid 1px;
}
.MenuColorSoc
{
	color: #293067;
	/*background-color: white;*/
	border-color: #293067;
	border-width: 1px;
	border-style: solid;
}
.MenuColorRub
{
	color: #821335;
	/*background-color: white;*/
	border-color: #821335;
	border-width: 1px;
	border-style: solid;
}

/* = apparence des balises A inclues les DIV du DIV de class MenuColorAcc : */
.MenuColorAcc div a
{
	color: #572E6A;
}
.MenuColorSoc div a
{
	color: #293067;
}
.MenuColorRub div a
{
	color: #821335;
}

.MenuColorAcc div a:visited
{
	color: #572E6A;
}
.MenuColorSoc div a:visited
{
	color: #293067;
}
.MenuColorRub div a:visited
{
	color: #821335;
}

.MenuColorAcc div a:hover
{
	color: #800000;
	letter-spacing: 1px;
	font-weight: bold;
}
.MenuColorSoc div a:hover
{
	color: #800000;
	letter-spacing: 1px;
	font-weight: bold;
}
.MenuColorRub div a:hover
{
	color: #800000;
	letter-spacing: 1px;
	font-weight: bold;
}

