@charset "iso-8859-1";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#666666;
	background-color:#FFFFFF;
	background-image:url(../images/fond_body.jpg);
}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin-bottom:6px;
}
h3 { /* pour les titres */
	font-size:12px;
	font-weight:bold;
	color:#996633;
	background-color:#FFFFFF;
	margin-left:30px;
	border-bottom:1px solid #996633;
}
input, textarea {
	font-size:11px;
	font-weight:bold;
	color:#003366;
	background-color:#EEEEEE;
}
.bouton {
	color:#FFF;	
	background-color:#996633;
}
.boutonCommander {
	color:#FFF;
	background-color:#003366;
}
.boutonAchat {
	color:#FFF;	
	background-color:#003366;
}
div#conteneur {
	margin:0 auto;
	width:770px;
	background-image:url(../images/fond_conteneur.jpg);
	background-repeat:repeat-y;
}
div#menuPrincipal {
	float:left;
	width:138px;
}
div#header {
	_position:relative;
	_left:-3px;
	margin-left:138px;
	margin-bottom:10px;
	width:612px;
	height:90px;
	background-image:url(../images/entete.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
div#header p {
	margin:0 20px 0 0;
	font-size:8px;
	line-height:10px;
	color:#FFF;
	background-color:transparent;
}
div#header a {
	text-decoration:none;
	color:#FFF;
	background-color:transparent;
}
div#header a:hover {
	font-weight:bold;
}
div#footer {
	clear:both;
	width:770px;
	height:70px;
	background-image:url(../images/fond_bas.jpg);
	background-repeat:no-repeat;
}
div#footer p {
	margin:0 240px 0 138px;
	text-align:center;
	font-size:9px;
	line-height:18px;
	color:#003366;
	background-color:#FFFFFF;
}
div#footer a {
	text-decoration:none;
	color:#003366;
	background-color:#FFFFFF;
}
div#footer a:hover {
	font-weight:bold;
	color:#996633;
	background-color:#FFFFFF;
}
ul#listeMenuPrincipal {
	list-style-type:none;
}
ul#listeMenuPrincipal li { 
	border-top:1px solid #999;
}
ul#listeMenuPrincipal li a { 
	display:block; 
	width:138px; 
	color:#666666;
	font-size:12px; 
	line-height:30px; 
	text-indent:20px; 
	text-decoration:none;
	background-color:#FFFFFF;
	background: url(../images/menu.jpg) no-repeat 0 -30px;
}
ul#listeMenuPrincipal li a:hover { 
	font-weight:bold;
	background: url(../images/menu.jpg) no-repeat 0 -60px;
}
ul#listeMenuPrincipal li a#current { 
	color:#003366;
	background-color:#FFFFFF;
	font-weight:bold;
	background: url(../images/menu.jpg) no-repeat 0 0;
}