/* CSS Document */
body{
	background-color:#323232;
	margin-left: auto;
    margin-right: auto;
	width:980px;
	}
	
.header {
	/*Il faut laisser la balise header dans le code HTML sinon défaut d'affichage*/
	/*position:relative;
	width:100%;*/
	}
	
.corps {
	background-color:#FFFFFF;
	}
	
.menu {
	width:930px;
	margin-left:25px;
	}
	
.haut-cadre-ecriture {
	margin-top: 40px;
	margin-left:165px;
	width:650px;
	height:20px;
	}
	
.texte{
	background-image:url(images/interface/fond-cadre-ecriture.gif);
	margin-left:165px;
	padding-top:10px;
	padding-bottom:10px;
	width:650px;
	font-family: Arial, Helvetica, sans-serif
	}
	
	.titre{
		text-align:center;
		font-family: Arial, Helvetica, sans-serif
		}
		
	.contenu{
		margin-left:20px;
		margin-right:17px;
		margin-top:15px;
		margin-bottom:15px;
		}
	
.bas-cadre-ecriture{
	background-image:url(images/interface/bas-cadre-ecriture.gif);
	margin-left:165px;
	width:650px;
	height:20px;
	margin-bottom:60px;
	}
	
.menu-bas{
	color:#000000;
	text-decoration:none;
	padding-bottom:7px;
	text-align:center;
	}
	
	.non-rollover-menu-bas{
		color:#000000;
		text-decoration:none;
		font-family: Arial, Helvetica, sans-serif
		}
		
	.rollover-menu-bas{
		color:#0C4F89;
		text-decoration:underline;
		font-family: Arial, Helvetica, sans-serif
		}
		
.footer{
	width:980px;
	height:50px;
	background-image:url(images/interface/footer.png);
	font-family: Arial, Helvetica, sans-serif
	}
	
	.ecriture-footer /*dans l'include ecriture-footer*/{
		position:absolute;
		color: #CCCCCC;
		margin-left:25px;
		margin-top:15px;
		font-family: Arial, Helvetica, sans-serif
		}
		.conteneur_france {
	position:absolute;
	margin-top:1%;/*Permet de descendre ou monter le cadre*/
	margin-left:30%;/*Permet de  decaler gauche droite le cadre*/
	width:127px;
	height:85px;
	
	background-image:url(images/interface/france.png);
	background-repeat:no-repeat;
	
}
		.conteneur_euro {
	position:absolute;
	margin-top:1%;/*Permet de descendre ou monter le cadre*/
	margin-left:1%;/*Permet de  decaler gauche droite le cadre*/
	width:125px;
	height:85px;
	background-image:url(images/interface/drapeueuro.png);
	background-repeat:no-repeat;
	
}

.conteneur {

  padding-top: 50px;
   padding-bottom: 50px;
}