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

body {
	background-image:url('../images/background2_.png');
	color:	#300;
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	width:1200px;
	

}

ul {
	list-style-type:none;
	
}

#menu {	
	background:url('../images/welcome2.png');
	background-position:top left;
	background-repeat:no-repeat;
	width:1200px;
	height:1200px;

}

#menu2 {	
	padding-top:96px;
	padding-left:499px;
	
}


.fren {	
	float:left;
}

a.fren {
	background:url('../images/fr_css2.png') no-repeat;
	width: 64px;
	height: 27px;
	display:block;
	
}
a.fren:hover {
	background-position: bottom center;
}


.engl {	
	margin-left:95px;
	width: 58px;

}

a.engl {
	background:url('../images/en_css2.png') no-repeat;
	width: 58px;
	height: 31px;
	display:block;

}
a.engl:hover {
	background-position: bottom center;

}
a {
   outline: 0;
}
