 
.texte {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #889abe;
}

.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #889abe;
}

.titre {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #889abe;
}

Code CSS :
  
<style type="text/css">
<!--
a {
text-decoration: none; /* définition du lien qui affichera le "calque" */
}
a:hover {
background: none; /* correction d'un bug IE */
}
a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
a:hover span { /* définition de la balise <span> au survol */
display: inline;
position: absolute;
top: center; /* positions et dimensions du calque, que vous pouvez changer à loisir */
center: 650;
width: 200;
height: 50;
background: #166687;
text-align: center;
color: white;
}
-->
</style>

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #889abe;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #889abe;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #889abe;
	text-decoration: none;
}


.menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #889abe;
	font-weight: bold;
	text-decoration: none;
}
.menu a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00deff;
	text-decoration: none;
}


.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #889abe;
	text-decoration: none;
}



.Box {
	background-color:#d3d3d3;
	border: 1px solid #595959;
}

body	{ background-color: #111b23; background-image: url('images/bg2.jpg'); background-position: top center;  background-repeat: no-repeat; }


.bgnorepeat { 
background-repeat:no-repeat;
}

.bgnorepeatGauche { 
background-repeat:no-repeat;
background-position: top right;
}

.bgnorepeatDroit { 
background-repeat:no-repeat;
background-position: top left;
}
