/*
 * Reset CSS
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


ul{
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


body{
  background : #faf0f0 url('../images/design/pattern.png') top left repeat-x;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

/*
 *
 * DESIGN
 *
 */

#global{
  width: 906px;
  margin: auto;
  margin-top: 20px;
}

#header{
  width: 906px;
  height: 130px;
  background: url('../images/design/header.png') no-repeat;
}

#logoK{
  float: left;
  margin-top: 41px;
  margin-left: 35px;
}


#form-login{
  float: right;
  padding: 28px 28px 0px 0px;
}

#form-login .field{
  background: url('../images/forms/input-grey.png') no-repeat;
  width: 154px;
  height: 20px;
  border: 0px;
  padding: 5px 4px 0px 4px;
  font-size: 0.8em;
}

#form-login label{
  color: white;
}

#form-login a{
  color: #444444;
  text-decoration: none;
  font-size: 0.7em;
}

#form-login a:hover{
  color: white;
}

#header-links{
  margin-left: 120px;
}

#content0{
  background: url('../images/design/loop.png');
}

* html #content{
  height: 479px;
}

#content{
  background: url('../images/design/main-loop.png') no-repeat;
  min-height: 479px;
  padding-left: 3px;
  padding-right: 5px;
}

#footer{
  background: url('../images/design/bottom.png') no-repeat;
  height: 10px;
}

#back-link{
  font-size: 10px;
}

#back-link a{
  color: black;
}

div#fil-ariane{
  height: 25px;
  background: url('../images/design/fil-ariane.png');
  padding: 5px 5px 0 30px;
}

div#fil-ariane ul li{
  float: left;
  font-size: 12px;
  padding: 0 10px 0 10px;
  display: inline;
}

div#compte{
  padding: 10px 10px 0 10px;
}

div#compte div.auth-needed{
  background: url('../images/design/compte.png') no-repeat;
  font-family: Trebuchet MS, sans-serif;
  height: 199px;
}

div#contact div.contact-form{
  background: url('../images/design/contact.png') no-repeat;
  font-family: Trebuchet MS, sans-serif;
  height: 199px;
}

div#compte div.auth-needed h2{
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 5px;
}

div#contact p, div#contact label{
  font-size: 12px;
}

div#contact p.explain{
  height: 60px;
  margin-left: 7px;
}




div#compte div.auth-needed div.inbox p#register{
  width: 182px;
  margin: auto;
  font-size: 12px;
}



/**
 *
 * Menu
 *
 */

div#menu-top{
  background: url('../images/design/menu-top.png') no-repeat;
  width: 906px;
  height: 39px;
}

div#menu-top ul{
  margin: 0 3px 0 3px;

}

div#menu-top ul li{
  display: inline;
}

div#menu-top ul li a{
  background: url('../images/menu.png');
  height: 28px;
  display: inline;
  padding: 11px 15px 0 15px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: black;
  float: left;
}

div#menu-top ul li a:hover{
  background-position: 0 -39px;
}

div#menu-top ul li a#active-home{
  background-position: 0 -78px;
  color: white;
}

div#menu-top ul li a#active-moyens{
  background-position: 0 -117px;
  color: white;
}

div#menu-top ul li a#active-compte{
  background-position: 0 -156px;
  color: white;
}

div#menu-top ul li a#active-contact{
  background-position: 0 -195px;
  color: white;
}

ul#menu-lang{
  float: right;
}

/*
 * Forms
 */

form label{
  float: left;
  width: 120px;
    padding-top: 5px;
    font-size: 12px;
}

form p{
  clear: both;
}

form#form-login input.button{
  background: url('../images/forms/button-login.png') no-repeat;
  width: 64px;
  height: 18px;
  padding-bottom: 4px;  
  border: 0px;
  color: white;
  font-size: 9px;
}

#content form#auth-form{
  margin: auto;
  width: 380px;
}


#content form#auth-form label{
  font-size: 12px;
}

#content form input.field, #contact form input.field, #content form input.disabled_input{
  background: url('../images/forms/input-white.png') no-repeat;
  width: 233px;
  height: 22px;
  border: 0px;
  padding: 9px 4px 0px 4px;
  font-size: 0.8em;
}

#contact form textarea.field{
  background: url('../images/forms/input-contact.png') no-repeat;
  width: 367px;
  height: 84px;
  border: 0px;
  padding: 9px 4px 0px 4px;
  font-size: 0.8em;
}


#content div.inbox form#auth-form p{
  padding-top: 0px;
}

#content form#auth-form input.submit{
  float: right;
  margin-right: 28px;
}

* html #content form#auth-form.post input.submit{
 margin-top: -20px;
}

