body {
	font-family: Arial;
	background-color: #CCCCCC;
}
input {
	font-size: 11px;
	background-color: #e8eac5;
	border: 1px solid;
}
.bouton{
        border-right:black 1px solid;
        border-left:black 1px solid;
        border-top:black 1px solid;
        border-bottom:black 1px solid;
        background:#cccccc;
}
select {
	font-size: 11px;
	background-color: #e8eac5;
	border: 1px solid;
}
textarea {
	font-size: 11px;
	background-color: #e8eac5;
	border: 1px solid;
}
td {
	font-size: 11px;
}
h1 {
	color: White;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	padding-left: 5px;
}
h2 {
	color:#669933;
	font-size: 16px;
	display: inline;
}
h3 {
	color: White;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding-left: 5px;
}
h4 {
	color:#669933;
	font-size: 11px;
	display: inline;
	padding-left: 5px;
}
.titre-droit {
	font-weight: bold;
	color: Black;
	display: inline;
}
.titre-blanc {
	color: White;
	font-size: 12px;
	font-weight: bold;
}
.titre-bleu {
	color: #6699CC;
	font-size: 11px;
	font-weight: bold;
}
.texte-vert {
	color: #669933;
	font-size: 11px;
	padding-left: 0px;
}
a {
	color: #669933;
}
a:hover {
	color: Black;
}
a.blanc {
	color: White;
}
a.blanc:hover {
	color: Black;
}
a.menu1 {
	color: White;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
}	
a.menu1:hover {
	color: Black;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
}
a.menu2 {
	color: White;
	padding-left: 20px;
	text-decoration: none;
}	
a.menu2:hover {
	color: Black;
	padding-left: 20px;
	text-decoration: none;
}
a.menu2droite {
	color: White;
	text-decoration: none;
}	
a.menu2droite:hover {
	color: Black;
	text-decoration: none;
}
.bandeau-vert {
	background: #669933;
	color: White;
	font-size: 11px;
	text-align: center;
}
.fondvert {
	background: #669933;
}
.fondgris {
	background: #666666;
}
.fondbleu {
	background: #d3e5f6;
}
.atouts {
	background: #E6EDDF;
	border: 2px dotted #669933;
	}
.annotations {
	font-size: 9px;
	}