.encadre
{
	border-style: solid;
	border-color: #BBBBBB;
	border-width: 0px;
	
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-icab-border-radius: 1px;
	border-radius: 1px;
}

.interieur
{
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

body
{
	
	width: 830px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Verdana;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
	color: #0b4c10;
	font-style: italic;
}

.grau
{
	color:#686868;
}


.bleu
{
	color:blue;
}


.rouge
{
	color:red;
}

.vert
{
	color:green;
}

.copy
{
	color: white;
	font-size: 90%;
}

.blanc
{
	color: white;
}

label
{
	font-weight: bold;
}

/* bouton */
/*
input[type=submit], input[type=reset]
{
	background-image:url("images/button.png");
}
*/
