/* allure generale */
body { 
		 font-family: "Arial"; 
}
p{
		 text-align: justify;
}
a{
		 color:black;
/*		 text-decoration: none;*/
}
#mainArea{
	background-color: #f7e17b;
}

/* tout le panneau gauche*/
#leftArea{
	width: 12em;
	background-color:#f7e17b;
}
#leftAreaIn{
	width: 100%;
	background:url('images/back.png');
}
#logoSolis {
	background-color:#f7e17b;
}
#menuSolisEntry{
  font-weight: bold;
}
#menuSolisSubEntry{
	text-align: right; 
}


/* tout le panneau droit */
#rightArea{
}
#rightAreaIn{
}
#titleArea{
	background-color:#f7e17b;
	vertical-align:middle; 
}
h1{
  margin: 1em;
}
h3{
  margin-left: 2em;
	font-style: italic;
}
#contentArea{
	padding: 1.5em;
	background-color:white;
}

/* last modification */
#lastMod{
	float: bottom;
	text-align: right;
}

/* quelques "hacks" */
#partenairesMainPage img{
	width:50%;
}
#partenairesMainPage{
	width:50%;
}
