/*
logo : 0097c6
logo clair : c8d2ff
logo gris : 3c5b78
*/

body
{
  font-family: arial, sans-serif;
  font-size: 10pt;
  background-color: #c8d2ff;
  background-image:url(img/cloud.jpg);
}

#menu
{
  list-style-type: none;
}

#menu li
{
  display: inline;
  padding: 0 .5em;
}

#header
{
  text-align: center;
  color: #3c5b78;
  width: 550px;
  margin: 0 auto;
}

#header img
{
  border-style: none;
}

#header a:hover
{
  color: #0097c6;  
  font-weight : bold;
}

#header a
{
  color: #3c5b78;
  text-decoration: none;
  font-weight : bold;
}

#bandeau
{
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #94d6ea;
  font-weight : bold;
}

#bandeau a
{
  font-style: italic;
}

#content
{
  padding-top: 30px;
  padding-bottom: 30px;
  width: 550px;
  margin: 0 auto;
  clear: both;
}

#content h1
{
  text-align: center;
  font-size: medium;
}

#content a:hover
{
  color: #0097c6;  
}

#content a
{
  color: #3c5b78;
  text-decoration: none;
}

#content img.partenaires
{
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  border-style: none;
}

#content img.planacces
{
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  border-color: black;
}

#content p
{
  text-indent: 1em;
  text-align: justify;
}

#content img.email
{
  vertical-align: top;
  float: right;
}

#challengeleft
{
  float: left;
}

#challengeright
{
  float: right;
  width:  300px;
  padding-right : 20px;
}

#challengefooter
{
  padding-top: 50px;
  clear: both;
  width:550px;
}

#foot
{
  width: 550px;
  margin: 0 auto;
  text-align: center;
  font-size: 8pt;
  color: #3c5b78;
  clear: both;
}

#foot img
{
  border-style: none;
  vertical-align: middle;
}

