﻿


/***************************************************/
/* CONTACT */

.Contenu .Infos .EncadreContact
{
	position:absolute;
	right:10px;
	top:10px;
	
	border:solid 2px lightgrey;
	width:400px;
	height:384px;
	padding:10px;
	
	font-family:Arial;
	font-size:11px;
	color:#1652A9;
	
	background:white;
}

.Contenu .Infos .RadioBoutons
{
	color:#2d69c0;
	margin-left:30px;
}

.Contenu .Infos .TableForm
{
	width:100%;
}

.Contenu .Infos .TableForm td
{
}

.Contenu .Infos .ChampsTexte
{	
	font-size:10px;
	width:305px;
}

/***************************************************/
/* RECUP MOT DE PASSE */

.emailInconnu
{
	color:Red;	
}