/* ==============================================

   FEUILLE DE STYLES ADMINISTRATION

   ============================================== */


body {
	margin: 20px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #006A58;
	background-color: #FFFFFF;
	text-align: center;
	}

a {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #0B4C9F;
	font-size: 12px;
	text-decoration: none;
	}

a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #003300;
	font-size: 12px;
	text-decoration: underline;
	}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #006A58;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #006A58;
	font-weight: bold;
	text-align: center;
	}

h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #0B4C9F;
	font-size: 12px;
	text-decoration: none;
	}

.error {
	font-family: verdana, arial, helvetica, sans-serif;
	color: red;
	font-size: 12px;
	font-weight: bold;
	}

table {
	width: 800px;
	border-style:none;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	color: #005143;
	background-color: #F1F4FA;
	}

td {
	white-space: nowrap;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

#intro {
	margin:0px;
	padding:0px;
	width:700px;
	}


.right {
	text-align: right;
	width: 50%;
	font-size: 12px;
	padding:5px;
	}

	.center {
	text-align: center;
	width: 50%;
	font-size: 12px;
	padding:5px;
	}

th {
	text-align:center;
	height: 1px;
	background-color: #00816B;
	}

.int {
	text-align: left;
	font-size: 12px;
	color: #0B4C9F;
	}

.bouton {
	background-color: #D1DDED;
	font-size: 12px;
	font-weight: bold;
	color: #00816B;
	}

.gdbouton {
	width:600px;
	background-color: #D1DDED;
	font-size: 12px;
	font-weight: bold;
	color: #00816B;
	}

img {
	border-style:none;
	padding:0px;
	margin:0px;
	}

.bold {
	font-weight: bold;
}