/* Général */
html{
    height: 100%;
    font-size: 100%;
}

body{
    height: 100%;
    margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
    padding: 0px;
}

p{
	margin: 0px;
    padding: 0px;
}

a{
	color: #000000;
}

a:hover, a:focus{
	color: #000000;
}

a img{
	border: none;
}

#erreur{
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    border: 1px dotted #ff0000;
    
}

#erreur2{
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;    
}

#valide{
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    font-weight: bold;
    color: #00ae19;
    text-align: center;
    border: 1px dotted #00ae19;
    
}

/* Entête */
#entete{
    height: 104px;
	padding: 0px;
    margin: 0px;
}

#logo_entete{
    margin: 20px 0px 0px 0px;
}

#entete_droite{
    position: relative;
    width: 800px;    
    float:  right;
    z-index: 102;
}

#deco p{
    margin: 20px 0px 21px 0px;
    text-align: right;
}

#langues p{
    margin: 20px 0px 35px 0px;
    text-align: right;
}

#navigation{
    float:  right;
}

a.lien_langue{
    color: #8a8a8a;
    font-weight: bold;
    text-decoration: none;
}

a.lien_langue:hover{
    color: #00aef0;
}

/* Page */
#global{
	min-height: 100%;
	width: 961px;
	margin-left: auto;
	margin-right: auto; 
}

#titre{
    background-color: #e8e8e8;
    border-left: 1px solid #c0c2c4;
    border-top: 1px solid #c0c2c4;
    border-right: 1px solid #c0c2c4;   
    height: 40px; 
}

#titre h1{
    margin: 3px 0px 0px 20px;
    font-size: 26px;  
    font-weight:  bold; 
    color: #000000;
}

#petit_poucet p{
    color: #00aef0;
    padding:  0px;
    margin: 0px 0px 10px 0px;
}

a.lien_poucet{
    color: #00aef0;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

a.lien_poucet:hover{
    text-decoration: underline;
}

#contenu_general{  
    overflow: hidden;
    border: 1px solid #c0c2c4;   
}

#contenu_index{
	color: #000000;
    padding: 0px;
    margin: 0px;
    height:  626px;
}

#contenu{
    float: left;
    width: 650px;
	color: #000000;
    padding: 20px;
    margin: 0px;
}

#carte_distrib{
    text-align:  center;
}

#colonne_droite{
    width: 240px;
    margin: 0px 0px 0px 700px;
	padding: 20px 0px 0px 0px;
}

#bloc_droit{
    padding: 8px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    
    background: #ffffff url(/images/bloc_droit_haut.gif) left top no-repeat;
    width: 240px; 
     
}

#bloc_droit_bas{
    padding: 0px 0px 15px 0px;
    margin: 0px;
    
    background: #ffffff url(/images/bloc_droit_bas.gif) left bottom no-repeat;  
}

#bloc_droit_bas h2{
    background: url(/images/h2_puce.png) 5px 3px no-repeat;  
    
    margin: 0px;
    padding: 5px 5px 10px 35px;
    
    font-size: 14px;
    color: #00aef0;
}

#bloc_droit_bas p{
    margin: 0px;
    padding: 5px 0px 0px 20px;
    
    font-size: 12px;
    color: #000000;
}

#bloc_droit_bas p a{
    font-size: 12px;
    font-weight: bold;
    color: #000000;   
}

#bloc_enquetes{
    padding: 8px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    
    background: #ffffff url(/images/bloc_droit_haut.gif) left top no-repeat;
    width: 240px; 
}

#bloc_enquetes_bas{
    padding: 0px 0px 15px 0px;
    margin: 0px;
    
    background: #ffffff url(/images/bloc_droit_bas.gif) left bottom no-repeat;  
}

#bloc_enquetes_bas h2{
    background: url(/images/h2_puce.png) 5px 3px no-repeat;  
    
    margin: 0px;
    padding: 5px 5px 10px 35px;
    
    font-size: 14px;
    color: #00aef0;
}

#bloc_enquetes_bas p{
    margin: 0px;
    padding: 5px 0px 0px 10px;
    
    font-size: 12px;
    color: #000000;
}

#bloc_enquetes_bas p a{
    font-size: 12px;
    color: #000000;   
}

.liste{
    margin: 0px;
    padding: 10px 0px 0px 20px;
    list-style: circle;
}

.liste li a{
    text-decoration: none;    
}

.liste li a:hover{
    text-decoration: underline;    
}

/* Pied de page */
#pied{
	padding: 15px 0px 0px 0px;
    margin: 0px;
}

