@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(imgtest/FOND.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin:0px;
}
a:link {
	color: #949A94;
	text-decoration: underline;
}
a:visited {
	color: #949A94;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #5A5E5B;
}
a:active {
	color: #949A94;
	text-decoration: underline;
}
#container {
	margin:auto;
	width:1000px;
	min-height:400px;
}
#bottom-products {
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:10px;
	height:30px;
	background-image:url(imgtest/solutions.png);
	background-repeat:repeat-x;
	padding-top:10px;
	padding-left:10px;
}
#page-produits {
	background-image:url(fond-produits.jpg);
	background-repeat:no-repeat;
	min-width:1000px;
	min-height:400px;
}
#produits-home2 {
	width:1000px;
	background-color:#FFF;
	color:#0000;
}
#bando-produits {
	padding:5px;
	background-image:url(fond-fiche-produit.jpg);
	height:35px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#FFF;
}
#container-produit {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;

}
#gauche {
	width:275px;
	height:344px;
	position:absolute;
	background-image:url(fond-menu-page.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}
#menu-gauche {
	background-image:url(fond-menu-gauche.png);
	padding-left:30px;
	padding-top:20px;
	min-height:90px;
	color:#333;
}
#menu-gauche a {
	font-size:15px;
	color:#333;
	text-decoration:none;
	}
#menu-gauche a:hover {
	text-decoration:underline;
	}
#droite {
	min-height:344px;
	min-width:720px;
	padding-left:280px;
}
#barrebas {
	height:25px;
	background-color:#FFF;
}

