@charset "utf-8";
/* CSS Document */
html, body { 
   /*height: 100%;*/
   width:100%; 
}
body {
	background: #dad4d4;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	/*line-height:12px;*/
	color:#000;
	margin:0px;
  	}
div#catalogue {
	width:300px;
	height:149px;
	float:left;
}
div#catalogue-g {
	width:150px;
	height:40px;
	float:left;
}
div#catalogue-d {
	width:150px;
	height:40px;
	float:right;
}
div#catalogue-g {
	width:150px;
	height:40px;
	float:left;
}
div#catalogue-bas {
	width:300px;
	height:109px;
	float:left;
}
.texte-rouge {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	/*line-height:12px;*/
	color:#a43723;
}
a.lien-vert {
	text-decoration: none;
	color: #5d4f4e;
	}
a.lien-vert:hover {
	text-decoration: underline;
	color: #a43723;
	}
a.lien-vert:active {
	text-decoration: none;
	}