/* CSS Document */

#cadre {width: 640px; height: 390px; margin-left: auto; margin-right: auto; padding: 10px; background: #5E171B; border-left: 1px solid #000; border-top: 1px solid #000; border-right: 1px solid #fff; border-bottom: 1px solid #fff; position: relative;}
#colgauche {width: 310px; height: auto; float: left; border-left: 1px solid #000; border-top: 1px solid #000; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
#coldroite {width: 310px; height: auto; float: right; border-left: 1px solid #000; border-top: 1px solid #000; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
.pair {background: #B89694; }
.impair {background: #E5DED4;}

/* Style formulaires */

#contentamain form {
	font: normal .9em Arial, Helvetica, sans-serif;
	color: #fff;
}
#contentamain fieldset {
	padding: 40px 20px 0 0;
	margin: 0 0 2em;
	background-color: #3e080f;
	border: none;
	position: relative;
	float: left;
}
#contentamain fieldset legend {
	padding: 0;
	margin: 0;
	color: #e5ded4;
}
#contentamain fieldset legend strong {
	position: absolute;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 1.2em;
}
#contentamain form p {
	color: #fff;
	margin: 0 0 20px; 20px;
}
#contentamain form label {
	width: 140px;
	float: left;
	clear: left;
	margin-right: .75em;
}
/* formulaire enregistrements */
#contentamain form#frmEnregistrement {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}
#contentamain form#frmEnregistrement fieldset {
	width: 540px;
}
#contentamain form#frmEnregistrement input.text {
	width: 200px;
}
#contentamain input.text:focus {
	background-color: #ffc;
}

 /* formulaire login */
 
#contentamain form#form1 {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}
#contentamain form#form1 fieldset {
	width: 540px;
}
#contentamain form#form1 input.text {
	width: 200px;
}

