body {
	font-size: 80%;
	font-family: arial;
	background-color: #ececec;
}

#centre {
	position : relative;
	margin-left: auto;
	margin-right: auto;
	width: 715px;
}

#corps {
	background-image:url(../fichiers/img/fond.png);
	background-repeat:repeat-y;
}

#corps img {
	border: none;
}

.accueil li {
	list-style-image: url(../fichiers/img/logo_index_maai.png);
	border-bottom: 1px solid #f3f5f6;
	line-height: 1.5em;
	text-align: left;
	margin-right: 20px;
}

/* propriétés communes à l'ensemble des 4 coins */

#haut_gauche, #haut_droit, #bas_gauche, #bas_droit {
	height: 12px; 
	width: 17px;
	background-repeat: no-repeat;
	font-size:1px; /* correction d'un bug IE */
}

/* propriétés spécifiques à chaque coin */

#haut_gauche {
	background-image:url(../fichiers/img/haut_gauche.png);
}

#haut_droit {
	float: right;
	background-image:url(../fichiers/img/haut_droite.png);
}

#bas_gauche {
	background-image:url(../fichiers/img/bas_gauche.png);
}

#bas_droit {
	float: right;
	background-image:url(../fichiers/img/bas_droite.png);
}

#contenu {
	position : relative;
	color: black;
	top: 0px;
	left: 208px;
	width: 470px;
	min-height: 400px;
}

#contenu p {
	text-align: left;
	text-indent: 1em;
}

#contenu label {
	float: left;
	display: inline;
	width: 120px;
}

h1 {
	position : relative;
	top: 0px;
	padding-top: 50px;
	left: 208px;
	font-size: 1.5em;
	text-align: center;
	height: 85px;
	width: 470px;
}

h2 {
	font-size: 1.3em;
}

.avertissement {
	color: red;
	font-weight: bold;
	font-size: 1.1em;
}

.confirm {
	color: red;
}

#menu {
	position : absolute;
	top: 50px;
	width: 200px;
	height: 415px;
	background: url(../fichiers/img/trait_vertical.png) no-repeat right;
	list-style-position: inside;
	margin-left: -10px;
	padding-left: -10px;
}

#menu img {
	border: 0px;
	margin-left: 35px;
}

#menu a {
	text-decoration: none;
	color: black;
}

.menu ul {
	list-style-type:none;
	margin-left: 5px;
	padding-left: 10px;
}

.menu li {
	list-style-image: url(../fichiers/img/etoile.png);
	border-bottom: 1px solid #f3f5f6;
	width: 150px;
	line-height: 2em;
	text-align: left;
}

.sousmenu ul {
}

.sousmenu li {
	list-style-image: url(../fichiers/img/etoile_blanche.png);
	border-bottom: none;
	text-align: left;
}

#langue {
	font-size: 0.9em;
	text-align: center;
}

#langue a {
	color: #555555;
}

#langue li { 
	display: inline;
}

#langue ul { 
	margin-left: 0px;
	padding-left: 0px;
}

.feminin {
	display: none;
}

.obligatoire {
	color:red;
}

#traducteurice {
	margin: 5px;
	font-size: 0.9em;
	text-align: center;
}

.logos ul {
	list-style-type:none;
	margin-bottom: 2em;
}

.logos li {
	border-bottom: 1px solid #f3f5f6;
	margin: 0.5em;
	height: 200px;
}

.logos img {
	float: left;
	margin-right: 2em;
}

.tutoriel_code {
	width: 100%;
	overflow: auto;
	font-size: 0.9em;
	text-align: left;
	border: dashed 1px black;
	padding: 3px;
	background-color: #ECECEC;
}
