/* GENERAL */

body {
  margin: 0 8px;
  background: #FDF5E6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", sans-serif;
  color: #BE8513;
  text-align: left;
  background: transparent url(img/h.gif) repeat-x;
}

h1{
  text-align: left;
  font-size: 2.5em;
  margin:0;
}

h2{
  height: 20px;
  font-size: 1.6em;
  margin:0;
  background-position: 0px -10px;
}

h3{
  height: 15px;
  font-size: 1.3em;
  margin:0;
  background-position: 0px -5px;
}

h4{
  margin: 0;
  padding: 0;
  height: 14px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.2em;
}

a:link, a:visited{
  text-decoration: none;
  color: #E6B551;
}

a:hover{
  text-decoration: none;
  color: #BE8513;
}

a img {
  border: none;
}

.gauche {
  float: left;
}

.droite {
  float: right;
}

.txterror {
  text-align: center;
  color: red;
  font-weight: bold;
}

.top {
  text-align: right;
  font-size: 0.8em;
}

.cachediv {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
	position: absolute;
}

li {
  list-style-image: url(img/liste.gif);
}

form {
  margin: 0;
  padding: 0;
}

/* HEADER */

#header {
  width: 100%;
  height: 80px;
  background: #FFFFFF url(img/font.gif) repeat-x;
}

/* SPEED BARRE (menu horizontal) */

#speedbar {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  color: #6C6A6A;
  background: transparent url(img/speedbar.gif) repeat-x;
}

#speedbar a:link, #speedbar a:visited{
  text-decoration: none;
  color: #6C6A6A;
}

#speedbar a:hover{
  text-decoration: none;
  color: #2C2C2C;
}

#speedbar a:link.current, #speedbar a:visited.current{
  text-decoration: none;
  color: #000000;
}

#speedbar a:hover.current{
  text-decoration: none;
  color: #6C6A6A;
}

#speedbar ul {
  margin: 0;
  padding: 0;
  display: inline;
}

#speedbar li {
  padding-left: 3px;
  padding-right: 3px;
  display: inline;
}

/* BLOC DATE */

#datebar {
  margin: 5px 0 5px 0;
  color: #BE8513;
  font-size: 0.7em;
}

/* MENU (droit) */

#menu {
  margin-bottom: 15px;
  width: 200px;
  float: right;
}

.contmenu {
  font-size: 0.8em;
  color: #2C2C2C;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  background: #F8E6C2;
}

.contmenu ul, .contmenu li {
  list-style-type: none;
  list-style-image: none;
  font-weight: bold;
  margin: 0;
  padding: 1px 5px 1px 5px;
  text-align: left;
}

.contmenu li a:link, .contmenu li a:visited {
  text-decoration: none;
  color: #6C6A6A;
}

.contmenu li a:hover {
  text-decoration: none;
  color: #2C2C2C;
}

.contmenu li a:link.currentlink, .contmenu li a:visited.currentlink {
  text-decoration: none;
  color: #000000;
}

.contmenu li a:hover.currentlink {
  text-decoration: none;
  color: #6C6A6A;
}

.basmenu {
  height: 8px;
  margin-bottom: 15px;
  background: transparent url(img/speedbar.gif) repeat-x;
  background-position: 0px -14px;
}

/* PLAN DU SITE */

.plansite {
  text-align: right;
  width: 94%;
  margin: auto;
  color: #2C2C2C;
  padding: 0 5px 0 5px;
  font-size: 0.8em;
  background: #FDF5E6;
}

/* PAGE */

#page {
  margin-bottom: 15px;
  padding: 5px;
  color: #2C2C2C;
  background: #F8E6C2;
  margin-right: 215px;
}

/* INFO DES BBCODES (barre et affichage) */

pre {
  margin: 0;
  padding: 5px;
}

.topcode {
  font-weight: bold;
  color: #BE8513;
  margin-left: 30px;
}

.bloccode {
  background: #F5F5F5;
  color: black;
  overflow: auto;
  border: 1px solid #F2CC85;
}

.bbcodebloc {
  border: 1px solid #F2CC85;
  color: #2C2C2C;
  background: #FFFFFF url(img/font.gif) repeat-x;
  margin-bottom: 5px;
  padding: 5px;
}

.bbcodebloc input, .bbcodebloc select {
  border: 1px solid #FFCC66;
  color: #2C2C2C;
  background: #FDF5E6;
}

.bbcodebloc input {
  font-weight: bold;
}

.bbcodebloc input:hover {
  border: 1px solid #F5F5F5;
  color: #F5F5F5;
  background: #F2CC85;
}

.bbcodesign {
  margin: 0;
  padding: 0;
  width: 80px;
  float: right;
  background: transparent url(img/bbbar.gif) no-repeat;
}

textarea, input, select {
  border: 1px solid #F2CC85;
  color: #2C2C2C;
  background: #FDF5E6;
}

input.valid {
  font-weight: bold;
}

input.valid:hover {
  border: 1px solid #FDF5E6;
  font-weight: bold;
  background: #F2CC85;
}

.selected {
  background: #F2CC85;
}

/* BLOC ACCUEIL (page d'accueil) */

.blocacc {
  width: 95%;
  margin: auto;
  margin-top: 15px;
}

.blocaccg {
  border: 1px solid #BE8513;
  width: 48%;
  float: left;
  display: inline;
  background: #F6E9CF;
  color: #525151;
}

.blocaccd {
  border: 1px solid #BE8513;
  width: 48%;
  float: right;
  display: inline;
  background: #F6E9CF;
  color: #525151;
}

.blocacctxt {
  padding: 10px;
}

/* BLOC NEWS (et texte) */

.blocnews {
  border: 1px solid #BE8513;
  width: 95%;
  margin: auto;
  margin-top: 15px;
}

.infonews {
  text-align: right;
  color: #2C2C2C;
  padding: 5px 8px 15px 8px;
  font-size: 0.8em;
}

.contnews {
  background: #F6E9CF;
  color: #525151;
  padding: 10px;
}

/* FOOTER */

#footer {
  clear: both;
  width: 100%;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 0.6em;
  color: #6C6A6A;
  text-align: right;
  background: transparent url(img/speedbar.gif) repeat-x;
}

#footer a:link, #footer a:visited{
  text-decoration: none;
  color: #FF0000;
}

#footer a:hover{
  text-decoration: none;
  color: #BE8513;
}

