body {
	margin: 0 10px;
	background-color: #ddddaa;
	background: url(images/bcg_bleu6330.gif) top left;
	color: #000;
	font: 12px Geneva, Verdana, Arial, Helvetica, sans-serif;
	}

a {
	color: white;
}

table {
	margin-left: auto;
	margin-right: auto;
	border: none;
	text-align: left;
	}

td, th {
	background-color: #000080;
	font-family: "Comic Sans MS", verdana, arial, helvetica, sans-serif;
	color: white;
	font-size: 14px;
	padding: 8px 10px;
	vertical-align: middle;
	}
	
td.top, th.top {
	vertical-align: top;
	}
	
td.bottom, th.bottom {
	vertical-align: bottom;
	}
	
td.center, th.center {
	text-align: center;
	}
	
td.right, th.right {
	text-align: right;
	}
	
td.res {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	}

ul, ol, dl, dd,  li {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	}


h2 {
	font-size: 24px;
	color: #99ccff;
	font-family: verdana, arial, helvetica, sans-serif;
	}

h3 {
	font-size: 18px;
	color: #99ccff;
	font-family: verdana, arial, helvetica, sans-serif;
	}

h4 {
	font-size: 16px;
	color: #99ccff;
	font-family: verdana, arial, helvetica, sans-serif;
	}

.bleupale {
	color: #ddeeff;
	}

form {
	font-size: 10px;
	font-family: Courier, "Courier New", monospace;
	}

input,select,textarea {
	background-color: #cBd1dA;
	color: #222222;
	}

/* This works in NN7, IE5 does nothing */
input[type=submit], 
input[type=reset], 
input[type=button],
button {
	background-color: #c2d9f6;
	color: #000000;
	}

input[type=text] {
	background-color: #ffff00;
	color: #000000;
	}
/* end */

input:focus, 
select:focus, 
textarea:focus {
	background-color: #ffffff;
	}
