/* CSS Document */

#panier2 {
	width: 880px;
}
#menu_panier {
	width: 100%;
	border-bottom: 3px solid #d28b00;
	margin-bottom: 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.menu_panier1,
.menu_panier2,
.menu_panier3 {
line-height: 23px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-right: 5px;
	text-decoration: none;
}

.menu_panier1 {
	color: #fff;
	background: #d28b00;
}

.menu_panier2 {
	color: #737265;
	background: #ffffff;
}

.menu_panier3 {
	color: #737265;
	background: #cec8bc;
}

.tab_head {
	background: url(../imgs/bg_tab_head.gif) repeat-x top;
}

tr.ligne1_tab {
	background: #f9f9f7;
	border-bottom: 1px solid #ebe9e4;
	margin-top: 10px;
	padding: 10px;
}

tr.ligne2_tab {
	background: #f3f3f1;
	border-bottom: 1px solid #ff0099;
}	
#identifiez_vous {
    float: left;
	width: 35%;
	margin: 0 auto;
	margin-right: 20px;
	margin-top:2px;
	border: 1px solid #cec8bc;
	background: #E0E1DB url(../imgs/bg_cadre_formulaire) repeat-x top;
	padding: 10px;
}
#identifiez_vous2 {
	width: 35%;
	margin: auto;
	margin-top:2px;
	border: 1px solid #cec8bc;
	background: #E0E1DB url(../imgs/bg_cadre_formulaire) repeat-x top;
	padding: 10px;
}
#identifiez_vous .zone {
	width: 155px;
	height: 23px;
	padding: 2px;
	border: 1px solid #8B8A77;
}
#nouveau_client {
	float: left;
	width: 55%;
	margin: auto;
	margin-top:2px;
	border: 1px solid #cec8bc;
	background: #E0E1DB url(../imgs/bg_cadre_formulaire) repeat-x top;
	padding: 10px;
}
#nouveau_client2 {
	width: 55%;
	margin: auto;
	margin-top:2px;
	border: 1px solid #cec8bc;
	background: #E0E1DB url(../imgs/bg_cadre_formulaire) repeat-x top;
	padding: 10px;
}
#nouveau_client .zone,
#nouveau_client2 .zone  {
	width: 238px;
	height: 23px;
	padding: 2px;
	border: 1px solid #8B8A77;
}
#oubli_mdp {
    float: left;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	border: 1px solid #cec8bc;
	background: #E0E1DB url(../imgs/bg_cadre_formulaire) repeat-x top;
	padding: 10px;
}

#oubli_mdp .zone {
	width: 175px;
	height: 23px;
	padding: 2px;
	border: 1px solid #8B8A77;
}

#cadre_formulaire {
	border: 1px solid #cec8bc;
	background: #E0E1DB url(../imgs/bg_cadre_formulaire) repeat-x top;
	float:left;
	padding: 10px;
}
#confirmation {
	width: 400px;
	background: #F4F3EE url(../imgs/bg_cadre_formulaire.gif) repeat-x top;
	border: 1px solid #cec8bc;
	padding: 10px;
	margin-top:25px;
	text-align:left;
}

#sous_base_2 a, #sous_base_2 a:link, #sous_base_2 a:visited{
	/*color: #000000;*/
	text-decoration: none;
}

#sous_base_2 a:hover, #sous_base_2 a:active{
	text-decoration: underline;
}

#menu_panier a:hover, #menu_panier a:active{
	text-decoration: none;
}
#corps_login {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* base_panier.css */

@charset "utf-8";
body {
	background-color: #FFFFFF;
}


/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

.clearfloat {
	clear: both;
	height:0;
}


#root {
	width: 100%;
	min-width:1100px; 
	
	position: absolute;
	z-index: 1;	
}

#marge_gauche {
	width: 3.99%;
	background-color: #FFFFFF;
	float: left;
}

#colonne_centre {
	width: 75%;
	background-color: #FFFFFF;
	float: left;
}


#colonne_centre_content {
	width: 100%;
	float: left;
	height: 100%;
}

#main {
	background-color: #E3E0D9;
	width: 100%;
	background-image: url(../imgs/archive_bande_main_gauche.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#main_content {
	padding-left: 18px;
	padding-right: 0px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}


#sous_base_1 {
	width: 680px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px ;
}

.sous_base_1_center {
	width: 680px;	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



#sous_base_2{
	min-height: 400px;
	text-align: center;
	padding-left: 18px;
	padding-right: 18px;

}
#sous_base_2_content {
	width:100%;

}


