/* ------------------------------------------------- */
/* Style de structure, non utile dans l'editeur HTML */
/* ------------------------------------------------- */
/* ---------- Structure des pages (Blocs div) */
#Zone_Conteneur
{
	/*
	background-image: url(picts/fond_accueil.jpg);
	background-repeat: no-repeat;
*/
	width: 800px;
	top: 0;
	left: 50%;
	margin-left: -400px;
	position: relative;
	/*text-align: center;*/
	height: 500px;
	/*background-color: #9FC;*/
}

#Zone_Contenu
{
	margin-left: 160px;
	padding-left: 10px;
	width: 620px;
	/*
	width: 780px;
	top: 80px;
	left: 50%;
	margin-left: -390px;
	position: relative;
	text-align: center;
	height: 500px;
*/
	/*background-color: #F3FFDC;*/
}

#Zone_Contenu.home
{
	background-image: url(picts/fond_accueil.jpg);
	background-repeat: no-repeat;
	width: 780px;
	top: 0;
	left: 50%;
	margin-left: -390px;
	position: relative;
	text-align: center;
	background-position: 0 0;
}

#Zone_Contenu.home2
{
	width: 780px;
	top: 0;
	left: 50%;
	margin-left: -390px;
	position: relative;
	text-align: center;
	background-position: 0 0;
}

#Zone_Logo
{
	position: absolute;
	top: 520px;
	left: 270px;
}

#Zone_Titre
{
	position: absolute;
	left: 80px;
	width: 620px;
	height: 100px;
}

#Zone_Bulle
{
	position: absolute;
	top: 0px;
	left: 460px;
	visibility: hidden;
}

#Zone_HD
{
	position: absolute;
	top: 143px;
	left: 23px;
}

#Zone_Video
{
	position: absolute;
	right: 0px;
	top: 180px;
	width: 640px;
	height: 480px;
	/*background-color: #00FF80;*/
}

#Zone_Bas
{
	position: absolute;
	width: 352px;
	top: 600px;
	left: 214px;
}

#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_Menu
{
/*
	background-color: #E6E6E6;
	border: 1px #000 solid;
*/
	padding-top: 15px;
	width: 780px;
	height: 160px;
/*
	text-align: left;
*/
	background-image: url(picts/bandeau.jpg);
	background-repeat: no-repeat;
}

#Zone_Coord
{
	width: 180px;
	float: right;
	font-size: 8pt;
	background-color: #DEE7F1;
	padding: 3px;
	border-right: 2px #D4A392 solid;
	border-bottom: 2px #D4A392 solid;
	border-left: 2px #D4A392 solid;
}
#Zone_Pied
{
	position: relative;
	width: 610px;
	margin-top: 40px;
	margin-left: 170px;
	font-size: 8pt;
	/*clear: both;*/
	/*height: 26px;*/
	/*background-color: #D0EDD0;*/
	border-top: 2px #D4A392 solid;
	text-align: left;
}
#Zone_Pied p
{
	margin-right: 100px;
}
#footer
{
	color: #3D6CA5;
	position: absolute;
	top: 5px;
	right: 0;
}
#footer div
{
	float: left;
}

#Bloc_Coord
{
	font-size: 9pt;
	float: right;
	width: 240px;
	padding-top: 15px;
}

#Bloc_Coord strong
{
	font-size: 11pt;
	letter-spacing: 5px;
}

.image
{
	border: none;
	background-image: url(picts/cadre_image.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 10px 0 0 10px;
}
.imageleft
{
	border: none;
	background-image: url(picts/cadre_image.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 10px 0 0 10px;
	float: left;
}

/* -- Mod_Shop : */
.imagethumb { border: none; }
#MS_Produit
{
	text-align: center;
	/*width: 460px;*/
	width: 620px;
}
#MS_Zone_Find { display: none; }
.MS_Cart
{
	background-color: #EEE;
	border-width: 1px 2px 2px 1px;
	border-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 500px;
}
.MS_Cart thead
{
	background-color: #5783B3;
	color: white;
	font-weight: bold;
}
.MS_Cart tbody
{
	/*background-color: #FEFEFE;*/
	border: 2px #000;
	margin: 1px;
	padding: 2px;
}
.MS_Cart tbody tr td
{
	background-color: #FC9;
	border-right: 1px #E6E6E6 solid;
	border-bottom: 1px #E6E6E6 solid;
}
.MS_Cart tfoot
{
	background-color: #DDD;
	font-weight: bold;
}
.MS_ColDesign
{
	/*width: 100px;*/
}
.MS_ColPrice
{
	width: 80px;
}
.MS_ColRef
{
	width: 80px;
}

/* -- 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.inline
{
	width: auto;
	float: none;
	clear: none;  /*Pour IE6 !*/
}

#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-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-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;
}

