/* Générique */
html ,form,h1,h2,h3,h4,h5,h6,ul,li
{
	margin: 0;
	padding: 0;
}
body
{
	padding:0px;
	margin:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	color: #000;
	background: #F7C856;
	text-align:left;
}

/* Global */
#global
{
  margin:5px auto;
  padding:0px;
  width:950px;
  position:relative;
}

/* Header */
#header
{
  width:950px;
  height:200px;
  background:url(../graphisme/generique/header-fond.gif);
  position:relative;
}

/* Menu */
#menu ul
{
	position:absolute;
	bottom:0;
	left:50px;
	list-style:none;
}
#menu ul li
{
	float:left;
	margin-right:1em;
}
#menu ul li a
{
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	height:26px;
	line-height:26px;
	color:#F1B04B;
}
#menu ul li a:hover{color:#fff;}

/*  Contenu */
#contenu
{
  width:950px;
  min-height:310px;
  height:auto !important;
  height:310px;
  float:left;
  background:#fff url(../graphisme/generique/contenu-fond.gif) left;
}

/* Page */
#contenu #page
{
	width:630px;
	display:inline;
	float:left;
	margin-left:10px;
	position:relative;
	margin-top:5px;
	text-align:justify;
}
#page ul{list-style:inside square;margin:0 0.6em 0.6em 0;}

/* Colonne */
#colonne_g
{
	width:135px;
	float:left;
	background:#a38a76;
	padding:10px;
}
#accroche{font-weight:bold;}

#colonne_d
{
	width:150px;
	float:right;
	margin:1em 0 0 0;
}

/* Footer */
#footer
{
    display:inline;/* Bug IE */
	float:left;
	font-weight:bold;
	width:950px;
	height:61px;
	line-height:61px;
	color:#fff;
	text-align:center;
	background:url(../graphisme/generique/footer-fond.gif);	
}

/* ----------- Tableau ------------ */
table.tableau
{
   margin:1em auto;
   border-collapse:collapse;
   padding:0px;
}

table.tableau tr
{
  color:#000;
  font-weight:normal;
}

table.tableau tr td.clair,
table.tableau tr.clair
{
   background:#DDE1FA;
   color:#000;
}

table.tableau tr td.fonce,
table.tableau tr.fonce
{
   background:#BA0808;
   color:#F1B04B;
}

table.tableau tr td
{
  padding:3px 6px;
  margin:0;
  border-bottom:1px solid #000;
}

/* Classes génériques */
a{color:#000;}
.photo_gauche
{
	float:left;
	margin:0 0.6em 0.6em 0;
	font-size:0.9em;
	line-height:1em;
	background:#eee;
}

h1,h2,h3,h4,h5,h6{margin:0 0 1em 0;color:#AF4E00;}
h1{font-size:1.5em;}
h2{font-size:1.3em;}

.rouge{color:#BA0808;}
.rougegras{color:#BA0808;font-weight:bold}
.bleu{color:#99CCCC;}
.vert{color:#CCCC99;}
.noir{color:#000000;}
.blanc{color:#ffffff;}

.gras{font-weight:bold}
.italique{font-style:italic}
.normal{font-style:normal}
.raye{text-decoration:line-through}
.cache{overflow:hidden}
.sans_fond{background:none}
.fond_rouge{background:#FA4D52}
.centrer{text-align:center}
.gauche{float:left;}
.droite{float:right;}
.nettoyeur{clear:both;}
.relative{position:relative;}
.sans_bord{border:none;}
.bordure{border:1px solid #000;}
.pasvu{display:none;}
.half{width:48%;}
