@charset "iso-8859-1";

body
{
	padding-top: 0px;
}
#logo {
	background-color: #333;
	padding: 1px;
	height: 100px;
	width: 100px;
	border: 1px solid #FFF;
	position: absolute;
	z-index: 100;
	color: #FFF;
	margin-top: 3px;
	margin-left: 0px;
}

#entete {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 60px;
}
#entete h1 {
	margin: 0;
	padding: 5px;
}
#entete h1 img {
	margin: 22px 20px 10px 0;
}
#entete .sous-titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	color: #FF9900;
	font-weight: bold;
}


#global #contenu .inforesa
{
	font-size: 16px;
	color: #FF9900;
}

#global #contenu input.bouton, #global #contenu a.bouton
{
	color: #333;
	background-color: #FF9900;
	display: block;
	padding: 3px;
	min-width:110px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 1px solid #FFF;
}
#global #contenu a.bouton
{
width:110px;	
}
#global #contenu  input.bouton:hover, #global #contenu  a.bouton:hover
{
	color: #FF9900;
	background-color: #FFF;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}

table.resa1 {
	color: #333;
	background-color: #CCC;
	border: 1px solid #FFF;
}
table.resa2 {
	color: #FFF;
	background-color: #999;
	border: 1px solid #FFF;
}
table.resa1 th, table.resa2 th {
	font-size: 16px;
	font-weight: bold;
}
