/* CSS Document */

a:link,a:visited {
  text-decoration: none; color: brown;
  }

a:hover,a:active {
  text-decoration: none; color: red;
  }

body {
	background-image:url(photo/FondEau.jpg); 
	background-repeat:repeat;
	background-attachment:fixed;
	font-family:Maiandra GD, Mistral;
}

.menuitem
{
    text-align:center;
	text-decoration: none; color: brown;
	font-size:12px;
	font-weight:bold;
	background-image:url(photo/PointJaune10x10.gif);
	background-repeat:repeat;
} 

.menuitem:hover
{
	background-image:url(photo/PointOrange10x10.gif);
	background-repeat:repeat;
} 

.vignette
{
	border-color:#FFFFFF; 
}

.square100x100
{
  width:100px;
  height:100px;
}
