@charset "utf-8";
/* CSS Document - Christmas*/
body,td,th {
	font-family: "Century Gothic", "Comic Sans MS", Verdana;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-image: url(../images/index_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border: 0;
}
h1,h2 {
	font: bold 80% 'helvetica neue',sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}
h3 {
	font: bold 15px "Century Gothic", "Comic Sans MS", Verdana;
}
/* FormZ */
input, select, textarea {
	font: 12px "Century Gothic", "Comic Sans MS", Verdana;
	padding: 0;
	width: 250px;
}
/*
*:focus {
	background-color: #26282e;
	color: #FFFFFF;
}
*/
label.text {
	display: block;
	float: left;
	width: 200px;
	text-align: right; /* n'hésitez pas pas à aligner à gauche, c'est pas mal aussi */
	margin: 0 10px 0 0;
	padding: 0;
}
fieldset {
	border: 0;
	width: auto;
}
fieldset p {
	padding: 0 !important;
	padding: 0;
	clear: both;
	margin: 4px;
}
span.warning {
	font-weight: bold;
	color: #ff0000;
	margin: 0 0 0 3px;
}
/* End formZ*/
.zoomH1 {
	clear: both;
	font: bold 13px 'helvetica neue',sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	padding: 5px;
}
#zoomContent {
	width: 520px;
	margin: auto;
}
#header {
	height: 101px;
	margin: auto;
	width: 701px;
}
#container {
	margin: auto;
	width: 701px;
	min-height: 450px;
}
#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#menuBase {
	width: 649px;
	height: 40px;
	margin: auto;
	position: relative;
	top: 26px;
	z-index: 1000;
}
#banner {
	margin-bottom: 20px;
	z-index: 1;
}
#content {
	width: 649px;
	margin: 26px;
	line-height: 18px;
}
#list {
	width: 100%;
	clear: both;
	margin-top: 15px;
}
#eachItem {
	float: left;
	margin: 0 15px 15px 0;
	height: 130px;
}
#pagination {
	margin-bottom: 15px;
	width: 100%;
	float: left;
	clear: both;
}
#zoomDesc {
	width: 500px;
	clear: both;
	text-align: justify;
	margin: 10px 0 10px 0;
	padding: 10px;
}
.pageNumb {
	border: 1px solid #ffffff;
	padding: 2px;
	margin-right: 5px;
	float: left;
	width: 15px;
	text-align: center;
}
#pagination a {
	color: #ffffff;
}
.compVignette {
	width: 140px;
	float: left;
}
.compVignette img {
	width: 120px;
}
.compDetail {
	float: left;
}
.compLine {
	clear: both;
	height: 100px;
	margin-bottom: 10px;
}
/* jQuery gallery */
#carousel {
	margin: 0 auto;
	width: 520px;
	height: 420px;
	padding: 0;
	overflow: scroll;
}
#carousel ul {
	list-style: none;
	width: 3000px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}
#showImg {
	margin: 0 auto;
	width: 520px;
	height: 420px;
	padding: 0;
	overflow: hidden;
}
#showImg ul {
	list-style: none;
	width: 520px;
	margin: 0;
	padding: 0;
	position: relative;
}
#showImg li {
	display: inline;
	float: left;
}

/* End jQuery */
#caddyHeader {
	float: left;
	color: #FFFFFF;
	margin-top: 45px;
	height: 45px;
}
/* Infobulle */
a.info{
    position: relative; 
    z-index:24;
    text-decoration: none;
}
a.info:hover { z-index:25; }

a.info span { display: none; }

a.info:hover span {
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
	display: block; 
	position: absolute;
    top: -10px;; left: 190px; width: 200px;;
    text-align: justify;
    font-weight: none;
    padding: 5px;
}
/* Fin Infobulle */
-->
#selectOrder {
	width: auto;
	color: #FFFFFF;
	border: 1px dotted #ffffff;
	font-size: 11px;
}	
