body {
	background: #a9ac99 url(./img/bgstripe.png);
}
.central{
	width: 800px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 1px;
	background: #FFF;
	border-left: 4px solid #96bd0e;
	padding-left: 10px;
	background-color: #fffab0;
	font-family: Verdana, Geneva, Arial, sans-serif;
}
.header{
	padding-left: 50px;
	padding-top: 10px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	min-height: 80px;
	background: #333;
	background-image: url(./img/corner.png);
	background-repeat:no-repeat;
	background-position:top right;
}
.bouton{
	padding-top:4px;
	padding-left: 10px;
	padding-right:10px;
	min-width: 100px;
	font-size :20px;
	float:left;
	height: 30px;
	background: #ddd;
	text-align:center;
	margin-right:4px;
	background: #a9ac99 url(./img/bouton.png);
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border: 2px solid #555;
	border-top: none;
	font-family: Verdana, Geneva, Arial, sans-serif;
}
.bouton_group{
	width: 720px;
	margin: auto;
}
.section{
	width : 800px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
	padding-left:0px;
	padding-right:0px;
	background-color: #fff993;
}

.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);
}
.no_cadre{
	border : none;
}

.one{
	width : 780px;
	height : 300px;		
	margin-left: auto;
    margin-right: auto;
	margin-top: 100px;
    margin-bottom : 50px;
}
.left{
	width : 550px;
	height : 300px;	
	float : left;	
	margin-left: auto;
    margin-right: auto;
    margin-bottom : 0px;
}
.right{
	width : 230px;
	height : 100px;	
	float : right;	
	margin-left: auto;
    margin-right: auto;
    margin-bottom : 0px;
}
.centre{
	text-align:center;
}
.title{
	color : #FFF;
	font-size :50px;
}
.mev{
	color: #295795;
	font-size: 1.3em;
	font-weight:bold;
}
.info{
	color: #B0B2A1;
	font-size: 25px;
}
.huge{
	font-size: 40px;
}
.small{
	font-size: 12px;
}
.bouton a{
	color: #000;
	text-decoration:none;
}
.bouton a:hover{
	color: #96bd0e;
	text-decoration:none;
}

.center{
	width : 400px;
	height : 300px;	
	margin-left: auto;
    margin-right: auto;
}
.white-title{
	font-size: 2em;
	color: white;
}
.code{
	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);
}



