html {
	overflow-y: scroll;
	font-size: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
}
body, p, td, th, ul, li, input, select, textarea {
}
body {
	background-color: #f0f0f0;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
}
p, ul, li {
	line-height: 1.5em;
}
strong {
}
/*a:link, a:visited{
	color: #0C659A;
	text-decoration: none;
}*/
a {
	color: #0C659A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0f7bbe;
	margin-top: 0;
	font-weight: normal;
}
h1 {
	font-size:20px;
	font-weight: normal;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:12px;
}
hr {
	border-color: #77accc;
	border-style: solid;
	height:1px;
}
.floatright {
	float: right;
	margin-left: 8px;
}
.floatleft {
	float: left;
	margin-right: 8px;
}
.rouge {
	color: #cc0000;
	font-weight: bold;
}
.petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.tabbord {
	background-color: #B9BCD5;
}
.tabfonce {
	color: #FFFFFF;
	background-color: #454545;
}
.tabmoyen {
	background-color: #c9d9eb;
}
.tabclair {
	background-color: #f0f0f0;
}
.tabblanc {
	background-color: #FFFFFF;
}
.bordure_bas {
	border-bottom: 1px solid #c0c0c0;
}
.bordure_haut {
	border-top: 1px solid #c0c0c0;
}
#menu_haut {
	background-image:url(../img/menu_bg.jpg);
	background-repeat:repeat-x;
	background-color: #39527a;
	padding-left: 1.5em;
}
#menu_ombre {
	background-image:url(../img/menu-ombre.jpg);
	background-repeat:repeat-x;
}
.bas_page {
	text-align:center;
	height:40px;
	vertical-align:top;
	font-size:0.9em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #f0f0f0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaaaaa;
	line-height:2em;
}
.bas_page a {
	margin-left:8px;
	margin-right:8px;
}
.bloc, .bloc-rev {
/*margin-top:1px;
	margin-bottom:9px;*/
}
.bloc .header, #bloc-rev .header {
	color: #fff;
	font-weight: bold;
	padding: 5px;
	background-image: url(../img/bloc_bg.jpg);
	background-color: #39527a;
}
.bloc .bordure, .bloc-rev .bordure {
	background: #c0c0c0;
}
.bloc .contenu, .bloc-rev .contenu {
	background-color: #e0e7ef;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.bloc ul, .bloc-rev ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 169px;
}
.bloc a, .bloc-rev a {
	color: #000000;
}
.bloc a:hover, .bloc-rev a:hover {
	color:#0f7bbe;
	text-decoration:none;
}
/* vertical menu */
ul#vmenu, ul#vmenu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;/*width: 15em;*/
}
ul#vmenu a {
	display: block;
	text-decoration: none;
}
ul#vmenu li {
/*  margin-top: 1px;
*/}
ul#vmenu li a {
/*background: #333;
  color: #fff;
  padding: 0.2em;*/	
	line-height: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul#vmenu li a:hover {
/*background: #000;*/
}
ul#vmenu li ul li a {
	/*background: #ccc;
  color: #000;*/
  padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul#vmenu li ul li a:hover {
/*background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;*/ 
	
}
/* horizontal menu */
#hmenu, #hmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:2;
}
#hmenu a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight: bold;/*font-size: 12px;*/
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;	/*background-color:#ff0000;*/
}
#hmenu a:hover {
	color:#dfeaf6;
}
#hmenu ul li a {
	/*border:1px solid #63a5ce;
	border:1px solid #ff0000;*/
	text-decoration:none;
	background-color:#63a5ce;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6eaed5;
	font-family: Arial, Helvetica, sans-serif;
}
#hmenu ul li a:hover {
	background-color:#6eaed5;
}
#hmenu li {
	float:left;
	position:relative;
}
#hmenu ul {
	position:absolute;
	display:none;
	width:12em;
	/*top:1.5em;*/
	top:2.4em;
}
#hmenu li ul a {
	width:12em;
	height:auto;
	float:left;
}
#hmenu ul ul {
	top:auto;
}
#hmenu li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#hmenu li:hover ul ul, #hmenu li:hover ul ul ul, #hmenu li:hover ul ul ul ul {
	display:none;
}
#hmenu li:hover ul, #hmenu li li:hover ul, #hmenu li li li:hover ul, #hmenu li li li li:hover ul {
	display:block;
}
/* slideshow */
.slideshow {
	z-index:1;
	height: 270px;
	width: 980px;
	clear: both;
}
.slideshow p {
	padding:0;
	margin:0;
}
/* ref */
.ref1 {
	text-align: center;
}
.ref2 {
	text-align: left;
	width: 980px;
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.ref2 h1, .ref2 h2, .ref2 h3, .ref2 p, .ref2 a {
	color: #666666;
}
.ref2 h1, .ref2 h2, .ref2 h3, .ref2 p {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
#revendeurs #on {
	background-image: url(../img/revendeurs_on.gif);
}
#revendeurs #off {
	background-image: url(../img/revendeurs_off.gif);
}
#niveausup {
	font-size: 0.8em;
	float: right;
}
.promo {
	margin-bottom: 20px;
}
#contenu {
	margin-top:0;
	margin-left:10px;
	margin-right:10px;
}
.prodbloc {
}
.prodcarac1 {
  background-image:url(../img/carre.jpg);
	background-color: #d2d2d2;
	border: 1px solid #c7c7c7;
	float:left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	text-align:center; 
	height:70px; 
	width:90px;
	margin:3px;
	display: table;
	#position: relative;
	overflow: hidden;

}
.prodcarac2 {
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
	width:88px;
	margin-left:-50%;
	text-align:center;
}
.prodcarac3 {
	#position: relative; 
	#top: -50%;
	font-size:0.9em;
}
.prodtxt {
	clear:left;
	font-size:0.9em;
	line-height: 1.5em;
}
.prodprix {
}
.prodprix {
}
.promotion {
	color: #0f7bbe;
	font-size:2em;
	line-height:2em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

