#page {
	background-image: url(/images/frontend/page_simple/background.jpg);
	height: 637px;
}


#menu {
	top: 94px;
}

#page #content {
	height: 606px;

}
#page #search {
	position: absolute;
	top: 610px;
	left: 810px;
}
#page P
{
	color: #0258a5;
}
#page #text
{
	position: absolute;
	top: 210px;
	width: 950px;
	height: 380px;
	overflow: auto;
	left: 30px;
	padding: 5px;
	font-family: arial;
	font-size: 11px;
}
#page table
{
  float: none;
  display: block;
}
/*
 * Sommaire
 */
#sommaire {
	position: absolute;
	top: 170px;
	left: 15px;
	width: 300px;
	height: 420px;
	background-color:#ffffff;
	border: solid 1px #e3ebff;
	font-size: 12px;
	color: #18254f;
  overflow: auto;
  /*background-image: url(/images/frontend/page_sommaire/titresommaire.gif);*/
  background-repeat: no-repeat;
}
#sommaire h1
{
  font-size: 18px;
}
#sommaire ul
{
  margin: 0px;
  padding: 0px;
}
#sommaire ul li
{
  height: auto;
  display: block;
  line-height: 20px;
  margin-left: 5px;
  list-style: none;
}
#sommaire ul li a
{
  font-weight: bold;
  color: #3A58A5;
  /*background-image: url(/images/frontend/page_sommaire/background.png);*/
  background-color: #DBEEFC;
  margin: 2px;
  padding: 2px 0px 2px 5px;
  display: block;
  text-decoration: none;
}
#sommaire ul li a:hover
{
  color: #1265A9;
  background-color: #B4E1F8;
}
#sommaire ul li ul li
{
  font-weight: normal;
  line-height: 14px;
}
#sommaire ul li ul li a
{
  color: #1265A9;
  background:  none;
  padding: 1px;
  font-weight: normal;
  font-size: 11px;
}
/*
 * Contenu
 */
#contenu {
	position: absolute;
	top: 167px;
	left: 330px;
	width: 650px;
	height: 420px;
	padding-left:5px;
  overflow: auto;
	border: solid 1px #e3ebff;
  color: #000000;
}
#contenu ul li
{
  color: #0258A5;
  margin-left: 20px;
}
h2 a, h3 a, h4 a
{
  text-decoration: none;
  color: #18254f;
  font-weight: bold;
}
#contenu h2
{
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 5px;
}
#contenu h3
{
  font-size: 16px;
  text-align: left;
  margin-left: 00px;
  line-height: 20px;
   margin-bottom: 5px;
  background-image: url(/images/frontend/page_sommaire/fleche.jpg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: top left;
}
#contenu h4
{
  font-size: 14px;
  text-align: left;
  margin-left: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  background-image: url(/images/frontend/page_sommaire/valide.jpg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: top left;
}
#contenu p
{
  margin: 5px;
  float: none;
  display: block;
}
#contenu hr
{
  color: #3A58A5;
  width: 100px;
  margin-top: 5px;
  
}
#contenu p *
{
  text-decoration: none;
  color: #3A58A5;
}
#contenu .paragraphe1, #contenu .paragraphe2, #contenu .paragraphe3
{
  margin-top:5px;
}



