@charset "utf-8";
/* CSS Document */

#entete {
	position: absolute;
	height: 160px;
	width: 100%;
	background: url(images/entete.jpg) repeat-x;
}

#vague {
	position: absolute;
	background-image: url(images/vague.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 670px;
	left: 0px;
	top: 0px;
}

#onglet {
	position: absolute;
	height: 21px;
	left: 250px;
	top: 127px;
}
#onglet   a {
	display: block;
	height: 19px;
	text-align: center;
	background-image: url(images/onglets_a.gif);
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	padding-top: 2px;
	margin-bottom: 0px;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 0px;
	padding-right: 25px;
	font-weight:normal;
	margin-top: 0px;
}

#onglet   a:hover {
	color:#FF0000;
}
#onglet   a.current {
	color:#FFEE00
}

#entete_gauche {
	height: 164px;
	width: 156px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}


#entete_centre {
	margin-right: 0px;
	margin-left: 50px;
	height: 148px;
	background-image: url(images/login.gif);
	background-repeat: repeat-x;
}
#entete_droit {
	height: 78px;
	width: 150px;
	margin-left: -155px;
	position: absolute;
	left: 100%;
	top: 22px;
	background: url(images/opaque2.png) repeat;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
}
#entete_anim {
	position: absolute;
	z-index: 10;
	height: 65px;
	width: 350px;
	top: 10px;
	right: 50px;
}


#chemin {
	color: #000000;
	text-decoration: none;
	position: absolute;
	left: 635px;
	top: 87px;
	font-size: 12px;
	z-index: 5;
	font-weight: bold;
	height: 15px;
	overflow: hidden;
}
#chemin a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#chemin a:hover {
	color: #0000FF;
	text-decoration: underline;
}


#lang {
	position:absolute;
	height:40px;
	width:150px;
	top:100px;
	left:55px;
	z-index: 20;
}

#lang a {
	display:block;
	float:right;
	font-size: 12px;
	text-decoration: none;
}
#lang  img.lang_current {
	border:#FFFF00 2px solid;
}
#lang img {
	margin-right:10px;
	border: none;
}
#lang a.contact {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	background-image: url(images/message.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: right;
	padding-left: 30px;
	margin-top:5px;
}
