/* CSS Document */
body {
	background-color:#ffffff; 
	background-image:  url(images/fond0005.png);
	background-repeat:repeat-x;
	font-family: Georgia, Helvetica, sans-serif;
 	font-size: 14px;
 	color: #666600;
	text-align: center;
 }

h1 {
	font-size: 22px;
	font-family: Georgia, Helvetica, sans-serif;
	color: #666600;
}


ul {
  list-style-type: circle;
  color: #666600;
}

.motspecial{
 font-style:italic;
 font-weight:bold;
 font-color: #6699ff;
 font-size: 14px;
}


a:link {
 color: #666600;
}

a:visited {
 color:#666600;
 text-decoration: none;
}

a:hover {
 color: #666600;
 text-decoration:none;
}






