body { 
	font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	margin:5px;
	padding-bottom:10px;
	border:2px solid black;
	-moz-border-radius:10px;
	width: 950px;
}
 
 /****************************/
 /*			BLOC			*/
 /**************************/
 p, ul, li {
	padding:  0;
	margin: 0 8px 0 8px;
}

a:link { color:#0f3e8b; }
a:visited { color:#0f3e8b; }
a:hover { color:white;background-color:#0f3e8b; }
a img {  border: 0;}

#logo {
	margin-left: 5px;
}

#logo a, #logo a:hover {
	text-decoration: none;
	color: black;
	background-color: white;
}

#menu {
  	background: url(img/bg.png) repeat-x;
	width:150px;
	position:absolute;
	top:131px;
	left:5px;
	border:1px solid black;
	border-left:2px solid black;
}

#clients {
	position: absolute;
	top: 350px;
	left: 6px;
	width: 150px;
	height: 32px;
	text-align: center;
	padding-top: 5px;
	border-right: 0;
	background: url(img/bouton_client.png) repeat-x;
}

#clients a:hover {
	background-color: transparent;
}
#contenu {
  margin-left:150px;
}

#footer {
	color: white;
	border:1px solid black;
	font-size: 0.9em;
	margin: 0 8px 0 8px;
	/*ackground: #0F3E8B;*/
	background: url(img/bg_horizon.png) repeat-y;
	padding: 5px 7px 5px 10px;
	text-align: center;
}
 
 /****************************/
 /*			SOUS-BLOC		*/
 /**************************/

#menu h2 { 
	text-align:center;
	border-bottom:1px solid black;
	border-top:1px solid black;
}

#menu ul{
	margin:0px;
	padding: 5px 0 5px 20px;
	color: white;
}

#menu  a {
	text-decoration:none;
	color: white;
}

#menu a span {
	display:none;
}

#menu a:hover span {
	display:block;
	position:absolute;
	top:180px;
	left:0px;
	width:128px;
	padding: 2px 2px 2px 20px;
	color:white;
	font-size: 12px;
	background-color:#0f3e8b;
	border:1px solid black;
	border-left:0px;
}


#contenu h1 {
	text-align: center;
	color: #25237B;
	padding:0; margin:0;
}

#footer p {
	margin: 0;
	text-align: center;
	padding: 2px;
	font-size: 0.6em;
}
#footer td {
	padding: 0 80px 0 80px;
}
.cachecache {
	cursor:help
}
.cachecache ul{
	display:none;
}

div.cachecache:hover ul{
	display:block;
	cursor:help;
	position: relative;
	top: -45px;
	background-color: white;
}

#clients a, #clients a:hover {
	text-decoration: none;
	color: white;
	
}




