/* CSS Document */

/* Initialise les marges des elements bloc */
body, div, 
dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, 
p, blockquote, th, td { margin: 0; padding: 0; }

/* Initialise la taille des titres */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Enleve les puces aux listes */
ol, ul { list-style: none; }

/* Initalise le style du texte */
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }

/* Enleve les bordures aux images et aux fieldset */
fieldset, img { border: 0; }

html
{
  background: #6699FF;
}

#intro p
{
  font-weight: bold;
}

p
{
  margin: 0 5px 10px 5px;
  font: 14px Verdana;
}

#conteneur
{
  border-radius: 10px 10px;
  -moz-border-radius: 10px;
  background: #95B9F7;
  position: relative;
  margin: auto;
  margin-top: 20px;
  padding: 5px 10px 5px 10px;
  width: 800px;
}

.presentation img
{
  width: 150px;
  float: left;
  margin-bottom: 10px;
  padding-right: 10 px;
}

.presentation
{
  clear: left;
  margin-bottom: 10px;
  padding-bottom: 10px
}

#entete
{
  margin-bottom: 10px;
  height: 100px;
  background: url(../img/ban.png);
}

#banner h1
{

  text-indent: -99999px;
}

#menu
{
  position:relative;
  text-align: right;
  margin: 60px 10px 10px 0;
}

#menu li
{
  display: inline;
}

#sousMenu
{
  position:relative;
  text-align: right;
  margin: 0 10px 10px 0;
}

#sousMenu li
{
  display: inline;
}

#contenue
{
  background: #fff;
  border-radius: 10px 10px;
  -moz-border-radius: 10px;
  padding-left: 5px;
}

#pied p
{
  text-align: center;
}

#pied
{
  clear: left;
}