/* CSS Document */
.asterisque
{
	text-align:center;
	font-weight:normal;
	color: #555;
	font-style: italic;
}
.formulaire
{
    font-weight:bold;
	color:#555;
	margin-left:70px ;
	font-size:11px;
	text-align:left;
    width:630px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
label{
	display:inline-block;
	width:160px;
	color:#666;
	font-weight:bold;
	font-size:11px;
	vertical-align:top;
}
input[type=text]
{
	border: thin solid #efdaba;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #efdaba;
	border-right: 1px solid #efdaba;
	background-color:#eee;
	width:400px;
	color: #444;
	font-size:11px;
}
textarea
{
	border: thin solid #efdaba;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #efdaba;
	border-right: 1px solid #efdaba;
	background-color:#eee;
	width:400px;
	color: #444;
	font-size:11px;
}
input[type=file]
{
	border-bottom: 1px solid #efdaba;
	border-right: 1px solid #efdaba;
	background-color:#eee;
	width:400px;
	font-size:11px;
}
input[type=submit],input[type=reset]
{
	text-align:right;
}
.fondformulaire
{
	margin:5px auto;
	padding:3px 3px;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.erreur {
   text-align:center;
   color: #CC0000;
   font-weight:bold;
}
.link a {
   color:#0099FF;
   font-weight:bold;
}
.link a:hover {
   color:#00CCFF;
}
