@charset "iso-8859-1";
/* auteur: Patrice */

body {
  margin-top: 0px;
  font-family:Calibri;
  text-decoration:none;
/* background:url(images/bg2.jpg); */
background:#000000;
margin: 0;
padding: 0;


}

.champ {
width:150px;
background:#BEBEBE;
color:black;
}

.champ2 {
width:350px;
background:#BEBEBE;
color:black;
}

.champ3 {
width:350px;
background:#BEBEBE;
color:black;
}

a {color: black; text-decoration:none;}
a:focus,
a:hover,
a:active {color:black; text-decoration:underline;}

#gallery {
		/*background-color: #444;*/
		padding: 10px;
		width: 350px;
}
	
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
#gallery ul a:hover { color: #fff; }
