/*CSS Document*/
body{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}
a:link {
    color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
    color: #000000;
}
a:hover {
	text-decoration: none;
    color: #000000;
}
a:active {
	text-decoration: none;
    color: #000000;
}

#menu {
width:100%;
height:100%;
border-color:#000000;
background-color:#FFFF6A;
  }
  
#tableauexterne {
	background: #FFFFA6;
	border-width: solid; 
	border-color: #FFCC66 #FFCC66 #FFCC66 #FFCC66;  
	font-size: 12;
	text-decoration: none;
	width: 1200px;
	}

