div.news
{
  float:                 right;
  width:                 95%;
  background-color:      #ccc;
  border-width:          1px;
  border-style:          solid;
  border-color:          #003;
  text-align:            center;
  color:                 #000;
  margin-left:           20px;
  margin-right:          20px;
  margin-top:            20px;
  margin-bottom:         20px;
}

div.paragraphe
{
  margin-left:           20px;
  margin-right:          20px;
  margin-top:            20px;
  margin-bottom:         20px;
  text-align:            justify;
}

div#centre
{
 color : 			#000;
 background-image : 		url(fond.gif);
 background-color: 		#eee;
}

a:link,a:active,a:visited
{
  text-decoration: none;
  color : #555;
}

a:hover
{
  border-style: solid;
  border-width: 1px;
/*  margin-width: 2px;*/
/*	text-decoration: underline;*/
}

h1 
{
	color: 		#000;
}

h3 
{
	color: 		#000;
}

