body {
	width: 990px;
	margin: auto;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url("images/fond.png");
	background-repeat:repeat-y;
}

img
{
	border:none;
}
.bold_red
{
	font-weight:bold;
	color:#660000;
}
.bold_black
{
	font-weight:bold;
	color:#000000;
}
.small_caps
{
	font-size:11px;
}
.prix_barre
{
	font-size:13px;
	text-decoration:line-through;
}
.prix_promo
{
	font-size:13px;
	font-weight:bold;
	color:#660000;
}

/* HEADER */
#header {
	width: 990px;
	height: 148px;
	background-image: url("images/banner.jpg");
	background-repeat: no-repeat;
	position:relative;
}
#menubar
{
	width: 990px;
	height: 31px;
	background-image: url("images/menubar.png");
	background-repeat:repeat-x;
	margin-top:4px;
	position:absolute;
	border-bottom:solid 2px #666;
	border-top:solid 2px #666;
}
#menubar table
{
	width: 991px;
	position:absolute;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	border-collapse: collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
}
#menubar td
{
	padding-top:3px;
}
#menubar a
{
	text-decoration:none;
	font-size:16px;
	color:#FFF;
}
#menubar a:hover
{
	color:#000;
}
#logo
{
	width:300px;
	height:112px;
	display:block;
}

/* MENU */
#leftcol {
	width:204px;
	float:left;
}
#catalog_title {
	background-image: url("images/catalog.png");
	height:55px;
}
.menu_contents {
	padding-left:10px;
	padding-right:12px;
	background-image: url("images/leftcol_bg.png");
	padding-bottom:10px;
	padding-top:10px;
}
.menu_category
{
	font-weight:bold;
}
.menuitems {
	list-style-type:none;
	list-style-position:outside;
	padding: 0px;
	margin: 0px;
	font-size:15px;
}
.menuitems li {
	margin-top:2px;
	margin-bottom: 2px;
	height:18px;
}
.menu_contents a, a:active, a:visited 
{
	color:#000;
	text-decoration:none;
	font-size:15px;
}
.menu_contents a:hover {
	font-weight:bold;
}
.menu_separator
{
	background-image:url("images/menu_separator.png");
	height:10px;
}
.bold_link a
{
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#000;
	display:block;
}
.bold_link a:hover
{
	text-decoration:underline;
}
#menu_stages_title
{
	display:block;
	font-weight:bold;
	font-size:15px;
	color:#F00;
}
#menu_stages_dates
{
	display:block;
	font-size:14px;
	color:#000;
}
#menu_horaires_title
{
	display:block;
	font-weight:bold;
	font-size:13px;
}
#menu_horaires_heures
{
	display:block;
	font-size:13px;
	color:#000;
}

/* RIGHT COLUMN */
#rightcol {
	width:204px;
	height:auto;
	float:right;
	background-color:#efefef;
}
.rightcol_contents
{
	padding-left:15px;
}
#rightcol_promos
{
	margin-top:20px;
}
#rightcol_nouveautes
{
	width:175px;
	margin-top:20px;
	border:solid 1px #000;
}
#rightcol_nouveautes p
{
	margin:0px;
	width:175px;
	background-color:#000;
	color:#ffcc00;
	font-weight:bold;
	text-align:center;
	padding-top:1px;
	font-size:18px;
}
#rightcol_nouveautes a
{
	text-decoration:none;
}
#rightcol_garanties
{
	width:174px;
	margin-top:40px;
}
#rightcol_garanties table 
{
   width:100%; 
   border-collapse: collapse;
   border: 1px solid black;
   text-align: center;
}
#rightcol_garanties th 
{
   background-color: #acabab;
   color: #000;
   font-weight:bold;
}
#rightcol_garanties td 
{
   border: 1px solid black;
   background-color:#FFF;
   padding: 5px; 
   font-size:14px;
}
#rightcol_garanties a 
{
   text-decoration:none;
	color:#000;
}
#rightcol_garanties a:hover
{
	font-weight:bold;
	color:#660000;
}
#rightcol_infos
{
	margin-top:40px;
	width:174px;
	font-size:11px;
	text-align:center;
}
#search
{
	width:174px;
	margin-top:20px;
	font-size:13px;
	font-weight:bold;
	font-variant:small-caps;
}
#search table
{
	width:100%; 
   	border-collapse: collapse;
   	text-align: left;
}
#search input
{
	width:98%;
	border: 1px solid #000;
}

	
/* MAIN COLUMN */
#content {
	width:572px;
	background-color:#FFF;
	margin-left:204px;
	padding-left:10px;
}

