/* Start of CMSMS style sheet 'flowered (mod by tbo)' */
body {
  font-family: verdana, arial, helvetica, sans-serif;
  width: 841px;
  margin: 0 auto 0 auto;
  border: black solid 1px ;
}

#container {
}

#main-title {
  font-size: .7em;
  letter-spacing: 5px;
  text-align: right;
  font-weight: bold;
  margin: 0 ;
  padding: 8px 50px 8px 0px ;
  background-color: #333333;
  color: #ffffff;
}


#header-image {
  background-color: #4d80b9;
  background-image: url(uploads/images/banniere_escrime3.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 133px;
  border-top: 2px #ff4700 solid;
  border-bottom: 2px #ff4700 solid;
}

#main-text {
  margin: 0;
  font-size: 0.7em;
  line-height: 1.8em;
  background-color: #ffffff;
}

h1 {
  clear: both ;
  font-size: 1.5em;
  margin: 0px 0px 10px 0px ;
  padding: 23px 0px 3px 50px ;
  color: #000000;
  border-bottom: 1px #ff4700 solid;
  letter-spacing: 5px;
  font-weight: bold;
  background-color: #F2F2F2;
}

h2 {
  clear: both ;
  margin: 0px 50px 10px 50px ;;
  padding: 10px 0px 3px 0px ;
  color: #000000;
  border-bottom: 1px #000000 solid;
  letter-spacing: 5px;
  font-size: 1.2em;
}

h3 {
  clear: both ;
  margin: 0px 70px 10px 70px ;
  padding: 0px 0px 3px 0px ;
  color: #000000 ;
  letter-spacing: 5px ;
  font-size: 1em ;
}

p {
  margin: 17px 20px 0px 20px ;
  text-indent: 30px ;
}

ul, ol, table {
  margin: 17px 75px 17px 75px ;
}

a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #ff0000;
}

a:hover {
  text-decoration: underline;
}


/* News Summary */

.NewsSummary, .NewsDetail {
  margin: 0px 50px 0px 50px ;
  padding: 0px ;
  border-bottom: solid 1px ;
}

.NewsSummary h3, .NewsDetail h2  {
  margin: 0px ;
  padding: 0px ;
}

.NewsSummaryHeader p , .NewsSummaryMore p, .NewsDetailHeader p , .NewsDetailReturn p  {
  text-indent: 0px ;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 1em ;
}

.NewsContent {
  padding-left: 10px ;
  margin: 10px 40px 10px 30px ;
  border-left: black solid 5px ;
}

#footer {
  clear: both ;
  text-align: center;
  margin: 0px ;
  padding: 8px ;
  background-color: black;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
}

#footer #copyright {
  float: left ;
  width: 70% ;
}

#footer #birthday {
  float: right ;
  width: 30% ;
}

#birthday table {
  text-align: left ;
}

#end_footer {
  clear: both ;
}
#footer a:link, #footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
  color: #ffffff;
}


.right {
  float: right;
  text-align: right;
  margin-right: 50px ;
}

.left {
  float: left;
  text-align: left;
  margin-left: 50px;
}


/* The wrapper clears the floating elements of the menu */

#menuwrapper {
  overflow: hidden;
  background-color: black;
  border-bottom: 1px solid red;
  font-size: .65em;
  color: white;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li {
  width: 200px;
}


/* Unless you know what you do, do not touch this */

#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
	}
#primary-nav ul ul {
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%;
	top: 0px;
	}

#primary-nav li {
	margin-left: -1px;
	float: left;
	}
#primary-nav li li {
	margin-left: 0px;
	margin-top: -1px;
	float: none;
	position: relative;
	}

/* Styling the basic apperance of the menu elements */

#primary-nav a {
	display: block;
	margin: 0px;
	padding: 5px 10px;
	text-decoration: none;
        color : white;
	}
#primary-nav li a {
	border-right: 1px solid red;
	border-left: 1px solid red;
        color : white;
	}
#primary-nav li li a {
	border: 1px solid red;
	}
#primary-nav li, #primary-nav li.menuparent {
	background-color: black;
        color : white;
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive {
	background-color: grey;
        color: red;
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {
	background-image: url(uploads/flowered/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
        color: red;
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
	background-color: black;
        color : red;
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display: none;
          color: red;
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display: block;
	}


/* IE Hacks */

#primary-nav li li {
	float: left;
	clear: both;
	}
#primary-nav li li a {
	height: 1%;
	}
/* End of 'flowered (mod by tbo)' */

