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

body{
	background-color:#333;
}
#bodyWrap{
	height:100%;
	width:550px;
	margin-top:30px;
	padding-top:10px;
	padding-left:20px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	border:#CCC solid 1px;
}

/*------SECTION EMAIL------*/
/*-------------------------------------------*/
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

h3{
	margin-bottom:10px;
	font-weight:bold;
}

p.sousTitreForm{
	font-size:12px;
}

input{
	margin-bottom:10px;
}

#remplacant, #regulier{
	margin-top:10px;
}

.texteExplicatif{
	color:#900;
	font-size:9px;
	margin-bottom:5px;
}

/*====SOUS-SECTION INFORMATIONS====*/
/*=================================*/
#infosPerso{
	width:490px;
	padding-bottom:10px;
	border-top:2px solid #FFF;
}

/*====SOUS-SECTION MESSAGE====*/
/*=================================*/
#infosEquipe{
	width:490px;
	padding-bottom:10px;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
}
#disponibilitesComplet, #adresseComplet, #telephonnesComplet, #calibreListe, #expulsionComplet, #infoBase, #autreComplet{
	width:490px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
}
#calibreElement1, #calibreElement2, #calibreElement3 {
	margin-top:10px;
	margin-bottom:10px;
}
#expulsionRaisonUsager, #autresInformationsUsager{
	height:150px;
	width:450px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#soumettre{
	margin-bottom:10px;
}