body {
  font-family: verdana;
  font-size: 11px;
  background: #1f6996;
  /*background-image: url('../img/fond_degrade.gif');*/
  background-repeat: repeat-y;
  background-position: top center;
}

#contenant {
	width: 1100px;
	margin: auto;
}

#page {
  background-color: white;
  width: 1000px;
  margin: auto;
  border: 1px solid black;
  /*
  position:absolute;  
  left: 50%;
  margin-left:-500px;
  */
}


#header {
  height: 100px;
  width: 1000px;
}

#logo {
  padding: 5px;
  width: 240px;
  text-align: center;
  float: left;
}

#logo a, #logo a:hover {
  color: #0663a9;
}

#logo a:hover {
  color: black;
}

#pub_top {
  width: 728;
  height: 90px;
  float: right;
  margin: 5px;
}

#barres_top {
}

#autopromo {
  float: right;
  width: 259px;
  padding: 5px;
  height: 51px;
  background-color: #618fdb;
  text-align: center;
  border-top: 1px solid black;
  border-left: 1px solid white;
  border-right: 1px solid white;
  color: #E1E1E1;
  font-size: 12px;
}

#autopromo .marge_top {
  padding-top: 5px;
}

#autopromo a.titre_promo {
  color: white;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}

#autopromo a.texte_promo {
  color: #E1E1E1;
  font-size: 13px;
  text-decoration: none;
}

#menu {
  /*width: 999px; */
  background: #858685;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  height: 30px;
}

#menu .element {
  background-color: #b2b2b2;
  border-left: 1px solid white;
  border-right: 1px solid black;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  float: left;
  height: 20px;
}

#menu .element_avant, #menu .element_rouge {
  background-color: #618fdb;
  border-left: 1px solid white;
  border-right: 1px solid black;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  float: left;
  height: 20px;
}

#menu .element_avant {
  float: right;
}

#menu .element_rouge {
  background: #c50202;
}

#menu .home {
  background-color: #af261e;
  border-left: 1px solid white;
  border-right: 1px solid black;
  text-decoration: none;
  float: left;
  height: 24px;
  width: 24px;
  padding-left: 7px;
  padding-top: 7px;
}


#menu .element:hover {
  background: #c50202;
}  

#menu a, #menu a:hover, #colonne_gauche a.menu, #colonne_gauche a.menu:hover {
  color: white;
  font-family: verdana;
  font-size: 12px;
  text-decoration: none;
}

#connexion_top {
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 20px;
  color: white;
  text-align: right;
  padding-right: 10px;
}

#recherche_top {
  /* width: 988px; */
  background: #535353;
  border-left: 1px solid white;
  border-top: 1px solid white;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  height: 20px;
  color: white;
}

#cadre_recherche {
  float: left;
}

#cadre_recherche .input_recherche {
  width: 300px;
}

#barre_separation {
  width: 998px;
  height: 10px;
  background: #535353;
  border-left: 1px solid white;
  border-bottom: 1px solid black;
}

#link {
  float: left;
  color: gray;
  margin-left: 25px;
}
#colonne_gauche {
  /*background-color: #a20308;*/
  width: 148px;
  float: left;
  color: black;
  font-family: verdana;
  font-size: 12px;
  padding-top: 5px;
  text-align: center;
  border-right: 2px solid #d7e4ec;
}

#colonne_gauche .menu {
  background-color: #c14045;
  border: 1px solid white;
  color: white;
  padding: 3px;
  margin: 5px;
  margin-left: 20px;
  width: 100px;  
}

.menu {
  border: 1px solid #c14045;
  padding: 3px;
  margin: 5px;
  text-align: center;
  background-color: white;
}

.menu:hover {
  background-color: #e8d9da;
}

.menu a, .menu a:hover {
  color: #c14045;
  text-decoration: none;
}



#colonne_gauche a, #colonne_gauche a:hover {
  color: #1f6996;
  text-decoration: none;
}

#colonne_gauche .navigation, #colonne_gauche .navigation_mag {
  background: url('../img/fond_onglet.png') repeat-y top center;
  border-top: 1px solid #d7e4ec;
  border-bottom: 1px solid #b1c9d7;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #1f6996;
}

#colonne_gauche .navigation_mag {
  background: url('../img/fond_onglet_mag.png') repeat-y top center;
  color: #656f93;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #b1b9d7;
}

#colonne_gauche .navigation_mag a {
  color: #656f93;
}

#colonne_gauche .navigation:hover, #colonne_gauche .navigation_mag:hover {
  background-image: none;
  background-color: #b1c9d7;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray; 
}

#colonne_gauche .navigation_mag:hover {
  background-color: #b1b9d7;
}