/* ---------- Boutons */
.stdbutton { color: #000; }

a.stdbutton:link, a.stdbutton:visited
{
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #3a6da5;
	text-align: center;
	padding: 4px 8px 1px 8px;
	border-top: 1px #666 solid;
	border-right: 2px #4C4C4C solid;
	border-bottom: 2px black solid;
	border-left: 1px #CCC solid;
}

a.stdbutton:hover
{
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #faa552;
	text-align: center;
	padding: 4px 8px 1px 8px;
	border-top: 1px #666 inset;
	border-right: 2px #4C4C4C inset;
	border-bottom: 2px black inset;
	border-left: 1px #CCC inset;
}

/* ---------- Menus */
.menu
{
	color: #639;
	font-family: "Zapf Chancery", "Comic Sans MS", Helvetica, Geneva, Arial, cursive;
	font-weight: bold;
	font-size: 10pt;
	/*background-color: #BDF96F;*/
	padding: 5px;
	margin: 0 0 1px 0;
	/*background-image: url(picts/menus/menu_jean.png);*/
	background-image: url(picts/menus/menu_haut.png);
	height: 20px;
}

.menuhl
{
	color: #363;
	font-family: "Zapf Chancery", "Comic Sans MS", Helvetica, Geneva, Arial, cursive;
	font-weight: bold;
	font-size: 10pt;
	/*background-color: #FEFF01;*/
	padding: 5px;
	margin: 0 0 1px 0;
	background-image: url(picts/menus/menu_haut_HL.png);
	height: 20px;
}

.smenu
{
	color: #639;
	font-family: "Zapf Chancery", "Comic Sans MS", Helvetica, Geneva, Arial, cursive;
	font-weight: bold;
	font-size: 9pt;
	padding: 5px;
	margin: 0 0 1px 0;
	width: 250px;
	height: 20px;
	background-image: url(picts/menus/menu_haut_L2.png);
	text-align: center;
}

.smenuhl
{
	color: #639;
	font-family: "Zapf Chancery", "Comic Sans MS", Helvetica, Geneva, Arial, cursive;
	font-weight: bold;
	font-size: 9pt;
	padding: 5px;
	margin: 0 0 1px 0;
	width: 250px;
	height: 20px;
	background-image: url(picts/menus/menu_haut_L2_HL.png);
	text-align: center;
}

.menuP
{
	color: black;
	font-family: "Zapf Chancery", "Comic Sans MS", Helvetica, Geneva, Arial, cursive;
	font-size: 8pt;
	text-align: center;
	/*background-color: #BDF96F;*/
	padding: 5px 6px 15px 8px;
	margin: 0 0 2px 0;
	background-image: url(picts/menus/menu_sketch.png);
	background-repeat: no-repeat;
	width: 150px;
}

.menuPhl
{
	color: #974827;
	/*font-weight: bold;*/
	font-family: "Zapf Chancery", "Comic Sans MS", Helvetica, Geneva, Arial, cursive;
	font-size: 8pt;
	text-align: center;
	/*background-color: #FEFF01;*/
	padding: 5px 6px 15px 8px;
	margin: 0 0 2px 0;
	background-image: url(picts/menus/menu_sketch_HL.png);
	/*border: solid 1px #5a0867;*/
	background-repeat: no-repeat;
}

.menuPB
{
	color: black;
	font-family: "Zapf Chancery", "Comic Sans MS", Helvetica, Geneva, Arial, cursive;
	font-size: 8pt;
	text-align: center;
	/*background-color: #BDF96F;*/
	padding: 5px 6px 15px 8px;
	margin: 0 0 2px 0;
	background-image: url(picts/menus/menu_sketch_2L.png);
	background-repeat: no-repeat;
	width: 150px;
}

.menuPBhl
{
	color: #974827;
	/*font-weight: bold;*/
	font-family: "Zapf Chancery", "Comic Sans MS", Helvetica, Geneva, Arial, cursive;
	font-size: 8pt;
	text-align: center;
	/*background-color: #FEFF01;*/
	background-image: url(picts/menus/menu_sketch_2L_HL.png);
	/*border: solid 1px #5a0867;*/
	background-repeat: no-repeat;
	padding: 5px 6px 15px 8px;
	margin: 0 0 2px 0;
}

.menuP3
{
	color: black;
	font-family: "Zapf Chancery", "Comic Sans MS", Helvetica, Geneva, Arial, cursive;
	font-size: 8pt;
	text-align: center;
	/*background-color: #BDF96F;*/
	padding: 5px 6px 15px 8px;
	margin: 0 0 2px 0;
	background-image: url(picts/menus/menu_sketch_3L.png);
	background-repeat: no-repeat;
	width: 150px;
}

.menuP3hl
{
	color: #974827;
	/*font-weight: bold;*/
	font-family: "Zapf Chancery", "Comic Sans MS", Helvetica, Geneva, Arial, cursive;
	font-size: 8pt;
	text-align: center;
	/*background-color: #FEFF01;*/
	padding: 5px 6px 15px 8px;
	margin: 0 0 2px 0;
	background-image: url(picts/menus/menu_sketch_3L_HL.png);
	/*border: solid 1px #5a0867;*/
	background-repeat: no-repeat;
}

.menuLLP
{
	color: black;
	font-family: "Zapf Chancery", "Comic Sans MS", Helvetica, Geneva, Arial, cursive;
	font-size: 8pt;
	text-align: center;
	/*background-color: #BDF96F;*/
	padding: 5px 6px 15px 8px;
	margin: 0 0 2px 0;
	background-image: url(picts/Living-Logo.png);
	background-repeat: no-repeat;
	width: 150px;
	background-position: 0 15px;
}

.menuLLPhl
{
	color: #974827;
	/*font-weight: bold;*/
	font-family: "Zapf Chancery", "Comic Sans MS", Helvetica, Geneva, Arial, cursive;
	font-size: 8pt;
	text-align: center;
	/*background-color: #FEFF01;*/
	padding: 5px 6px 15px 8px;
	margin: 0 0 2px 0;
	background-image: url(picts/Living-Logo.png);
	/*border: solid 1px #5a0867;*/
	background-repeat: no-repeat;
	background-position: 0 15px;
}

.menuCyb
{
	color: black;
	font-family: "Zapf Chancery", "Comic Sans MS", Helvetica, Geneva, Arial, cursive;
	font-size: 8pt;
	text-align: center;
	/*background-color: #BDF96F;*/
	padding: 5px 6px 15px 8px;
	margin: 0 0 2px 0;
	background-image: url(picts/cyberplus.gif);
	background-repeat: no-repeat;
	width: 150px;
	height:20px;
	background-position: 0 15px;
}

.menuCybhl
{
	color: black;
	font-family: "Zapf Chancery", "Comic Sans MS", Helvetica, Geneva, Arial, cursive;
	font-size: 8pt;
	text-align: center;
	/*background-color: #BDF96F;*/
	padding: 5px 6px 15px 8px;
	margin: 0 0 2px 0;
	background-image: url(picts/cyberplus.gif);
	background-repeat: no-repeat;
	width: 150px;
	height:20px;
	background-position: 0 15px;
}

path
{
	font-size: 8pt;
}

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;
}

hr {
	clear: both;
	visibility: hidden;
}

/* ---------- Stats */

/*
.tablecell  { font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #fff9cd }
.tabletitre  { font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #fff99b }
h1 { color: #0092d2; font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #fff99b; letter-spacing: 1px; border-style: solid; border-width: 1px 2px 2px 1px; border-color: #0092d2 }
h2  { color: #0092d2; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #fff99b; border-top: #0092d2; border-right: #0092d2; border-bottom: 1px solid #0092d2; border-left: #0092d2 }
*/

#Stats_Head
{
	height: 100px;
	clear: both;
	background-color: #FFF99B;
	color: #008000;
}

#Stats_Content
{
	overflow: auto;
	background-color: #FFF;
}

