
div#coordonnees {
	width: 100%;
	height: 50px;
	margin-top: 5px;
	margin-bottom: 0px;	
	border-top: 2px;
	border-left: 0px;
	border-right: 0px;	
	border-bottom: 2px;
	border-style: outset;
	border-color: rgb(220,210,200);
	background-color: rgb(220,210,200);
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: center;	
}
	
div#coordonnees span.texte1 {
	font-size: 80%;
	font-weight: bold;
	color: rgb(150,50,50);
}
	
div#coordonnees span.texte2 {
	font-size: 80%;
	font-weight: bold;
	color: rgb(0,0,250);
}

div#coordonnees span.nom {
	font-size: 80%;
	font-weight: bold;
	color: rgb(250,50,0);
}

div#coordonnees span.adresse {
	font-size: 80%;
	font-weight: bold;
	color: rgb(250,50,0);
}

div#coordonnees span.ville {
	font-size: 80%;
	font-weight: bold;
	color: rgb(250,50,0);
}
	
div#coordonnees span.pays {
	font-size: 80%;
	font-weight: normal;
	color: rgb(250,50,0);
}

div#coordonnees span.telephone {
	font-size: 80%;
	font-weight: bold;
	color: rgb(0,0,250);
}

div#coordonnees a.mail, div#coordonnees a.mail:visited {
	font-family: Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 80%;
	font-weight: bold;
	color: rgb(0,0,250);
}

div#coordonnees a.mail:hover {
	background-color: rgb(250,150,0);
}

div#coordonnees a.mail:active {
	background-color: rgb(0,255,0);
}
  
div#coordonnees span.registre {
	font-size: 80%;
	font-weight: bold;
	color: rgb(250,50,0);
}