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

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	background-color: #000000;
}
#principal {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#entete {
	height: 110px;
	width: 500px;
	float: left;
}
#drapeau {
	height: 30px;
	width: 120px;
	float: right;
	margin-top: 50px;
	margin-right: 10px;
}


#page {
	height: 462px;
	width: 950px;
	margin-top: 10px;
	clear: both;
}
ul {
	list-style-type: none;
}
a {
	display: block;
}

span {
	display: none;
}
#pe {
	background-image: url(PE.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
}
#pe:hover {
	background-image: url(PE.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 80px;
}

#at {
	background-image: url(AT.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
	margin-top: 5px;
}

#at:hover {
	background-image: url(AT.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 80px;
	margin-top: 5px;
}
#pi {
	background-image: url(PI.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
	margin-top: 5px;
}
#pi:hover {
	background-image: url(PI.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 80px;
	margin-top: 5px;
}
#me {
	background-image: url(ME.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
	margin-top: 5px;
}
#me:hover {
	background-image: url(ME.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 80px;
	margin-top: 5px;
}
#ta {
	background-image: url(TA.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
	margin-top: 5px;
}
#ta:hover {
	background-image: url(TA.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 80px;
	margin-top: 5px;
}
#va {
	background-image: url(VA.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
	margin-top: 5px;
}
#va:hover {
	background-image: url(VA.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 80px;
	margin-top: 5px;
}
#en-at {
	background-image: url(en-AT.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
	margin-top: 5px;
}
#en-at:hover {
	background-image: url(en-AT.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 80px;
	margin-top: 5px;
}
#en-me {
	background-image: url(en-ME.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
	margin-top: 5px;
}
#en-me:hover {
	background-image: url(en-ME.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 80px;
	margin-top: 5px;
}
#en-va {
	background-image: url(en-VA.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
	margin-top: 5px;
}
#en-va:hover {
	background-image: url(en-VA.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 80px;
	margin-top: 5px;
}
#en-pi {
	background-image: url(en-PI.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
	margin-top: 5px;
}
#en-pi:hover {
	background-image: url(en-PI.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 80px;
	margin-top: 5px;
}
#en-ta {
	background-image: url(en-TA.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
	margin-top: 5px;
}
#en-ta:hover {
	background-image: url(en-TA.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 80px;
	margin-top: 5px;
}
#en-pe {
	background-image: url(en-PE.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
}
#en-pe:hover {
	background-image: url(en-PE.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 80px;
}

