body{
	background-color:#000000;
	background-image:url(images/background-degrade.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
}
.ShadowLeft{
	background-image:url(images/backround-shadowL2.jpg);
	background-repeat:repeat-y;
	width:17px;
	background-position:right;
}
.ShadowRight{
	background-image:url(images/backround-shadowR2.jpg);
	background-repeat:repeat-y;
	width:17px;
	background-position:left;
}
.FondOrangeTop{
	background-color:#ffa23e;
	height:30px;
	border-top-style:solid;
	border-top-color:#ffffff;
	border-top-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#ffffff;
	border-bottom-width:2px;
}
.FondOrangeTop2{
	background-color:#ffa23e;
	border-bottom-style:solid;
	border-bottom-color:#ffffff;
	border-bottom-width:2px;
}
.FondOrangeBottom{
	background-color:#ffa23e;
	height:34px;
	border-top-style:solid;
	border-top-color:#ffffff;
	border-top-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#ffffff;
	border-bottom-width:2px;
}
.adresse{
	font-family:Arial, sans serif;
	font-size:11px;
	color:#ffffff;
}
a.lien:link {
	font-family:Arial, sans serif;
	font-size:11px;
	color:#ffffff;
	text-decoration: none;
}
a.lien:visited {
	font-family:Arial, sans serif;
	font-size:11px;
	color:#ffffff;
	text-decoration: none;
}
a.lien:hover {
	font-family:Arial, sans serif;
	font-size:11px;
	color:#ffa23e;
	text-decoration: underline;
}

a.Menus:link {
	font-family:Tahoma, sans serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}
a.Menus:visited {
	font-family:Tahoma, sans serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}
a.Menus:hover {
	font-family:Tahoma, sans serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration: underline;
}
/*---contenu------------------------------------------------*/
h1{
	font-family:Arial, sans serif;
	font-size:24px;
	color:#ffffff;
	margin:0px;
}
h2{
	font-family:Arial, sans serif;
	font-size:18px;
	color:#ffffff;
	margin:0px;
}
.textBlanc{
	font-family:Arial, sans serif;
	font-size:12px;
	line-height:14px;
	color:#ffffff;
}
.textBlanc14{
	font-family:Arial, sans serif;
	font-size:14px;
	line-height:16px;
	color:#ffffff;
}
.titreOrange{
	font-family:Arial, sans serif;
	font-size:14px;
	color:#FFA23E;
}
a.LienBlc12:link {
	font-family:Arial, sans serif;
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
}
a.LienBlc12:visited {
	font-family:Arial, sans serif;
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
}
a.LienBlc12:hover {
	font-family:Arial, sans serif;
	font-size:12px;
	color:#ffffff;
	text-decoration: underline;
}
a.LienOrg14:link {
	font-family:Arial, sans serif;
	font-size:14px;
	color:#FFA23E;
	text-decoration: none;
}
a.LienOrg14:visited {
	font-family:Arial, sans serif;
	font-size:14px;
	color:#FFA23E;
	text-decoration: none;
}
a.LienOrg14:hover {
	font-family:Arial, sans serif;
	font-size:14px;
	color:#FFA23E;
	text-decoration: underline;
}
.Line1{
	background-image:url(images/line-01.gif);
	background-repeat:repeat-x;
	height:14px;
}
.Line2{
	background-image:url(images/line-02.gif);
	background-repeat:repeat-x;
	height:15px;
}
.Line3{
	background-image:url(images/line-03.gif);
	background-repeat:repeat-x;
	height:13px;
}
/*---Apercu--------------------------------*/
#lightbox{
            position: absolute;
            top: 40px;
            left: 0;
            width: 100%;
            z-index: 100;
            text-align: center;
            line-height: 0;
            }
 
#lightbox a img{ border: none; }
 
#outerImageContainer{
            position: relative;
            background-color: #fff;
            width: 250px;
            height: 250px;
            margin: 0 auto;
            }
 
#imageContainer{
            padding: 10px;
            }
 
#loading{
            position: absolute;
            top: 40%;
            left: 0%;
            height: 25%;
            width: 100%;
            text-align: center;
            line-height: 0;
            }
#hoverNav{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10;
            }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
 
#prevLink, #nextLink{
            width: 49%;
            height: 100%;
            background: transparent url(http://www.kris-motos.com/test/images/blank.gif) no-repeat; /* Trick IE into showing hover */
            display: block;
            }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.kris-motos.com/test/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.kris-motos.com/test/images/nextlabel.gif) right 15% no-repeat; }
 
#imageDataContainer{
            font: 10px Verdana, Helvetica, sans-serif;
            background-color: #fff;
            margin: 0 auto;
            line-height: 1.4em;
            }
 
#imageData{
            padding:0 10px;
            }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;        }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;      }                                  
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;    }          
                        
#overlay{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 90;
            width: 100%;
            height: 500px;
            background-color: #000;
            filter:alpha(opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
            }
            
 
.clearfix:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
            }
 
* html>body .clearfix {
            display: inline-block; 
            width: 100%;
            }
 
* html .clearfix {
            /* Hides from IE-mac \*/
            height: 1%;
            /* End hide from IE-mac */
            }


