body {
	margin: 5;
	padding: 0;
	color: #000;
	background-color: #2C2C2C;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}
.maintable {
background: #005993 url(images/lignes.gif);
}
.logo {
background: #005993 url(images/fondlogo.gif);
height : 90px;
}
.bandemenu {
border: 1px solid white;
background: #E87D3A;
align: center;
}
#cadre { /* taille du cadre, à titre d'exemple */
width: 445px;
background-color: #00548C;
}
/* propriétés communes à l'ensemble des 4 coins */
#hautgauche, #hautdroit, #basgauche, #basdroit {
height: 5px; width: 5px;
background-repeat: no-repeat;
font-size:1px; /* correction d'un bug IE */
}
/* propriétés spécifiques à chaque coin */
#hautgauche {
background: url(images/hautgauche.gif);
}
#hautdroit {
float: right;
background: url(images/hautdroit.gif);
}
#basgauche {
background: url(images/basgauche.gif);
}
#basdroit {
float: right;
background: url(images/basdroit.gif);
}
#contenu p {
margin: 0.5em; /*gestion des espaces interparagraphes */
}
.blocnews {
background: #CCDDE8;
}
.brevetexte {
font-size: 11px;
padding: 5;
}
.brevetitre {
font-size: 13px;
font-weight: bold;
padding: 3;
}
.bouton { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; border: 1px solid #003333; height: 20px; background-color: #E87D3A;
}
.inputbox{ font-size:9px;color: #2C2C2C; border: 1px solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}