 html, body, div
 {
 	margin:0;
 	padding:0;
 }
 
 body, div, p
 {
	font-family : Verdana,Geneva,Helvetica;
	font-weight : normal; 
	font-size : 11px;	
	line-height: 12pt;
	
	text-decoration : none;
	color: black;
}

h2{
	font-weight : bold;
	font-size : 12pt;
	line-height: 14pt;
    padding-bottom:0.3cm;
}

h3 {
	font-weight : bold;
	font-size : 12pt;
	line-height: 14pt;
	margin-top: 0.1cm;
}


h4{
	font-weight : bold;
	font-size : 11px;
	text-align: left;
    vertical-align: middle;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}



ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        /*vertical-align: buttom;*/
}



body.Foyer, div, p {
	background-color:#ffffff;
}

input.buttonsmall, input.buttonsubmit {
      border-style: none;
      border-bottom: solid #374251 2px;
      background-color: #93b0d7;
      font-weight: bolder;
      text-align: center;
      text-decoration: none;
      font-size : 8pt;
      line-height: 20px;
      padding: 1px 4px 1px 4px;
      white-space: nowrap;
}

input.buttonsmall:hover, input.buttonsubmit:hover
{
    background-color: #93b0d7;
    font-weight: bolder;
}

img{
	border-style: none;
}

