.blocProfil2{
width: 328px;
position: relative;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
float: left;
}
/* Colonnes */
.colonneBleue{
background-color: #E7F0FF;
float: left;
display: block;
width: 338px;
height: 30px;

}
.colonneBanche{
	background-color: #FFFFFF;
	float: left;
	display: block;
	width: 338px;
	height: 30px;
}
.colonne120{
display: block;
width: 120px;
padding: 3px;
float: left;
}
.colonne120b{
display: block;
width: 120px;
padding: 3px;
float: left;
text-align: right;
font-size:12px;
}
.colonne300{
	display: block;
	width: 300px;
	padding: 3px;
	float: left;
	color: #840000;
	font-weight: bold;
}
.colonne300 p{
	color: #333333;
	font-weight: bold;
}
.colonne300b{
display: block;
width: 300px;
padding: 3px;
float: left;
text-align: center;
}
/* Formulaires */
input.submit {
position: relative;
left: 100px;
border:none;
cursor:pointer;
background: url(images/boutons/boutonInscriptionRapide.jpg) 0px 1px no-repeat;
width: 154px;
height: 38px;
float: left;
}
input.valider {
position: relative;
left: 80px;
border:none;
cursor:pointer;
background: url(images/boutons/entrer.jpg) 1px 1px no-repeat;
width: 144px;
height: 38px;
float: left;
}
input.valider:hover {
border:none;
cursor:pointer;
background: transparent url(images/boutons/entrer.jpg) no-repeat;
width: 144px;
height: 38px;
float: left;
}
input.valider:active {
border:none;
cursor:pointer;
background: transparent url(images/boutons/entrer.jpg) 1px 1px no-repeat;
width: 144px;
height: 38px;
float: left;
}
.formInscriptionParcourir{
margin: 0;
padding: 0;
width: 190px;
height: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #999999;
font-weight: bold;
border: #7588aa solid 1px;
float: left;
}
.rose {
	color: #FF00FF;
	font-weight: bold;
}