	html, body {
		margin:0;
		padding:0;
		background-color:#8CA2B9;
		text-align:center;
		height:100%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
	}
	
	a:link {
		text-decoration:none;
		color:#465784;
		
	}
	
	a:visited {
		text-decoration:none;
		color:#465784;
		
	}
	
	#recotitre {
		margin-top:10px;
		margin-bottom:30px;
		text-align:center;
		font-weight:bold;
		color:#507189;
	}
	
	#recobloc {
		margin-left:auto;
     	margin-right:auto;
		margin-top:12px;
		text-align:center;
		width:420px;
		min-height:220px;
		background-color:#FFFFFF;
		border-style:solid;
		border-width:1px;
		border-bottom-color:#000000;
	}
	

	#reco {
		margin-top:12px;
		text-align:center;
		width:100%;
		min-height:100%;
	}
	
	#touches {
		margin-top:12px;
		text-align:left;
		width:95%;
		min-height:100%;
		padding:8px
	}
	
	#recocenter {
		width:410px;
		min-height:110px;
	}
	
	.recoleft{
		text-align:right;
		width:180px;
		height:25px;
		float:left;
	}
	
	.recomarge{
		width:10px;
		height:10px;
		float:left;
	}
	
	.recoright {
		text-align:left;
		width:220px;
		height:25px;
		float:left;
	}
	
	
	
	
