* { margin:0; padding:0; list-style-type:none; border:0px none; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; font-size:11px; }

/* hack hauteur IE */

* html #main-padding {
	height: 450px;
}

* html #side {
	height: 450px;
}

* html .bloc {
	height: 300px;
}

* html #diaporama {
	height: 310px;
}

* html .bloc-home {
	height: 257px;
}

* html .bobox {
	height: 70px;
}



/* liens */ 

a, a:visited, a:active { text-decoration:none; color:#0773B0; font-weight:bold; }
a:hover { text-decoration:underline;  }

/* ------------STRUCTURES------------------ */

html {  }

html {  background:#fff url('images/bg-body.jpg') left top repeat-x;  }

body { color:#3C3D41; background:url('images/bg-page.jpg') top center no-repeat;}



#box { width:952px; margin:0 auto; }

#cadre_main { margin:0 auto; background:#fff; border-left:1px solid #d5d5d5; border-right:1px solid #d5d5d5;   }

#header {  }
	
#side { float:left; width:180px; min-height:450px; }

/* ------------MENU------------------ */
		
	
	#menu ul { }
	#menu li { list-style-type: none;  display:block; width:200px; line-height:25px; color:#fff; }
	#menu li a, #menu li a:visited { color:#fff; text-decoration:none; display:block; text-align:left; background:url('images/bg-menu.jpg') top left no-repeat; text-indent:5px;}
	#menu li li { line-height:15px; text-indent:15px; }
	#menu li li a, #menu li li a:visited { font-weight:normal; line-height:15px; background:none; text-transform:none;  }
	html>body #menu li a { width: auto;  }
	#menu li a:hover { text-decoration:none; color:#FDEB28;   }	
	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu { margin:5px 0 0 5px; }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul { position:relative; z-index:500; padding:0; margin:0; list-style-type:none; width:150px; }
/* style the list items */
.menu li { background:#fff url(images/shade.gif); height:26px; /* for IE7 */ float:left; text-transform:uppercase; }
.menu li.sub {background:#fff url(images/sub.gif) no-repeat right center;} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited { display:block; text-decoration:none; height:25px; line-height:25px; width:149px; color:#3C3D41; text-indent:5px; }
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#0773B0; position:relative;}

.menu li:hover {position:relative;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#fff; background:#0773B0;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul { visibility:hidden; position:absolute; top:-30px; /* set up the overlap (minus the overrun) */ left:100px; /* set up the overrun area */
padding:30px; /* this is for IE to make it interpret the overrrun padding */ background:transparent url(transparent.gif); }

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}

/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}


/* ------------IMAGES------------------ */

	.pic { width:200px; height:130px; border:1px solid #296ABA; }
	.pic img { width:200px; height:130px;  }
	
	.pic2 { width:100px; height:60px; border:1px solid #296ABA; margin:0 15px 0 0; float:left; }
	.pic2 img { width:100px; height:60px;  }
	
	.pic3 { width:300px; height:200px; border:1px solid #296ABA; float:left; }
	.pic3 img { width:300px; height:200px;  }
	
	.pic:hover, .pic2:hover { border:1px solid #0773B0; }
	
	.pic a, .pic2 a, .thumb a { border:none; }
	.pic a:hover, .pic2 a:hover, .thumb a:hover  { border:none; background:none; }

/* ------------MAIN-------------------- */ 

#main-padding { float:left; margin:0 0 0 0; min-height:450px; width:770px; }
#main { padding:10px 10px 10px 10px; }
		
	#main ul { margin:8px 0;  }
	#main li {  padding:0 0 5px 0px; list-style-type:square; margin:0 0 0 25px;}
	
/* ------------BLOC------------------ */

	.bloc-home { float:left; width:240px; margin:10px 10px 10px 0; min-height:218px; }
		.bloc-home .pic  { margin:10px auto; float:none; height:110px; }
		.bloc-home .pic img { margin:10px auto; float:none; height:110px; }
		.bloc-home .top { width:345px; height:49px;  }
		#main .bloc-home .detail { margin-left:10px; }
		.bloc-home .prix { float:right; margin:0; padding:0 10px 0 0; }
		.bloc-home a, .bloc-home a:visited { color:#0773B0; }
		.bloc-home h3 { font-size:1.1em; font-weight:bold; margin:30px 10px 0 10px; }
		#main .bloc-home p { margin:5px 10px; }
				
	.bloc-produit { margin:0 auto; padding:0 0 10px 0;   }
		.bloc-produit .left, .bloc-produit .right {  }
		.bloc-produit .left { float:left; width:220px; }
		.bloc-produit .right { float:left; width:510px; }
		.bloc-produit .thumb {  }
#main .bloc-produit .right p { margin: 0 0 5px 0; }
	
	.bloc-detail { }
	
		.bloc-detail .logo { width:127px; float:right; margin:0 0 0 10px; }
	
	.prix { float:right; font-size:1.4em; font-weight:bold; color:#0773B0; background:url(images/picto-prix.jpg) left center no-repeat; padding:0 0 0 35px;  }

/* ------------DL DT DD------------------ */
		
dl { margin: 5px 0; display:block; float:left; width:420px; }
dt, dd { padding:5px 0;  }
dt { width: 100px; float: left; font-weight: bold; }
/* hack de commentaire avec un antislash pour ie5 mac \*/
dt { clear:both; }
/* end hack */
dd { float: left; width:320px; line-height:1.4em;  }
			
/* ------------TONTON CYRIL------------------ */

.bobox {width:722px; min-height:70px; background:url(images/bg.gif) repeat-x top left; color:#133774;  position:relative; padding: 5px 0; }
	.bobox h3 { font-weight:bold; font-size:1.2em; padding:8px 0 0 40px; background:url('images/picto.png') left center no-repeat; color:#fff; height:23px; margin:0 0 0 10px; }
	.bobox li { float:left; margin:0 10px 0 0; }
	.bobox form { }
	.bobox select, .bobox input  { border:1px solid #c0c4d5; padding:3px; display: block; float: left; width:150px; margin:0 0 0 10px;   }
	.bobox input { background:url('images/bg_table.gif') repeat-x left bottom; text-align:center;  }
	.bobox option { padding:0 2px; }
	.bobox .bouton { width:120px; cursor:pointer; border:1px outset #ccc; color:#000; font-weight:bold;
background:url('images/bg_table.gif') repeat-x left bottom; padding:2px; }
	.bobox label { padding:3px 20px 0 15px; display: block; float: left; color:#fff; }
	.bobox ul { position:absolute; top:40px; left:20px; display:inline; color:#fff;  }
	.bobox li { float:left; }
	.bobox li a { color:#fff; }

/* ------------FORMULAIRE------------------ */

.formulaire { margin:5px 0; }
	.formulaire radio, .formulaire label, .formulaire input, .formulaire textarea, .formulaire select { display: block; float: left; margin-bottom:10px; vertical-align:middle;  }
	.formulaire label { text-align: left; width:130px; margin-right: 10px; }
	.formulaire input, .formulaire textarea, .formulaire select { border:1px solid #6C695C; padding:3px; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:1em;  }
	.formulaire input, .formulaire textarea { width:200px; background:url('images/bg-form.gif') repeat-x left top; }
	.bouton { width:120px; cursor:pointer; border:1px outset #ccc; color:#000; font-weight:bold;
background:url('images/bg-form.gif') repeat-x left top; padding:2px }
	.formulaire input:hover, .formulaire textarea:hover { border:1px solid #B2BCC2; }
	.formulaire .input-radio { background:transparent; border:0px solid #fff; width:auto; }
	.formulaire .input-radio:hover { border:none;   }
	.formulaire br { clear: left; }
	
	.pic-form img { width:auto; height:auto; }
	
/* ------------DIAPORAMA------------------ */

#diaporama { margin:5px auto; width:600px; min-height:310px; padding-bottom:10px; }
	#diaporama .thumb { width:170px; float:left;  }
	#diaporama .thumb img { margin: 0 5px 5px 0; border:1px solid #296ABA;  }
	#diaporama .big { float:left; border:1px solid #296ABA; margin:0 0 10px 0;   }
	
/* ------------DETAIL------------------ */

table { width:100%; border-collapse:collapse; margin:10px 0; background:#fff url('images/bg_table.gif') bottom left repeat-x; color:#000;  }

	th, td { text-align:left; border-bottom: 1px solid #e7e7e7; padding:3px 5px;  }
	th { color:#000; width:160px; border-right:1px solid #e7e7e7; font-size:0.9em; background:url('images/form_bg.jpg') left bottom no-repeat; }
	td { }
	.trwhite { background:#fff; }
	tr:hover { cursor:default; background:#e7e7e7; color:#000;  }
		
/* ------------DIVERS--------------------- */

#recherche { float:right; width:325px;  }
	#recherche form { margin:5px 0;  }
	#recherche input, #recherche .bouton { width:150px; background:url(images/shade.gif); float:left; margin-right:10px;}
	
	strong { font-weight:bold; }
	
	.detail { background: url('images/picto.jpg') no-repeat left center; padding:0 0 0 22px; }
	
	.url { background: url('images/liens.gif') no-repeat left center; padding:0 0 0 22px; }
	
	.pdf { background: url('images/pdf.gif') no-repeat left center; padding:0 0 0 22px; }

	.video { background: url('images/video.gif') no-repeat left center; padding:0 0 0 22px; }
		
	.hidden { visibility:hidden; overflow: auto; display:none;}

	.logo img { float:right; margin:0 5px 5px 0;}
		.retour { float:right; margin:5px; }

	.thumbpic_liens { float:right; margin:0 0 5px 10px; border:1px solid #fff; }					
					
	#main p { line-height:1.5em; margin:10px 0; text-align:left;}		
			
	#combo { margin:5px 0 10px 0; }
	#combo select { border:1px solid #c0c4d5; padding:1px; }
	#combo label { padding-left:20px; background:url('images/search-folder-blue.gif') no-repeat left center; }
	
	#aide { margin:5px 0 10px 100px; }
		#aide a { border:none; }
		
	.alerte { background: #fff6bf url(images/alerte.gif) center no-repeat; background-position: 15px 50%; /* x-pos y-pos */ text-align: left;
	padding: 5px 20px 5px 45px; border-top: 2px solid #ffd324; border-bottom: 2px solid #ffd324; }
	
	.nav { float:right; }
	.nav a:link, .nav a:visited { padding:3px 7px; background:#fff; color:#0875FB; border:1px solid #0875FB; }
	.nav a:hover { background:#0875FB; color:#fff; border:1px solid #fff;  text-decoration:none; }
	
	
div.hr { height: 10px; clear:both; background:url('images/separation.jpg') bottom left no-repeat; margin:0 0 0 9px; }
div.hr hr {   display: none; }	

	
/* ------------FOOTER------------------ */

#footer { width:960px; margin:0 auto;  }
		
#copyright { text-align:center; font-size:0.9em; margin:5px auto; color:#fff; width:950px; margin:0 auto;  }
		#copyright a { color:#fff; }
		#categories-r {text-align:center; margin:5px auto; color:#fff; width:900px; margin:0 auto;  }
		#categories-r a { font-size:0.8em; }
/* ------------REF------------------ */

#r fieldset { border:1px solid; padding:10px; width:710px; margin-left:10px;}
#r fieldset a{width:45%; float:left; padding:2px; font-size:0.8em;}
#r legend { padding:0 5px; font-weight:bold;font-size:0.9em; }

/* hack clear float */ 	
	
.clr { clear: both; }



