/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Propriétés générales */

body
{
	background-color:#F4A200;
	background-position:center;
	background-repeat:repeat-y;
}

/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Colonnes */

.fond-page
{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background-color:#F8F8F8;
	background-position:bottom center;
	background-repeat:no-repeat;
}

.gauche
{
  width:232px;
}

.centre
{
  width:251px;
}

.droite
{
  width:265px;
}

.interval
{
  width:26;
}

.interval-gauche
{
  width:50;
}

.interval-droite
{
  width:100;
}

/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Acces direct */

.liste
{
	width:180px;
	margin-left:20px;
	color:#F4A200;
	font-size:10px;
}

.liste option
{
	color:#F4A200;
	font-size:10px;
}

/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Cartouche */

.cartouche
{
  background-color:#FFFFFF;
}

.cartouche .contenu
{
  margin-left:10px;
}

.cartouche .separateur
{
	background-repeat:repeat-x;
	background-position:center;
	height:15px;
}

.cartouche .raccord-haut
{
	background-repeat:repeat-x;
}

.cartouche .raccord-bas
{
	background-repeat:repeat-x;
}

.cartouche .raccord-gauche
{
	background-repeat:repeat-y;
}

.cartouche .raccord-droite
{
	background-repeat:repeat-y;
}

/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Menu niveau 1 */

.menu-niveau-1 td
{
	height:20px;  
}

.menu-niveau-1 a, .menu-niveau-1 a *
{
  color:#000000;
	text-decoration:none;
}

.menu-niveau-1 .separateur
{
	background-repeat:repeat-x;
	background-position:center;
	height:1px;
}

.menu-niveau-1 .puce
{
  width:15px;
  text-align:center;
}

#niveau-1 tr.normal
{
  background-image:none;
}

#niveau-1 tr.selected
{
  background-repeat:repeat-y;
  background-position:left top;
}

#niveau-1 tr.normal a
{
  color:#000000;
}

#niveau-1 tr.selected a
{
  color:#FFFFFF;
  font-weight:bold;
}

/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Menu niveau 2 */

.menu-niveau-2 td
{
	height:20px;
}

.menu-niveau-2 a, .menu-niveau-2 a *
{
  color:#000000;
	text-decoration:none;
}

.menu-niveau-2 .separateur
{
	background-repeat:repeat-x;
	background-position:center;
	height:1px;
}

.menu-niveau-2 .puce
{
  width:50px;
  text-align:right;
}

#niveau-2 tr.normal, #niveau-2 tr.selected
{
}

#niveau-2 tr.normal a
{
  color:#000000;
}

#niveau-2 tr.selected a
{
  font-weight:bold;
  color:#D24204;
}

/* --------------------------------------------------------------------------------------*/

