/* CSS Document */


#sideFormulaire {
	float: left;
	width: 50px;
	background-color:#ffe6c8;
	background-repeat: repeat-y;
}

#sideFormulaireForm {
	float: left;
	width: 50px;
	height: 1725px;
	background-color:#ffe6c8;
	background-repeat: repeat-y;
}

#formulaire {
	position: relative;
	width: 700px;
	top: 10px;
	padding-left: 10px;
	float: left;
}

fieldset {
	border: solid 1px;
	padding: 2px;
	width: 685px;
}


/* Pour formuliare d'inscription    */
#presentation, #presentationSucces {
	position:relative;
	width:157px;
	height:1775px;
	left:0;
	top:3px;;
	padding: 5px;
	color:#FFFFFF;
	background-color:#26387f;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#presentationSucces {
	height: 675px;
}
	
#bande {
	margin-left: 2px;
}

input.saisie, textarea.saisie {
	border: 1px;
	border-style:solid;
	border-color: #666666;
	background-image:  url(../imgs/input_bg.png);
	background-repeat: repeat-x;
}

textarea {
	padding: 2px;
}

.notes {
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	font-style:oblique;
}

.notes2 {
	font-size: 13px;
	/*font-style:oblique;*/
	font-weight: bold;
}

.notes3 {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

#formulaire ul li {
	margin: 0;
	padding: 0;
	margin-left: 25px;
	margin-bottom: 3px;
	list-style: disc;
}