@charset "utf-8";
/*Design*/

body{
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
}
p{
	color: #333333;
}
/* Les liens */
a:link, a:visited{
	color: #DA1074;
}
a:focus{
	color: #000000;
}
a:hover{
	color: #0C7C98;
}

/* listes */
div#content li{
	color: #DA1074;
	list-style-position: outside;
	list-style:none;
	padding-left: 30px;
	padding-bottom: 5px;
	background: url(../images/puce02.png) no-repeat left 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
div#entete {
	background: url(../images/offres.png) no-repeat;
}