body {
	background-image: url(images/marron1.jpg);
}
.banniere 
{
   margin-left: 400px;
	margin-right: 50px;
	margin-bottom:5px;
	border: solid 8px maroon;
	height: 290px;
	width: 800px;
	background-image: url(images/ban2.jpg);
	-moz-border-radius: 2%;
}
.principal
{
   float: right;
   width: 65%;
   margin-top: 1%;
   margin-right: 2%;
   margin-left: 2%;
}
.liens
{
   font-size: 0.9em;
   color: maroon;   
   margin-left: 2%;
   margin-top: 20px; 
	margin-bottom: 1px;
	padding-left: 2px;
	height: 28px;
	width: 18%;
	border: solid 3px maroon;	
	background-color: #E6E6FA;
	-moz-border-radius: 4%;
}
.grosliens
{
   font-size: 0.9em;
   color: maroon;   
   margin-left: 2%;
   margin-top: 20px; 
	margin-bottom: 5px;
	padding-left: 2px;
	height: 56px;
	width: 18%;
	border: solid 3px maroon;	
	background-color: #E6E6FA;
	-moz-border-radius: 4%;
}
}

h3 {
	color: maroon;
	
}

a:link {
 color: blue;
 text-decoration: underline;
 }
a:visited {
 color: blue;
 }
a:active {
 color:red;
}
a:hover {
 color: red;
 text-decoration: none;
}



