.carte
{
	/*font-family : impact;*/
	margin-top : 5px;
	margin-bottom : 5px;
}

body
{
	font-size : medium;
	font-family : arial;
	
	color : #000;
	background-color: #ddd; 

	margin-top : 70px;
	margin-left : 110px;
	margin-right : 120px;
	margin-bottom : 70px;

	text-align : center	;
}

#titreResultat
{
	margin-bottom : 20px;
	font-size : large;
	line-height : 120%;

}

.etire
{
	font-size : large;
	font-family : impact;
	text-transform : uppercase;

}

#separateur
{
	text-decoration : underline;
	letter-spacing : 6px;
	font-size : large;
	line-height : 160%;
}

#titre1
{
	float : top;
	text-align : right;
	font-size : x-large;
}

#titre2
{
	float : top;
	text-align : right;
	font-size : large;
}

#entete
{
	float : top;
	margin-top : 10px;
	margin-left : 0px;
	margin-right : 	0px;
	margin-bottom : 10px;
	
	text-align : right;
	font-size : small;

	letter-spacing : 3px;
	line-height : 90%;
}

#formulaire
{
	float : top;
	v-align : center;
		
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	
	text-align : center;
	letter-spacing : 3px;
	line-height : 80%:
}

#carte
{
	margin-top : 5px;
	margin-bottom : 5px;	
}

input
{
	font-size : large;
	font-family : impact;
	text-transform : uppercase;
	vertical-align : middle;
}

a
{
	text-decoration : none;
}