/* --- PAGE --- */
body {
 margin:0px;
 text-align:center;
 background-color:#BDCCAD;
 color:#000;
 font: 12px verdana, arial, sans-serif;
}

#all {
 margin-left: auto;
 margin-right: auto;
 margin-bottom:20px;
 width: 780px;
 background-color:#FFF;
 /* border: solid 1px #DDD; */
}

/* --- TETIERES --- */
#header {
 position:relative;
 text-align:left;
 background:#EEE url("/images/header.jpg");
 background-repeat:no-repeat;
 width:780px;
 height:175px;
}
#logo {
 position:relative; 
 top:36px;
 left:167px;
}
#languages {
 position:absolute;
 top:7px;
 right:0px;
 width:70px; 
}

/* --- PIED DE PAGE --- */
#footer {
 clear:left;
 width:780px;
 margin-top:40px;
 padding-top:5px;
 padding-bottom:5px;
 font: 9pt verdana, arial, sans-serif;
 color:#FFF;
 background-color:#618040;
 /* border: solid 1px #DDD; */
}
#footer a {
 color: #F47E33;
}

/* --- CONTENU --- */
#content {
 text-align:left;
}
#main {
 margin-left:230px;
 width:510px;
 /* margin-top:20px; */
 border:solid 1px #fff;
}
#popup {
 padding:5px;
 background-color:#67003B;
 color:#FFF;
 border: dotted 1px #B75580;
}
#liste_produit {
 width:100%;
}
#product_image {
 float:left;
 margin-right:20px;
}
#product_description {
 margin-top:30px;
}

#navbar {
 font-size:18px;
 font-weight:bold;
}

/* --- MENU --- */
#menu {
 float:left;
 /* position:absolute; */
 /* background:#CCC url("");
 background-repeat:repeat-y;  */
 left:0px;
 width:200px;
 /* height:100%; */
 /* padding-bottom:40px; */
}
#recherche {
 margin:20px;
 text-align:center;
}
#menu a:link {
 text-decoration:none;
 color:#FFF;
}
#menu a:visited {
 text-decoration:none;
 color:#FFF;
}
#menu a:hover {
 text-decoration:underline;
 color:#FFF;
}
/*
#menu a.selected {
 color:#FFFFCC;
}
*/
#pucemenu {
 position:absolute;
 margin-left:196px; !important;
 margin-top:1px; !important;
 width:5px;
 height:10px;
 background:url("/images/pucemenu.gif") no-repeat;
 /* desactive la puce pour IE6/7 */
 ?display:none;
 ?margin:0;
}
#pucemenu.sublist {
 margin-left:181px; !important;
 /* desactive la puce pour IE6/7 */
 ?display:none;
 ?margin:0;
}
/* #menu ul.sublist {margin-left: 0px; padding-left: 10px;} */

/* Hack IE 6 et 7 top:right:bottom:left */

#menu ul {
 padding:0;
 margin:0;
}
#menu li { 
 font-weight:bold;
 list-style-type:none; 
 background:#C1B18F; 
 border:solid 1px #C58B11;
 /* FF */
 padding:5px; !important;
 /* IE 6 et 7 top:right:bottom:left */
 /* ?padding:7px 1px 5px 10px; */
 /* ?padding:7px 1px 8px 10px; */
}
#menu li.sublist { 
 list-style-type:none; 
 background:#80755E; 
 border:solid 1px #C58B11;
 padding:5px; !important;
 padding-left:20px; !important;
 ?margin:6px -6px -6px -6px;
 /*
 ?padding:6px 1px 10px 20px; 
 ?margin:6px -1px -10px -10px;
 */
}
#menu li.selected {
 background:#C58B11;
}
#menu li.sublistselected {
 list-style-type:none; 
 background:#C58B11; 
 border:solid 1px #C58B11;
 padding:5px; !important;
 padding-left:20px; !important;
 ?margin:6px -6px -6px -6px;
 /*
 ?padding:6px 1px 10px 20px;
 ?margin:6px -1px -10px -10px;
 */
}

/*
.c {
 padding: 7px;
 border: solid 1px #DDD;
 float: left;
 margin: 10px 0 15px 0;
}
*/

#search_footer {
 font: 14px verdana, arial, sans-serif;
 color:#DDD;
}



