body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-orange.png);
	font-family: Arial, sans-serif;
	color: white;
	font-size: 0.9em;
}

a,a:visited { /*color:#4F130F;*/
	color: #FFEEBF;
	text-decoration: none;
}

a:hover,.lien:hover {
	text-decoration: underline;
}

.lien {
	font-family: Arial, sans-serif;
	font-size: 1em;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
}

img {
	border: none;
}

.input { /*float:right;*/
	margin-top: 2px;
	margin-bottom: 3px;
}

.input input,select {
	background: #FEE7CA none repeat scroll 0 0;
	border-color: #CA6D45 #FAC680 #FAC680 #CA6D45;
	border-style: solid;
	border-width: 2px;
	width: 300px;
}

/* grosBandeau */
.grosBandeau {
	background-image: url(images/bg-titre.png);
	height: 168px;
	margin-bottom: 50px;
	overflow: hidden;
}

.grosBandeau .titre {
	float: left;
	margin-left: 60px;
	width: 466px;
}

/*.grosBandeau > .udes*/
.grosBandeau .udes {
	float: right;
	width: 195px;
	margin-right: 5px;
	margin-top: 58px;
}

/* petitBandeau */
.petitBandeau { /*background-color: #E34D15;*/
	background: #E66314 url(../images/petitBandeau.png) no-repeat scroll 0 0
		;
	height: 51px;
	margin-left: 2px;
	overflow: hidden;
}

.petitBandeau .titre {
	float: left;
	/*width: 590px;*/
	margin-left: 10px;
}

.petitBandeau .coinDroit {
	float: right;
	margin-right: 8px;
	margin-top: 8px;
	/*width: 115px;*/
}

/* pied de page */
.piedDePage .qc { /*float: right;*/
	width: 75px;
	/*margin-bottom: 5px;*/
}

.piedDePageQc .qc {
	float: right;
	width: 75px;
	margin-bottom: 5px;
	margin-right: 20px;
}

.ligneFormulaire {
	margin: 10px 0px;
	height: 17px;
}

.etiquette {
	float: left;
	width: 120px;
	margin-top: 2px;
}

.etiquette-intro {
	margin-top: 5px;
}

/* ===================================== */ /* centre page login */
.centre {
	clear: both;
	background-position: 0px 12px;
	background-repeat: no-repeat;
	margin-left: 100px;
	padding-left: 50px;
	width: 500px;
}

.no1 {
	padding-top: 20px;
	background-image: url(images/1.gif);
	height: 95px;
}

.no2 {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #FEECC3;
	background-image: url(images/2.gif);
	height: 30px;
}

.no3 {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #FEECC3;
	background-image: url(images/3.gif);
	height: 30px;
}

.ligne-points {
	width: 100%;
	height: 2px;
	background-image: url(images/bg-ligne-points.gif);
	overflow: hidden;
	clear: both;
}

/* ===================================== */ /* page inscription */
.ligne {
	height: 1px;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	border-top: 2px solid #FEECC3;
	clear: both;
}

.contenu { /*margin-left:200px;*/
	margin: auto;
	width: 700px;
}

.boiteTitre {
	margin-top: 10px;
	color: black;
}

.boiteColonne {
	color: black;
	clear: both;
	text-align: justify;
}

.texteColonne1 {
	float: left;
	width: 330px;
}

.texteColonne2 {
	float: right;
	width: 330px;
}

.copyright { /*background-color:orange;*/
	background: #f78e21 url(images/bg-orange-invert.png) no-repeat 0px 0px;
	/*border-top:2px solid black;*/
	margin-top: 10px;
	/*margin-left:200px;*/
	padding: 0px 20px;
	font-size: 0.9em;
	color: black;
	height: 65px;
}

/* ==== occupations ==== */
optgroup {
	margin-left: 3px;
	margin-bottom: 5px;
}

optgroup option {
	margin: 1px 10px;
}

option {
	margin: 4px;
}