* { margin:0; padding:0; list-style-type:none; border:0px none; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size:10px; }

/* hack hauteur IE */

* html #main-padding {
	height: 500px;
}

* html #side {
	height: 500px;
}

* html .bloc {
	height: 300px;
}

* html #diaporama {
	height: 280px;
}

/* liens */ 

a, a:visited, a:active { text-decoration:none; color:#164561; font-weight:bold; }
a:hover { text-decoration:underline; color:#ff7f00;   }

/* ------------STRUCTURES------------------ */

html {  }

body { background:#164561 url('images/bg.jpg') left top repeat-x;   }

#box { width:950px; margin:0 auto; color:#164561;  }

#cadre_main { background:#fff;  }

#header { height:195px;  }
	
#side { float:left; width:202px; margin:0 0 0 0; min-height:500px; background:url('images/bg-menu.jpg') left top no-repeat; }

#breadcrumb { }

/* ------------MENU------------------ */
		
	#menu { margin:0 0 0 0; }	
	#menu ul { }
	#menu li { list-style-type: none; text-indent:25px;  display:block; width:200px; line-height:25px; color:#fff; font-weight:bold;text-transform:uppercase;border-bottom:1px solid #83898F; }
	#menu li a, #menu li a:visited { color:#fff; text-decoration:none; display:block; text-indent:25x;  font-size:0.9em;  }
	#menu li li a, #menu li li a:visited { font-weight:normal; text-indent:45px; text-transform:none; line-height:20px;  }
	html>body #menu li a { width: auto;  }
	#menu li a:hover { text-decoration:none; color:#FEAA03; background:#232A2F url('images/picto.png') left center no-repeat;   }	

/* ------------IMAGES------------------ */

	.pic { width:200px; height:130px; border:1px solid #83898F; }
	.pic img { width:200px; height:130px;  }
	
	.pic2 { width:80px; height:50px; border:1px solid #83898F; }
	.pic2 img { width:80px; height:50px;  }
	
	.pic3 { width:300px; height:200px; border:1px solid #83898F; float:left; }
	.pic3 img { width:300px; height:200px;  }
	
	.pic:hover, .pic2:hover { border:1px solid #FEAA03; }
	
	.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:500px; width:748px; }
#main { padding:10px 20px; }
		
	#main ul { margin:10px 0;  }
	#main li {  background:url('images/li.png') left center no-repeat; padding:0 0 0 25px; margin:0 0 2px 0;}
	
	h3, h4 { color:#00628F; letter-spacing:-0.5px; }
	
	h3 { font-size:1.8em; padding:15px 0 0 40px; font-weight:bold; height:36px; }
	h4 { font-size:1.6em; font-weight:bold; text-transform:uppercase; margin:10px 0; }
	h5 { font-size:0.9em; margin:0 0 0 10px; background:url('images/li.png') left 0 no-repeat; padding:0 0 0 20px; }
	
	
/* ------------BLOC------------------ */

	.bloc-home { float:left; width:345px; margin:10px 5px 10px 0; height:140px; color:#fff; }
		.bloc-home .top { width:345px; height:40px; }
		.bloc-home .top img { width:345px; height:30px; }
		.bloc-home .pic {  float:right; margin:0 10px; width:150px; height:90px; }
		.bloc-home .pic img { width:150px; height:90px; } 
		#main .bloc-home p { margin:0 0 5px 20px; }
		
	.bloc-produit { margin:10px auto; }
		.bloc-produit .left { float:left; width:470px; margin:0 0 0 0; }
		.bloc-produit .right { float:left; width:230px; }
		.bloc-produit .right img { float:right;  }
		
		.bloc-produit .thumb { margin:0 0 5px 0;  }
	#main .bloc-produit .left p { margin: 0 0 5px 0; }


	.bloc-image { margin:0 auto; width:240px; }
		.bloc-image img { margin:0 auto; }
	
	.bloc-detail { }
		.bloc-detail .prix { float:right;  }
		
		.bloc-detail th, .bloc-detail td { text-align:left; padding:3px 5px; }
		.bloc-detail th { border-bottom:1px solid #164561; width:150px; }
		.bloc-detail td { border-top: 1px solid #164561; }
		/*Pour alignement options*/
		#main .bloc-detail td ul {margin:0;}
		.bloc-detail td ul li{float:left; width:150px;}
		
		/* TONTON CYRIL */
.bobox { width:705px;   }
	.bobox h3 { font-weight:bold; font-size:1.2em; margin:10px 0 0 10px; padding:0 0 0 20px; background:url('images/arrow.png') left center no-repeat; }
	.bobox li { float:left; margin:0 10px 0 0; }

/* ------------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: 160px; margin-right: 10px; }
	.formulaire input, .formulaire textarea, .formulaire select { border:1px solid #d7d7d7; padding:3px; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:1em;  }
	.formulaire input, .formulaire textarea { width:200px; background:url('images/form-bg.gif') repeat left bottom; }
	.formulaire input:hover, .formulaire textarea:hover { border:1px solid #164561; }
	.formulaire .input-radio { background:transparent; border:0px solid #fff; width:auto; }
	.formulaire .input-radio:hover { border:none;   }
	.formulaire br { clear: left; }
	
	.pic-form { width:auto; height:auto; border:none; background:none; }
	
	form img a { border:none; }
	
	/* ------------DL DT DD------------------ */
		
dl { margin: 5px 0; display:block; float:left; width:400px; }
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:300px; line-height:1.6em;  }

dd:hover { color:#FEAA03; cursor:default; }

/* ------------RECHERCHER------------------ */

#recherche { width:190px; margin:10px auto; background:url('images/picto-chercher.jpg') right bottom no-repeat; }

	#recherche form { margin:0 0 5px 0; width:170px;  }
	#recherche radio, #recherche label, #recherche input, #recherche textarea, #recherche select { display: block; float: left;   }
	#recherche input { border:1px solid #164561; background:url('images/form-bg.gif') repeat left bottom;  }
	#recherche select { font-size:0.9em; border:1px solid #4D2033; width:170px; margin:0 5px; }
	#recherche .input-rech { padding:2px; font-size:0.9em; border:1px solid #4D2033; width:120px; margin:0 5px; }
	#recherche option {  padding:2px 1px; }
	#recherche label { width:150px; margin:5px 0; font-weight:bold; }
	#recherche img { height:auto; size:auto; }
	#recherche br { clear:both; }
	#recherche .input-radio { background:transparent; border:0px solid #fff; width:10px; height:10px;  margin:5px 5px 5px 0; }
	#recherche .input-radio:hover { border:none;   }
	
/* ------------DIAPORAMA------------------ */

#diaporama { margin:10px auto; width:640px; min-height:280px; }
	#diaporama img { border:1px solid #83898F; }
	#diaporama .thumb { width:280px; float:right;  }
	#diaporama .thumb img { margin: 0 5px 5px 0;  }
	#diaporama .big { float:left;  }
	
/* ------------DETAIL------------------ */

table { width:100%; border-collapse:collapse; margin:5px 0; background:url('images/bg-tab.gif') bottom left repeat-x; border-right: 1px solid #164561; border-left: 1px solid #164561; }

	th, td { text-align:center; border-bottom: 1px solid #164561; }
	th { background: url('images/bg-tab.jpg') left top repeat-x; font-weight:bold;  border-bottom: 2px solid #164561; border-top: 1px solid #164561; padding:5px 2px;  }
	td {  border-bottom: 1px solid #164561; padding:3px 2px;  }
			
.services { width:400px; margin:0 0 0 150px; background:none; border:none;  }
	.services th, .services td { border:none; background:none; text-align:left; padding:0;  }
	.services tr:hover { background:none; border:none; }
	
	.box-services { width:281px; height:91px; background:none; border:none;   }
		.box-services td { padding:0 5px;  }
	
/* ------------DIVERS--------------------- */
	
	strong { font-weight:bold; }
	
	.detail { background: url('images/picto.png') no-repeat left center; padding:0 0 0 15px; }
	
	.lien { 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; }
	
	.prix { font-weight:bold; color:#ff7f00; font-size:1.2em; }
	
	.hidden { visibility:hidden; overflow: auto; display:none;}

	.logo img { float:right; margin:0 0 3px 3px;}
		.retour { float:right; margin:5px; }

	.thumbpic_liens { float:right; margin:0 0 5px 0; border:1px solid #DCDCDC; }					
					
	#main p { line-height:1.4em; margin:7px 0; text-align:justify; }		
			
	#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; height:30px; }
	#nav a:link, #nav a:visited { padding:3px 7px; background:#fff; color:#9A196B; border:1px solid #9A196B; }
	#nav a:hover { background:#9A196B; color:#fff; border:1px solid #fff;  text-decoration:none; }
	
	
div.hr { height: 10px; background: url('images/separation.png') no-repeat center; clear:both }
div.hr hr {   display: none; }	

	
/* ------------FOOTER------------------ */

#footer {  }
		
#copyright { text-align:right; font-size:0.9em; margin:5px auto; color:#fff; width:950px; margin:0 auto;    }
		#copyright a { color:#fff; font-size:1em; }
		
#categories-r{ text-align:center; margin:5px auto; width:950px; margin:0 auto; }
		#categories-r a { color:#fff; font-size:1em; color:#FFFFFF;}
/* ------------REF------------------ */

#r fieldset { border:1px solid; padding:10px; width:650px; margin-left:10px;}
#r fieldset a{width:45%; float:left; padding:2px; font-size:0.8em;}
#r legend { padding:0 5px; font-weight:bolder; color:#164561; font-size:1.2em; }	
		

/* hack clear float */ 	
	
.clr { clear: both; }



