/* @group reset */

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, cite, em,  img,  strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html, body {
  height: 101%;
  background-color: #b3b0a8;
  font: 13px/20px Georgia, "Times New Roman", Times, serif;
  color: #000000;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* @end */

/* @group Structure */

#page {
  position: relative;
  width: 950px;
  min-height: 100%;
  margin: 0 auto;
  background-color: #f7f9f3;
}

a:link, a:visited {
  color: #000000;
  border-bottom: 1px dotted #000000;
  padding-bottom: 1px;
  font-weight: bold;
}

a:hover, a:active {
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 1px;
  font-weight: bold;
}

/* @end */

/* @group Common */

.gauche {
  float: left;
}

.droite {
  float: right;
}

.hide {
  display: none;
}

/* @group bouton */
.bouton {
  margin: 18px 18px 27px 0;
  line-height: 16px;
}

a.btn {
  padding: 6px 0 9px 0;
  background: url(/images/bg-btn-left.gif) no-repeat 0 0px;
  font: 12px/16px "Trebuchet MS", Verdana, sans-serif;
}

a.btn:hover {
  background: url(/images/bg-btn-left.gif) no-repeat 0 -54px;
}

a.btn:link, a.btn:visited, a.btn:hover, a.btn:active {
  border-bottom: none;
}

a.btn span {
  margin-left: 5px;
  padding: 6px 10px 10px 5px;
  background: url(/images/bg-btn-right.gif) no-repeat 100% 0px;
  color: #FFFFFF;
}

a.btn span:hover {
  background: url(/images/bg-btn-right.gif) no-repeat 100% -54px;
}

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: none;
	color: red;
	font-style: italic
}


/* @end */

/* @end */

/* @group Typo */

h1 {
  position: absolute;
  top: 260px;
  left: 25px;
  text-transform: uppercase;
  font: bold 21px "Trebuchet MS", Verdana, sans-serif;
}

h2 {
  text-transform: uppercase;
  font: bold 18px "Trebuchet MS", Verdana, sans-serif;
}

h3 {
  text-transform: uppercase;
  font: bold 12px "Trebuchet MS", Verdana, sans-serif;
  margin-top: 9px;
}

h4 {
  font: bold 12px "Trebuchet MS", Verdana, sans-serif;
  margin-top: 9px;
}

h5 {
  font: bold 11px "Trebuchet MS", Verdana, sans-serif;
  margin-bottom: 4px;
}

p {
  margin-bottom: 9px;
}

div.zone > h3 > sup {
  text-transform: lowercase;
}

.rouge {
  color: red;
}

.gris {
  color: gray;
}

.italique {
  font-style: italic;
}

/* @end */

/* @group Entête */

#entete {
  position: relative;
  top: 0;
  left: 0;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

#entete a.noborder:link, a.noborder:visited, a.noborder:hover, a.noborder:active {
  border-bottom: none;
  padding: 0;
}

#util {
  position: absolute;
  top: 10px;
  right: 5px;
  font: 11px "Trebuchet MS", Verdana, sans-serif;
}

#util li {
  display: inline;
  margin-right: 10px;
  font-weight: bold;
}

#util ul li.actif a {
  color: #7a4c3a;
  border: none;
}

/* @group nav */
#nav {	
  position: absolute;
  top: 180px;
  left: 25px;
  width: 900px;
  border-bottom: 3px double black;
  padding-bottom: 3px;
}

#nav ul li {
  margin-right: 15px;
}

#nav li {
  display: inline;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

#nav a:link, #nav a:visited {
  color: #000000;
  border: none;
}

#nav li.actif a {
  color: #7a4c3a;
}

#nav a:hover, #nav a:active {
  color: #7a4c3a;
  border: none;
}

/* @group sounav */
#sousnav {
  position: absolute;
  top: 210px;
  left: 25px;  
}

#sousnav li {
  display: inline;
  color: #000000;
  font-weight: bold;
}

#sousnav a:link, #sousnav a:visited {
  color: #000000;
  border: none;
}

#sousnav ul li.actif a {
  color: #7a4c3a;
}

#sousnav a:hover, #sousnav a:active {
  color: #7a4c3a;
  border: none;
}

/* @end */
/* @end */
/* @end */

/* @group Contenu */

#wrapper-contenu {
  position: relative;
  top: 125px;
  background: url(/images/bg-contenu.gif) repeat-y;
  padding-top: 12px;
}

#wrapper {
  position: relative;
}

#contenu {
  float: left;
  width: 562px;
  margin-left: 40px;
  padding-bottom: 30px;
}

.images {
  width: 230px;
  margin-left: 15px;
  margin-top: 3px;
}


.images img {
  border: 5px solid #FFFFFF;
  margin-bottom: 15px;
}

.suite {
  margin-bottom: 18px;
  margin-top: -9px;
}

#contenu div.zone {
  width: 562px;
  min-height: 170px;
  margin-bottom: 27px;
  border-top: 3px double black;
  padding-top: 9px;
}

#contenu div.zone ul {
  margin-bottom: 9px;
}

#contenu div.pasdedoublesfilets {
  border: none;
}

#colonne {
  float: right;
  width: 270px;
  margin-right: 40px;
  color: #723e31;
  padding-bottom: 30px;
  font: 12px/18px "Trebuchet MS", Verdana, sans-serif;
}

#colonne div.zone {
  border-top: 3px double #723e31;
  margin-top: 9px;
}

#colonne div.pasdedoublesfilets {
  border: none;
}

#colonne h2 {
  margin-bottom: -9px;
}

#colonne h3 {
  border-top: 3px double #723e31;
  padding-top: 6px;
  margin-bottom: 0;
  margin-top: 18px;
}

#colonne h4 {
  margin-top: 5px;
  line-height: 18px;
}

#colonne a {
  color: #723e31;
  border-bottom-color: #723e31;
}

#colonne a:hover {
  color: #000000;
  border-bottom-color: #000000;
}

#colonne ul {
  margin-top: 2px;
  font: 11px/18px "Trebuchet MS", Verdana, sans-serif;
}

ul.liste li {
  margin: 3px 10px 4px 0px;
}

.bullets {
  list-style-type: disc;
  margin: 0 30px;
}

.posttagsblock {
  display: none;
}

/* @end */

/* @group basdepage */

#basdepage {
  position: relative;
  clear: both;
  background-color: #f7f9f3;
  padding: 20px 0 10px 25px;
  font: 11px "Trebuchet MS", Verdana, sans-serif;
}

#basdepage p {
  margin-top: 9px;
}

/* @end */

/* @group form */
form {
  margin: 8px 0;
}

form h3 {
  margin: 16px 0 8px 0;
  border-bottom: 1px solid #723e31;
}

form label {
  display: block;
  margin-left: 2px;
  font: bold 11px/16px "Trebuchet MS", Verdana, sans-serif;
}

form input[type="text"] {
  margin-bottom: 8px;
  width: 300px;
}

form input[type="text"].jour {
  margin-right: 4px;
  width: 20px;
}

form input[type="text"].mois {
  margin-right: 4px;
  width: 90px;
}

form input[type="text"].annee {
  margin-right: 4px;
  width: 50px;
}

.descRadio {
  font: 11px "Trebuchet MS", Verdana, sans-serif;
}

form textarea {
  margin-bottom: 8px;
  width: 300px;
  height: 300px;
}

form input[type="radio"] {
  margin-right: 6px;
}

form ul {
  margin-bottom: 8px;
}

form input[type="checkbox"] {
  margin: 8px 0;
}

form select {
  display: block;
  margin-bottom: 8px;
  width: 305px;
}



/* @end */
