/* CSS Document */

/*Sous Menu*/
#menu p {
	font-size:14px;
	text-align: justify;
	margin-left:8px;
	line-height:16px;
	}

#menu h1{
	font-size:14px;
	text-align: center;
	margin:0;
	line-height:20px;
	color:#000000;
	}

#menu a{
	color:#000000;
	text-decoration : none;
	font-weight: bold;
	border: 0;
}

#menu a:hover{
	color: #990000;
	text-decoration:none;
	font-weight: bold;
	border: 0;
}


/*Zone Texte*/
#text p{
	padding:5px 5px 0 5px;
	text-align: justify;
	font-size:14px;
}

#text h1{
	padding-left: 30px;
	text-align: left;
	font-size:14px;
	font-weight:normal;
	color:#000000;
}

#text h2{
	padding-left: 20px;
	text-align: left;
	font-size:16px;
	font-weight:bold;
	color:#990000;
}


#text h3{
	text-align: left;
	padding-left:40px;
	font-size:14px;
	font-weight:normal;
	font-style: normal;
}

#text h4{
	text-align: center;
	font-size:14px;
	font-weight:normal;
}


