/* Start of CMSMS style sheet 'Style site' */
* {
  padding: 0px;
  margin: 0px;
  font-family: Tahoma, Verdana, Arial;
  font-size: 13px;
}

body {
  background-image: url(images/fd_upnet.jpg);
  background-repeat: repeat-x;
  background-color: #E8FACF;
  padding-top: 9px;
}

a:link, a:hover, a:visited, a:active {
  color: #447744;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


h4 {
  font-size: 12px;
  margin: 10px 3px 3px 3px;
}

h3 {
  color: #447744;
  font-size: 13px;
  margin: 15px 10px 5px 10px;
  width: 400px;
  border-bottom: #447744 1px solid;
}

h2 {
  font-size: 15px;
  text-align: center;
  margin: 20px auto 10px auto;
}

p {
  padding: 3px 0;
}

ul {
  padding-left: 20px;
}

.spacer {
  clear: both;
}

#header {
  width: 750px;
  height: 80px;
  margin: auto;
  
}

#header h1 {
  width: 750px;
  height: 80px;
  background-image: url(images/fd_header.gif);
}

#header h1 img {
  width: 750px;
  height: 80px;
  border: 0;
}

#main {
  background-image: url(images/fd_main.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

#content_container {
  width: 749px;
  margin: auto;
  background-image: url(images/fd_content.jpg);
}

#content {
  padding: 0 10px;
}

#content_top {
  height: 10px;
  background-image: url(images/fd_content_top.jpg);
}

#content h1 {
  background-image: url(images/fd_title.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 0 0 7px 25px;
  margin: 10px;
  color: #437D62;
  font-size: 1.2em;
}



#content_bottom {
  background-image: url(images/fd_content_bottom.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 5px;
  color: #999999;
  margin-top: 20px;
}


/******************
 *  MENU
 ******************/

#menu {
  float: right;
  margin: 20px 10px 10px 10px;
  background-color: #BAE053;
  width: 174px;
}

#menu_top {
  height: 26px;
  background-image: url(images/fd_menu_top.jpg);
}

#menu_bottom {
  height: 26px;
  background-image: url(images/fd_menu_bottom.jpg);
}

#menu a:link, #menu a:hover, #menu a:visited, #menu a:active {
  text-decoration: none;
  color: #404548;
  font-size: 0.9em;
}

#menu a:hover {
  text-decoration: underline;
}

#menu ul {
  padding: 0 0 3px 0;
}

#menu ul ul {
  padding: 2px 0 10px 10px;
}

#menu li {
  list-style-image: url(images/puce_menu.jpg);
  list-style-position: inside;
  padding: 1px 0; 
}


#mentions {
  font-size: 0.9em;
  color: #666666;
  text-align: center;
}

ul.definitions_list {
  margin-left: 20px;
}

ul.definitions_list li {
  padding: 3px;
}

.definition_selected {
  padding: 5px;
  background-color: #CCFFCC;
}



/******************
 *  CALENDRIER
 ******************/

table.calendar {
  margin: auto;
  padding: 3px;
  border: #447744 1px solid;
}

table.calendar td {
  padding: 3px;
  margin: 1px;  
  background-color: #DDEEDD;
}

table.calendar ul {
  margin: 0;
  padding: 0;
}

table.calendar li {
  list-style-type: none;
}

table.calendar li a {
  font-size: 10px;
}


/******************
 *  NEWS
 ******************/

.NewsSummary {
  margin: 15px;
  padding: 5px;
  background-image: url('images/fd_news.jpg');
  background-repeat: repeat-y;
}

.NewsSummaryPostdate {
  margin: 0 0 5px 0;
  padding: 3px;
  width: 150px;
  color: #447744;
  border-bottom: #447744 1px dotted;
}

#NewsPostDetailContent {
  margin: 5px;
  padding: 3px;
  background-image: url('images/fd_news.jpg');
  background-repeat: repeat-y;
}
/* End of 'Style site' */

