body {
	margin: 0px;
	font-family: Arial;
	background-color: #e8e8e3;
}

#form_connec {
	width: 250px;
	margin: auto;
	margin-top: 50px;
}

fieldset {
	border: 1px solid orange;
	text-align: center;
	padding-bottom: 10px;

}

legend {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	color: #335EA8;
	font-size: 14px;
}

.identifiants {
	width: 202px;
	height: 20px;
	margin: auto;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}



.erreur {
font-size : 10px;
color : red;
}

table {
	width: 100%;
	border: 0px;
	margin:0px;
}

img {
	border: 0px;
}
.bouton {
	width: 70px;
	height: 80px;
	text-align: center;
	font-weight: bold;
	color: #38393A;
}

#auteur {
	height: 25px;
	background-color: orange;
	font-weight: bold;
	font-size: 12px;
}

#conteneur_boutons {
	background-color: white;
}

#conteneur_global {
	text-align: center;
}

.principal {
	width : 496px;
	margin: auto;
	margin-top : 20px;
	background-color: white;
}

.graph_menu_principal {
	width: 496px;
	height: 23px;
	margin: auto;
	background-image : url('../IMG/menu_principal_top.gif');
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
	color: white;
}

.contenant_principal {
	background-image : url('../IMG/menu_principal_conteneur.gif');
	width: 496px;
	padding-top : 5px;
}

.titre_principal {
	margin-left:20px;
	width: 470px;
}


.bottom_menu_principal {
	background-repeat: no-repeat;
	background-image : url('../IMG/menu_principal_bottom.gif');
	font-weight: bold;
	width:496px;
	height: 11px;
	margin: auto;
}

.graph_menu_bottom  {
	width: 482px;
	margin: auto;
	background-image : url('../IMG/menu_secondaire_top.gif');
	height : 23px;
	text-align: right;
}

.secondaire {
	width : 482px;
	margin: auto;
	margin-top : 15px;
}

.titre_secondaire {
	width: 456px;
	margin: auto;
	font-weight: bold;
	text-align: left;
	height: 22px;
}

.contenant_secondaire {
	width: 482px;
	background-image : url('../IMG/menu_secondaire_conteneur.gif');
	margin-bottom: 0px;
}

.bottom_menu_secondaire {
	width: 482px;
	background-image : url('../IMG/menu_secondaire_bottom.gif');
	margin: auto;
	height: 8px;
	background-repeat: no-repeat;
}

.text_principal {
	width:470px;
	margin: auto;
}

.text_secondaire {
	width: 444px;
	margin: auto;
	text-align: left;
	padding-top: 10px;
}

input, textarea {
	background-color: #DEECFC;
}

table .table_edition {
    border-collapse:collapse;
    border:2px solid black;
    margin:auto;
	text-align:center;
	width:95%;
	background-color : #F4F4F1;
}

.td_edition {
	padding:5px;
    border:1px solid black;
	font-family : arial;
	text-align:center;
}

.th_edition {
	background-color : FFC133;
	font-family : tahoma;
	padding:5px;
    border:1px solid black;
	text-align:center;
}

caption {
	text-align : center;
	font-family : verdana;
	margin-bottom : 10px;
}

h2 {
	margin-top : 20px;
	margin-left : 40px;
	text-align : left;
	font-size : 18px;
}

h2 a:link, a:visited {
	color: #619309;
}

h2 a:hover {
	color : black;
	text-decoration : underline;
}

.button {
	background-color: #FFC133;
	margin-top: 5px;
}

.mini_img {
height: 154px;
margin-top : 20px;
}
