/* Corps du document, paramètres généreaux */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(img/motif.jpg);
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.principal {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

/* Mise en forme du menu */

.menu {
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
	text-transform: uppercase;
	
}


/* Mise en forme documents joints (photos, docs, articles)*/

.boite {
	border: 1px dashed #999999;
	background-color: #F3F0F0;
	overflow: visible;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin-right: 15px;
}
.boite-newsletter {
	border: 1px dashed #999999;
	background-color: #E0E7E8;
	overflow: visible;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin-right: 15px;
}
.titre-boite {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #390202;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 90%;
	border-top: 1px dashed #999999;
	border-right: 1px dashed #999999;
	border-bottom: 1px Aucune #999999;
	border-left: 1px dashed #999999;
}
.titre-newsletter {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #390202;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 1000%;
	border-top: 1px dashed #999999;
	border-right: 1px dashed #999999;
	border-bottom: 1px Aucune #999999;
	border-left: 1px dashed #999999;
}

.voiraussi {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	font-size: 9px;
}

.doc {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
}

a:link.voiraussi

 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	font-size: 9px;
}

/* Mise en forme des images*/

a img  {
text-decoration:none;
border : 0px solid #000000;
}


/* Mise en forme des articles */

.signature {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.chapeau {
	font-style: italic;
	color: #1B8428;
}
.titre {
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
	font-style: normal;
	font-variant: small-caps;
}
.soustitre {
	font-size: 11pt;
	color: #6E0303;
	font-weight: bold;
}


/* Copyright */

.copyright {
	font-family: "Verdana";
	font-size: 9px;
	color: #FFFFFF;
}

