/* Ceci est un fichier CSS, appelé "liena.css*/
	

.conteneur
{
	background-image:url("photos/sommaire/liens.jpg");
	margin:auto;
	margin-top:50px;
	width:940px;
	height:668px;	
	background-repeat: no-repeat;
	background-position:top left;
	padding:25px;
}
body
{
background-color:black;
	font-family: Trebuchet MS,Trebuchet,Verdana,Sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
}
a img
{
   border: none; /* Pas de bordure */
}
a
{
text-decoration: none;
color: black;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
 font-weight: bold;
 color: black; 
}


h1
{
margin-top:45px;
}

#en_tete
{
margin-top:0px;
margin-left: 15px;
}

#corps
{
margin-left: 300px;
margin-top: 40px;
color: black;
font-size: 12px;
}
.signature
{
margin-left:300px;
margin-bottom:700px;
}
a:horder
{
border: none;
}

