@charset "UTF-8";
/* CSS Document */


a{
	text-decoration:none;
	color: white;
}
a:hover{
	text-decoration:none;
	color: white;
}

a.info {
	color: white;
  position:relative;
}
a.info:hover {
	color: white;
   background: none; 
   z-index: 500; 
}
a.info span {
	display: none;
}

a.info:hover span {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   font-size:14px;
   line-height: 5pt;
   font-weight:normal;
   top: 5px; 
   left: centred;
   background: black;
   padding: 5px;
}

a.titre{
	text-decoration:none;
	color: black;
}

a:hover.titre{
	color:#CC0000;
}

a.noir{
	text-decoration:none;
	color: black;
}

a:hover.noir{
	color:white;
}

a.bleu{
	text-decoration:none;
	color: blue;
}

a:hover.blue{
	color:white;
}

.texte {
	font-size: 14px;
	line-height: 14pt;
	text-align: left;
	letter-spacing: 0.30pt;
	font-family: "Helvetica Neue UltraLight", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial;
}

.texte gros {
	font-size: 75px;
	line-height: 12pt;
	text-align: left;
	letter-spacing: 0.30pt;
	font-family: "Helvetica Neue UltraLight", "Helvetica Neue Light", "Helvetica Neue", Helvetica bold, arial bold;
}

.texte titre {
	font-size: 30px;
	text-align: left;
	line-height: 25pt;
	font-family: "Helvetica Neue UltraLight", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial;
}

.texte soustitre {
	font-size: 16px;
	color : black;
	text-align: left;
	font-family: "Helvetica Neue UltraLight", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial;
}

.texte boutons {
	font-size: 13px;
	line-height: 16pt;
	letter-spacing: 0.30pt;
	font-family: "Helvetica Neue UltraLight", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial;
}

div#menu {
	float:left;
	width:45%;
	height:98%;
	overflow-x: hidden;
	overflow-y: hidden;

}


div#texte {
	height : 25%;
	
}
	
	div#contenu {
	width :55%;
    height:75%;
	overflow-x: hidden;
	overflow-y: visible;
	
}





	

