/* ------------------------------------------------- */
/* Style de structure, non utile dans l'editeur HTML */
/* ------------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #000;
}

body, td
{
	color: #FEEBBF;
}

frame, frameset { border: 0px; }
/* ---------- 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_Conteneur.accueil
{
	position: relative;
	left: 50%;
	margin-left: -512px;
	background-image: none;
	width: 1024px;
	height: 747px;
	display: block;
}
#Zone_Logo.accueil
{
	position: absolute;
	top: 145px;
	left: 780px;
	display: none;
}
*/

#Zone_Intro
{
	position: relative;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: 747px;
	display: block;
}

#Zone_Conteneur
{
	position: relative;
	left: 50%;
	margin-left: -490px;
	background-image: url(picts/css/fond_haut.jpg);
	background-repeat: no-repeat;
	width: 980px;
	/*height: 747px;*/
	height: 650px;
	display: block;
}

#Zone_Logo
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
}

#Zone_Entete
{
	position: absolute;
	right: 20px;
	/* CSS 3 */
	opacity: 0.1;
	/* Via ActiveX pour IE6-7, pas CSS 3 */
	filter:alpha(opacity=10);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

#Zone_Contenu
{
	position: relative;
	top: 120px;
	left: 250px;
	width: 600px;
	height: 380px;
	/*border: 1px #FDB81E solid;*/
	padding: 0px 0px 0px 0px;
}
#Zone_Contenu a img.link { border: 1px #FDAA17 solid; }

#Zone_ColTop
{
	/*background-color: #FDB81E;*/
	height: 50px;
	margin: 0;
	padding: 0;
	/* CSS 3 */
	/*opacity: 0.8;*/
	/* IE8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
}

#Zone_ColTop h2
{
	margin-top: 0;
	padding-left: 0px;
	padding-top: 0px;
	color: #FDB81E;
	letter-spacing: 1px;
}

#Zone_ColGauche
{
	background-color: #151515;
	/*background-color: #FDB81E;*/
	width: 160px;
	height: 420px;
	float: left;
	margin: 0;
	padding: 0;
}

#Zone_ColDroite
{
	/*background-color: #123;*/
	overflow: auto;
	height: 420px;
	padding-left: 10px;
}

#Zone_Pied
{
	position: absolute;
	left: 22px;
	bottom: 24px;
	width: 820px;
	height: 90px;
	margin-left: 50px;
	padding-top: 20px;
	padding-left: 70px;
	color: black;
	background-color: #FDB81E;
}

#Zone_Pied a { color: yellow; }

#ZF_Adr
{
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 9pt;
	font-weight: bold;
	line-height: 10pt;
}

#ZF_Adr strong { text-transform: uppercase; }
#ZF_Adr p
{
	font-weight: normal;
	margin-top: 5px;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
#ZF_Adr p a:link { color: #B62B06; }
#ZF_Adr p a:visited { color: #BE8B18; }

#ZF_Player
{
	position: absolute;
	left: 260px;
	top: 10px;
	/*background-color: white;*/
	/*width: 515px;*/
	z-index: 40;
}

#ZF_Player h2
{
	color: #000;
	font-size: 14pt;
	margin: 0;
}

#ZF_Right
{
	position: absolute;
	right: 4px;
	bottom: 2px;
	text-align: right;
	font-size: 8pt;
}

hr
{
	clear: both;
	visibility: hidden;
}

/* -- Formulaires : */
form { margin: 2px 0 4px 0; }

/* .......... Apparence 1 .......... */
#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: 9px;
	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;
}

#FormSimple label.obligatoire { color: red; }
#FormSimple label.ar { font-size: 8pt; text-align: right; }

#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: #FDBD0B;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #686A6C;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px 3px;
	border: solid 1px black;
}

#FormSimple a.formbutton:hover
{
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #FC861D;
	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 : */
#MainBar, #DJBar
{
	position: absolute;
	display: block;
	top: 0px;
	width: 256px;
	margin: 0;
	padding: 0;
}

.menu
{
	font-family: Bradley Hand ITC, Bradley Hand ITC TT, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	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
{
	font-family: Bradley Hand ITC, Bradley Hand ITC TT, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: white;
	width: 256px;
	font-size: 10pt;
	font-weight: bold;
	font-stretch: condensed;
	padding-top: 5px;
	/*border-bottom: 1px #EEE solid;*/
	text-align: right;
	/*background-color: #FDAA17;*/
	letter-spacing: 3px;
	text-transform: uppercase;
	/* CSS 3 */
	opacity: 0.8;
}

div.Btn
{
	position: absolute;
	width: 64px;
	height: 64px;
}
div.Btn:hover
{
	background-image: url(picts/css/bt/BtFondHL.png);
	background-repeat: no-repeat;
	z-index: 20;
}
#Zone_Logo:hover
{
	background-image: url(picts/css/bt/Logo_Delight_Club_Chalon_HL.png);
	background-repeat: no-repeat;
}
#Bt01
{
	top: 150px;
	left: 80px;
	/*
background-image: url(picts/css/bt/Bt01.png);
	background-repeat: no-repeat;
*/
}
#Bt02
{
	top: 80px;
	left: 140px;
}
#Bt03
{
	top: 40px;
	left: 220px;
}
#Bt04
{
	top: 20px;
	left: 300px;
}
#Bt05
{
	top: 10px;
	left: 380px;
}
#Bt06
{
	top: 25px;
	left: 460px;
	display: none;
}
#Bt07
{
	top: 16px;
	left: 460px;
}

.ZoneClic
{
	width: 180px;
	margin-right: 20px;
	float: left;
	display: block;
	/*background-color: #343434;*/
	/*border: 1px #4D4D4D groove;*/
}
.ZoneShow { margin-top: 25px; }

/* ---------- Bloc SiteMap */
.sitemap
{
	margin: 10px;
	border: black 1px solid;
}

.sitemap h1 { }

.sitemap h2
{
	margin: 2px 0 0px 0px;
	padding: 0 0 0 5px;
	font-size: 11pt;
}

.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: 120px;
	/*width: auto;*/
	margin: 0 10px 5px 0;
	padding: 5px 2px 2px 2px;
	/* Si NbCols libre, fixer la hauteur : */
	height: 120px;
	overflow: auto;
	text-align: center;
}
.MCG_boxSmall p.off
{
	font-size: 8pt;
	text-align: center;
}

.MCG_boxSmall img.off
{
	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
{
	/*background-color: #FF0;*/
	position: relative;
	float: left;
	width: 350px;
	margin: 0 10px 5px 0;
	padding: 15px 0 0 0;
	/* Si NbCols libre, fixer la hauteur : */
	/*height: 420px;*/
	overflow: auto;
	/*text-align: center;*/
}

/* -- Blocs : */
.Bloc_Fic
{
	width: 300px;
	/*background-color: #EEE;*/
	padding: 3px 0px 3px 0px;
	margin: 5px 0 15px 0px;
	min-height: 24px;
	/*border: 2px #333 solid;*/
}
.Bloc_Fic_Ico
{
	width: 20px;
	height: 20px;
	float: left;
	/*clear: both;*/
}
.Bloc_Fic_Link
{
	margin: 0 0 0 24px;
}

.w400
{
	width: 400px;
	text-align: justify;
	margin-right: 0;
}

.sepvert { border-left: 1px #0C0C0C solid; }
