body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(images_permanentes/armes.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	}
td {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.texte_petit {	
	font-size:10px;
	}

.bordure {	
	background-image: url(images_permanentes/carre_vert.gif);
	background-repeat: repeat-y;
	}
.bordure_horizontale{	
	background-image: url(images_permanentes/carre_vert.gif);
	background-repeat: repeat-x;
	}
	
.titre {
	font-weight:bold;
	font-size:22px;
	color:#336633;
	margin-bottom:2px;
	}

h2 {
	font-weight:bold;
	font-size:14px;
	color:#336633;
	}

h3 {
	font-weight:bold;
	font-size:12px;
	color:#336633;
	text-decoration:underline;
	}

h4 {
	font-weight:bold;
	font-size:12px;
	color:#336633;
	}
	
a {
	color:#336633;
	text-decoration:none;
	
	}

a:hover {
	text-decoration:underline;
	}

