/* Fichier CSS contenant les styles utilisés dans le programme */

body {
	background-color:#FFFFF;
}

body, td, th {
	color: #333333;
}

h1, h2 {
	color:#003399;
	font-size:24px;
}

h3 {
	color: #006699;
	font-size:13px;
}

h4 {
	color:#3366CC;
	font-size:14px;
}

a {
	color:#3366CC;
	font-size:14px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.titre{
	font-size:16px;
	color:#000000;
}

.alert {
	color: #990000;
	font-size:14px;
}

.noalert {
	color: #006633;
	font-size:14px;
}

img {
	border:none;
}

.texte {
	color:#3366CC;
	font-size:14px;
}