body  {
    background : white;
      }
      
p,ul,br,div {
	font-family      : Arial, Helvetica, sans-serif;
	color            : #404040;
	background-color : transparent;
	font-size        : 1em;
	font-weight      : 500;
}

li {
  margin-top : .4em;
}
      
a:link { 
font-family: Arial, Helvetica, sans-serif; 
color: #0000FF ;
font-weight: bold ;
text-decoration: none; 
}

a:visited { 
font-family: Arial, Helvetica, sans-serif; 
color: #0F80FF;
font-weight: bold ;
text-decoration: none; 
}

a:hover { 
font-family     : Arial, Helvetica, sans-serif; 
color           : #FF0000 ; 
font-weight     : bold;
text-decoration : none; 
}

h1 { 
font-family : "Times New Roman", Times, serif; 
color       : #808080; 
font-size   : 1.9em; 
font-weight : bold;
}

h2 { 
font-family : "Times New Roman", Times, serif; 
color       : #7070FF; 
font-size   : 1.7em; 
font-weight : bold;
}

h3 { 
font-family : "Times New Roman", Times, serif; 
color       : #FF2020; 
font-size   : 1.5em; 
font-weight : bold;
}

img {
	border	: 0px;
}

.header {
	width			: 800px;
	height			: 65px;
	margin-left	: .3em;
	margin-top		: .3em;
	font-family	: Arial, Helvetica, sans-serif; 
	color			: #808080; 
	font-size		: 1.2em; 
	font-weight	: bold;
	text-align		: center;

}

.header a {
	text-decoration	: none;
}

.header img {
	float	: left;
}


.corps {
	width        : 800px;
	margin-left	 : 6em;
	margin-top   : 1em;
	margin-bottom: 1em;
	padding      : 1.5em;
	border-width : 1px 0px 0px 1px;
	border-color : #ff4060;
	border-style : solid;
	-moz-border-radius     : 20px 0px 0px 0px;
	-webkit-border-radius  : 20px 0px 0px 0px;
	border-radius          : 20px 0px 0px 0px;
}

.tableau {
  font-family : Arial, Helvetica, sans-serif;
  color       : #303030;
  font-size   : .9em;
  font-weight : normal;
  width		: 600px;
  margin-left: 4em;
  border		: 1px;
  border-color: #bbb;
  border-style: solid;
      }      
 
.tableau th {
	font-weight : bold;
	vertical-align: text-top;
	text-align: right;
	padding : 0.5em;
	border-bottom		: 1px;
	border-bottom-color: #bbb;
	border-bottom-style: solid;

}
     
.tableau td {
	padding : 0.5em;
	border-bottom		: 1px;
	border-bottom-color: #bbb;
	border-bottom-style: solid;

}
      
.tableau td.rouge {
	background-color	: red;
	color			: white;
	font-size		: 1.2em;
	font-weight		: bold;
}

