html{background: #eee;}

body{  text-align:left;  font: 12px "Trebuchet MS";  background:#ffffff;}
a{
  color:#E95E44;
}

#conteneur_principale{
  position:relative;
  width:960px;
  height:750px;
  margin:0 auto;
  text-align:left;
  border:0px solid #cbcbcb;
  margin-top:40px;
  z-index:0;
}

#conteneur_principale_login{
  position:relative;
  width:440px;
  height:750px;
  margin:0 auto;
  text-align:left;
  border:0px solid #cbcbcb;
  margin-top:10px;
  z-index:0;
}

.footer{
  height: auto !important;
}

@media screen and (max-width: 960px) {
  .footer a.link_reponse, .footer #copyright {
    display:block;
    text-align: center;
    float: none !important;
    padding:10px;
  }
}

.visuel_card #conteneur_principale{
  width:960px;
  height:980px;


}

@media screen and (max-width: 960px) {
  .visuel_card #conteneur_principale{
    width:100%;
  }
}


#logo{
    position:relative;
    width:950px;
    height:120px;
    padding:5px;
  /*  background:#efefef;  */

}

#img_logo{
  position:absolute;
  bottom:0;
  right:0;

  margin:0;
  padding:0;
  
  height:54px;
}

#explications{
  position:absolute;
  
  margin:3px;
  padding:15px;
  
  left:0px;
  
}

#explications li{
  padding-left:10px;
  font-size: 15px
}

#explications span{
  font-weight: bold;
  font-size: 15px
}
                                                 
#flash_visualisation{
/*  height:540px;*/
  position:relative;
  margin:0 auto;
  text-align:left;
  margin-top:20px;
  z-index:1;
}

#formulaire{
  position:relative;
  width:960px;
  margin:0 auto;
  text-align:center;
  background:#ffffff;
  margin-top:20px;
  margin-bottom: 60px;
  padding-bottom:20px;
}

#formulaire_animation{
  text-align:left;
  width:365px;
  float:left;
  padding:10px;
  margin-left:50px;
}

#formulaire_mail{
  position:relative;
  text-align:left;
  width:365px;
  float:right;
  padding:10px;
  margin-right:50px;
}


#aide{
  position:absolute;
  top:0px;
  right:40px;
  border:1px solid #000000;
  background:#efefef;
  
 /* height:470px;*/
  width:650px;
  
  padding:20px;
  z-index:2;
  display:none;
}

.close{
  position:absolute;
  top:0px;
  right:0px;
 border:0px solid #000000;
   cursor:pointer;
  cursor:hand;
 letter-spacing: 1px; 
  margin:5px;
  text-decoration: underline;
}

#close img{

}

#aide h2{
  font-weight: bold;
}

#aide p,li{
  margin:5px;
}

#action{
  width:980px;
  text-align:center;
  padding-bottom:10px;
}

#action input{
  background:#E95E44;
  color:#ffffff;
  cursor:pointer;
  cursor:hand;
}

#action input:hover{
  background:#ffffff;
  color:#E95E44;
}

.row{
  width:355px;
  margin-bottom:10px;
}

.clear{
  clear:both;
  border:0px;
  height:0px;
}

input,select,textarea{
  background:#efefef;
  border:1px solid #cbcbcb;
  padding:15px;
  font-size: 14px;
  transition: all 0.3s ease-out;
}

label{
  font-size: 16px;
  margin-top:15px;
  margin-bottom:5px;
  margin-right:10px
}

input:hover,select:hover,textarea:hover{
  background:#efefef;
  border:1px solid #E95E44;
}

.error{
  color:red;
}

p.error{
    font-size:15px;
  padding:3px;
}

.row.error{
  border:1px solid red;
}

.messageerror{
  padding:10px;
}


.enregistrement_envoi p{
  margin:10px;
  padding:5px;
  font-size:16px
}

.enregistrement_envoi div#conteneur_principale{
  height:380px;
}

.enregistrement_envoi div#flash_visualisation{
  height:200px;
}

#copyright{
  text-align:right;
      margin-bottom: 10px;
}


.fond_bas{
  position:absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancy_shadow_s.png') repeat-x;
}

.fond_angle_droit{
  position:absolute;
  bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_se.png') no-repeat;
}

.fond_droit{
  position:absolute;
  top:0px;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancy_shadow_e.png') repeat-y;
}

