body{	background-color: #1D1D20;}



div {
border-color: blue;
border-style: none; 
}

img { border : none; }

a
{
	text-decoration:none;
	color:blue;
}

p#titre {
	font-family: Arial, sans-serif;
	font-size: 40px;
	text-decoration:none;
	color: blue;
	font-weight:bold;
	text-align:center;
}


div#imagecentrale{
 	top:20px;
 	position:absolute;
}


div#menu {
	
	width: 385px;
	height: 350px ;
	
 	left:10px;
	top :0px;
	position:absolute;
	background-color: #1D1D20;
     
}



div#gauchetirette {
	width: 134px;
	height: 460px ;
	position:absolute;
	
 	left:-10px;
	top :0px;
	background-color: #000000;
	color : #FFFFFF;
}




div.pMenu {
	font-family: Arial, sans-serif;
	font-size: 18px;

	padding-top: 14px;
	padding-left: 0px;
	padding-right: 0px;
	
	left:-140px;
	position: absolute;
	width: 350px;
	height: 43px ;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	
	text-align: right;

	cursor: pointer;

	color: #51595C;
	
	text-decoration: none;

	background-image: url(img/DrawbarBlancLong.bmp);
	background-position: right center;
	background-repeat : no-repeat;

  }
