/** CSS : NWH style **/
body {
	background: #000000;
	margin: 0;
	padding: 0;
	font-family: Courier;
	color: #cccccc;
}

/** A : Liens **/
a:link{
	
}
	a:link, a:visited{
		color: #ffffff;
		text-decoration: none;
		border-bottom: 1px dotted;
	}
	a:hover{
		color: #6699ff;
		text-decoration: none;
	}
	a:active{
		color: #ffffff;
		text-decoration: none;
	}



/** 1 : Titre **/
.Titre{
	margin: 0;
	padding: 0;
	text-align: center;
}

/** 2 :  Barre de Liens **/
.Liens{
	margin: 15px 0px;
	padding: 0;
	height: 25px;
	text-align: center;
	background:  url(../images/1.BarreLiens.jpg) repeat-x;
	color: #ffffff;
	border-top: #666666 1px dashed;
	border-bottom: #666666 1px dashed;
	text-transform: lowercase;
	vertical-align: middle;
}

/** 3 : Texte **/
.BoiteTexte{
	margin: 0;
	margin: auto;
	padding: 5px;
	width: 95%;
	text-align: justify;
}
	.TexteTitre{
		margin: 0;
		padding: 0;
		padding-left: 10px;
		color: #34769f;
		font-weight: bold;
	}

/** 4 : Pied-de-page **/
.Pied{
	margin: 0;
	margin-top: 15px;
	padding: 0;
	height: 25px;
	color: #3377cc;
	border-top: #666666 1px dashed;
	vertical-align: middle;
}