/*index FIREFOX*/

/* la page  */
    body {
        width:100%;
        margin:auto;
		background-color:#ffffff;
        background-attachment:scroll;
        background-position:center;
        background-repeat:no-repeat;
		text-align:center;
        font-family: Arial, "Arial Black", Verdana, serif;
		color:#000000;
    }
	
	#corps {
		width:80%;
		margin:auto;
		margin-top:5%;
		margin-bottom:5%;
		padding-top:5%;
		padding-bottom:10%;
		background-color:#ffffff;
		text-align:center;
	}
	
	#corps a {
		text-decoration:none;
		color:#000000;
		
	}
	
	#corps a img {
		border:none;
	}
	
    .logo {
        width:70%;
		margin-bottom:10%;
	}
	
	.fr {
		float:left;
		margin-left:35%;
	}
	
	.pt {
		float:right;
		margin-right:35%;
	}
	
