/* --------------

Debut Page

-------------- */

	div.pageZoneTotale {
    margin : 0px;
    padding : 0px;
    clear : both;
    width : 100%;
}
  div.navigationPage {
    padding : 1px;
    border : 1px #BBBBBB solid;
		font-family : Arial, Helvetica, sans-serif; 
		color : #004581; 
		text-decoration : none; 
		font-weight : normal; 
		font-size : 11px;
		text-align : center;
		margin-bottom : 20px;
}
  div.navigationPage a.previous {
    width : 130px;
    float : left;
    text-align : left;
    background : #EEEEEE;
		font-family : Arial, Helvetica, sans-serif; 
		color : #004581; 
		text-decoration : none; 
		font-weight : normal; 
		font-size : 11px;
		padding-left : 10px;
}
  div.navigationPage a.next {
    width : 130px;
    float : right;
    text-align : right;
    background : #EEEEEE;
		font-family : Arial, Helvetica, sans-serif; 
		color : #004581; 
		text-decoration : none; 
		font-weight : normal; 
		font-size : 11px;
		padding-right : 10px;
}
  div.navigationPage a.previous:hover {
    width : 130px;
    float : left;
    text-align : left;
    background : #DDDDDD;
		font-family : Arial, Helvetica, sans-serif; 
		color : #004581; 
		text-decoration : underline; 
		font-weight : normal; 
		font-size : 11px;
		padding-left : 10px;
}
  div.navigationPage a.next:hover {
    width : 130px;
    float : right;
    text-align : right;
    background : #DDDDDD;
		font-family : Arial, Helvetica, sans-serif; 
		color : #004581; 
		text-decoration : underline; 
		font-weight : normal; 
		font-size : 11px;
		padding-right : 10px;
}
  div.navigationPage div.previous {
    width : 130px;
    float : left;
    text-align : left;
    background : #FFFFFF;
		font-family : Arial, Helvetica, sans-serif; 
		color : #004581; 
		text-decoration : none; 
		font-weight : normal; 
		font-size : 11px;
		padding-left : 10px;
}
  div.navigationPage div.next {
    width : 130px;
    float : right;
    text-align : right;
    background : #FFFFFF;
		font-family : Arial, Helvetica, sans-serif; 
		color : #004581; 
		text-decoration : none; 
		font-weight : normal; 
		font-size : 11px;
		padding-right : 10px;
}
	div.pageZoneTotale .nouvelle{
		margin : 0px;
		padding : 0px;
		display : block;
}
	div.pageZoneTotale p.nouvelleTitSeule, div.nouvelleTitSeule, h1.nouvelleTitSeule {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 16px;
		color : #004581;
		font-weight : bold;
		text-decoration : none;
		padding : 0;
		margin : 0;
		margin-bottom : 5px;
		text-align : left;
		line-height : 17px;
		display : block;
		width : 100%;
}
