/* Definitions de styles pour les tags */

h1, h2, h3, p, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*
body {
	background-color: White;
	text-align:justify
}

h1 {
	margin-top:40px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	/*font-size: +2; */
	color : #006666;
}

h2 {
	margin-top:30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	/*font-size: +1;*/
	color: #0A5F89;
}

h3 {
	margin-top:25px;
	/*margin-left:25px;*/
	/*font-size: 0;*/
	color: #BC0000;
	letter-spacing: 1pt;
	font-weight: bold;
}

h4 { 
	font-style: italic;
	color: #07427E;
}

h4.tutorial { 
	font-style: italic;
	color: #BC0000;
}

p, li {
	font-size: 100%;
}

li.tight {margin-top: 0px}
li {margin-top: 14px}/*1em}*/

div.box {
	vertical-align: center;
	border: solid;
	border-width: thin
}

div.color {
	background-color: rgb(204,204,255);
	padding: 7px;/*0.5em;*/
	border: none;
}

/* Colors for header and footer (basically links in a one-row table). */
td.header {
	background: rgb(10, 95, 137);
}

table { vertical-align: middle; }

td.footer {
	font-family: Arial, sans-serif;
	background: rgb(10, 95, 137);
	text-align: center;
	height: 21px;/*1.5em;*/
        vertical-align: middle;
/*	color: #6666CC; */
/*      font-weight: bold; */
}

a.footer:link {
	color: #FFFFCC;
	text-decoration: none;
}

a.footer:visited {
	color: #CCCCCC; 
	text-decoration: none;
}

a.footer:hover {
	color: #0A5F89;
	text-decoration: none;
}

a {  
	color: #0A5F89;
	text-decoration: none; 
	font-weight: bold}

a:visited {
	color: #0A5F89;
	text-decoration: none; 
	font-weight: bold}

a:hover {
	 color: #A0A0A0;
	 background-color: White
}

/* Balises de sens */
code {
	color: #0A5F89;
     	font-family: monospace; 
	font-weight: bold
}
*/