#content #compte input.submit, #content #compte a.submit, #edit-compte form input.submit{
  background: url('../images/forms/button-orange.png') no-repeat;
  border: none;
  width: 130px;
  height: 31px;
  color: white;
  font-size: 17px;
  font-family: Trebuchet MS, sans-serif;
  cursor: pointer;
}

#content #contact form input.submit{
  background: url('../images/forms/button-olive.png') no-repeat;
  border: none;
  width: 130px;
  height: 31px;
  color: white;
  font-size: 17px;
  font-family: Trebuchet MS, sans-serif;
  cursor: pointer;
  float: right;
  margin-right: 35px;
  margin-top: 15px;
}

#content #compte a.submit{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding-top: 5px;
  height: 26px;
  margin-left: 140px;
  margin-top: 36px;
}

* html #content #compte a.submit{
margin-top: 20px;
}

#content #compte input.submit:hover, #content #compte a.submit:hover, #content #contact form input.submit:hover,  #edit-compte form input.submit:hover, #customize form input.submit{
  background-position: 0px -31px;
}

ul.errors li{
  font-size: 9px;
  color: red;
  margin-top: -10px;
}


div#contact form{
  background: url('../images/design/contact.png') no-repeat;
  padding: 10px 0px 10px 15px;
  height: 427px;
}

div#contact form p{
  padding-top: 0px;
  margin-bottom: 4px;
}

div#contact form label{
  width: 130px;
}

div#contact legend{
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 5px;
  margin-bottom: 5px;
}

ul#logued{
  background:  url('../images/design/login-box.png') no-repeat;
  height: 92px;
  width: 182px;
  float: right;
  margin-top: 29px;
  margin-right: 30px;
  padding-top: 8px;
  padding-left: 7px;
}

ul#logued li{
  height: 28px;
  padding-top: 2px;
}

ul#logued li a{
  color: black;
  text-decoration: none;
  font-size: 12px;
}

#flashZone{
  float: right;
  margin-top: 0px;
  margin-right: -2px;
  display: none;
}

.inbox #flashZone{
  margin-top: -10px;
  margin-right: -12px;
}

.compteLinks{
  margin-left: 20px;
}

.compteLinks td{
  padding: 10px;
  vertical-align: middle;
}

.no-overflow{
  overflow: hidden;
}

/**
 * Titres
 */

h2{
  font-size: 1.3em;
  padding-top: 15px;
  margin-bottom: 15px;
}

h3{
  font-size: 1.2em;
  font-family: Trebuchet MS, sans-serif;
}

/**
 * Others
 */

#content p{
  padding-top: 10px;
}

/**
 * Classes
 */

.medium-text{
  font-size: 13px;
}

.trebuchet{
  font-family: Trebuchet MS, sans-serif;
}

.lighter{
  color: #6a6a6a;
}

.bold{
  font-weight: bold;
}

.compteLinks a {
  color: #F48010;
  font-size: 17px;
  font-weight: bold;
}

div#compte a{
 color: #F48010;
}

.cleaner{
  clear: both;
}

.content-title{
  margin: 0px 0 10px 15px;
  padding-top: 10px;
}

.float-left-50{
  float: left;
  width: 50%;
}

.inbox{
  padding: 10px;
  width: 855px;
  margin: auto;
}

div#customize .inbox{
 width: 705px;
}

#contact .inbox, #compte .inbox{
	padding: 10px;
	width: auto;
  	margin: auto;
 }
 

.right-border{
  border-right: 1px solid #e6e6e6;
  margin-right: 10px;
}

div#fil-ariane ul li.ariane_active{
  font-weight: bold;
  font-size: 13px;
}

.input-purple{
  display: block;
  background: url('../images/forms/input-purple.png');
  width: 129px;
  height: 26px;
  color: #FFFFFF;
  font-size: 17px;
  text-decoration: none;
  text-align: center;
  padding-top: 5px;
  border: 0px;
  cursor: pointer;
}

#carousel{
	margin-top: -48px;
}

#customize form input.input-purple{
  width: 130px;
  height: 31px;
  padding-top: 0px;
}

.input-purple:hover{
  background-position: 0 -31px;
}

.table-moyens td h3{
  text-transform: uppercase;
}

.table-moyens td, table.resume_table tbody td, table.prix_list tbody td{
  padding: 10px;
}

table.prix_list, table.resume_table{
  border: 1px solid #b7b7b7;
}

table.prix_list th, table.resume_table th{
  height: 25px;
  vertical-align: middle;
  background: url('../images/design/table-background.png') repeat-x;
  color: white;
  padding: 0px 5px 0px 5px;
}

table.resume_table_orange{
  border: none;
  border-bottom: 1px solid #787878;  
}

table.resume_table_orange thead th{
	border-bottom: 1px solid #787878;
}

table.resume_table_orange td.left{
	border-left: 1px solid #787878;
}

table.resume_table_orange td.right{
	border-right: 1px solid #787878;
}

