/* ------------- "generic" styles */
#points {
	border: 4px dotted #999;
	margin-bottom: 10px;
}
#masthead {
	float: left;
	width: 800px;
	height: 95px;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
}
#decors {
	float: left;
	width: 150px;
	height: 405px;
	clear: both;
	background-image: url(images/decors.jpg);
	background-repeat: no-repeat;
}
#menu {
	float: left;
	width: 200px;
	height: 405px;
	margin-right: 20px;
	background-image: url(images/fleurs.jpg);
	background-repeat: no-repeat;
}
#menu img.presentation {
	float: left;
	border: 0;
	width: 120px;
	margin-left:75px;
	margin-top: 35px;
}
#menu img.catalogue {
	float: left;
	border: 0;
	width: 100px;
	margin-top: 85px;
	margin-left: -95px;
}
#menu img.suivi {
	float: left;
	border: 0;
	width: 50px;
	margin-top: 125px;
	margin-left: -100px;
}
#menu img.liens {
	float: left;
	border: 0;
	width: 60px;
	margin-top: 175px;
	margin-left: -100px;
	margin-bottom: 200px;
}
/* ------------- content styles */
#content{
	float: left;
	width: 430px;
	height: 365px;
}
.texte {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	margin-top: 40px;
	margin-right: 10px;
}
/* ------------- footer styles */
#footer {
	margin-top: -10px;
	line-height: 1.5em;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
#footer span {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #333399;
	text-decoration: none;
}
#footer a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #9999CC;
	text-decoration: none;
}
#footer a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #9999CC;
	text-decoration: none;
}
#footer a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #333399;
	text-decoration: none;
}
