@font-face {
				font-family: 'Scada-Regular';
				src: url('font/scada-regular.eot');
				src: url('font/scada-regular.eot?#iefix') format('embedded-opentype'),
						 url('font/scada-regular.woff') format('woff'),
						 url('font/scada-regular.ttf') format('truetype'),
						 url('font/scada-regular.svg#scada-regular') format('svg');
				font-weight: normal;
				font-style: normal;
		}
/****************************************************************/
/* PARAMETRES INITIAUX */
/****************************************************************/

table, div, form, p, h1, h2, h3,
h4, h5, h6, h7, pre, ul, li, dl,
dt, dd, th, td, fieldset, img {
        margin: 0;
        padding: 0;
        font-weight: normal;
}

ol, blockquote {
        font-weight: normal;
}


.alignleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}
img.alignleft, a.alignleft img, dl.alignleft {float: left; margin-right: 10px;}
img.alignright {float: right; margin-left: 10px;}
.clear {clear: both;}
.skipper {display: none;}
.adder {display: block;}
/****************************************************************/
/* PARAMETRES INITIAUX */
/****************************************************************/


body {
  margin : 0;
  padding : 0;
  background : none;
}
img , a img
{
  border  :none;
}
div.accessibilite,
div.recherche,
div#documentBas,
div#colonnegauche,
div#pied,
#contenu a.hautpage,
#contenu div.navHorizontale,
#contenu div#raccourci
{
  display : none;
}
#haut
{
   width: 100%;
   top: 0;
}
#haut div.logo img
{
  width : 50px;
  height : 48px;
  float: left;
}
#haut div.accroche
{
  float: right;
    font-size: 24px;
    padding: 5px 0;
    width: 500px;
}

#contenu {border-width : 0;}
#corps #contenu h1
{
    font-family:'Scada-Regular', Arial;
    font-weight: bold;
    color : black;
    font-size : 26px;
    margin: 39px 0;
    display: block;
    clear: both;
}

#corps #contenu  h2
{
    background : #ededed;
    font-family:'Scada-Regular', Arial;
    font-weight: bold;
    color : #000;
    margin: 10px 0;
    display: block;
    font-size : 16px;
    clear: both;
}

#corps #contenu h3
{
    background : #fff;
    font-family:'Scada-Regular', Arial;
    font-weight: bold;
    color : #000;
    margin: 10px 0;
    display: block;
    font-size : 16px;
    clear: both;
}

#corps #contenu h4
{
    background : #d4cdcd;
    font-family:'Scada-Regular', Arial;
    font-weight: bold;
    color : #000;
    margin: 10px 0;
    font-size : 16px;
    clear: both;
}



#corps #contenu h5 {
    font-family:'Scada-Regular', Arial;
    font-weight: normal;
    color : #000;
    margin: 10px 0;
    padding: 0px;
    font-size : 13px;
    clear: both;
}

