body{
	/*padding: 0 1% 0 1%;*/
	font-size:14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image:url(../assets/bg-page.jpg);
	font-style: normal;
}
a:link, a:visited{
	color: #990000;
}
#mainTable {
	width: 765px;
	margin:0 auto;
	border: 7px solid #FFFFFF;
	overflow: auto;
	font-size:14px;
}



#header{
	/*Modify the background image headerBg.jpg eventually*/
	background-image: url(../assets/headerBg.jpg);
	height: 123px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	padding-top: 0;
}

/***********************************************************************
**     LEFT NAVIGATION
************************************************************************/

#leftNav{
	background-color: #DABF64;
	/*width: 100px;*/
	font-size:80%;
	vertical-align: top;
	padding: 3px 0 0 0;
	width: 140px;
	border-top-width: 1px;
	border-right-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #FFFFFF;
				}
#leftNav *{ 
margin:0 ;

padding: 0 ;
border: 0px; 
}
			
	
#leftNav ul{
	background-color:#FFF3D1;
	list-style-type: none;
	margin: 0;
	padding:0;
	
	line-height:1.5em;
	}
	#leftNav li {
	
	margin: 0;
	padding:0;
}
#leftNav ul a{
	display:block;
	width:140px;
	font-weight: bold;
	font-variant: small-caps;	
	color:#FFFFFF;
	text-decoration: none;
	text-align:left;
	padding-left:1.5em;
	}
	
#leftNav ul a:link, #leftNav ul a:visited{
	background-image:url(../assets/bg&button/leftnav1.jpg);
	background-position: 0% 0%;
	border: solid #333333 1px;
	border-top-color: #CCCCCC;
	}
	
	#leftNav ul a:hover, #leftNav ul a:active{
	background-image:url(../assets/bg&button/leftnav1Hover.jpg);
	text-decoration: none;
	background-position: 0% 0%;
	text-align:left;
	padding-left:1.5em;
	/*margin-left:1em;*/
	}
	
	#leftNav ul ul{
	font-weight: normal;
	font-variant: normal;
	color:#666666;
	text-decoration: none;
	text-align:left;
	padding:0;
	margin:0;
	margin-left:10px;
	}
	leftNav ul ul ul {
	/*margin-left:10px;*/
	}
	
	#leftNav ul ul a{
	display:block;
	width:130px;
	border:none;
	background-image:none;
	font-weight: normal;
	font-variant: normal;	
	color:#333333;
	text-decoration: none;
			}
	
	#leftNav ul ul a:link, #leftNav ul ul a:visited{
	border:none;
	color: #990000;
	font-weight:normal;
	background-image:none;
	
	}
	#leftNav ul ul a:hover/*, #leftNav ul ul a:active*/{
	border:none;
	color:#666666;
		background-color: #FFF3D1; 
		background-image:url(../assets/bg&button/leftnav2Hover.gif);
	background-repeat:no-repeat;
	text-decoration: underline;
	}
	
	/************************************************************************
	FORMULAIRE RECHERCHE
	*************************************************************************/
		.formrecherche {
		background-color: #FFF3D1;
		font-size: 12px;
		
	}
	.formrecherche #formulaire_recherche {
		border: 1px inset #999999;
	}
	
	
/***********************************************************************
**      MAIN CONTENT 
************************************************************************/
	
#mainContainer{
	vertical-align: top;
	background-color: #EBE0DC;
	}
		
	#article{
	vertical-align: top;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	width: 95%;
	border-color: #000000;
	border-width:  1px 1px 1px 1px;
	border-style: solid;
	
 
	}
	
	
	#article .fondTitre{
	background-color: #DABF64;
	display: block;
	width: 100%;

	
	}
	
	#article .fondTitre *{
	margin:0;
	padding: 0;
		}
	#article .surtitre {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	font-variant: small-caps;
	color: #FFFFFF;
	padding: 0 10px 0 0;
	line-height:1.5em;
	
}

#article .titre {
	font-size:16px;
	font-variant: small-caps;
	font-weight: bold;
	color: #533417;
	text-align: right;
	
	padding-right: 10px;
}
#article .titreCentre{
font-size:16px;
font-variant: small-caps;
	font-weight: bold;
	color: #533417;
	text-align:center;
	
}
#article .titreLeft{
font-size:16px;
font-variant: small-caps;
	font-weight: bold;
	color: #533417;
	text-align:left;
	
}
#article .soustitre {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: right;
	padding-right:10px;
	padding-bottom: 10px;
}
#article .texte{
	font-size:12px;
	color: #333333;
	text-align: justify;
}
/***********************************************************************
**     FOOTER 
************************************************************************/
#footer{
	width: 765px;
	margin:0 auto;
	padding: 0 7px 0 7px;
	font-size: 9px;
	color: #333333;
	font-style: normal;
	
	
}

#footer a:link, #footer a:visited {
color: #333333;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#leftColumn {
	background-image: url(../assets/bg&button/vertLeftLine.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#important {
	border: 3px solid #990000;
}
