html, body {
	background-color: #D9D9D9;
	background-image: url(../img_site/caspar-fond.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
div {
	font-size: 12px;
	line-height: 16px;
	text-align:left;
}

a {
	color: #039;
	text-decoration: none;
}

a:hover {
	color: #009933;
}

td, p {
	font-size: 12px;
	line-height: 16px;
}

h1 {
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #B50E20;
	margin: 0;
}
h2 {
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #B50E20;
	background-color: #CCC;
	padding: 2px 6px;
}
h3 {
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #B50E20;
}

#general {
	position: relative;
	background-image: url(../img_site/fond-contenu.jpg);
	background-repeat: no-repeat;
	top: 54px;
	width:930px;
	height: 650px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

#haut {
	position: relative;
	height: 250px;
	width: 515px;
	border: solid 1px #093;	
	z-index:2;
}

/* OLD STYLE
 #menunav {
	position: absolute;
	font-size: 12px;
	width: 160px;
	top: 68px;
	left: 56px;
	color: #FFF;
	z-index:999;
}
*/
 #menunav {
	position: absolute;
	font-size: 12px;
	width: 840px;
	height: 26px;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	top: 51px;
	right: 0;
	color: #FFF;
	z-index:999;
}
#gauche {
	position:relative;
	width: 377px;
	height: 650px;
	z-index:10;	
}

#droite {
	position:relative;
	float: right;
	width: 20%;
	min-height: 82%;
	_height: 82%;
	border: solid 1px #09C;	
	z-index:2;	
}
#printico {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align:center;
	top:80px;
	right:24px;
	z-index:20;
}
#pathway {
	position: relative;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	border-bottom: dotted 1px #666;
	color:#666;
	margin-bottom: 24px;
	z-index: 2;
}
#pathway a {
	color:#666;
}
#pathway a:hover {
	color: #063;
}
#contenu {
	position: absolute;
	width: 640px;
	height: 520px;
	top: 100px;
	right: 10px;
	padding-right:12px;
	overflow: auto;
	z-index: 10;
}
#contenu ul {
	padding-left: 16px;
}

#contenu li {
	list-style-image: url(../img_site/puce-rond.jpg);
	list-style-position: outside;
	line-height: 16px;
}
#search {
	position: absolute;
	top: 24px;
	left: 400px;
	width: 300px;
	height:24px;
	text-align:center;
	font-size:90%;
	line-height: 24px;
	z-index:20;
}
#infopanier {
	position: absolute;
	top:24px;
	right:20px;
	width:200px;
	height:24px;
	text-align:right;
	font-size:90%;
	line-height: 24px;
	z-index:21;
}
#infopanier a {
	color:#000;
}
#infopanier a:hover {
	color:#B50E20;
}
.margeur {
	margin: 12px;
	border: dotted 1px #666;
}

#chxlang {
	position: absolute;
	color:#FFF;
	top: 0;
	right: 0;
	width: 120px;
	background-color:#333;
	text-align: center;
	padding: 3px;
	z-index: 10;
}
#chxlang a {
	color:#FFF;
	/*padding: 1px 2px 1px 2px;*/
	margin: 2px;
}
#chxlang a:hover {
	color: #0C963B;
	filter : Alpha(opacity=50, finishopacity=50);
	-moz-opacity: 0.50;
	opacity:0.5;	
}

#print-pdf {
	position: absolute;
	text-align:right;
	width: 50px;
	top:153px;
	right: 22%;
	border: dotted 1px #666;
	z-index: 20;
}
#print-pdf a {
	margin: 0 4px 0 4px;
}

#basdepage {
	position:absolute;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
	bottom:0;
	left:72px;
	height: 20px;
	_height: 20px;
	width:850px;
	margin: 0;
	z-index:5;
}

/* ------------------------- */
/*   Style des formulaires   */
/* ------------------------- */

.inputform {
	position: relative;
	border: solid 1px #333;
	padding: 2px 4px;
	background-color:#CCC;
	font-size: 90%;
	margin-bottom: 3px;
	margin-top: 3px;
}
.inputformlist {
	position: relative;
	border: solid 1px #333;
	padding: 2px 4px;
	background-color:#CCC;
	font-size: 90%;
}

/* ------------------------- */
/*   Style E-commerce   */
/* ------------------------- */

#catarticles {
	position: absolute;
	width: 98%;
	height: 540px;
	top: 0;
	left: 0;
	padding-right:12px;
	z-index: 999;
}
.cat {
	position:relative;
	float:left;
	text-align: center;
	margin: 0 8px 20px 0;
	width: 115px;
	height: auto;
	z-index: 15;
}
.cat img {
	border: solid 1px #CB320B;
}
.cat a {
	font-size: 87%;
	color: #000;
	font-weight: bold;
}
.cat a:hover {
	color: #B50E20;
}
.list-articles th {
	color:#CB320B;
	font-weight:bold;
	text-align:left;
}
.list-articles td {
	padding: 1px 0;
	font-size: 95%;
	/*border-bottom: solid 1px #CCC;*/
}
.list-articles td.ref {
	color:#CB320B;
	font-weight: bold;
	width: 60px;
	padding-right: 2px;
}
.list-articles td.titre {
	color:#000;
	font-weight: bold;
}
.list-articles tr.entetearticle {
	background-color:#EAEAEA;
}
.titre a {
	display:block;
	color:#000;
}
.list-articles td.titre a:hover {
	color:#CC3300;
	background-color:#E6E6E6;
}
.imgdetarticle img {
	position: absolute;
	top: 42px;
	right: 12px;
	border: solid 1px #CB320B;
	width: 150px;
	padding:0;
	z-index: 20;
}
.imgdetarticlelst {
	position: relative;
	margin-right: 6px;
	margin-left: 6px;
	border: solid 1px #CECECE;
	width: 130px;
	height:130px;
	z-index: 100;
}
.imgdetarticlelst2 {
	position: relative;
	float:right;
	margin-right: 6px;
	margin-left: 6px;
	border: solid 1px #CECECE;
	width: 130px;
	height:130px;
	z-index: 100;
}

.panierin {
position: absolute;
top: 200px;
right: 12px;
text-align: center;
width:120px;
height: 30px;
z-index:20;
}

