/* CSS Document */

body {
background:#547088;
margin:0;
padding:0;
font-size:0.8em;
font-family: Arial, Helvetica, sans-serif;
}
#conteneur {
margin:0 auto;
width:902px;
}
#header {
background:url(imgs/header.jpg) top left no-repeat;
width:813px;
height:230px;
margin:0 0 0 8px;
}
#queue {
background:url(imgs/queue.jpg) top left no-repeat;
width:902px;
height:465px;
margin:0 auto;
}
#pied {
background:url(imgs/foot.jpg) top left no-repeat;
width:814px;
height:55px;
margin:0;
}
#titre {
background:url(imgs/titre.jpg) bottom left no-repeat;
width:573px;
height:60px;
margin:0 0 0 110px;
}
#corps {
float:left;
margin:20px 0 0 0;
padding:0 130px 0 50px;
}
#centre {
width:auto;
margin:0 0 10px 0;
float:left;
}
#gauche {
width:200px;
margin-right:20px;
float:left;
}
#droite {
width:500px;
float:left;
}
#droite img {
border:1px solid #000;
margin:0 0 0 100px;
}
/* MENU */
#navlist {
margin:0 0 30px 0;
padding:0;
}
#navlist li {
display: inline;
list-style-type:none;
padding:0 20px 0 0;
}
#navlist li a {
font-weight:bold;
font-style:normal;
color:#000000;
text-decoration:none;
border-bottom:3px solid #FF6699;
padding:0 2px;
}
#navlist li a:hover {
font-weight:bold;
font-style:normal;
color:#006699;
}
/* FiN MENU */
p {
text-align:justify;
margin:0;
padding:0;
}
.lettrine {
float:left; /* positionnement de la lettrine dans le conteneur*/
font-size:3em; /* 3 hauteurs de lignes pour la lettrine*/
font-weight:bold;
font-family:Georgia, Times New Roman, Times, serif;
color:#FF6699;
border:1px solid #FF6699; /* définition d'une bordure autour de la lettrine*/
background-color: #FFF; 
margin:1px 10px 1px 1px;
padding:1px 5px 1px 1px;
line-height:1em;
}
.titre {
color:#006699;
text-decoration:underline;
font-weight:bold;
}

