address, blockquote, body, dd, dl, dt, fieldset, form, 
frame, frameset, h1, h2, h3, h4, h5, h6, iframe, noframe, 
object, ol, p, ul, applet, center, dir, hr, menu, pre {
	margin : 0px ;
	padding : 0px ;
	display : block ;
	border : 0px ;
	}

head { display : none ; }

table { display : table }

tr {display : table-row }
thead { display : table-header-group }
tbody { display : table-row-group }
tfoot { display : table-footer-group }
col { display : table-column }
colgroup { display : table-column-group }
td, th { display : table-cell }
caption { display : table-caption }

tr, thead, tbody, tfoot, col, colgroup, td, th, caption {
	margin : 0px ;
	padding : 0px ;
	border : 0px ;
	}

b, strong, i, em, cite, var, tt, code, kbd, samp, span, a {
	display : inline ;
	border : 0px ;
	padding : 0px ;
	margin : 0px ;
	}

div, img {
	display : block ;
	}
	
li {
	display : list-item ;
	}

body {
	background-color : rgb(255,255,255) ;
	margin: 0px ;
	padding: 0px ;
	border: 0px ;
	}

b, strong {
	font-weight : bold ;
	font-size : 11px;
	}
	
i, cite, em, var, blockquote {
	font-style : italic ;
	}

pre, tt, code, kbd, samp {
	font-family : andale mono, courrier new, monospace ;
	}
h3 {
	font-family : verdana, helvetica, sans-serif ;
	font-size : 15px ;
	color : rgb(84,61,191) ;
	font-weight : bold ;
	margin-bottom : 25px ;
	}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

tr.tableau {
	background-color : rgb(153,153,153);
	}

tr.menu {
	background-color:rgb(227,233,228);
	}

td.entete {
	background-color:rgb(134,18,0);
	}
	
td.menu {
	background-color:rgb(227,233,228);
	}

strong {
	font-weight : bold ;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.contour {
	background-color: rgb(133,133,133);
	}

.putty {
	background-color: rgb(248,248,247);
	}

.grissuperclair {
	background-color: rgb(250,251,249) ;
	}

.gristresclair {
	background-color: rgb(243,244,240) ;
	}

.grisclair {
	background-color: rgb(232,234,227) ;
	}

.grismoyen {
	background-color: rgb(197,199,193) ;
	}

.gris {
	background-color: rgb(204,204,204) ;
	}

.blanc {
	background-color: rgb(255,255,255) ;
	}
.jaune {
	background-color: rgb(255,255,237);
	}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

a:link {
	color: rgb(0,51,153) ;
	text-decoration: underline ;
	}
	
a:active {
	color: rgb(0,51,153) ;
	text-decoration: none ;
	}
	
a:visited {
	color: rgb(0,51,153) ;
	text-decoration: underline ;
	}
	
a:hover {
	color: rgb(0,51,153) ;
	text-decoration: none ;
	}


a.menu:link {
	color: rgb(102,102,153) ;
	text-decoration: none ;
	}
	
a.menu:active {
	color: rgb(102,102,153) ;
	text-decoration: underline ;
	}
	
a.menu:visited {
	color: rgb(102,102,153) ;
	text-decoration: none ;
	}
	
a.menu:hover {
	color: rgb(102,102,153) ;
	text-decoration: underline ;
	}

