/* Start of CMSMS style sheet 'GENERAL' */
body{
  background-color: #DDBC8D;
  font-family: "Segoe UI","Arial";
  font-size: 11px;
  margin: 10px;
}

div, ul, li, table, tr, td{
  padding: 0;
  margin: 0;
}

ul{
  padding-left: 2em;
}

img{
  border: 0;
}

#page{
  background-color: white;
  border: 1px solid maroon;
  margin: 0 auto;
  width: 750px;
}

#entete{
  background: #ffefc4;
  height: 63px;
}

#menu{
  padding-right: 1em;
  padding-bottom: 0.6em;
}

#sousmenu ul{
  padding-right: 1em;
}

#menu li, #sousmenu li{
  color: maroon;
  display: inline;
}

#menu h3,  #sousmenu h3, #menu dfn, #sousmenu dfn{
  display: none;
}

#menu {
  font-weight: bold;
}

#menu a, #sousmenu a{
  padding-left: 0.5em;
}

#menu a{
  color: maroon;
}

a, #sousmenu a, #breadcrumbs a, #footer a{
  color: blue;
}

a, #menu a, #sousmenu a, #breadcrumbs a, #footer a{
  cursor: pointer;
  text-decoration: underline;
}

.currentpage{
  f ont-size: 0;
}

#navigation{
  background-image: url("uploads/images/nav_fond.gif");
  background-position: 0px;
  background-repeat: repeat-x; 
  border-top: 1px solid #eedeb3;
  height: 33px;
}

#localisation{
  font-weight: bold;
  padding-left: 1em;
}

#content{
  background-color: white;
}

#pied{
  background: #ffefc4;
  border-top: 1px solid #eedeb3;
  font-size: 0.9em;
  padding: 1em;
  text-align: center;
}
/* End of 'GENERAL' */