.fond_gauche{
  position:absolute;
  top:0px;
  left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancy_shadow_w.png') repeat-y;
}

.fond_angle_gauche{
  position:absolute;
  bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_sw.png') no-repeat;
}

.fond_haut_angle_gauche{
position:absolute;
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_nw.png') no-repeat;
}

.fond_haut{
position:absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancy_shadow_n.png') repeat-x;
	z-index:4;
}

.fond_haut_angle_droit{
position:absolute;
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_ne.png') no-repeat;
}

.pointe{
  position:absolute;
	top: -13px;
	left: 0px;
	width: 30px;
	height: 20px;
	background: transparent url('../images/pointe.png') no-repeat;
	z-index:5;

}



.login{
  width:200px;
}

#links{
  position:relative;

  height:20px; 
  
  text-align: right;
  
  padding-right:10px;

  background:rgba(239, 239, 239, 0.4);

  padding:20px;

}

#links h3{
  font-weight: bold;
  text-align: center;
  font-size:16px;
}

#links a{
  font-size: 15px;
  padding:5px;
}

#links .zone-droite{
  position: absolute;
  top:0;
  right:10px;
}

#links .zone-gauche{
  position: absolute;
  top:0;
  left:10px;
}

#conteneur_form{
    position:relative;
  /*  height:150px;    */
    margin-top:200px;
    
    text-align: right;

}

#conteneur_form input{
    margin:5px;
}

#conteneur_form p{
    padding-right:10px;
    padding-top:10px;
}

#conteneur_form .erreur{
  color:red;
}

#conteneur_form form{
    padding:25px;
}

#conteneur_form_creation{
    position:relative;
 /*   height:320px;    */
    margin-top:200px;
    
    text-align: right;
}

#conteneur_form_creation input{
    margin:2px;
}

#conteneur_form_creation p{
    padding-right:10px;
    padding-top:10px;
}

#conteneur_form_creation .erreur{
  color:red;
}

#conteneur_form_creation form{
    padding:20px;
}

#conteneur_form_creation  h3{
  font-weight: bold;
}



#formulaire_animation label,#formulaire_mail label{
  display:block;
}

.box_data{
  position:absolute;
  top:920px;
  right:60px;
  
  
  border:1px solid #000000;
  background:#efefef;

  padding:20px;
  
  height:280px;
  width:330px;
  
  display:none;
}

.box_data li{
    list-style: disc ;
}

.box_data ul{
  margin-left:20px;
}

.box_data .content_liste_element{
  
  height:250px; 
  overflow: auto;
}

.box_data h3{
  font-weight: bold;
}

.box_data li a{
  display:block;
}
.box_data li a:hover{
  background-color: #ffffff;
}

.gauche {
  position:absolute;
  top:920px;
  left:60px;
}

#bulle_crea_compte{
  position:absolute;
  right:-130px;
  top:-20px;
  
  width:110px;
  height:170px;
  background-color: #ffff99;
}

#bulle_crea_compte p{
  margin:5px;
}

#contenu_historique{
  padding:10px;
}

body#body_histo h1{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top:20px;
  padding-bottom:10px;
}

body#body_histo #conteneur_principale_histo {
  position:relative;
  width:980px;
 
  margin:0 auto;
  text-align:left;
  border:0px solid #cbcbcb;
  margin-top:40px;
  z-index:0;  
  
  padding-bottom:30px;
}

body#body_histo a#retour{
  display: block;
  margin-left:10px;
  padding-top:5px;

}

body#creation-compte #conteneur_form_creation {
 margin-top: 150px;
}

#stats{
  display:inline-block;
//  width: 16px; height: 14px;
//  background-image: url('../images/ui-icons_0073ea_256x240.png');
//  background-position: -32px -176px; 
//  border-bottom:1px solid #E95E44;
}

#stats_contenu{
  display:none;
  background:#ffffff;
  padding:5px;
  z-index:100;
  position:absolute;
  top: 60px;
  right: 190px;
  text-align: left;
  width:220px;
}

#stats_contenu label{
display: inline-block;
  width:150px;
  text-align: right;
}

#stats_contenu_historique label{
  display: inline-block;
  width:110px;
  text-align: right;
  font-weight: bold;
}

#formulaire_animation_message #m1 {
width: 610px;
padding: 10px;
}

#legend_m1 {
display: inline;
margin-left: 10px;
}