/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;}

a:link {color:#000000; text-decoration: none; font-weight:bold;}
a:visited {color:#000000; text-decoration: none;font-weight:bold;}
a:hover {color:#A90B00; text-decoration: underline overline; font-weight:bold;}
a:active {color:#000000; text-decoration: none; font-weight:bold;}
h2 {font-size:14px; font-variant:small-caps;}
h3 {font-size:12px; font-weight:bold;}
.topproduits {font-size:12px; font-weight:bold; color:#FFFFFF;}
.textpetit {font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-variant:small-caps; font-weight:bold;}
.textpetit2 {font-size:10px; font-variant:small-caps; font-weight:bold;}
.textpetit3 {font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;}

table#header {
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:125px;
	width:800px;
	}
td#banniere {
	width:500px;
	height:70px;
	vertical-align:middle;
	}
table#header2{
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	height:113px;
	width:800px;
	}
td#header2gauche {
	width:220px;}
td#header2centre {
	width:380px;}
td#header2droite {
	width:160px;}
table#principale {
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/principale.jpg);
	width:800px;
	background-repeat:repeat-y;}
td#gauche {width:205px;}
td#droite {width:170px;}
table#footer {
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:800px;}
table#menu {
	width:190px;
	background-color:#CCCCCC;
	margin-left:auto;
	margin-right:auto;}
td#menupuce {
	height:23px;
	width:30px;
	background-image:url(images/puce1.gif);
	background-position:center;
	background-repeat:no-repeat;}

.textno {display:none;}

