#main{
/* style du body */
	background: transparent;
	color: #000000;
	background-image: url('../images/bgnd_degrad.jpg'); 
	background-repeat: repeat-x;
	font-family: verdana;
	margin: 0px;
	padding: 0px;
}

#languages {
	position: relative;
	width: 990px;
	height:604px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: transparent url(../images/hp.jpg) no-repeat;
}


#menu_box{
	position: absolute;
	top: 200px;
	left:425px;
	width: 420px;
	height:180px;
	margin: 0px;
	padding: 0px;
}


table.langue {

}

.langue td {
	vertical-align: middle;
}


a.langue{
	color: #fff;
	text-decoration: none;
}
a.langue span{
	color: #fff;
	padding-top: 20px;
}


.langue_txt {
	display: block;
	float:left;
	width: 340px;
	height:40px;
	color:#555;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
}

a.langue:hover .langue_txt{
	color: #fff;
}

.langue_code {
	display: block;
	float:left;
	width: 45px;
	height:40px;
	color: #fff;
	font-family: arial;
	font-size: 18px;
	text-decoration: none;
	text-align: right;
}
.langue_arrow {
	display: block;
	float:left;
	width: 35px;
	height:40px;
	background: url(../images/hparrow.gif) no-repeat right center;
}
.clear {
	clear: both;
}
