/* CSS Document */


body {
	margin: 0;
	padding: 0;
	font: 1em Garamond, Verdana, Arial, Helvetica, sans-serif, "Insignia New";
	background-color: CEC3B6;
}


 #navcontainer ul
 {
 margin: 0;
 padding: 0;
 list-style-type: none;
 }

 #navcontainer li {
	margin: 0 0 0.2em;
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif, "Insignia New";
	font-size: 1.2em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	border-top: thin solid gray;
	width: 225px;
}

 #navcontainer a
 {
 display: block;
 color: #000;
 width: 200px;
 padding: 0.2em 0.8em;
 text-decoration: none;
 }

 #navcontainer a:hover
 {
 background-color: #EFECE5;
 color: #FF8A00;
 }
 
 
  #active a
 {
 background-color: #EFECE5;
 color: #FF8A00;
 }

.partitre1 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Insignia New";
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	background-color: EFECE5;
/*	text-align : justify; */
} 
 
.titre1 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Insignia New";
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	background-color: EFECE5;
/*	text-align : justify; */
}

.titre2 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Insignia New";
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align : justify;
/*	text-decoration: underline; */
}
.titre3 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Insignia New";
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align : justify;

}

.paragr {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Insignia New";
	font-size: 0.5em;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-align : justify;

}
.liensparagr {
}
.baseline {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Insignia New";
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
.pied {
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif, "Insignia New";
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

