body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 150%;
	background-color: #fdfcf0;
}
#wrapper{
	margin:0 auto;
	width:550px;
	height: 500px;
	background-image: url(../assets/wrapBG.jpg);
	background-repeat: no-repeat;
}
#innerwrap{
position:relative;
	width:156px;
	/*background-color: #fdfcf0;*/
	margin:0 auto;
	top: 120px;
	}
#home-exe{
	width:600px;
	margin:0 auto;
	background-color: #fdfcf0;
	height: 130px;
	}

h2 {font-size: 1.1em}
h3 {font-size: 1.4em}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#langues{
	margin:10px auto;
	height:20px;
	width:130px;
}

#langues a:hover{
	border-bottom: 1px solid #990000;
}

#langues a{
	text-decoration: none;
	color: #CC0000;
}

