@CHARSET "UTF-8";

body {
	background: white url(../img/fond.jpg) repeat-x;
	font: 14px "Trebuchet MS",arial,sans-serif;
}

h1 {
	/*color: #c00; rouge*/
	color: #070;
	border-bottom:1px dashed #ead800;
	letter-spacing:2px;
}

h2 {
	/*color: #c00; rouge*/
	color: #070;
	font-variant: small-caps;
	letter-spacing:1px;
}

div#conteneur {
	width: 750px;
	border: 1px solid #070;
	background-color: #fff ;
	margin:0 auto; /*centrer verticalement*/
}

.grasRouge {
	color:red;
	font-weight: bold;
}

.vert {
	color:#070;
}

.blocDroite {
	float:right;
	width:200px;
	margin:0 5px 0px 5px;
	padding:0 5px 0 5px;
}
