/*############################################################################*/
/* STYLES GENERAUX DES PAGES */
/*############################################################################*/


/* Style général appliqué aux pages */
body{ 
	font-family : Verdana;
	font-size : 12px;
	text-align : center;
	margin : 0px; 
  padding : 0px;
  background-image : url('../images/fond.jpg');
  background-repeat : repeat;
	background-color : #8fb7c1;
}

/* Cadre contenant le site */
#cadre{
  width : 960px;
  margin-left: auto;
  margin-right : auto;
  text-align : left;
  background-color : #ffffff;
  border : 1px solid #c2c2c2;
}

/* Contenu à l'intérieur du `cadre` */
#contenu{
  width : 950px;
  padding : 5px;  
}

/* Header du site */
#bandeau{
  width : 960px;
  height : 80px;
  background-image : url('../images/bandeau.jpg');
  background-repeat : no-repeat;
  background-color :#333333;
}

/******************************************************************************/
/* MENU */

/* Conteneur du menu du site */
#menu{
  float : right;
  width : 200px;
  margin-top : 45px;
}

#menu-principal{ 
  margin : 0px;
  padding: 0px; 
  list-style-type : none;
}

#menu-principal li{
  float : left;
  padding: 0px 5px;
}

#menu-principal li.separateur{
  display : block;
  padding : 6px;
  font-size : 14px;
  font-weight : normal;
  color : #cccccc;
  text-decoration: none; 
}


#menu-principal li a:link{
  display : block;
  padding : 6px;
  font-family : Times New Roman;
  font-size : 15px;
  font-weight : bold;
  color : #ffffff;
  text-decoration: none; 
}

#menu-principal li a:visited{
  display : block;
  padding : 6px;
  font-family : Times New Roman;
  font-size : 15px;
  font-weight : bold;
  color : #ffffff;
  text-decoration: none; 
}

#menu-principal li a:hover{
  color :#333333;
}

#menu-principal li a.selected{
  display : block;
  padding : 6px;
  font-family : Times New Roman;
  font-size : 15px;
  font-weight : bold;
  text-decoration: none; 
  background-image : url('../images/menu-position.gif');
  background-repeat : no-repeat;
  background-position: bottom center
}


/******************************************************************************/
/* FOOTER */

/* Conteneur du footer du site */
#pied{
  height : 14px;
  padding : 4px;
  color : #cccccc;
  background-color :#333333;
}
