/* 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.noupper {
	margin-top:30px;
	font-weight: bold;
	text-align: center;
	/*font-size: +1;*/
	color: #0A5F89;
}

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: #B40A07;
}

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

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

li.tight {margin-top: 0em}
li {margin-top: 1em}

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

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

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

td.footer {
	font-family: Arial, sans-serif;
	background: rgb(10, 95, 137);
	text-align: center;
	height: 1.5em;
/*	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: #0476CE; 
	text-decoration: none; 
	font-weight: bold}

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

a:hover {
	 color: red;
	 background-color: White
}

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

.orange {
	color:  #FF6600;
}

