body
{

  background:#99AFC2 url('fond.gif');
  color: #FFF;
  
  text-align:center;
}
/***** MENU *****/
.menu
{
  width: 959px;
  height: 30px;
  margin: 0 auto;
	padding: 0;
  border-width:1px;
  border-style:solid;
  border-color: #000000;
  background: #3d3e3e;
}
.menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.menu a
{
	float: left;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #FFF;
	font-family: Verdana;
	/*font-weight: bold;*/
	font-size: 14px;
}
.menu a:hover
{
	color: #000; 
}




/***** MENU *****/
.menuBas
{
  width: 959px;
  height: 30px;
  margin: 0 auto;
	padding: 0;
  border-width:1px;
  border-style:solid;
  border-color: #000000;
  background: #3d3e3e;
}
.menuBas li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.menuBas a
{
	float: right;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #FFF;
	font-family: Verdana;
	/*font-weight: bold;*/
	font-size: 14px;
}
.menuBas a:hover
{
	color: #000; 
}
/***** PAGE *****/
#contenu
{ 
  position:relative;
  font-family: Verdana;
  font-size: 14px;
  max-width: 949px;
  border:1px solid #000000;
  background: #626161;
  margin: 10px auto 0 auto;
  padding:5px;
}
#gauche
{
  
  background: #626161;
   
  width:49%;
  float:left;
}
#titre
{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#droite
{

  margin-top: 5px;
  
   width:49%;
  float:right;
}
#gdgauche
{
  
  background: #626161;
  width:100%;
  float:left;
}
#twetter{display:block;position:absolute;top:-138px;right:-97px;}
#facebook{display:block;position:absolute;top:-50px;right:-40px;}
#ligne{clear:both;}