body
{
	background: #fff;
	color: #000;
	font-size: 10pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	
	margin: 0;
	padding: 0;
}

input, select, textarea
{
	color: #000;
	font-size: 10pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

table
{
	border-collapse: collapse;
}

td
{
	font-size: 10pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
}

a img
{
	border: 0;
}

a
{
	color: #6874e6;
	font-size: 10pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	font-size: 10pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}


#conteneur
{
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	margin-top: 5px;
	
	background: #000;
	border: 0px solid #fff;
}

#logo
{
	width: 980px;
}

#menu
{
	margin-top: -3px;
	height: 30px;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
}

#menu ul
{
	margin: 0;
	padding: 0;
	height: 30px;
}

#menu li
{
	margin: 10px 0 0 0;
	padding: 0 12px;
	list-style-type: none;
	float: left;
	text-align: left;
}

#menu a
{
	color: #6874e6;
	font-size: 12pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

#menu a:hover
{
	color: #fff;
}

#footer
{
	border-top: 0px solid #fff;
	width: 100%;
	margin-top: 10px;
	
	color: #fff;
	font-size: 8pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

#footer div
{
	padding: 8px 0 8px 8px;
}

#footer a
{
	color: #6874e6;
	font-size: 8pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover
{
	color: #6874e6;
	text-decoration: underline;
}

div.titre-page
{
	margin: 10px 0 0 10px;
	padding: 0 0 0 25px;
	background: url(../images/bg-titre.gif) no-repeat scroll 5px 4px;
	
	color: #fff;
	font-size: 14pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

div.texte
{
	margin: 10px 0 0 10px;
}

span.libelle
{
	color: #6874e6;
	font-size: 10pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

div.liste-production
{
	font-size: 12pt;
	margin: 5px 5px 5px 10px;
}

div.liste-production a
{
	color: #6874e6;
	font-size: 12pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

div.liste-production a:hover
{
	color: #fff;
	font-size: 12pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a.commander
{
	display: block;
	padding: 5px 0;
	width: 150px;
	border: 1px solid #6874e6;
	color: #6874e6;
	font-size: 14pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

a.commander:hover
{
	border: 1px solid #fff;
}

span.sous-titre
{
	color: #fff;
	font-size: 12pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}



#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
	