.product_sheet
{
	margin-top:20px;
	width:562px;
	margin-bottom:20px;
}
.product_sheet h1
{
	font-size:18px;
	font-variant:small-caps;
	margin:0px;
	padding-top:4px;
	margin-left:7px;
}
.product_sheet a
{
	color:#000;
}
.sheet_tab
{
	width:550px;
	height:26px;
	overflow:hidden;
}
.sheet_tab table
{
   	border-collapse: collapse;
}
.sheet_tab_left
{
	width:84%;
	background-image:url("images/sheet_tab_left.png");
	background-repeat:no-repeat;
	overflow:hidden;
}
.sheet_tab_right
{
	width:16%;
	background-image:url("images/sheet_tab_right.png");
	background-repeat:no-repeat;
}
.sheet_contents
{
	background-image:url("images/sheet_bg.png");
	background-repeat:repeat-y;
}
.sheet_contents table
{
	border-spacing: 4px;
	margin-left:2px;
}
.sheet_contents td
{
	border:solid 1px #000;
}
.sheet_visual
{
	width:206px;
	text-align:center;
	background-color:#FFF;
	border:solid 1px #000;
	margin-top:6px;
	margin-bottom:4px;
	vertical-align:middle;
}
.sheet_description
{
	vertical-align:top;
	width:320px;
	background-color:#f8f8f8;
	border:solid 1px #000;
	padding:5px;
	font-size:14px;
	margin-top:6px;
	margin-bottom:4px;
}
.sheet_description_title
{
	font-weight:bold;
	font-size:15px;
	text-decoration:underline;
}
.sheet_bottom
{
	height:9px;
	background-image:url("images/sheet_bottom.png");
	background-repeat:no-repeat;
}

#products_list
{
	width:558px;
	margin-top:40px;
}
#products_list table
{
   	width:100%; 
   	border: 1px black; 
   	border-collapse: collapse;
   	border: 1px solid black;
   	text-align: center;
}
#products_list th 
{
	border: 1px solid black;
   	background-color: #bfbfbf;
   	color: #000;
   	font-weight: bold;
	font-size:14px;
}
#products_list td 
{
   	border: 1px solid black;
   	border-top:2px solid black;
	background-color:#FFF;
   	padding: 5px; 
   	font-size:14px;
}
#products_list .single_line  
{
	border-top:1px solid black;
}
#products_list a 
{
	font-size:14px;
   	text-decoration:underline;
	color:#000;
}
#products_list a:hover
{
	font-weight:bold;
	color:#660000;
}
#categories 
{
	width:558px;
	font-size:12px;
}
#categories a
{
	color:#000;
	text-decoration:none;
	font-size:12px;
}
#categories a:hover
{
	font-weight:bold;
	text-decoration:underline;
}
#categories table
{
	width:558px;
	margin:0px;
	padding:0px;
}
#categories td
{
	width:183px;
	padding-bottom:10px;
}
#categories h1
{
	margin:0px;
	margin-top:20px;
	padding-left:2px;
	font-variant:small-caps;
}
#categories h2
{
	margin:0px;
	margin-top:20px;
	padding:0px;
}
.cat_first_col
{
	padding-right:10px;
}
.cat_second_col
{
	background-color:#EEE;
	padding-left:10px;
	padding-right:10px;
}
.cat_third_col
{
	padding-left:10px;
}
.ss_cat
{
	font-weight:bold;
	font-style:italic;
}
.separator
{
	width:558px;
	height:1px;
	background-color:#000;
	margin-bottom:5px;
}
.theme_first_col
{
	padding-right:10px;
	padding-left:20px;
	border-right:solid 1px #DDD;
}
.theme_second_col
{
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
#nouveautes
{
	width:558px;
}
#nouveautes h1
{
	margin:0px;
	margin-top:20px;
	padding-left:2px;
	font-variant:small-caps;
	font-size:24px;
}
#nouveautes img
{
	border:solid 1px #888;
}
#nouveautes table
{
	width:100%;
	padding:0px;
	margin-top:10px;
}
#nouveautes td
{
	text-align:center;
	padding:3px;
	vertical-align:top;
}
#nouveautes a
{
	color:#000;
	font-size:13px;
}
#divers
{
	width:558px;
}
#divers h1
{
	margin:0px;
	margin-top:20px;
	padding-left:2px;
	font-variant:small-caps;
	font-size:24px;
}
#divers a
{
	color:#000;
	font-size:15px;
}

#accueil
{
	width:558px;
	font-size:18px;
}
#accueil a
{
	color:#000;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
}
#accueil table
{
	width:558px;
}
#accueil img
{
	border:solid 1px #000;
	margin-bottom:5px;
}
#accueil p
{
	margin-top:30px;
}
.orange
{
	color:#FFCC00;
}
#formation
{
	text-align:center;
}
#formation a
{
	text-decoration:underline;
}
#formation a:visited
{
	text-decoration:underline;
}
.formation_infos
{
	font-size:14px;
	text-align: left;
}
#stages
{
	width:558px;
}
#stages h1
{
	margin:0px;
	margin-top:20px;
	padding-left:2px;
	font-variant:small-caps;
	font-size:20px;
	background-color:#EEE;
	border-top:solid 1px #000;
}
#stages a
{
	text-decoration:underline;
}
.search_result
{
	text-align:justify;
	font-size:13px;
}
.search_result ul
{
	margin:0px;
	padding:0px;
}
.search_result li
{
	list-style-position: inside;
	list-style-type: none;
}
.promo_icon
{
	float:left;
	margin-right:3px;
	margin-top:2px;
}
.search_result a
{
	color:#000;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}
.search_result a:visited
{
	color:#000;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

/********/
/*FOOTER*/
/********/
#footer
{
	float:left;
	width:990px;
	height:234px;
	background-color:#acabab;
	margin-top:50px;
}

#footer_links
{
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}

#footer p
{
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}
#footer a
{
	color:#FFF;
	font-size:13px;
	text-decoration:none;
}
#footer a:hover
{
	text-decoration:underline;
}
