/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d5295;
}
body {
	background-color: #3468A4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3675B6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3675B6;
}
a:hover {
	text-decoration: none;
	color: #80AFDA;
}
a:active {
	text-decoration: none;
	color: #3675B6;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
.fdBleu {
	background-color: #5d99d7;
}
h4 {
	font-size: 12px;
}
.bouton {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background-color:#10528E;
}
td img {
display: block;
}
.enteteCadre {
	font-size: 16px;
	font-weight: bold;
}
.form {
	color: #0d5295;
	background-color:#F1F3F3;
}
.alerte{
color:#FF0000;
}
.focus{
background-color:#FFFF66;
color:#FF0000;
}
.petit {
	font-size: xx-small;
	
}
.majusculebold14 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.majuscule {
	text-transform: uppercase;
}
.separ {color: #5D99D7}
.Style2 {font-size: 16}.edito {
	margin: 5px;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5A84B5;
	border-right-color: #5A84B5;
	border-bottom-color: #93ADCE;
	border-left-color: #5A84B5;
}
#calcul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0d5295;
	background-color: #E5EAF0;
	width: 350px;
	padding: 5px;
	height: auto;
	margin: auto;
	border: 1px solid #3468A4;
}
#calcul  th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0D5295;
	height: auto;
	width: 200px;
	text-align: right;
	border: 1px solid #3468A4;
	padding: 2px;
}
#calcul input {
	text-align: right;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #3468A4;
	background-color: #E5EAF0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#calcul .saisie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px dotted #333333;
}
#calcul .result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	border: 1px solid #FF6628;
}

#calcul .lCalcul {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}
#calcul td {
	padding: 2px;
	border: 1px solid #3468A4;
	height: auto;
	width: auto;
	text-align: left;
}
