	.data.catalogue .drapeau {
		height:1.5em;
		margin-right:7px;
		vertical-align:middle;
		border:1px solid #555555;
		}
	
	.data.catalogue a {
		color:#555555;
		}

	.data.catalogue th:nth-of-type(2) {
		width:200px;
		}
	
	.data.catalogue th:nth-of-type(3) {
		width:80px;
		}
		
	.pays_list {
		position:absolute;
		top:0;
		right:0;
		}
		
	.pays_list a {
		color:inherit;
		}

	.zone_add {
		text-align:right;
		}
	
	form {
		text-align:center;
		}
	
	form > * {
		vertical-align:middle;
		}
	
	form input:not([type="file"]):not(.bouton),
	form select{
		width:200px;
		font-size:1.1em;
		padding:5px 10px;
		position:relative;
		}
		
	form input:not([type="file"])[name="recherche"] {
		width:400px;
		}
