@charset "utf-8";
/* CSS Document */

body{
	margin:5px;
	padding:10px;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#191302;
	text-align:justify;
}
h1{
	font-family:arial,helvetica,sans-serif;
	font-size:20px;
	color:#191302;
	text-align:center;
}
h2{
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	color:#191302;
	text-align:justify;
}
p{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#191302;
	text-align:justify;
}
.titreGras{
	font-weight:bold;
}
.bordcomplet{
	border: 1px solid #191302;
}
.bordhautdroite{
	border-top: 1px solid #191302;
	border-bottom: 1px solid #191302;
	border-right: 1px solid #191302;
}
.bordgauche{
	border-left: 1px solid #191302;
	border-right: 1px solid #191302;
	border-bottom: 1px solid #191302;
}
.borddroite{
	border-right: 1px solid #191302;
	border-bottom: 1px solid #191302;
}