#colonne_gauche .navigation_categorie, #colonne_gauche .navigation_categorie_mag {
  background: url('../img/fond_onglet_categorie.png') repeat-y top center;
  border-top: 1px solid #d7e4ec;
  border-bottom: 1px solid #b1c9d7;
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 3px;
  color: white;
  text-align: left;
}

#colonne_gauche .navigation_categorie_mag {
  background: url('../img/fond_onglet_categorie_mag.png') repeat-y top center;
}



#contenu {
  width: 850px;
  float: left;
  position: relative; 
  background-color: white;
}

#centre_gauche {
  float: left;
  width: 460px;
}

#centre_droit {
  float: left;
  width: 385px;
}

#centre_gauche_large {
  float: left;
  width: 660px;
}

#centre_full {
  float: left;
  width: 800px;
  padding: 5px;
}

#centre_full_full {
  float: left;
  width: 840px;
  padding: 5px;
}

#centre_droit_reduit {
  float: left;
  width: 185px;
}

#centre_gauche_actu {
  float: left;
  width: 600px;
}

#centre_droit_actu {
  float: left;
  width: 240px;
  border-left: 1px solid silver;
  padding-left: 5px;
}

#centre_gauche_mid {
  float: left;
  width: 540px;
}

#centre_droit_mid {
  float: left;
  width: 305px;
}

.border_image_white {
  border: 1px solid white;
}

#pub_carre {
  width: 300px;
  height: 250px;
  margin: 5px;
}

#pub_vertical {  
  
  position: absolute;  
  margin-top: 122px;
  margin-left: 1010px;
  /*z-index: -1;*/
  
}

#agenda_accueil {
  width: 450px;
  background-color: #E1E1E1;
  padding: 5px;
}

#bottom {
  background-color: gray;
  color: white;
  padding: 5px;
  font-size: 10px;
  text-align: center;
  border: 1px solid black;
}

#bottom a,#bottom a:hover{
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.cadre_rubrique, .cadre_rubrique_demi {
  margin-top: 10px;
  margin-left: 5px;
  padding: 5px;
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
}  

.cadre_rubrique_demi {
  float: left;
  width: 170px;
  height: 180px;
}

.cadre_choix_page {
  margin: 5px;
  padding: 5px;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  text-align: center;
  height: 30px;
  background-color: #F1F1F1;
}

.choix_page, .choix_page_emploi {
  padding: 5px;
  margin-right: 5px;
  border: 1px solid gray;
  color: gray;
  background-color: #FFF;
}

.choix_page_emploi {
  margin-bottom: 5px;
  padding: 2px;
  font-size: 9px;
}

.choix_page:hover, .choix_page_emploi:hover {
  border: 1px solid #1f6996;
  color: #1f6996;
  background-color: #dce6ed;
}

.choix_page_mini {
  padding: 5px;
  margin-right: 5px;
  border: 1px solid gray;
  color: gray;
  background-color: #FFF;
  width: 20px;
  float: left;
}

.choix_page_mini:hover {
  border: 1px solid #1f6996;
  color: #1f6996;
  background-color: #dce6ed;
}


.page_courante {
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #1f6996;
  color: #1f6996;
  background-color: #b6cde3;
  width: 20px;
  font-size: 14px;
  font-weight: bold;
}

.cadre_choix_page_noir {
  margin: 5px;
  padding: 5px;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  text-align: center;
  height: 30px;
  background-color: #535353;
}

.choix_page_noir {
  padding: 5px;
  margin-right: 5px;
  border: 1px solid silver;
  color: silver;
  background-color: #000;
}

.choix_page_noir:hover {
  border: 1px solid #000;
  color: #000;
  background-color: silver;
}

#confirmation {
  border: 2px solid #4b9c49;
  color: #4b9c49;
  padding: 10px;
  margin: 10px;
}

#erreur {
  border: 2px solid #a20308;
  color: #a20308;
  padding: 10px;
  margin: 10px;
}

.box_connexion, .box_bleu, .box_bleu_left, .box_bleu_autopromo {
  border: 1px solid #567898;
  padding: 5px;
  margin: 5px;
  margin-top: 15px;
  color: #567898;
  text-align: center;
}

.box_bleu_left, .box_bleu_autopromo {
  text-align: left;
}

.box_bleu_autopromo {
  border: 2px solid #567898;
}

.box_rouge {
  border: 1px solid #a20308;
  padding: 5px;
  margin: 5px;
  margin-top: 15px;
  color: #a20308;
  text-align: center;
}

.box_connexion input {
  margin: 5px;
}

.bouton_supprimer, .bouton_supprimer:hover {
  color: white;
  background-color: #a20308;
  padding: 2px;
  border: 1px solid black;
}

.bouton_supprimer:hover {
  background-color: #C22328;
}

form {
  display: inline;
} 

.spacer {
	clear: both;
}
