/* Parmenon CSS : Créé par dif-studio.com 
Interdiction de reproduire ce fichier. parmenon-flute.com, Tous droits réservés. */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color:#D7DFDF;
	background-image: url(img/background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
}

a:link	{color:#D7DFDF; text-decoration:underline}
a:active	{color: #F2DB81; text-decoration:underline}
a:visited	{color:#D7DFDF; text-decoration:underline}
a:hover	{color:#F2DB81; text-decoration:underline}


/* Premiere page */

#welcome {
	background: url(img/welcome.jpg) no-repeat;
	width: 800px;
	height: 560px;
	position: absolute;
	margin-left: -400px;
	left: 50%;
	margin-bottom: 0px;
	padding: 0px;

}

#welcome DIV.flags {
	width: 300px;
	margin: 190px 0 0 415px;
	background: transparent;
	height: 20px;
	list-style: none;
}

#welcome DIV.flags li{	display: inline;	float: left; margin: 0 30px 0 30px;}

#welcome DIV.flags ul{	margin: 0 0;	padding: 0 0;}

	.french-flags{	background-image: url(img/fr.gif);	display: block;	height: 23px;	margin: 0 0;	width: 35px;}

	.french-flags a:hover{	background-image: url(img/fr-on.gif);	display: block;	height: 23px;	margin: 0 0;	width: 35px;}
	
	.english-flags{	background-image: url(img/uk.gif);	display: block;	height: 23px;	margin: 0 0;	width: 35px;}

	.english-flags a:hover{	background-image: url(img/uk-on.gif);	display: block;	height: 23px;	margin: 0 0;	width: 35px;}
	
	.spanish-flags{	background-image: url(img/es.gif);	display: block;	height: 23px;	margin: 0 0;	width: 35px;}

	.spanish-flags a:hover{	background-image: url(img/es-on.gif);	display: block;	height: 23px;	margin: 0 0;	width: 35px;}
	
	
	
/* FIN DE LA PREMIERE PAGE */ 