* {
margin:0;
padding:0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #edefe7;
}

a, a:visited {
	text-decoration:underline;
	color:#c60d1f;
}

a:hover {
	text-decoration:none;
}




.clear{
clear:both;
}

#wrapper {
	width: 1000px;
	overflow: visible;
	position: relative;
	margin:0 auto;
	padding: 0;
}

#subwrapper {
	background-color:#FFFFFF;
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 1000px;
	border: 1px solid #d9d0bf;
}

.logo {
	width: 247px;
	height:161px;
	margin:0;
	padding:0;
	float:left;
}

.langues {
	height:161px;
	width:752px;
	margin:0;
	padding:0;
	float:left;
}

.langues .fr {
	width:652px;
	margin:20px 0 0 0;
	padding:10px 0 10px 100px;
	background-image: url(_gfxIndex/drapeauFR.gif);
	background-repeat: no-repeat;
	background-position: 60px center;
}

.langues .uk {
	width:502px;
	margin:0;
	padding:10px 0 10px 250px;
	background-image: url(_gfxIndex/drapeauUK.gif);
	background-repeat: no-repeat;
	background-position: 210px center;
}

.langues .de {
	width:352px;
	margin:0;
	padding:10px 0 10px 400px;
	background-image: url(_gfxIndex/drapeauDE.gif);
	background-repeat: no-repeat;
	background-position: 360px center;
}


.langues ul {
	list-style: none;
	margin:0;
	padding:0;
}

.langues li {
	display:block;
	list-style: none;
	font-size:13px;
	color:#006997;
}

.langues li a {
	color:#c60c20;
	font-weight:bold;
	text-decoration:none;
	background-image: url(_gfxIndex/puceRouge.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin:0;
	padding:0 0 0 15px;
}

.langues li a:hover{
	text-decoration:underline;
}



#footer {
	width: 980px;
	height:40px;
	margin:0;
	padding:415px 0 0 20px;
	background-image: url(_gfxIndex/fondFooterIndex.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #88888b;
	float:left;
}