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



#menu {
	top: 84px;
}

#page #content {
	height: 623px;
}
#page #search {
	position: absolute;
	top: 630px;
	left: 810px;
}

#page h1 {
	position: absolute;
		top: 170px;
	left: 50px;
	font-size: 23px;
	font-weight: bold;
	
}
#page #text
{
	position: absolute;
	top: 200px;
	width: 800px;
	height: 380px;
	overflow: auto;
	left: 100px;
	padding: 10px;
	padding-right:80px;
}

a {
color:#E53925;
}

#page #text ul, body.mceContentBody ul
{

	padding-left: 40px;
}
#page #text li, body.mceContentBody li
{
	list-style: disc;
}
#path
{
  position: absolute;
	top: 145px;
	left: 50px;
	font-weight: bold;
}
/* Utiliser par le wisywyg */
body.mceContentBody a{
   color: blue;
}

