/*mise en page generale*/
html,body{
height:100%;
width:100%;
margin:0;
padding:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
background-color:#999999;
text-align: center;
}
#global {
height:100%;
width:100%;
margin:0;
padding:0;
background: url(img/fond1.png) top left;
background-repeat:repeat-x;
}
#conteneur{
height:100%;
margin-left: auto;
margin-right: auto;
width: 600px;
text-align: justify;
background: url(img/travers2.png) top left no-repeat;
}
/*mise en page generale*/

/*cadre*/
dl.cadre {
margin-top:10px;
width:600px;
}
dl.cadre {
background:url(img/bas3.png) bottom left no-repeat;
padding-bottom: 30px; 
}
dd.cadre {
padding: 0px 30px 30px 25px;
text-align: justify;
background:url(img/centre2.png) top left;
min-height:450px;
}
dl, dt, dd {
margin:0;
padding:0;
}
/*cadre*/

/*fonts*/
h1{
font-size: 16pt;
font-weight:bold;
text-align:center;
color:#FF6600
}
h2{
font-size: 12pt;
font-weight:bold;
background-color: #FCDCC6;
}
h3{
font-size: 12pt;
font-weight:bold;
}
h4{
font-size: 10pt;
font-weight:normal;

}
h5{
font-size: 10pt;
font-weight:normal;
}	
h6{
font-size: 12pt;
font-weight:bold;
color:#FF6600
}
a:link{
color:#3F5E00;
text-decoration:none;
background-color:transparent}

a:visited{
color:#A27F22;
text-decoration:none;
background-color:transparent}

a:hover{
color:#A27F22;
text-decoration:underline;
background-color:transparent}

a:active{
color:#654E11;
text-decoration:underline;
background-color:transparent}

/*fonts*/
