body {
    width: 800px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
	background-color: white;	
}
.entete{
	width : 800px;
	height : 80px;		
	margin-left: auto;
    margin-right: auto;
    margin-bottom : 0px;
}
.entete2{
	width : 800px;
	height : 113px;		
	margin-left: auto;
    margin-right: auto;
    margin-bottom : 0px;
}
.section{
	width : 800px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
	padding-left:0px;
	padding-right:0px;
}

.output{
	width :88%;
	background-color : rgb(200,200,200) ;
	margin : auto;
	margin-top:10px;
	margin-bottom:10px;
	padding : 5px;
	font-family: monospace;
	border : 1px dashed rgb(0,0,0);
}
.centre{
	text-align:center;
}
h1{
	color : rgb(68,74,127);
	font-size :1.4em;
}

.download{
	width:100px;
	height:100px;
	background-image:url("./images/download.png");
	float:right;
}
.dlink{
	width : 500px;
	height : 70px;		
	margin-left: auto;
    margin-right: auto;
    margin-top : 10px;
    margin-bottom : 10px;
    text-decoration:none;
}
.mlinkl{
	width : 391px;
	height : 140px;		
    float : left;
 	margin-bottom:10px;
 	text-decoration:none;
 	margin-top: 10px;
}
.mlinkr{
	width : 391px;
	height : 140px;		
    float : right;
 	margin-bottom:10px;
 	text-decoration:none;
 	margin-top: 10px;
}
.mlinkblog{
	width : 250px;
	height : 60px;		
    float : right;
 	margin-bottom:0px;
 	text-decoration:none;
 	margin-top: 0px;
}
.no_cadre{
	border : none;
}

.top{
	width : 800px;
	height : 90px;		
	margin-left: auto;
    margin-right: auto;
    margin-bottom : 0px;
	background-image: url("./images/banniere_cut_top.png");
}
.bottom_L{
	width : 148px;
	height : 50px;	
	float : left;	
	margin-left: auto;
    margin-right: auto;
    margin-bottom : 0px;
	background-image: url("./images/banniere_cut_bottom_left.png");
}
.bottom_R1{
	width : 218px;
	height : 50px;	
	float : left;	
	margin-left: auto;
    margin-right: auto;
    margin-bottom : 0px;
	background-image: url("./images/banniere_cut_bottom_right1.png");
}
.bottom_R2{
	width : 162px;
	height : 50px;	
	float : left;	
	margin-left: auto;
    margin-right: auto;
    margin-bottom : 0px;
	background-image: url("./images/banniere_cut_bottom_right2.png");
}
.bottom_R3{
	width : 272px;
	height : 50px;	
	float : right;	
	margin-left: auto;
    margin-right: auto;
    margin-bottom : 0px;
	background-image: url("./images/banniere_cut_bottom_right3.png");
}
.bottom_R1:hover{
	background-image: url("./images/banniere_cut_bottom_right1h.png");
}
.bottom_R2:hover{
	background-image: url("./images/banniere_cut_bottom_right2h.png");
}
.bottom_R3:hover{
	background-image: url("./images/banniere_cut_bottom_right3h.png");
}
.center{
		width : 400px;
	height : 300px;	
	margin-left: auto;
    margin-right: auto;
}
.choice{
	width: 900px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
	background-color: #666666;
}
.white-title{
	font-size: 2em;
	color: white;
}
.dl-bouton{
	padding: 20px;
	background-color: #006D00;
	color: white;
	font-size: 1.2em;
	text-align: center;
	
}
.dl-bouton:hover{
	background-color: #007E00;
}