HR { height: 1px; solid color: #CC0000; }


/* --- TEXTES --- */
h1 {
 font: bold 18px verdana, arial, sans-serif;
 color: #618040; 
 border-bottom: 1px dashed #618040; margin-bottom:0.8em;
}
h2 {
 /* margin-bottom: 0.1em; */
 font: bold 14px verdana, arial, sans-serif;
}

p, td, li {
 font: 12px verdana, arial, sans-serif;
 color:#000;
}
li.checked {
 color:#FF0;
 text-decoration: line-through ;
}

img {
 border:none;
}

.petit {
 font: 11px verdana, arial, sans-serif;
 color:#DDD;
}
A:link {
 color:#390;
 text-decoration:none;
}
A:visited {
 color:#390;
 text-decoration:none;
} 
A:hover {
 color:#390;
 text-decoration:underline;
}

.asterix { color:red; }

.erreur { 
 font: 12px verdana, arial, sans-serif;
 background-color:#FCC;
 padding:3px;
 color:#F00;
 margin-bottom:10px;
 border:solid 1px #F00;
}

.succes { 
 font: 12px verdana, arial, sans-serif;
 background-color:#CFC;
 padding:3px;
 color:#390;
 margin-bottom:10px;
 border:solid 1px #390;
}

.info { 
 font: 11px verdana, arial, sans-serif;
 background-color:#EEE;
 padding:10px;
 color:#999;
 margin-bottom:10px;
 border:solid 1px #CCC;
}

table#classic {
	background-color:#CCC;
	margin-top:10px;
	width:100%;
}

table#classic th {
	background-color:#666; 
	color:#FFFFFF;
	padding:5px;
	font-family:arial,helvetica,sans-serif; 
	font-size: 10pt; 
}
table#classic td {
	background-color:#EEE; 
	padding:2px;
	color:#000;
}

table#demande_resa_email {
 background-color:#EEE;
}

/* LEGENDE DE LA GRILLE DES TARIFS */
#legend_tarif { margin-top:10px; }
#legend_title { float:left;margin-right:10px;height:14px;font-weight:bold; }
#legend_color { float:left;margin-right:5px;width:20px;height:14px; }
.t0 { background-color:#FFFF00;}
.t1 { background-color:#CCCC00;}
.t2 { background-color:#FFCC00;}
.t3 { background-color:#CC9900;}
.t4 { background-color:#FF6600;}
.t5 { background-color:#CC3300;}
.t6 { background-color:#990000;}
.t7 { background-color:#CD853F;}
.t8 { background-color:#ADFF2F;}
.t9 { background-color:#9ACD32;}
.t10 { background-color:#32CD32;}
.t11 { background-color:#8FBC8F;}
.t12 { background-color:#6B8E23;}
.t13 { background-color:#FFC0CB;}
.t14 { background-color:#BC8F8F;}
.t15 { background-color:#FF6347;}
.t16 { background-color:#FF0000;}
.t17 { background-color:#DC143C;}
.t18 { background-color:#B22222;}
.t19 { background-color:#8B0000;}
.t20 { background-color:#DA70D6;}
.t21 { background-color:#FF00FF;}
.t22 { background-color:#FF69B4;}
.t23 { background-color:#BA55D3;}
.t24 { background-color:#9400D3;}
.t25 { background-color:#0000FF;}
.t26 { background-color:#6A5ACD;}
.t27 { background-color:#0000CD;}
#legend_price { float:left;margin-right:20px; } 


/*********** CALENDRIER ************/
.we { background-color:#8AB2B2; }
.sem { background-color:#9CC; }
.today { background-color:#FF0; }
.U { background-color:#CCC; }
.O { background-color:#0F0; }
.C { background-color:#F00; }
.D { background-color:#FC0; }
.day_in_calendar { float:right; font-size:9px; color:#666; }
.dispo_in_calendar { float:left; font-size:11px; font-weight:bold; }

table#calendrier {
	background-color:#BDCCAD;
	border-collapse:collapse;
}
table#calendrier tr td {
	height: 24px;
	border: 1px solid #333;
}
table#calendrier td.calendrier_month {
	background-color:#738442; 
	color:#FFF;
}
table#calendrier td.calendrier_days {
        background-color: #BDCCAD;
        color: #333;
}

table#galerie td {
 cellpadding:5px;
 background-color:#C1B18F;
 color:#FFF;
 border:1px solid #FFF;
}
.photo_description {
 font-size:8pt;
 font-weight:bold;
}
