﻿/* ---------------------------------- */
/* ------- Page inscription --------- */
/* ---------------------------------- */

/* Case à cocher */

.blocChamps label {
	display: block;
	float: left;
	width: 200px;
}

.inoCoordonnee, .iConferencier, .iParticipant, 
.idefiFrontiere, .idefiArctique, .idefiEnergie, .idefiCapacite {
	vertical-align:middle;
	margin-right:10px; }

.champsInscript, .champsInscript2 {
	border-bottom: 1px solid #fff;
	height: 20px;
	padding: 0 0 5px;
	margin:5px 0 0 0; 
}
.champsInscript2.height { height: auto; }

.champsInscript2.height input { float: left;}

.champsInscript2.height span { display: block; margin-left: 20px;}
.champsInscript2 span { font-size: 0.9em; }

.blocChamps {
	background: #E5E5E5;
	clear: both;
	margin: 0 0 30px 10px;
	padding:10px; 
}

.champsInscript label, .champsInscript2 label {
	font-size:0.9em;
	padding-top:0.3em;
	text-align:left; }

.champsInscript input {
	width:250px; }

#bEnvoyerForm {
	margin:10px 0 0 0; }

.champsInscript input.iCodePostal {
	width:60px; }

.champsInscript input.iTelephone, .champsInscript input.iTelecopieur, 
.champsInscript input.imotPasse, .champsInscript input.iConfirmation {
	width:100px; }
	
.ulLikePar  {
    font-size: 0.9em;
    color: #828282;
    margin-top: 0; }