@charset "ISO-8859-1";
/* CSS Document */

/* Mise en place des blocs */
body{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#333333;
	margin:0px;
}
#global{
	width:800px;
	top:10px;
	margin-right:auto;
	margin-left: auto;
	background-color:#FFFFFF;
}
#entete{
	width:100%;
	height:180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#menu{
	width:60%;
	height:20px;
	float: left;
	background-color:#C9CFF3;
}
#langue{
	margin-left:60%;
	height:20px;
	background-color:#C9CFF3;
	text-align: center;
}
#conteneur{
	width: 50%;
	float: left;
}	
#corps{
	margin-left: 50%;
}
#pied{
	clear:both;
	width:100%;
	height:100px;
	text-align: center;
}	
#carte{
width: 775px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
}
/* Mise en forme du texte */
h1{
	font-size:16px;
	text-align: center;
}
h2{
	font-size:12px;
	
}
h3{
	font-size:12px;
	
}
p{ 
	font-size:14px; 
	text-align: justify;
}
/* Mise en forme des tables */
table{
	border: 2px solid black;
	width: 300px;
	height: 220px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}
table, td	{
	border: 2px solid black;
	width: 300px;
	height: 25px;
	border-collapse: collapse;
	text-align: center;
}
table, th	{
	border: 2px solid black;
	border-collapse: collapse;
	text-align: center;
	height: 25px;
}
/* Mise en forme des liens */
 a{
	text-decoration:underline;
	color:#808080;
	font-size:14px;
	font-weight:bold;
}
 a:hover{
		background-color:#FF00FF;
}

