#conteneur-logo
	{
	/*180*80*/
	float:left;/*le logo se cale &agrave; gauche*/
	width:200px;/*largeur du logo*/
	height:60px;/*hauteur du bandeau*/
	}
#logo
	{
	display:block;
	width:200px;
	height:60px;
	background-image:  url("images/logo-class-sex.gif");
	background-repeat: no-repeat;	
	}
#conteneur-texte
	{
	float:left;
	width:640px;
	height:100px;
	}
#conteneur-texte h1
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15pt;
	color:#990000;
	}
#conteneur-lien
	{
	float:left;
	width:140px;
	height:100px;
	text-align:center;
	}
#conteneur-lien h1
	{
	line-height:20pt;
	}
#conteneur-lien a
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
#conteneur-lien a:hover
	{
	color:#CC0000;
	text-decoration:underline overline;
	}