/* CSS Document */
.BaseDonnee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #009900;
	height: 14px;
	width: 500px;
}
.TriAff{
	background-color:#999999;
	padding:5px;
	width:350px;
}
.gestion{
	padding:5px;
	background:#666666;
}
.Ajout{
	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;
}
a:link {
	color: #FFFF00;
	text-decoration : none; 
}
a:visited {
	color: #FFFF00;
	text-decoration : none; 
}
a:hover {
	color: #FF99CC;
	text-decoration : underline; 
}
th, td
{
	text-align:center;
}
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: #FF3300;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
	padding-left:15px;
	margin-top:20px;
}
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: bold;
	color: #FFFFFF;
	font-size: 12px;
}

