

.fondImage
{

   background-image:url("../images/content/fond-edito.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment: fixed;
	width:250px;
	height:389px;
	padding:0px;
	margin:0px;
	background-color:#FFF;
}

.bodyEdito
{
	padding-left:0px;
	padding-top:0px;
}	
/* Mise en forme principale */

a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#5E5F5F;
	text-decoration: underline;
}

a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;;
	font-style:normal;
	font-weight:normal;
	color:#5E5F5F;
	text-decoration: underline;
}

a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;;
	font-style:normal;
	font-weight:normal;
	color:#5E5F5F;
	text-decoration: underline;
}

a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;;
	font-style:normal;
	font-weight:normal;
	color:#5E5F5F;
	text-decoration: underline;
}

body{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;;
	font-style:normal;
	font-weight:normal;
	color:#5E5F5F;
	text-decoration: none;
	list-style: url();
}

html {
	margin:0;
	padding:0;
}


/* Haut de page */

.hautpage{
	position:relative;
	top:0;
	left:0;
	width:auto;
	height:85px;
}

/* Logo */
.logoApm{
	position:absolute;
	top:10px;
	left:80px;
}

.titre{
	position:absolute;
	top:40px;
	left:450px;
}

.page{
	background-image:url(../images/fond-edito.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:auto;
	height:388px;
	background-color:#FFF;
	border:0px solid #000;
	padding-right:261px;
}

 /* Edito */
.txtEdito{
	padding:15px 0 5px 0;	
	height:360px;
	overflow:auto;	
}

p{
	padding:0 0 8px 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;;
	font-style:normal;
	font-weight:normal;
	color:#5E5F5F;
	text-align:left;
	line-height:12px;;
}


/* ----------------------------- */

.titreTxt{
	padding:55px 0 5px 0;
}


.texte{
	position:relative;
	top:0;
	left:350px;
	width:380px;
	height:325px;
	padding-right:10px;
}

.texteScroll{
	position:relative;
	top:0;
	left:350px;
	width:380px;
	height:100%;
	padding-right:10px;
	margin-right:300px;
	overflow:auto;
	scrollbar-face-color: rgb(255,255,255); 
	scrollbar-shadow-color: rgb(255,255,255);
	scrollbar-highlight-color: rgb(255,255,255);
	scrollbar-3dlight-color: rgb(235,235,235);
	scrollbar-darkshadow-color: rgb(235,235,235);
	scrollbar-track-color: rgb(235,235,235);  
	scrollbar-arrow-color: rgb(0,0,0);
}

/**** Message temporaire sur la page d'edito ****/
.messageInfo{	
	position:relative;
	top:70px;
	width:300px;
	height:75px;
	padding:2 2 2 2;
		
	font-size:11px;
	
	background-color:#eaeff1;
	color:#5E5F5F;
		
	overflow:auto;
	scrollbar-face-color: rgb(255,255,255); 
	scrollbar-shadow-color: rgb(255,255,255);
	scrollbar-highlight-color: rgb(255,255,255);
	scrollbar-3dlight-color: rgb(235,235,235);
	scrollbar-darkshadow-color: rgb(235,235,235);
	scrollbar-track-color: rgb(235,235,235);  
	scrollbar-arrow-color: rgb(0,0,0);
}



ul{
	padding:0 0 0 20px;
	margin:0;
	list-style-position:outside;
	list-style-type:square;
	line-height:10px;
}