@charset "utf-8";
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../fond/lignesblnoir.jpg);
	font-size: 20px;
}
.oneColLiqCtrHdr #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: medium;
	background-image: url(../fond/lignesblnoir.jpg);
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	text-align: left;
	font-size: 16px;
	background-color: #FFFF99;
	background-image: url(../fond/fondm.jpg);
	text-decoration: none;
	border: medium groove #FF0;
}
#centre {
	text-align: center;
	position: absolute;
	left: 220px;
	top: 272px;
}

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 18px;
}
.pdfcentre {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #30F;
	text-align: center;
}
.titreproduits {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #C3C;
}
.rabbit3 {
	background-color: #F00;
}
.entetecentre {
	text-align: center;
	color: #F00;
}
.lienhover {
	font-size: 16px;
	font-style: oblique;
	font-weight: 800;
	background-color: #FF0;
}
.descriptionarrjaune {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 24px;
	font-style: oblique;
	font-weight: 700;
	color: #F00;
	background-color: #0F3;
}
.provedet {
	font-size:20px;
	font-style: italic;
	font-weight: 800;
	color: #F00;
	background-color: #FF0;
	border: thick groove #0F3;
}
.centre {
	position: absolute;
	left: 387px;
	width: 215px;
	height: 199px;
	top: 1061px;
}
.image {
	height: 120px;
	position: absolute;
}
.textegauche {
	text-align: left;
	color: #000;
	font-size: 16px;
}
.titregauche {
	color: #F00;
	font-size: 28px;
	text-align: left;
	position: relative;
	left: 1px;
}
#centre {
	text-align: center;
}
.prodvedet {
	font-size: 18px;
}
.gauche {
	text-align: left;
	color: #F00;
}
.imagecentre {
	position: relative;
	text-align: center;
}
.tableautop {
	background-image: url(../image/ekop.jpg);
	background-repeat: repeat-x;
}
.espace {
	color: #F0ECC7;
}

