*{
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body{
	margin:0px;
	background-color:#801B5D;
}

body div {
  text-align:center;
}

div div.center {
	width:990px;
	margin:0 auto 0 auto;
	text-align:left;
}

div#menu {
  background-color:#ffffff;
  margin-bottom:4px;
}

div#menu div.center {
  text-align:right;
  font-size:0;
}

div#content {
	height:307px;
	padding: 10px 10px 0 10px;
  background-color:#ffffff;
}
	
div#content div.center {
	width:800px;
}

div#pager {
	height:23px;
  background-color:#ffffff;
}
	
div#foot {
	height: 100px;
}

div#foot div.center {
	text-align:right;
}

div#foot span {
  margin-right:30px;
}

div#quote {
  width:890px;
}
.home {
	background-image:url(../images/fond_home.jpg);
	background-repeat:no-repeat;
}
.fdhome {
	background-image:url(../images/fd_h.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.fd {
	background-image:url(../images/fd.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.lien{
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}
.lien:hover{
	font-size:9px;
	color:#FFFFFF;
	text-decoration:underline;
}
.titre{
	font-size:13px;
	color:#95165F;
	font-weight:bold;
}
.texte{
		font-size:11px;
		color:#363636;
}
dl{
	display:inline;
}
.baseline{
	font-size:10px;
	font-weight:bold;
	color:#363636;
}
.normale{
	font-weight:normal;
	color:#95165F;
}
ul{
	margin-top:5px;
}
li{
	list-style-type:square;
	margin-left:15px;
}
.rond{
	margin-left:20px;
	list-style-type:none;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}