/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, input, label, fieldset, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

* {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
  background-color: #F0F0F0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
  color: black;
  text-decoration: none;
}

div#global {
	position: relative;
	width: 1076px;
	height: 470px;
	top: 20px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/fair_backgroundsite.png) #F0F0F0 no-repeat 0px 16px;
}

div#conteneur {
	width:1036px;
	height:420px;
	top:0px;
	left: 20px;
	margin-top:1px;
	position: relative;
	background-color:white;
}

div#icone {
	top:-10px;
	position: absolute;
	right: 100px;
	float:none;
}

div#collection {
	width:1036px;
	height:420px;
	top:0px;
	left: 0px;
	position: absolute;
}
div#collection img {
	width:1036px;
	height:420px;
}

div#visuelMagasin {
	width:460px;
	height:420px;
	top:0px;
	left: 0px;
	position: absolute;
}
div#visuelMagasin img{
	/*width:350px;
	height:530px;*/
}
div#menu {
	width:1080px;
	height:30px;
	position:relative;
	top:1px;
	left:20px;
}

div#carteFrance {
	position: absolute;
	height: 310px;
	width: 310px;
	left: 420px;
	border: none;
	text-align: right;
	text-decoration: none;
	top: 40px;
}

div#adressesmagasin {
	position: absolute;
	height: 365px;
	width: 205px;
	top: 10px;
	border: none;
	margin: 0px;
	overflow:auto;
	padding-right: 10px;
	left:780px;
	z-index: 1;
}

div#listemembres {
	position: absolute;
	/*height: 470px;*/
	width: 350px;
	top: 160px;
	border: none;
	margin: 0px;
	overflow:auto;
	padding-right: 10px;
	left:0px;
	z-index: 2;
}

div#titreregion {
	position: absolute;
	height: 30px;
	width:300px;
	left: 380px;
	top: 0px;
	text-align: center;
}

#fleche {
	width: 1036px;
	margin-top: 15px;
	position: absolute;
	left: 0px;
	height: 10px;
	z-index: 1;
	font-size:11px;
	bottom: 10px;
}

#fleche ul {
	width:94px;
	list-style-type: none;
	margin: 0 auto 0 auto;
}

#fleche ul li {
	text-align: center;
	float: left;
	width: 15px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	float:left;
}

div#bottom, div#entrez {
	text-align:center;
	width: 1076px;
	height: 20px;
	top: 0px;
	position: relative;
	left: 0px;
	font-size:11px;
	line-height: 16px;
	margin:15px 0px 10px 0px;
}

div#entrez a:hover, div#bottom a:hover {
	text-decoration:underline;
}

div#intro {
	text-align:justify;
	width: 480px;
	top: 30px;
	position: relative;
	left: 520px;
	height: 365px;
	overflow:auto;
	padding-right: 15px;
}

div#bloccomplet {
	width: 520px;
	top: 30px;
	position: relative;
	left: 0px;
	height: 475px;
}

div#texte {
	text-align:justify;
	width: 480px;
	height: 365px;
	top: 30px;
	position: relative;
	left: 520px;
	overflow:auto;
}

#texte_scroll {
	position: relative;
	width:480px;
	height: 365px;
	top: 30px;
	left: 520px;
	overflow:auto;
	text-align: justify;
	padding-right: 15px;
}

/* Styles de texte */

p {
	font-size:11px;
	line-height: 16px;
	margin-bottom: 10px;
}

h1 {
	font-size:14px;
	margin-bottom: 10px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	margin-bottom: 10px;
	text-decoration:underline;
}

h3 {
	font-size: 11px;
	font-weight:normal;
	color: #000000;
	padding-bottom: 7px;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #CC0033;
	padding-bottom: 2px;
	text-transform: uppercase;
}

/* Classes */

.menu {
  font-weight:bold;
}

.form {
	font-weight:bold;
	color: #CC0033;
	font-size:11px;
	padding-left:0px;
	text-align:left;
	padding-right: 10px;
	line-height: 23px;
}

.obligatoire {
	color: #CC0033;
	font-size:9px;
	font-weight: normal;
}

.champs {
	font-size:10px;
	color:#333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.bouton {
	font-size:10px;
	color:#333333;
	margin-bottom:2px;
	margin-top:2px;
	background-color: #E4E4E4;
	border: 1px solid #CCCCCC;
	cursor:pointer;
}

