body {
	margin-left: 0;
	margin-top: 0px;
	margin-right: 0;
	padding-bottom: 10px;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #164a6f;
	background-color: #c7c3be;
	background-image: url("../img/bg.gif");
}

a {
	color:#0055AA;
    font-Family: Tahoma, Sans Serif;
    font-size:11px;
	text-decoration:none;
}
a:hover{
    font-Family: Tahoma, Sans Serif;
    font-size:11px;
	text-decoration:underline;
}

div {
	font-size: 13px;
}

table {
	font-size: 13px;
}

td.td_label {
	width: 225px;
}

td.td_valeur {
	color: grey;
	width: 300px;
}

input.input_text {
	width: 300px;
}

select.select {
	width: 300px;
}

input.button {
	width: 150px;
}

#entete {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-left: 5px;
	margin-top: 5px;
	width: 925px;
	height: 110px;
	background-image: url("../img/entete.jpg");
}

#div_btns_top {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-left: 5px;
	padding-top: 5px;
	width: 925px;
	background-color: #037fc5;
	height: 20px;
	vertical-align: middle;
	text-align: right;
}

.lien_btn_top {
	color: white;
	text-decoration: none;
	font-size: 13px;
}

.lien_btn_top:hover {
	color: white;
	text-decoration: underline;
	font-size: 13px;
}

#contenu {
	width: 925px;
	border: 1px solid black;
	margin-top: 1px;
	margin-left: 5px; vertical-align : top;
	background-color: white;
	vertical-align: top;
	height: *;
}

#padding_contenu {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
}

