* {
	font-family: sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0px;
	margin-top: 1px;
	text-transform: uppercase;
	color: #ffffa7;
	padding: 8px;
	font-weight: bold;
	background-color: #096ac0;
	font-size: 13px;
	padding-left: 10px;
}

h2 {
	background-color: #e9f2ff;
	color: black;
	font-size: 13px;
	padding: 5px;
	padding-left: 10px;
}

h3 {
	background-color: #e9f2ff;
	color: #123456;
	font-size: 12px;
	padding: 2px;
	padding-left: 10px;
}

input,button,select,textarea {
	background-color: #e9f2ff;
	color: #096ac0;
	font-family: verdana, times, sans-serif;
	font-size: 11px;
}

select {
	width: 170px;
}

a {
	color: #005097;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a:hover {
	color: #e65700;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.block_top a {
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	
}

.block_top a:hover {
	color: #fcf500;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.menu_bas a {
	color: #005097;
	text-decoration: none;
	font-size: 11px;
}

.menu_bas a:hover {
	color: #e65700;
	text-decoration: none;
	font-size: 11px;
}

.back_in {
	background-color: #005097;
}

.menu_haut {
	text-align: center;
	width: 100px;
	background-image: url('../images/bg_top.png');
	background-repeat: no-repeat;
}

.menu_haut a {
	color: #005097;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

.menu_haut a:hover {
	color: #e65700;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a.menu_clic {
	color: #e65700;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

.menu_top {
	background-color: #fffcd9;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

.block_gauche {
	color: #123456;
	background-color: #e9f2ff;
	border-style: solid;
	border-width: 1px;
	border-color: #096ac0;
}

.titre_block_gauche {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #096ac0;
	text-align: center;
}

.block_page {
	color: #123456;
	background-color: #ffffff;
	border-style: dotted;
	border-width: 1px;
	border-color: #e65700;
	width: 530px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
}

.trait {
	background-color: #e9f2ff;
	height: 5px;
}

ul {
	list-style-image: url(../images/gifs/puce_orange.gif);
}

.ul_page ul {
	list-style-image: url(../images/gifs/puce_orange.gif);
}

.ul_page ul a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

.ul_page ul a:hover {
	color: #e65700;
	text-decoration: none;
	font-size: 10px;
}

.ss_titre_page {
	background-color: #DDDDDD;
	color: #005097;
}

table {
	width: 100%;
}

td {
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: middle;
}

th {
	background-color: #0869c0;
	color: white;
	padding: 6px;
	text-align: center;
}

.erreur {
	color: red;
	font-style: italic;
	padding: 12px;
}

.ok {
	color: green;
	font-style: normal;
	padding: 12px;
}

table .tr_pair {
	background-color: #ffffff;
}

table .tr_impair {
	background-color: #ffffff;
}

.tr_pair {
	background-color: #f5e6b1;
}

.tr_impair {
	background-color: #f3f9fe;
}


.block2 {
	font-weight: bold;
	background-color: #f9fcff;
	padding: 20px;
}

.img_normal {
	width: 300px;
}

img {
	border-width: 0px;
}

h1:FIRST-LETTER {text-transform: capitalize}
h2:FIRST-LETTER {text-transform: capitalize}
h3:FIRST-LETTER {text-transform: capitalize}