#corps
{
   width: 1000px;
   height: 748px;
   
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px;
   margin-bottom: 10px;
   
   background-color: white;
}

a
{
	text-decoration: inherit;
	color : inherit;
}

a img {
	border : none;
}

.gauche
{
	width: 33%;
	height: 100%;
	float: left;
}

.centre
{
	width: 33%;
	height: 100%;
	float: left;
}

.droite
{
	width: 33%;
	height: 100%;
	float: left;
}




.drapeau
{
	width: 120px;
	height: 81px;
	margin: auto;
}

.drapeau p
{
	font-size: 12px;
	text-align: center;
}

#drapeau_fr
{
	margin-top: 20px;
	font-size: 11px;
}

#drapeau_us
{
	margin-top: 220px;
}

#drapeau_es
{
	margin-top: 220px;
}




.citation
{
	width: 258px;
	height: 86px;
	margin: auto;
}

#citation_fr
{
	background-image: url("images/citationFR.jpg");
}

#citation_us
{
	background-image: url("images/citationUS.jpg");
	margin-top: 100px;
}

#citation_es
{
	background-image: url("images/citationES.jpg");
	margin-top: 100px;
}

#citation_from
{
	float: right;
	margin-top: 100px;
}


#logo
{
	width: 309px;
	height: 288px;
	
	margin: auto;
	margin-top: 80px;
	margin-bottom: 60px;
	
	background-image: url("images/logo.jpg");
}