@import url("reset.css");

/********** UTILS **********/
/*
	FONT SIZE (em)
		10px: 62.5%
		11px: 69% (68.75)
		12px: 75%
		16px: 100%
	
	PNG > IE6 (info: le chemin de l'image se fait part rapport à la page et non la css)
		background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/image.png')
	
	INSTRUCTION CONDITIONNELLE
	<!--[if IE 7]><style type="text/css">#div{}</style><![endif]-->
	
	FAMILLES DE POLICES
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", Norasi, serif;
	
*/
/* COMMON
--------------------------------------------------------------------------------------------------------------------------------------*/

body{
	color:#000;
	font-size:75%;	/* 1em = 12px */
	background-color:#030506;
}

/* PAGE
--------------------------------------------------------------------------------------------------------------------------------------*/

#page{
	width:500px;
	height:300px;
	left:50%;
	top:50%;
	text-align:center;
	margin-left:-250px;
	margin-top:-150px;
	position:absolute;
}

#page .full{
	display:block;
	margin:0 auto 75px;
}

ul{
	text-align:center;
	width:600px;

	margin:0 auto;
}

li{
	display:block;
	float:left;
	margin:0 20px;
}

li a{
	display:block;
	height:18px;
}

li span{
	position:absolute;
	left:-9999em;
}

.en{
	width:51px;
	background:url(../img/btn_en.png) left top no-repeat;
}

.fr{
	width:57px;
	background:url(../img/btn_fr.png) left top no-repeat;
}

.de{
	width:55px;
	background:url(../img/btn_de.png) left top no-repeat;
}

.it{
	width:55px;
	background:url(../img/btn_it.png) left top no-repeat;
}

.pt{
	width:70px;
	background:url(../img/btn-pr.png) left top no-repeat;
}
.liste_pays, .liste_pays li
{
	height : 18px;
}