/* CSS Document */

/***** GENERAL *****/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #cecece;
	margin: 0;
	padding: 0;
	background-image: url(img/fond.gif);
	background-repeat: repeat-x;
}

p {
	margin: 0px;
}

a, a:link, a:visited, a:active {
	color: #CC0000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

/***** PRODUIT CONTENT *****/
#produit-content {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;

}

/* BLOC-GAUCHE */
#bloc-central {
	width: 441px;
	float: left;
	margin-left: 27px;
}

#bloc-central h1 {
	margin: 10px 0 27px 0;
	font-size: 14px;
	color: #5F5D5A;
}

/***** BLOC-DROITE *****/
#bloc-droite {
	width: 220px;
	float: left;
	margin-left: 22px;
	padding: 0px;
}

/***** BLOC-GAUCHE *****/
#bloc-gauche {
	width: 234px;
	float: left;
	margin-left: 10px;
	padding: 0px;
}

/***** PIED DE PAGE *****/
#pied-page {
	width: 996px;
	padding-left: 25px;
	padding-bottom: 10px;

}

.separation {
	clear:both;
	visibility:hidden;
}
