/*

	ENREGISTREMENT FICHE ENSEIGNE
	Fichier : form-register.css

*/



/*

	COMMUN
	
*/

/* RESET ----------------------------------------*/
*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body
{
	color: #5F5F5F;
}

a
{
	color: #864596;
	text-decoration: none;
}

a:hover
{
	color: #864596;
	text-decoration: underline;
}

/* MISC ----------------------------------------*/
.clear
{
	clear: both;
}

.space
{
	display: block;
	margin: 0 0 15px !important;
}

.top
{
	display: block;
	margin: 20px 0 0 !important;
}

/* FORM ----------------------------------------*/
input, select, textarea
{
	width: 280px;
	border: 1px solid #CCC;
	background: #FFF;
}

textarea
{
	height: 80px;
}

input:focus, select:focus, textarea:focus
{
	border: 1px solid #CCC;
	outline: 1px solid #C98AE1;
	background: #EEE2FC;
}

select optgroup label
{
}

input.ckbx
{
	width: 10px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	border: none;
	background: none;
}

/*

	CONTENT
	
*/

#contenu
{
	width: 919px;
	padding: 20px 50px;	
}

h2
{
	display: block;
	width: 560px;
	margin: 0 auto 10px;
	padding: 0 0 0 22px;
	color: #864596;
	font-size: 24px;
	background: url(../images/flechePointilles.gif) no-repeat 0 11px;
}

/* FORM ----------------------------------------*/
#register
{
	width: 580px;
	margin: 0 auto;
	padding: 20px 0;
}

#register small
{
	color: #999;
	font-size: 11px;
	font-weight: normal;
}

#register small.alert
{
	color: #FF7800;
	font-size: 11px;
}

#register small.alert a
{
	color: #FF7800;
	font-size: 11px;
	text-decoration: none;
}

#register small.alert a:hover
{
	color: #FF7800;
	font-size: 11px;
	text-decoration: underline;
}

#register h3
{
	margin: 30px 0 20px;
	padding: 20px 0 0;
	color: #305061;
	font-size: 16px;
	text-transform: uppercase;
	border-top: 1px solid #CCC;
}

#register h3.first
{
	border-top: none;
}

#register div
{
	clear: both;
	margin: 0 0 10px;
}

#register table p
{
	height: 17px;
}

#register label
{
	display: block;
	float: left;
	width: 280px;
	font-weight: bold;
}

#register select.jour
{
	width: 60px;
}

#register select.mois
{
	width: 125px;
}

#register select.annee
{
	width: 90px;
}

#register img.captcha
{
	float: left;
	margin: 0 5px 10px 0;
}

#register img#reload
{
	cursor: pointer;
}

#register input.captcha-in
{
	width: 120px;
	height: 20px;
	font-size: 16px;
}

#register input.send
{
	display: block;
	width: 107px;
	height: 24px;
	margin: 40px auto 0;
	border: none;
	background: none;
}

#register input.send:focus
{
	border: none;
	outline: none;
	background: none;
}

#register p
{
	margin-bottom: 10px;
}

#register p.legal
{
	margin: 30px 0 10px;
	font-size: 11px;
}

#register p.legal a
{
	font-size: 11px;
}

#ajLoader
{
	float: right;
	display: none;
}

a.actif { color: #fff; background-color: #864596; text-decoration: none; font-weight: bold; }

/* ERREUR ----------------------------------------*/
#gstErreur, #gstCaptcha
{
	position:absolute;
	background-image:url(../images/fond_msg.gif);
	background-position:center center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	height:64px;
	left: 910px;
	padding:2px 5px 2px 60px;
	text-align:left;
	width:156px;
	z-index:10000;
}

	#gstErreur table.erreur, #gstCaptcha table.erreur
	{
		width: 150px;
		height: 64px;
	}

		#gstErreur table.erreur tr td, #gstCaptcha table.erreur tr td
		{
			vertical-align: middle;
			line-height: 1.5em;
		}
		
#masque
{
	display: none;
	position:absolute;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:.60;opacity:.60;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 1;
}

#dataMsg
{
	display: none;
	position:absolute;
	background-color: #FFF;
	top:0;
	left:0;
	z-index:10;
	border: 5px #000 solid;
	width: 500px;
	height: 270px;
	padding: 10px 7px;
}

#masqueSelect
{
	display: none;
	position:absolute;
	background-color: #FFF;
	top:0;
	left:0;
	z-index:8;
	width: 524px;
	height: 300px;
	border: 0;
}

#closeWin
{
	position: absolute;
	margin: -20px 0 0 500px;
}

div#erreurLogo
{
	width: 400px;
	margin: 0 auto;
	border: 1px #FF0033 solid;
	padding: 10px;
}

div#erreurLogo div
{
	text-align: center;
	color: #f00;
	font-weight: bold;
}

