/* ====================================== STRUCTURE ====================================== */
	/* ---------------- principal ---------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	background: #3C51FF;
}
body {
	margin: 1em 10%;
	padding: 1em 3em;
	width: 45em;
	font-family: arial;
	border: 1px solid #999;
	background: #eee;
}
div#foot {
	width: 100%;
	border-top: 1px solid #999;
	text-align: center;
	margin: 0 0 0 0;
}
	/* ---------------- annexe ---------------- */
div.auto {
	margin: auto;
	text-align: center;
	width: 30em;
}
div.inline {
	display: inline;
}
div.alinea {
	margin: 0.2em 0 0.3em 1em;
}
div.clear_left {
	clear: left;
}
/* ====================================== FORMULAIRES ====================================== */

<!--
div.rouge {text-decoration: blink;}
-->

div.label {
	text-align: right;
	padding-right: 0.5em;
	float: left;
	width: 15em;
	font-size: 0.8em;
}
div.manquant {
	font-weight: bold;
	color: red;
}
div.remarque_champ {
}
div#info_pdf {
}
div#remarque_reinscription {
	width: 30em;
	margin-left: 12em;
	font-size: 0.8em;
	font-style: italic;
}
div#remarque_validation {
	width: 50em;
	margin: 0.5em 0 0.5em 2em;
	font-size: 0.9em;
	font-style: italic;
}
div#remarque_email{
	background-color: lightyellow;
	font-size: 0.9em;
	padding: 0.5em;
}
.champ_oblig {
	color: red;
}
div.champ_oblig {
	display: inline;
}
div.remarque_champ {
	display: inline;
}
	/* ---------------- fieldset ---------------- */
div.fieldset {
	background: #ddd;
	border: 1px solid #999;
	padding: 0.4em 1em 0.4em 1em;
	margin: 0 0 1em 0;
}
	/* ---------------- textareas ---------------- */
textarea {
	float: left;
	font-size: 0.72em;
	font-family: arial;
	margin-right: 0.6em;
}
textarea.xxl {
	width: 40em;
	height: 15em;
}
textarea.big {
	width: 35em;
	height: 10em;
}
textarea.big_cv {
	width: 35em;
	height: 30em;
}
textarea.voeux {
	width: 35em;
	height: 8em;
}
textarea.medium {
	width: 30em;
	height: 5em;
}
textarea.small {
	width: 16.2em;
	height: 5em;
}
textarea.enfants {
	width: 16em;
	height: 4em;
}
textarea.quest_fpro {
	margin: 0.3em 0.5em 0 1em;
}
textarea.free {
	margin: 0.5em 0 0.5em 0;
}
	/* ---------------- selects & options ---------------- */
select {
	padding: 0 0 0 0.5em;
}
select#cycle {
	margin: 0 0 0 4em;
}
option {
	padding: 0 0 0 0.5em;
}
	/* ---------------- inputs ---------------- */
input {
	width: 14em;
	margin: 0 0 0.1em 0;
}
input.deux_car {
	width: 2em;
	text-align: center;
}
input.quatre_car {
	width: 4em;
	text-align: center;
}
input.cinq_car {
	width: 5em;
	text-align: center;
}
input.tel_car {
	width: 10em;
	text-align: center;
}
input.internet {
	width: 25em;
}
input.valider {
	width: 8em;
	position: relative;
	left: 10em;
	top: 0.5em;
}
input.checkbox {
	margin-left: 0.5em;
	width: 2em;
}
span.autorisation_diff {
	margin-left: 0.5em;
	font-style: italic;
	font-size: 0.8em;
}
/* ====================================== MISE EN FORME GENERIQUE ====================================== */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_right {
	clear: right;
}
	/* ---------------- formats liens ---------------- */
img.logo {
	text-decoration: none;
	border: none;
	width: 15em;
	margin: -1em 0 -1em 1em;
}
	/* ---------------- formats texte ---------------- */
.gras {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.rouge {
	color: red;
}

div.liens_retour {
	margin-left: 0.5em;
}

div.liens_retour a {
	text-decoration: none;
	color: black;
	font-style: italic;
	font-weight: bold;
}

div.titre1 {
	color: #FFB44F;
	font-size: 1.6em;
	font-weight: bold;
}

div.soustitre1 {
	color: #FFB44F;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
}

div.titre2 {
	color: #03169D;
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-style: italic;
	margin: 0 0 0.5em 0;
}
