body {
background-image:url('img/p.jpg');
}

div#contenu {
width: 1024px;
text-align: center;
font-family: Times New Roman, Times;
}

div#gauche {
float: left;
width: 180px;
height: 625px;
text-align: center;
font-size: 15px;
font-style: italic;
font-weight: bold;
padding: 10px;
}

div#lieu {
background: ivory;
width: 95%;
font-size: 16px;
font-style: oblique;
font-weight: normal;
color: darkblue;
border: 5px ridge darkblue;
padding: 5px;
}

div#droite {
float: right;
background: none;
width: 180px;
height: 625px;
padding: 10px;
text-align: center;
}

.bouton {
background: ivory;
font-family: Tahoma, Arial;
font-size: 20px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-shadow: blue;
color: darkblue;
border: 5px ridge darkblue;
padding: 10px;
padding-left: 20px;
padding-right: 20px;
}

.bouton2 {
background: ivory;
font-family: Tahoma, Arial;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-shadow: blue;
color: darkblue;
border: 5px ridge darkblue;
padding: 5px;
padding-left: 20px;
padding-right: 20px;
}

.img {
border: 7px ridge darkblue;
}

.titre {
background: darkblue;
font-family: Tahoma, Arial;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-shadow: blue;
color: ivory;
padding: 5px;
margin-top: 10px;
margin-left: 5px;
}

.enum {
text-align: left;
}

.bleu {
color: darkblue;
font-size: 16px;
font-weight: bold;
}