@charset "UTF-8";
/* CSS Document */

.conteneur_global{
	background-color:#FFF;
	width : 900px;
	height: 800px;
    margin:auto;
    height:100%;
	margin-top:10px;
}

.conteneur_global{
	text-align:center;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:14px;
}

.conteneur_global .titre_selection {
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	color: #253c68;
	margin:auto;
	margin-top:10px;
	margin-bottom:5px;
}

.conteneur_global .email{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}
	
.conteneur_global .adresse{
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
}
