/*-------- VIDEO BOX  ------------- */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color:#333;
	cursor: pointer;
	z-index:101;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	top:180px;
	overflow: hidden;
	background-color: #999; 
	text-align: center; 
	padding: 5px;
	border-color:#999;
	z-index:101;
}

.lbLoading {
	background: #999 url(../scripts/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #999;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../scripts/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../scripts/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #999;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../scripts/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 10px;
}

#lbCaption {
	font-weight: bold;
}

/*-------------------------*/

html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:65%;
	margin:0;
	padding:0;
	background:url(../images/site/timbre.png) no-repeat bottom right fixed;
}

body {
	padding:0;
	margin:0;
}

img {
	border:none;
}

#haut {
	position:fixed;
	top:0;
	left:0;
	height:300px;
	width:100%;
	z-index:56;
}

#haut1 {
	position:fixed;
	top:0;
	left:0;
	height:300px;
	width:100%;
	z-index:55;
	background:url(../images/site/haut2.jpg) no-repeat center top; 
}

#haut #langue {
	position:relative;
	width:930px;
	margin:260px auto 0 auto;
}

#haut1 #visuel {
	position:relative;
	width:930px;
	margin:50px auto 0 auto;
}

#logo {
	position:fixed;
	left:0;
	top:0;
	height:250px;
	width:100%;
	background:url(../images/site/inkari.png) no-repeat center top;
	z-index:57;
}

#page {
	position:absolute;
	left:50%;
	width:600px;
	margin-left:-135px;
	margin-top:300px;
	min-width:600px;
	padding-bottom:60px;
}

#bas {
	position:fixed;
	bottom:0;
	height:50px;
	width:100%;
	background:url(../images/site/bas.jpg) no-repeat;
	z-index:50;
}

/*--------------- MENU ----------------*/

#menu {
	position:fixed;
	left:0;
	top:320px;
	height:250px;
	width:100%;
}

#menu ul {
	position:relative;
	margin:0 auto 0 auto;
	width:930px;
	list-style-type:none;
	text-align:right;
}

#menu a {
}

#menu li a {
	text-decoration:none;
	text-align:right;
	margin-right:660px;
	*display:block;
	*width:250px;
	*margin-right:640px;
	font-size:32px;
	color:#666;
	text-transform:uppercase;
	letter-spacing:-2px;
}

#menu li a:hover {
	color:#000;
}

/*--------------- PAGE --------------*/

#page h1 {
	color:#f00;
	text-transform:uppercase;
	letter-spacing:-2px;
	font-size:32px;
	font-weight:normal;
	border-bottom:4px dotted #f00;
}

#page h2 {
	color:#f00;
	letter-spacing:-2px;
	font-size:24px;
	font-weight:normal;
	clear:right;
}

#page p, #page li {
	margin-right:30px;
	font-size:1.2em;
	line-height:20px;
}

#page a {
	color:#f00;
}

#page a:hover {
	color:#666;
}
                   
/*------------- BAS ---------------- */

#bas p {
	font-size:1.2em;
	color:#FFF;
	margin-right:50px;
	text-align:right;
	line-height:30px;
	*line-height:50px;
}

#bas p a {
	color:#FFF;
}

#bas p a:hover {
	text-decoration:none;
}

/*----------- CONTACT ------------*/

#page #formID .controle { visibility:hidden; }

/*------------ FORMULAIRE ---------*/

#formID .obligatoire {
	color:#F00;
}

form.formular {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width:600px;
	padding: 20px;
}

.formular label {
	float: none;
	text-align: inherit;
	width: auto;
	display:block;
	height:50px;	
}

.formular label span {
	float:left;
	display:block;
	width:150px;
	text-align:right;
	margin-right:5px;
	line-height:25px;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	/*width: 250px;*/
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular textarea {
	/*width: 250px;
	height:70px;*/
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .infos {
	background: #fff;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background: #FFF url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor:pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #fff;
}

.formError {
	position:absolute;
	top:300px; left:300px;
	width:180px;
	padding-bottom:15px;
	display:block;
	z-index:3;
}
.formError .formErrorContent {
	width:100%; 
	background:#f00;
	color:#fff;
	font-family:tahoma;
	font-size:10px;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding:4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.formError .formErrorArrow{
	position:absolute;
	bottom:0;left:20px;
	width:15px; height:15px;
}
#page .formError .formErrorArrow div{
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	font-size:0px; 
}
.formError .formErrorArrow .line10{width:15px;height:1px; background:#F00;margin:0 auto; font-size:0px; display:block;} 
.formError .formErrorArrow .line9{width:13px;height:1px; background:#f00;margin:0 auto;display:block;} 
.formError .formErrorArrow .line8{width:11px;height:1px; background:#f00;margin:0 auto;display:block;} 
.formError .formErrorArrow .line7{width:9px;height:1px; background:#f00;margin:0 auto;display:block;} 
.formError .formErrorArrow .line6{width:7px;height:1px; background:#f00;margin:0 auto;display:block;} 
.formError .formErrorArrow .line5{width:5px;height:1px; background:#f00;margin:0 auto;display:block;} 
.formError .formErrorArrow .line4{width:3px;height:1px; background:#f00;margin:0 auto;display:block;} 
.formError .formErrorArrow .line3{width:1px;height:1px; background:#f00;margin:0 auto;display:block;} 

/*----------- DIVERS -------------- */

.obligatoire {color:#f00; }

.droite {float:right; margin-left:10px; z-index:500 }

.video{ z-index:500; }

.degage {clear:both;}
