body
{
	background-color:rgb(0,0,153); 
	margin: auto;
	margin: 1.20%;
	
	background-image:url("imag/tour_fond.jpg"); 
	background-repeat:repeat-y;
  margin-right:10%;
  	
	overflow: auto;
	/*position:absolute;*/
} 

#logo
{
	height: 120px;
	width: 100%;
	text-align:center;	
}

#menu_b
{
	position:fixed;
	margin-top : 10px;
	width: 16%;
	font-family: forte, "Arial Black", "Times New Roman", Times, serif;
	font-size:100%;
	float: left;
}

#menu_b li
{
	list-style: none;
	/*text-align: center;*/
}

#menu_b a
{
	display: block;
	text-decoration: none;
	padding: 1.5%;
	margin-bottom: 1%;
	color: rgb(255,255,204);
	background: rgb(102,153,204);
	border-style: outset;
	border-width: 2px;
	border-style: solid;
	border-color: #5bd #035 #068 #5bd;
}

#menu>#menu_b a
{
	/*width: auto;*/
}

#menu_b a:hover
{
	background: rgb(102,102,204);
	border-style:inset;
	border-color: #069 #6cf #5bd #069;
}

#droite 
{
	width : 80% ;
	color: rgb(255,255,204);
	float : right;
	margin-left : 0; 
	font-weight:bold;
}

p 
{
	color: rgb(255,255,204);	
	font-weight:bold;
}

#droite a 
{
  color:white;
  font-weight:bold;
  text-decoration: none;
}

#lien a 
{
  text-decoration: underline;
  font-weight:bold;
}

#lien a:hover
{
	color: rgb(0,0,0);
}

.fg {float:right;}
.fd {float:left; }

.imag_fond
{
  position: fixed;
  margin-bottom: 5%;  
}

.g
{
font-weight:bold;
}