.zonetexte {
	font-size:10px;
	color:#333333;
	margin-bottom:2px;
	margin-top:2px;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	cursor:pointer;
}

.gras {
	font-weight: bold;
	text-transform: uppercase;
}

.mail {
	color: #CC0033;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.mail:hover {
	text-decoration: underline;
}

.options {
	width:240px;
	line-height: 18px;
}

.evidence {
	font-weight:bold;
	line-height: 30px;
}

.lien {
  color:#000000;
  text-decoration:underline;
}
.espaceAvant {
  padding-top:10px;
}

/*

	Menu Killan

*/

#menu li a {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 10px 0px 10px;
	line-height:30px;
	color:#666;
	text-align: center;
	letter-spacing: 0;
}
#menu li a:hover,  #menu li.current2 a{
	color:#333;
}

/*
#mnu_accueil {
	width: 62px;
	height: 30px;
	background-image: url(../images/fair_menu01_01.png);
}


#mnu_revendeurs {
  width: 162px;
  height: 30px;
	background-image: url(../images/fair_menu01_02.png);
}

#mnu_collection {
  width: 134px;
  height: 30px;
	background-image: url(../images/fair_menu01_03.png);
}

#mnu_contact {
  width: 112px;
  height: 30px;
	background-image: url(../images/fair_menu01_04.png);
}
*/
/*

#mnu_accueil:hover, .mnu_accueil { background-image: url(../images/fair_menu02_01.png); }

#mnu_revendeurs:hover { background-image: url(../images/fair_menu02_02.png); }

#mnu_collection:hover { background-image: url(../images/fair_menu02_03.png); }

#mnu_contact:hover { background-image: url(../images/fair_menu02_04.png); }

*/

/*

	Collection navigation Killan

*/

div#fleche ul li {
	display: block;
	height: 10px;
	width: 10px;
	margin-right: 7px;
}

div#fleche ul li a {
	display: block;
	height: 10px;
	width: 10px;
	text-indent: -5000em;
}

a#debut { background-image: url(../images/fleche/doubleGauche_noire.png) }

a#precedent { background-image: url(../images/fleche/flecheGauche_noire.png) }

a#suivant { background-image: url(../images/fleche/flecheDroite_noire.png) }

a#fin { background-image: url(../images/fleche/doubleDroite_noire.png) }


a#debut:hover { background-image: url(../images/fleche/doubleGauche_grise.png) }

a#precedent:hover { background-image: url(../images/fleche/flecheGauche_grise.png) }

a#suivant:hover { background-image: url(../images/fleche/flecheDroite_grise.png) }

a#fin:hover { background-image: url(../images/fleche/doubleDroite_grise.png) }


li.gris a#debut { background-image: url(../images/fleche/doubleGauche_grise.png) }

li.gris a#precedent { background-image: url(../images/fleche/flecheGauche_grise.png) }

li.gris a#suivant { background-image: url(../images/fleche/flecheDroite_grise.png) }

li.gris a#fin { background-image: url(../images/fleche/doubleDroite_grise.png) }

.lavaLampNoImage {
	position: relative;
	height:30px;
	width: 930px;
	overflow: hidden;
}
.lavaLampNoImage li {
}
.lavaLampNoImage li.back {
	background-color: #e6e8ea;
	width: 1px;
	height: 30px;
	z-index: 8;
	position: absolute;
	left:-1px;
	top:-1px;
}
.lavaLampNoImage li.current2 {
	background-color: #e6e8ea;
}
.lavaLampNoImage li a {
	z-index: 10;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 0px;
}
.lavaLampNoImage li a:hover,
.lavaLampNoImage li a:active, 
.lavaLampNoImage li a:visited {
	border: none;
}  
/*

	Formulare admin Killan

*/

form.stk label {
	display: block;
  width: 130px;
  font-weight: bold;
  float: left;
}

form.stk div {
	clear: both;
  margin-bottom: 5px;
}

form.stk input {
  border: 1px solid black;

}

form.stk div.ctrl {
	margin-top: 10px;
  text-align: right;
}

form.stk div.ctrl a {
	font-size: 10pt;
}
