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

/* Page */

.center{
	text-align:center;
	margin:auto;

}

html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}

body {
	margin: 0;

	font-family: "Trebuchet MS", sans-serif; 
/*	line-height: 1.25; */


}

#corps{
	margin-top:50px;
	padding-top:80px;

}



/* Header */

#header #logo{
	margin-top:15px;
	margin-left:25px;	
	position:absolute;
}

#header .flags{
	float:right;
	margin-right:50px;

}
#header .flags ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline; 
}

#header .flags li{
	display: inline; 
	margin-left:15px;
}




div.intro2{

	height:240px;
	width:100% ;
	background-image: url(../medias/intro.jpg);
	background-repeat: repeat-x;
text-align:center;
}




/* --- MENU --- */

/* Page */
body {
	padding: 0; 
}

.logo{
	margin-top:40px;
text-align:center;	
}
