 
h1 { 
color: #FFCC00; 
font-weight: normal;
font-style: italic;
font-size: 24pt; 
background-color: #0F4C83; 
text-align: center;
}
h2 { 
color: #FFCC00;
font-weight: bold;
font-size: 14pt;
background-color: #0F4C83; 
text-align: center;
}
a{
color: #FFCC00
}
img{
border: hidden;
}
html, body {
width: 100%;
height: 100%;
background-color: #0F4C83;
color: #FFCC00;
}
.cadre {
width: 500px;
height: auto;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
border: 5px solid #FFCC00;
text-align: center;
}
.corps_long {
height: 700px;
margin-top: 10px;
}
.corps_court {
height: 600px;
margin-top: 10px;
}
.valid {
width: auto;
height: 35px;
bottom: 8px;
padding-left: 20px;
text-align: left;
font-size: 8pt;
}
.pied {
width: 100%;
height: 20px;
bottom: 8px;
left: 0px;
text-align: center;
font-size: 8pt;
}