@charset "utf-8";
* { margin:0; padding:0;}

html,body 
{
	height:100%;
}


body 
{
	position:absolute;
	top:0;
	left:0;
	font-family:'Verdana','Arial','Helvetica','Sans-serif';
	font-size:10px;
	text-decoration:none;
	background-color:#fff;
	color:#fff;
	width:800px;
	background:url(img/background.gif) top left repeat-y;
}
body#index
{
	background-image:none;
	background-color: #039;
}

img { border:0; }

a
{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover
{
	text-decoration: underline;
}

p
{
	margin-bottom:1em;
}

h1 
{ 
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
h2 
{
	font-size: 10px;
	font-weight: bold; 
	text-transform:uppercase;
}

strong
{
	font-size:1.2em;
}

.important, .adresse, .important42
{
	font-weight:bold;
	text-transform:uppercase;
}
.important42
{
	font-size:42px;
	width:100px;
	margin:-15px 0 0 50px;
	float:left;
	color:#44A3FF;
}

ul
{
	list-style:none;
}


/*********************/
/******* INDEX *******/
/*********************/

#index_titre
{
	margin-bottom:10px;
/*	width:706px;*/
}

#index_gauche 
{
	float:left;
/*	clear:left;*/
}

#index_gauche a
{
	position:relative;
}
#index_gauche a img
{
	position:absolute;
	top:0;
	left:0;
}
#index_gauche a span
{
	position:absolute;
	top:0;
	left:0;
	display:none;
}
#index_gauche a:hover span
{
	display:inline;
}

#index_centre
{
	float:left;
	width:510px;
	margin-right:25px;
}
#index_centre h1
{
	text-transform:uppercase;
}

/*********************/
/******* PAGES *******/
/*********************/

#gauche
{
	position:relative;
	width:89px;
	text-align:right;
	float:left;
	z-index:2;
}
#gauche a
{
	color:#000;
}

#menu
{
	font-size:9px;
	font-weight:bold;
}

#centre
{
/*	position:relative;*/
	float:left;
	background-color:#039;
	width:518px;
	z-index:1;
}
.centreusine
{
	text-align:right;
}
#centre .centre_contenu
{
	margin:0;
	padding:10px;
}

.centre_contenu .photos
{
	height: 500px;
}
.centre_contenu .photos a
{
/*	float: left;
	width: 115px;
	height: 115px;
	text-align: center;*/
}
.photos img
{
	border: #000 solid 2px;
	margin: 6px;
}

/*
#centre table
{
	border-collapse : collapse; 
    margin: auto;
}
#centre table td
{
	text-align:center;
}
#centre table td.tof
{
	height:105px;
	width:105px;
}
#centre table td img.barre_bleue
{
	width:500px;
	height:2px;
}
*/

#centre img.photozoom
{
	border:#000 3px solid;
}
#centre a 
{
	color:#44A3FF;
	font-weight: bold;
}


#credit
{
/*	position:absolute;
	bottom:0;
	left:597px;
*/
	margin-top:100px;
	margin-left:490px;
}

#droite
{
/*	position:relative;*/
	color:#44A3FF;
	margin-left:617px;
}
#droite p
{
}
#droite p img
{
	vertical-align:top;
}
#droite a 
{
	color:#039;
	font-weight: bold;
}

#droite_entete
{
	height:165px;
	margin-bottom:15px;
}

#droite_entete li
{
	padding-bottom:1em;
}

.options_produits
{
	color:#000;
	font-size:9px;
	z-index:-1;
}
.options_produits strong
{
	font-size:1em;
}
.options_produits li
{
	padding-bottom:1em;
}

#Layer1
{
	position:absolute;
	left:195px;
	top:10px;
	z-index:10;
	visibility: hidden;
}

/*********************/
/******* FORMS *******/
/*********************/

#formu
{
	clear:both;
}
#formu input[type=submit], #formu input[type=reset]
{
	text-transform:uppercase;
}
#formu label, #formu .opt, /*IE6*/#formu .bouton/*IE6*/
{
	text-transform:uppercase;
}

#formu p
{
	width:150px;
	float:left;
	margin-right:12px;
	margin-left:0;
}
#formu input
{
	width:140px;
}
#formu textarea
{
	height:6em;
	width:495px;
	margin:-0.8em 0 2em 0;
}
#formu .opt
{
	color:#99C2FF;
}

#form_fiches fieldset
{
	width:450px;
	margin:auto;
	padding:10px;
	border: #FFF solid 1px;
}

#form_fiches legend
{
	font-weight:bold;
}

#form_fiches div
{
	clear:both;
}

#form_fiches p
{
	float:left;
	width:50%;
}

#form_fiches select, #form_fiches input
{
	width:190px;
	display:block;
}
#resultats
{
	width:470px;
	margin:auto;
	border: #FFF solid 1px;
	background-color: #FFF;
	height: 200px;
	overflow: auto;
}
#resultats li
{
	padding:2px 10px;
}
#resultats li.off
{
	background-color: #DDE;
}
#resultats a
{
	color: #039;
}
/*
#form_fiches select#resultat
{
	width:450px;
}
*/
/*********************/
/******* MENU *******/
/*********************/
#menu a.selected { color: #1170ff; }

#menu ul
{
	margin-bottom:1em;
	margin-right:4px;
}