#pied p{
	margin: 0px;
    padding: 0px;
    color: #343434;
    font-size: 12px;
    text-align:  center;
}

#pied a{
    color: #343434;
    font-size: 12px;
    text-decoration: none;
}

#pied a:hover{
    text-decoration: underline;
}

#copyright{
    color: #8a8a8a;
    font-size: 12px;
    font-weight: bold;
}

/* Contact */
#form_contact{
    width:  480px;
    margin-right:  auto;
    margin-left:  auto;
    padding: 0px 0px 0px 0px;
}

#form_contact h1{
    margin: 0px;
    padding: 30px 0px 5px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #00aef0;
}

#contact_infos{
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-size: 12px;
    color: #000000;
}

#warning{
    font-size: 11px;
    color: #ff0000;
}

#champ{
    display: inline;
    padding: 5px;
    margin-right: 5px;
    float: left;
    width: 150px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #8a8a8a;
}

#champ_message{
    display: inline;
    padding: 5px;
    margin-right: 5px;
    float: left;
    width: 456px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #8a8a8a;
}

#form_contact p input{
    width:  294px;
}

#form_contact p textarea{
    margin: 5px 0px 0px 0px;
    width:  460px;
}

.label{
    margin: 0px;
    padding: 0px 0px 5px 0px;
    height: 22px;
}

#bouton_contact{
    margin: 5px 0px 0px 0px;
    text-align: center;
}

#bt_envoyer {
    background-color : #00aef0;
    color: #ffffff; 
    border: 0px;
    padding: 3px;
    cursor: pointer;
    width:  100px !important; 
}

/* Index */
#tmi_slides {
	width:959px;
	height:408px;
	position:relative;
    border-bottom: 1px solid #c0c2c4;
}

.slides_container {
  width:959px;
  height:408px;
}

.slides_container div {
  width:959px;
}	

.slides_container div h1{
    position:relative;
    font-weight: normal;
    font-size: 40px;
    width: 380px;
	margin:-350px 0px 20px 600px;
}

.slides_container div p{
    width: 340px;
    margin: 0px 0px 0px 600px;
    font-size: 12px;
    font-weight: bold;
}

#slides .next,#slides .prev {
	position:absolute;
	top:370px;
	left:10px;
	width:23px;
	height:25px;
	display:block;
	z-index:101;
}

#slides .next {
	left:925px;
}

.pagination {
    position:relative;
	margin:-30px auto 0;
	width:100px;
    list-style:none;
    z-index:101;
}

.pagination li {
	float:left;
	margin:0 1px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

#encarts_index{
    margin: 8px 0px 0px 0px; 
}

#encart_nb_1 h2{
    margin: 50px 20px 0px 75px;    
}

#encart_nb_1 p{
    margin: 0px 20px 0px 75px;    
}

#encart_nb_1 ul{
    margin: 10px 20px 0px 80px;
    padding:  0px;
}

#encart_nb_2 h2{
    margin: 20px 30px 0px 30px;    
}

#encart_nb_2 p{
    margin: 0px 30px 0px 30px;    
}

#encart_nb_2 ul{
    margin: 10px 30px 0px 35px;
    padding:  0px;
}

#encart_1{
    width: 262px;
    height: 180px;
    background-image:url(/images/fond_encart_1.gif);
}

#encart_1 h2{
    margin: 20px 20px 0px 30px;    
}

#encart_1 p{
    margin: 0px 20px 0px 30px;    
}

#encart_1 ul{
    margin: 10px 0px 0px 35px;
    padding:  0px;
}

#encart_2{
    width: 264px;
    height: 180px;
    background-image:url(/images/fond_encart_2.gif);
}

#encart_2 h2{
    margin: 40px 0px 0px 30px;
}

#encart_2 p{
    margin: 0px 0px 0px 30px;   
}

#encart_2 ul{
    margin: 10px 0px 0px 35px;
    padding:  0px;
}

.encart_login{
    width: 186px;
    height: 180px;
    background-image:url(/images/fond_login.jpg);
}

.h2_encart_login{
    font-weight: normal;
    font-size: 16px;
    color: #00aef0; 
    margin: 20px 0px 20px 20px;
}

.h2_encart_login2{
    font-weight: normal;
    font-size: 16px;
    color: #00aef0; 
    margin: 20px 0px 10px 20px;
}

#login_infos{
    height: 80px;
    margin: 0px 20px 0px 20px;
}

#bt_login{
    margin: 0px 0px 0px 20px; 
}

/*#login_form{
    height:  170px;
    margin-right:  auto;
    margin-left:  auto;
    padding: 0px 0px 0px 0px;
    display:none;
}*/