table.resume_table_orange td{
  padding: 15px;
  color: #373737;
}

table.resume_table_orange th{
  height: 25px;
  vertical-align: middle;
  background: url('../images/design/table-background-orange.png') repeat-x;
  color: white;
  padding: 0px 5px 0px 5px;
}

div#contact .right-border{
  margin-right: 5px;
}

.tcenter{
  text-align: center;
}

.w100{
  width: 100%;
}

.vtop{
  vertical-align: top;
}

.pad10 td{
  padding: 10px;
}

/*
 *
 * Concept
 *
 */

 #concept{
   float: left;
  margin-left: 6px;
  display: inline;
 }

 /**
  * Moyens de com
  */

div#liste-moyens{
  float: left;
  display: inline;
}


div#liste-moyens ul li{
  border-bottom: 1px solid #e6e6e6;
}

div#liste-moyens ul li a{
  text-decoration: none;
  color: #6a6a6a;
  padding: 6px;
  display: block;
  font-weight: bold;
  font-size: 12px;
  padding-left: 25px;
  height: 18px;
  width: 150px;
}

div#liste-moyens ul li a:hover{
  background: url('../images/design/menu-moyens-hover.png');
  color: black;
}

div.floatRight-moyens{
  float: right;
  width: 680px;
  display: inline;
}

div#preview-text{
  float: left;
  width: 336px;
  display: inline;
  margin-right: 10px;
}

div#preview-right{
  margin-top: -40px;
  margin-right: 10px;
  text-align: right;
}

div#preview-moyens{
  float: right;
  display: inline;
}

div#preview-moyens h2{
  margin-top: 0px;
  padding-top: 0px;
  text-align: right;
  padding-right: 15px;
}

div#preview-moyens .input-purple{
  float: right;
  margin-top: 8px;
  margin-right: 0px;
}

div#carousel{
  float: left;
}

div#visuels-dispo{
  margin-top: 20px;
}

div#visuels-dispo h3{
  text-transform: uppercase;
}

ul.recto-verso{
  margin-left: 190px;
}

ul.recto-verso li{
  display: inline;
}

ul.recto-verso li a{
  background: url('../images/rectoverso.png') no-repeat;
  text-indent: -100000px;
  display: inline;
  width: 64px;
  text-align: left;
  height: 22px;
  float: left;
  margin-right: 3px;
}

ul.recto-verso li.recto a:hover{
  background-position: 0 -22px;
}

ul.recto-verso li.verso a{
  background-position: -64px 0px;
}

ul.recto-verso li.verso a:hover{
  background-position: -64px -22px;
}

/**
 * View visuel
 */

div#view-visuel a.input-purple{
  float: right;
}


/**
 * Step 1
 */

 div#navcnt{
   float: right;
 }

 div#navcnt ul li{
   float: left;
  margin-left: 5px;
  display: inline;
 }


ul.nav li a{
  background: url('../images/fr/etapes.png') no-repeat;
  text-indent: -100000px;
  display: inline;
  width: 160px;
  height: 33px;
  float: left;
  margin-right: 3px;
}

ul.nav li.prec a:hover{
  background-position: 0 -33px;
}

ul.nav li.suiv a{
  background-position: -160px 0px;
}

ul.nav li.suiv a:hover{
  background-position: -160px -33px;
}

 div#visuels{
   float: right;
   text-align: right;
 }

 .send_form label{
   width: 170px;
 }

 /*
  * Edit Compte
  */

div#edit-compte form legend{
  font-size: 17px;
  font-weight: bold;
  font-family: Trebuchet MS, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #EE7C00;
  padding-top: 20px;
  margin-bottom: 10px;
  color: #EE7C00;
}

  div#edit-compte form label{
    width: 250px;
  }

  .form_fleft{
    float: left;
  }

   div#edit-compte form label.no_float{
    width: 100%;
  float: none;
  }

  div#edit-compte fieldset#submitField{
    margin-top: 20px;
  }

  div#info-bulle{
    width: 240px;
  border: 1px solid black;
  background: #F1EBB1;
  padding: 10px;
  margin-top: 78px;
  margin-left: 25px;
  display: none;
  }


  /**
   * Register
   */

   #memberForm label{
     width: 250px;
   }

   #memberForm input.submit{
     margin-left: 340px;
  margin-bottom: 30px;
   }


   /*
    * Step 3
    */

   form#formAccept label{
     width: 210px;
   }

   a{
     color: #9D007B;
   }

   #step3 a:hover{
     color: #D300C1;
   }


   #preview-customize{
     text-align: center;
     margin-bottom: -30px;
   }
   
   #end-order h2{
   	color: #a40083;
   }
   
   .floatLeft{
   	float: left;
   	}
   	
   	#end-order .floatLeft{
   	 margin-right: 15px;
   	}