#nav {
	height: 34px;
	width: auto;	
	color: #FEE97C;
	}
#nav a {
	display: block;
	height:38px;
	width: 90px;
	padding-top: 3px;
	margin-right: 1px;
	float: left;
	border: thin #FEE97C solid;
	text-decoration: none;
	text-align: center;
	background-color: Black;
	color: #F69B52;
}

#nav a:hover {
	display: block;
	font-weight: bold;
	color: Yellow;
	background-color: #5F5B6C;
	border: dashed thin #FEE97C;
}
#nav #current {
	font-weight: bold;
	color: Yellow;
	background-color: #5F5B6C;
	border: dashed thin #FEE97C;
}
#info {
position:relative;
background:#00FFFF;
}
#rappel {
	position:relative;
	background:#366600;
	border: 2;
}
#aoffrac {
position:relative;
background:#CC6666;
}
#gauche {
	position:absolute;
	top:350px;
	left:8px;
	text-indent: 0.5cm;
	background-color: #666666;
 	border: 2;
}  
#bas{
	
	left:0px;
	text-indent: 0.5cm;
	background-color: #6666FF;
	position: inherit;
	}  
#droite {
	position:absolute;
	top:350px;
	left:483px;
	text-indent: 0.5cm;
	background-color: #CC9933;
	border: 2;
	
}  
#definition {
	position:absolute;
	top:660px;
	left:483px;
	text-indent: 0.5cm;
	background-color: #CC9900;
	border: 2;
}
#voca1 {
	position:absolute;
	top:705px;
	left:483px;
	background-color:#9999CC;
	border:thin;
	
}
#voca2 {
	position:absolute;
	top:705px;
	left:753px;
	background-color:#9999CC;
	border:thin;
}
#voca3 {
	position:absolute;
	top:705px;
	left:483px;
	background-color:#9999CC;
	border:thin;
	
}
a {
	color: yellow;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
#content h3 {
	color: #F69B52;
}
#footer {
	text-align: center;
	color: white;
	font-size: 22px;
}
#col {
	border: medium solid gray;
	background-color: Black;
	color: White;
	float: right;
	width: 160px;
	height: auto;
	text-align: center;
	font-size: 12px;
}
#col h3 {
	margin: 0;
}
#col p {
	clear: both;
	margin: 0;
}
.float-right {
	clear: right;
	float: right;
}
