html, body { margin: 0; padding: 0; background-color : #99ccff; }

#global {
	top: 0px; margin: 0 auto; width: 740px; text-align : justify;  padding: 0 10px 10px 10px; height: 100%; 
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;  font-size: 0.9em;
background-color : #fff; border-left: solid 1px #283a82; border-right: solid 1px #283a82; border-bottom: solid 1px #283a82;}
	
.titre {
	font-size: 1.1em;
	font-weight:bold;
	text-decoration: underline;
	color: #ccc;
}


h1 {
	font-size: 1.5em ;
	font-weight:bold;
	text-decoration: none;
	color: #000;
	text-align:center;
}

h2 {
	font-size: 1.2em ;
	font-weight:bold;
	text-decoration: none;
	color: #3399cc;
	text-align:center;
}

h3 {
	font-size: 1.1em ;
	font-weight:normal;
	text-decoration: none;
	color: #000;
	text-align:center;
}
h4 {
	font-size: 1.0em ;
	font-weight:bold;
	text-decoration: none;
	color: #cc0000;
	text-align:right;
	background: #ccc;
	line-height: normal;
}

h5 {
	font-size: 1.2em ;
	font-weight:norml;
	text-decoration: none;
	border: solid 1px #cc3333;
	color: #cc3333;
	padding: 2px;
}

input {
padding:3px;
}

.bodytext {text-align:justify;}

.info {font-size: 0.9em; font-style : italic; }


