body {
	background-image: url(images/fd_site.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(images/fd_header.jpg);
	background-repeat: repeat-x;
	height: 203px;
	width: 100%;
}
#head01 {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	height: 56px;
	text-align: right;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.contenu {
	background-image: url(images/fd_contenu.jpg);
	width: 770px;
}
.menu_cellule {
	padding-right: 15px;
	padding-left: 15px;
}


a,div,table,tr,td,span,p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F9D9F4;
	margin: 1px;
	padding: 1px;
	border: 1px solid #660099;
}
.mini {
	color:#AC2DCC;
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
}
ul {
	list-style-type: disc;
	list-style-image: url(images/puce_vert.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FF33FF;
	text-decoration:underline;
}
a:active {
	color: #FFFFFF;
	text-decoration:underline;	
}
.marge01 {
	padding: 10px;
}
hr {
	margin: 3px;
	padding: 0px;
	width: 93%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #AD1D9E;
	border-right-color: #AD1D9E;
	border-bottom-color: #AD1D9E;
	border-left-color: #AD1D9E;
}