/* CSS Document */

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: arial;
}

#page {
  position: relative;
  width: 800px;
  height: 100%;
  margin: 0 auto 0 auto;
  text-align: left;
  font: 12px arial;
}

#header {
  width: 100%;
  height: 330px;
  background: url(images/fond-banniere_accueil.gif) repeat-x left bottom;
}

#logo {
  position: relative;
  display: block;
  float: left;
  width: 150px;
  height: 150px;
  background: url(images/logo_crayon_soleil.png) no-repeat center top;
}

#headerborderright {
  position: relative;
  display: block;
  float: right;
  width: 53px;
  height: 100%;
  background: url(images/borderrright_header.gif) no-repeat 0px 121px;
}

#headertitlegeneral {
  position: relative;
  display: block;
  float: right;
  width: 550px;
  height: 108px;
  background: url(images/ensemble_ecrivons_l_avenir.gif) no-repeat center center;
}

#headertitle {
  float:right;
  position: relative;
  display: block;
  float: right;
  height: 200px;
  background: url(images/accueil_logo_rouge.png) no-repeat;
}

#headertitle img {
  top: 0px;
  margin: 0 0 0 0;
  border: none;
}

#headertitle img a {
  display:block;
}

#headermenu {
  position: absolute;
  display: block;
  float: left;
  top: 230px;
  left:10px;
  margin: 0 0 0 20px;
  padding: 0 15px 10px 0;
  background: url(images/fond_menu_accueil.gif) no-repeat left bottom;
}

#headermenu ul {
  display: inline;
  margin: 0;
  padding: 15px 0 0 12px;
  list-style: none;
  font-weight: bold;
  float:left;
}

#headermenu li.menu-accueil-level1 {
  padding: 0 0 0 10px;
  list-style: none;
  background: url(images/puce.gif) no-repeat left center;
}

#headermenu ul li.menu-accueil-level1 a {
  color: #000;
  text-decoration: none;
}

#headermenu ul li.menu-accueil-level1 a:hover {
  color: #000;
  text-decoration: underline;
}

#content {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 10px 0 10px 0; 
  text-align: justify;
}

#contentleft {
  position: relative;
  display: block;
  float: left;
  width: 48%;
  margin: 0 0 0 0px;
  padding: 0 5px 5px 0;
}

#contentleft h1 {
  display: block;
  margin: 3px 0 0 0;
  padding: 1px 1px 5px 15px;
  color: #b95300;
  font: bold 18px arial;
  /* background: url(images/bordure_titre_bas_copie.gif) no-repeat left bottom; */
}

#contentleft p {
  display: block;
  margin: 5px 5px 0 15px;
  font: 12px arial;
}

#contentright {
  position: relative;
  display: block;
  float: right;
  width: 48%;
  text-align: left;
  margin: 0 5px 0 0;
  padding: 0 0 5px 0;
}

#contentright h1 {
  display: block;
  margin: 0;
  padding: 1px 1px 18px 15px;
  color: #b95300;
  font: bold 18px arial;
  background: url(images/bordure_titre_bas_right.gif) no-repeat left bottom;
}

#contentright p {
  display: block;
  margin: 5px 5px 0 5px;
  font: 12px arial;
}

#contentright a:hover img {
  border:none;
  border-bottom:black solid 1px;
}

#contentright a img {
  border:none;
  border-bottom:white solid 1px;
}

#footer {
  position: relative;
  display: block;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
  padding: 15px 0 0 0;
  text-align: center;
  background: url(images/crayons-ligne.gif) no-repeat;
}

#footermenu {
  display: inline;
  color: #b95300;
}

#footermenu ul {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 13px arial;
}

#footermenu ul li.menu-footer-level1 {
  display: inline;
  margin: 0 0 0 0;
  list-style: none;
}

#footermenu ul li.menu-footer-level1 a {
  color: #b95300;
  text-decoration: none;
}

#footermenu ul li.menu-footer-level1 a:hover {
  color: #b95300;
  text-decoration: underline;
}

#footercopyright {
  display: inline;
  color: #b95300;
}