#bloc_login_form_client{
    margin-right:  auto;
    margin-left:  auto;
    padding: 0px 0px 0px 0px;
    /*display:none;*/
}

#bloc_login_form_distrib{
    margin-right:  auto;
    margin-left:  auto;
    padding: 0px 0px 0px 0px;
    /*display:none;*/
}

#login_form_client{
    margin: 0px;
}

#login_form_distrib{
    margin: 0px;
}

/*.login_champ{
    display: inline;
    padding: 5px;
    margin-right: 5px;
    float: left;
    width: 150px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #8a8a8a;
}

#login_client_error{
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    border: 1px dotted #ff0000;
}

#login_distrib_error{
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    border: 1px dotted #ff0000;
}

.login_label{
    margin: 0px;
    padding: 0px 0px 5px 0px;
    height: 22px;
}

.bouton_login{
    margin: 5px 0px 0px 0px;
    text-align: center;
}

#login_form p input{
    width:  294px;
}

#login_type{
    font-weight: normal;
    font-size: 16px;
    color: #00aef0;
    margin:  0px 0px 10px 0px; 
}*/

#logue{
    width:  384px;
    background-image:url(/images/fond_logue.gif);    
}

#logue h2{
    font-weight: normal;
    font-size: 16px;
    color: #00aef0;
    margin:  20px 0px 10px 20px; 
}

#logue p{
    margin:  0px 0px 10px 20px; 
}

/* Passe oublié - Inscription - Mon compte*/
.erreur{
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    border: 1px dotted #ff0000;
    
}

.valide{
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #00ae19;
    border: 1px dotted #00ae19;
    
}

.contact2{
    padding: 5px;
    width: 150px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #8a8a8a;
}

.contact{
    font-size: 16px;
    font-weight: bold;
    color: #00aef0;       
}

.warning{
    font-size: 11px;
    color: #ff0000;
}

#bt_enregistrer {
    background-color : #00aef0;
    color: #ffffff; 
    border: 0px;
    padding: 3px;
    cursor: pointer;
    width:  100px !important; 
}

#bt_modifier {
    background-color : #00aef0;
    color: #ffffff; 
    border: 0px;
    padding: 3px;
    cursor: pointer;
    width:  100px !important; 
}

/* Fiches techniques - Manuels */

.classes_manuels{
    font-size: 14px;  
    color: #00aef0;
}

.manuels_langues{
    font-size: 14px;  
    color: #00aef0;
}

.ligne0{
    background-color: #f3f3f3;
	color: #000000;
	font-size: 11px;
	
	padding: 5px 0 5px 5px;    
}

.ligne1{
    background-color: #dedede;
	color: #000000;
	font-size: 11px;
	
	padding: 5px 0 5px 5px;    
}

a.lien_manuel{
    font-size: 11px;
}

/* satisfaction Sav - neuf - assistance technique*/
#form_sav_neuf{
    width:  500px;
    margin-right:  auto;
    margin-left:  auto;
    padding: 0px 0px 0px 0px;
}

#form_sav_neuf h1{
    margin: 0px;
    padding: 30px 0px 5px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #00aef0;
}

#infos_sav_neuf{
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-size: 12px;
    color: #000000;
}

#champ_sav_neuf{
    padding: 5px;
    margin: 5px 5px 0px 0px;
    float: left;
    width: 500px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #8a8a8a;
}

#champ_message_sav_neuf{
    display: inline;
    padding: 5px;
    margin: 5px 5px 0px 0px;
    float: left;
    width: 500px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #8a8a8a;
}

#form_sav_neuf p textarea{
    margin: 5px 0px 0px 0px;
    width:  500px;
}

.label_sav_neuf{
    margin: 0px;
    padding: 0px 0px 5px 0px;
    height: 22px;
}

#bouton_sav_neuf{
    margin: 5px 0px 0px 0px;
    text-align: center;
}

#bt_envoyer {
    background-color : #00aef0;
    color: #ffffff; 
    border: 0px;
    padding: 3px;
    cursor: pointer;
    width:  100px !important; 
}

#bt_envoyer2 {
    background-color : #00aef0;
    color: #ffffff; 
    border: 0px;
    padding: 3px;
    cursor: pointer;
    width:  70px !important; 
}

.tab_head{
    font-size: 12px;
    font-weight: bold;
    color: #00aef0;
    text-align: center;
}

.tab_ligne_0{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #dedede;
}

.tab_ligne_1{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.lien_formulaires{
    font-size: 12px;
    color: #000000;
}