/*

#footer {
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	height: 50px;
}*/
#footer_content {
	padding-top: 5px;
	padding-left: 18px;
	padding-right: 0px;
	text-align: center;	
}
/*

#top {
	height: 100px;
	float: none;
	position: relative;
	width: 100%;
	background-image: url(../imgs/archive_fond_top.gif);
	background-repeat: no-repeat;
	overflow: visible;
}
*/
#top_content {
	height: 100px;
	
}
/*
#logo a img {
	float: left;
	width: 150px;
	height: 100px;
	margin: 0;
}
#header {
	float: left;
	overflow: hidden;
	height: 100px;
}


#menu {
	padding-left: 18px;
	padding-top: 38px;
}

#recherche {
	padding-left: 18px;
	padding-top: 8px;
}
*/

#colonne_droite {
background-color: #FFFFFF;
	float: left;
	width: 20.99%;
}

#colonne_droite_content {
	background-color: #FFFFFF;
	padding-right: 20px;
}

/*

#top_droite {
	position: absolute;
	top:0;
	right:0px;
	z-index: 9;
	text-align: right;
	width: 500px;
}
*/
#top_droite_vide{
	background-color: #FFFFFF;
	height: 88px;
}

#top_droite2 {
	padding-top: 7px;
	padding-right: 20px;
}
	
td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.texte_orange_gras_10 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF3C00;
	text-decoration: none;
}
.texte_orange_gras_11 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF3C00;
	text-decoration: none;
}
.texte_orange_gras_11 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF3C00;
	text-decoration: underline;
}

/* commande.css */

@charset "utf-8";
body {
	background-color: #FFFFFF;
}
/* CSS Document */

#com_header {

}

#capsule_nav_com_header {
	width: 680px;
	margin-bottom:15px;
}

#capsule_com_photo{
	width: 680px;
	margin-bottom:16px;
}

#capsule_com_caracteristiques{
	width: 680px;
	background-color: #FFFFFF;
	border: 1px solid #AFAE9A;
	margin-bottom:24px;

}
#capsule_com_coordonnees{
	width: 680px;
	text-align:left;

}

.com_texte_jaune10 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #D28B00;
	text-decoration: none;
}

.com_texte_gris10 {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #737265;
	text-decoration: none;
}

#com_caracteristiques_gauche {
	float:left;
	width:330px;
	text-align:left;
	line-height: 22px;
	padding-left:10px;
}

#com_caracteristiques_filet {
	background-color: #AFAE9A;
	height: 66px;
	width: 1px;
	float: left;
	margin-top:5px;
}

#com_caracteristiques_droite {
	float:right;
	width:324px;
	text-align:left;
	padding-top: 5px;
	padding-left:10px;
}

#com_champs_gauche {
	width:352px;
	height:68px;
	margin-top:16px;
	float:left;

}

#com_champs_droite {
	width:325px;
	height:130px;
	margin-top:16px;
	float:right;

}

.com_champs_ligne_1{
	height:28px;
	text-align:left;
}

.com_champs{
	text-align:left;
	width:154px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;

}
.com_champs_2{
	text-align:left;
	width:325px;
	float:left;
	margin-bottom:10px;

}

.com_texte_jaune10 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #D28B00;
	text-decoration: none;
}
.com_texte_jaune11 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #D28B00;
	text-decoration: none;
}

.com_texte_jaune_gras_11 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D28B00;
	text-decoration: none;
}
.com_texte_gris11 {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #35352C;
	text-decoration: none;
}

#item_com_champs {
	float:left;

}

.saisie-com {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 154px;
	height: 17px;
	background-color: #F4F3EA;
	border: 1px solid #AFAE9C;
}
.saisie-com_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 325px;
	height: 80px;
	background-color: #F4F3EA;
	border: 1px solid #AFAE9C;
}

#com_conteneur_valider_bt{
	float:right;
}

.btn_valider_commande{
	border: 0px;
}

body {padding-left: 15px; background: #fff;}


#logo {position: absolute; top:0; left:-15px; z-index: 10; width: 150px; height: 100px;}

#top {position: relative; background: #fff; z-index:10;}

#top_droite {text-align: right; padding-right: 20px; margin-left: 15px;}

#header {margin-right: 25%; margin-left: 15px;}

#menu {padding: 40px 3px 3px 145px; margin-top: 0px;}

#recherche {padding: 6px 3px 6px 145px; background: #27271F;}
#recherche {background: #CEC8BC;}

#gauche {background:#504E41; margin-right: 200px;}
#gauche {margin-right: 25%; background:#E3E0D9;}

#droite {width: 200px; background: #27271F; position:absolute; top:0; right:0;}
#droite {width: 25%; background: #CFC9BD;}

#droite .inner {padding: 30px;}

#footer {width: 75%; margin: 5px 0 20px 0;}

.clear {clear: both;}
