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

#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 hr {
	 color: #1265A9;
	size:1px;
	height:1px;
	width:90%;
}	
#page #text
{
	position: absolute;
	top: 200px;
	width: 800px;
	height: 380px;
	overflow: auto;
	left: 100px;
	padding: 10px;
	padding-right:80px;
}
#path
{
  position: absolute;
	top: 145px;
	left: 50px;
	font-weight: bold;
}
a {
color:#E53925;


}

img {
	border: solid 1px #ffffff;
}	

#contenu {
	position: absolute;
	top: 170px;
	left: 330px;
	width: 650px;
	height: 420px;
	padding-left:5px;
    overflow: auto;
	border: solid 1px #e3ebff;
  color: #1265A9;
}

#contenu hr {
	width: 80%;
	text-align: center;
	size:1px;
	color:#e3ebff;
}	
#titre {
	position: absolute;
	top: 94px;
	left: 0px;
	width: 1000px;
	height: 60px;
    overflow: no;
    color: #000080;
    font-size: 25px;
    text-align:center;
    line-height: 60px;
    
}

.paragraphe {
	position: relative;
	margin-top:10px;
	margin-left:0px;
	width:900px;
	height:120px;
	float: left;
	
}
.paragraphe div.p_photo {
	position: absolute;
	left:5px;
	top:5px;
	width: 110px;
	height: 100px;
    float: left;
	
}


.paragraphe div.p_titre {
	position: absolute;
	left:105px;
	top:5px;
	width: 730px;
	height: 20px;
	float: left;
	font-size: 14px;
	line-height:20px;
 color: #103590;
	font-weight: bold;
	
}


.paragraphe div.p_intro {
	position: absolute;
	left:105px;
	top:30px;
	width: 730px;
	height: 60px;
	line-height:20px;
	font-size: 12px;
 color: #103590;
	font-weight: normal;
	
}
.paragraphe div.suite {
	position: absolute;
	left: 735px;
	top: 85px;;
	width: 165px;
	height: 20px;
    float: left;
    font-size: 14px;
	font-weight: normal;
}

.separateur {
	position: absolute;
	left: 105px;
	top: 115px;;
	height:5px;
	width:730px;
	float: center;
	text-align:center;
	
}

#content #text
{
	position: absolute;
	top: 210px;
	width: 	950px;
	height: 380px;
	overflow: auto;
	left: 30px;
	padding: 5px;
	font-family: arial;
	font-size: 11px;
}


