/* CSS Document */
a:link {
	color: #FF6600;
	text-decoration : none;
	background-color: #000000;
}
a:visited {
	color: #FF0000;
	text-decoration : none; 
	background-color: #333333;
}
a:hover {
	color: #00FFFF;
	text-decoration : underline; 
	background-color: #333366;
}
th, td
{
	text-align:center;
	font-weight: normal;
}
table {
	border:2px solid black;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	background-color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;		
}
h3 {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #ff6600;
	border-right-color: #ff6600;
	border-bottom-color: #ff6600;
	border-left-color: #ff6600;
	padding-left:15px;
	margin-top:20px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;		
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;		
}
th, td {
	border:1px solid #00FF00;
}
th {
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	background-color: #666666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
}
.BaseDonnee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #ff6600;
	background-color: #009900;
	height: auto;
	width: 1000px;
	margin-left:20px;
	margin-top:10px;
}
.TriAff{
	background-color:#000066;
	padding:5px;
	width:650px;
	height:150px;
}
.gestion{
	padding:5px;
	background:#666666;
	font-weight:normal;
}
.Ajout{
	float:right;
	margin-top:5px;
	padding:5px;
	text-align:center;
	width:350px;
	background:#006633;
}
.form {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left:15px;
	margin-top:20px;
}
.bouton {
	background-color: #009900;
	font-size: 24pt;
	padding: 10px;
}
.Rubrique {
	position:relative;
	float:left;
}
