body
{
font-size:0.9em;
margin: 0px;
padding: 0px;
background: url("Images/Logo_A2BM_petit.jpg") no-repeat fixed right bottom;
}
input[type=submit], input[type=button]
{
background: RGB(219,78,78);
color: white;
}
#entete
{
position:fixed;
left:0px;
top:0px;
height: 70px;
width: 100%;
background: RGB(166,21,21) url("Images/A2BM_logo.png") no-repeat scroll center right;
text-align: center;
color: white;
}
#entete h1
{
color: RGB(201,201,201);
}
#entete .bouton_entete_droite
{
	position: fixed;
	right: 100px;
	top: 10px;
}
.aide
{
background-color: RGB(227,227,227);
color: black;
}
table, td, th
{
border: thin solid black;
}
table th
{
	border: thin solid black;
	border-bottom: 3px solid black;
	color: RGB(201,201,201);
	background-color: RGB(166,21,21);
	font-style: bold;
	text-align: center;
}
table td
{
	border: thin solid black;
}