#page {
	height: 760px;
	background-repeat: no-repeat;
	background-color:#ffffff;
}
#path
{
  position: absolute;
	top: 155px;
	left: 380px;
	font-weight: bold;
  width: 600px;
  text-align: right;
}
#path a
{
  color: white
}
#menu {
	top: 83px;
}

#page #content {
	height: 760px;
	
}

#footer {
	margin-top: 0px;
	background-color:#3d64a5;
}	
#page #search {
	position: absolute;
	top: 765px;
	left: 810px;
	z-index:6;
}

#page h1 {
	position: absolute;
	top: 150px;
	left: 50px;
	font-size: 23px;
	font-weight: bold;
	
	
}
#page #photo {
	position: absolute;
	top: 235px;
	left: 230px;
}
#page #text
{
	position: absolute;
	top: 233px;
	left: 455px;
	width: 520px;
	height: 505px;
	overflow:auto;
	
	padding-right:10px;
}

#sousmenu
{
	position: absolute;
	top: 425px;
	left: 180px;
	
}
#sousmenu ul
{
	margin: 0px;
	padding: 0px;
}
#sousmenu li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sousmenu li a
{
	font-family: arial;
	font-size: 13px;
	color: #103577;
	text-decoration: none;
	background-image: url(/images/frontend/dossier/menu-background.jpg);
	display: block;
	/*width:265px;*/
	width:244px;
	height: 30px;
	line-height: 30px;
	padding-left: 21px;
	background-repeat: no-repeat;
}
#sousmenu li a:hover
{
	background-image: url(/images/frontend/dossier/menu-background-hover.jpg);
}
#sousmenu li li a
{
	background-image: none;
	line-height: 13px;
	height: 13px;
	font-size: 12px;
	margin-left: 5px;
	color: #0077B4;

}
#sousmenu li li a:hover
{
	background-image: url(/images/frontend/dossier/puce.jpg);
}
/* Utiliser par le wisywyg */
p {
	color: #103577;
	font-size: 12px;
	margin: 0px;
	text-align: justify;
}

h2 {
	font-size: 18px;
	color: #103577;
	margin: 0px 0px 10px 0px;
}
