h1 { 
color: #493205; 
font-weight: normal;
font-style: italic;
font-size: 36pt; 
text-align: center;
}

a{
color: #493205
}

img{
margin-top: 5px;
border-style: hidden;
}

html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #A4CAD7;
color: #493205;
}

.cadre {
width: 600px;
height: 600px;
margin-top: 10px;
padding-top: 30px;
margin-left: auto; 
margin-right: auto;
background-image: url(/images/grand-cadre.jpg);
background-position: top left;
background-repeat: no-repeat;
}

.logo {
height: 250px;
background-image: url(/images/petit-cadre.jpg);
background-position: top center;
background-repeat: no-repeat;
text-align: center;		
}

.text {
height: 130px;
margin-top: 5px;
text-align: center;
}

.gauche {
float: left;
width: 200px;
margin-top: 5px;
padding-left: 100px;
text-align: center;
font-size: 14pt; 
}

.droite {
float: left;
width: 200px;
margin-top: 5px;
padding-right: 100px;
text-align: center;
font-size: 14pt;
}

