body{
	background-color: #FFFFFF; /* couleur de fond*/
	font-family: Helvetica, Arial, sans-serif; /* police */
	font-size: small; /* taille du texte */
	color: #333333; /* couleur du texte */
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center 150px;
}
p, form{
	padding: 0;
	margin: 0;
}
.global{
	width: 700px;
	margin: auto;
	text-align: center;
}
a{
	text-decoration: none; /* défini l'affichage du lien (souligné par défaut) */
	color: #333333; /* couleur du lien */
}
img,table{
	border: 0; /* enlève les bordure des images et des tableaux */
}
.bordure{
	border:solid #CFBE9C 2px;
}
.bouton{
	padding: 10px 0px;
		margin-top: 100px;
	margin-bottom: 100px;
}
.titre{
	color:#333333;
	font-family: Arial;
	font-weight: bold;
	padding: 15px 0px;
}
.footer{
	font-size: 11px;
	text-align: center;
	padding: 10px 0px;
}
.intro{
	text-align: left;
}	
.texte{
	width: 700px;
	/*text-align: justify;
	font-size: 11px;*/
	text-align: center;
	font-size: 22px;
	color:#999999;
	margin-top: 30px;
}
.logo{
	margin: 25px 0 50px 0;
}
.input-password{
	text-align: center;
	margin-bottom: 20px;
}
.contact{
	margin-top: 20px;
}
.contact a:hover{
	text-decoration: underline;
}
