body {
  font-family: verdana;
  font-size: 12px;
}

#bottom {
  font-size: 10px;
  background-color: #F1F1F1;
  border: 1px solid silver;
  padding: 10px;
  color: gray;
  margin-top: 10px;
}

#bottom a{
  color: gray;
  font-weight: bold;
}

#page {
  width: 987px;
}

#contenu {
  min-height: 500px;
}

#header {
  position:relative;
  background-image: url('../img/header.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  width: 987px;
  height: 140px;
}

#logo {
  position:absolute;
  left: 40px;
}

.spacer {
  clear: both;
}

#actus_accueil {
  width: 450px;
  color: gray;
  margin-top: 10px;
}

#actus_accueil .titre_actu_accueil {
  font-weight: bold;
  margin-bottom: 10px;
}

.titre_majeur {
  background-color: black;
  background-image: url('../img/fond_titre_droite.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  padding: 4px;
  padding-left: 60px;
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#anim_accueil {
  border: 1px solid black;
  width: 450px;
  position: relative;
}

#menu_top {
  background-color: #404040;
}

#menu_top .onglet_menu_top {
  float: left;
  color: white;
  padding: 10px;
  border-right: 1px solid silver;
}

#menu_top .onglet_menu_top:hover {
  background-color: gray;
}

#menu_top .onglet_menu_top a{
  color: white;
  text-decoration: none;
}

#col_gauche {
  float: left;
  width: 450px;
}

#col_droite {
  float: right;
  width: 530px;
}

#cadre_telecharger {
  background-color: #c02c2c;
  width: 240px;
  height: 120px;
  float: left;
  color: white;
  margin: 2px;
}

#cadre_connexion {
  background-color: gray;
  width: 240px;
  height: 120px;
  float: left;
  color: white;
  padding: 10px;
  margin: 2px;
  font-size: 10px;
}

#cadre_connexion .titre_connexion {
  color: silver;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

.formulaire {
}

.label_cnx {
  float: left;
  text-align: right;
  color: white;
  padding-right: 5px;
  width: 110px;
  
}

.champ_cnx {
  float: left;
  margin-bottom: 5px;
}

.champ_cnx input {
  border: 1px solid black;
  width: 110px;
}

.form_label {
  float: left;
  text-align: right;
  color: gray;
  padding-right: 5px;
  width: 200px;
  margin-bottom: 5px;  
}

.form_champ {
  float: left;
  margin-bottom: 5px;
}

#formulaire input, #formulaire textarea {
  border: 1px solid gray;
  width: 400px;
  margin-bottom: 5px;
}

#formulaire textarea {
  height: 200px;
}

#vous_etes {
  margin-top: 10px;
}

.cadre_vous_etes {
  width: 520px;
  height: 160px;
  margin-top: 10px;
}

#video_accueil {
  background-image:url('../img/bandeau_droite_video.png');
  background-position: top right;
  background-repeat: no-repeat;
  width: 450px;
}

#separation_rouge {
  background-color: #c02c2c;
  height: 5px;
  width: 987px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.cadre_texte {
  text-align: justify;
  line-height: 24px;
  padding: 20px;
  padding-right: 40px;
  border: 1px solid silver;
  border-right: 20px solid #c02c2c;
}

.cadre_illustration_texte_align_right {
  color: gray;
  font-size: 10px;
  border: 1px solid black;
  padding: 5px;
  background-color: #f2efe6;
  margin-left: 20px;
  margin-bottom: 10px;
  float: right;
  width: 320px;
  text-align: center;
  line-height: 14px;
}

.cadre_illustration_texte_align_left {
  color: gray;
  font-size: 10px;
  border: 1px solid black;
  padding: 5px;
  background-color: #f2efe6;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
  width: 320px;
  text-align: center;
  line-height: 14px;
}

.soustitre {
  color: #c02c2c;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: bold;
}

.bouton_cnx {
	text-align: left;
}

.bouton_cnx input {
  background-color: #626262;
  color: white;
  font-weight: bold;
  border: 2px solid silver;
}

#texte_anim {
  position: absolute;
  top: 30px;
  left: 200px;
  font-size: 22px;
  color: white;
}

