HTML{
    font-size: 100%;    
}
@font-face {
    font-family: "Decima-nova";
    src: url('./polices/Decima-Nova.otf');
}
@font-face {
    font-family: "Decima-nova";
    font-weight: bold;
    src: url('./polices/Decima-Nova-Bold.otf');
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	font-family: Decima-nova, Tahoma, Geneva, sans-serif;
	background-color: #E4E4E4;
	background-image: url(../basesav/images/fond1.jpg), url(../basesav/images/fond2.jpg);
	background-position:top , bottom ;
	background-repeat: repeat-x;
}
a {color: #000;}
a:link ,a:hover ,a:visited {font-size:1.em; color: #85BA34}
h1 {margin:0 ;padding-left: 5px;font-size: 2em; font-weight: bold;}
h2 {margin:0 ;padding-left: 20px;font-size: 1.8em; color: #000;}

.headerStyle {position: relative; height: 149px; z-index: 100; }
.contentStyle {
	height: 1%;
	position: relative;
	z-index: 1;
	background-color: #FFF;
	overflow: hidden;
}
.divH1{width: 100% ;height: 53px; line-height: 53px;background-color: #85BA34;margin: 0;}
.divH2{width: 95%;height: 40px;line-height: 40px; background-color: #dedede;margin-left: auto; margin-right: auto;}
.div95Center{ width: 90%;margin-left:auto; margin-right: auto;font-size: 1.2em;}
.frameBlocks {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 1100px;
}
.page_navigator {
	width: 100%;
	text-align: right;
}
.page_navigator a {
	color :#000;
}
.block-category-description p{
	font-size : 1.4em;
	margin-left: 10px; 
	margin-right: 10px;
}
#div_points_forts ul {list-style-type: none;}
