
/*page css decan*/

body
{
   background-image: url("fonds/backgnd2.gif");
   background-attachment: fixed; /* Le fond restera fixe */
   font-family: verdana,tahoma,serif;
   color: yellow;
}
a 
{
	text-decoration: none;
	color: #9de73d;
}

a:hover
{
	text-decoration: underline;
	color: red;
}
div
{
	width:100%;
	height:500px;
	background: ;
}
#premier
{
	float: left;
	width: 50%;
	background: ;
	height:520px;
	margin: 10px;
}
#second
{
	float: left;	
	width: 45%;
	background: ;
	height:520px;
	margin: 10px;
}
.separation
{
	clear: both;
	visibility: hidden;
}
h6
{
	text-align: center;
	font-size: 0.7em;
}
h1
{
	font-family: "vineta BT", algerian, serif;
	text-align: center;
}
.retour
{
	text-align: center;
	font-family: "vineta BT",algerian,arial,serif;	
	font-size: 1em;
	color: #9de73d;
}
strong
{
	color: #9de73d;
	font-size:1.2em;
}
a 
{
	text-decoration: none;
	color: #9de73d;
}

a:hover
{
	text-decoration: underline;
	color: red;
}
.retour
{
	text-align: center;
	font-family: "vineta BT",algerian,arial,serif;	
	font-size: 1em;
	color: #9de73d;
}
h3
{
	font-weight: bold;
	color: #9de73d;
}
dd
{
	color: ;
	font-weight: bold;
	font-size: 0.9em;
}

