/*****************************/
/** CSS DU SITE ILXELLE.COM **/
/**     PAGE PAR DEFAUT     **/ 
/*****************************/
#titre_cataloguex{
font-size:12px;
font-style:normal;

}
#titre_cataloguex h1{
display:inline;
}
#fil_arianne {
	float: left;
	display: inline;
	width: 790px;
	font-size: 9px;
	font-weight: bold;
	margin: 10px 0 8px 181px;
}

#contenu {
	float: left;
	width: 992px;
	 margin-top:178px; 
}

/* COLONNE DE GAUCHE */
#colonne_gauche {
	float: left;
	width: 181px;
	 margin-top:35px;
}

/* le contenu de la colonne de gauche par d�faut */
#default {
	float: left;
	width: 181px;
	text-align: right;
}

/* PARTIE CENTRALE DU SITE */
#central {
	
	width: 791px;
	margin-left: 10px;
	position:relative;left:0px;min-height:870px;top:30px;padding-bottom:30px;
}

#arianne {
	float: left;
	display: inline;
	width: 750px;
	color: #DDAB57;
	font-size: 10px;
	margin-left: 15px;
}

#arianne a {
	color: #000000;
	text-decoration: underline;
}

#arianne a:hover {
	text-decoration: none;
}

#table_principale {
	float: left;
	width: 778px;
	font-family: Roboto, Verdana;
	color: #424242;
	font-size: 13px;
	/*background-image: url('img/bg_table_principale.gif');*/
	background-position: top left;
	background-repeat: repeat-y;
}

#table_principale.login {
	margin-left: 7px;
	margin-top: 247px;
}

#table_principale.login input:focus{
	outline: none;
	/*border: 1px solid #868686!important;
	-moz-box-shadow: 0 0 5px 2px #888;
	-webkit-box-shadow: 0 0 5px 2px #888;
	box-shadow: 0 0 5px 2px #888;*/
}

#table_principale.livraison {
	width: 775px;
	
	background: none;
}

#table_principale.payment {
	background: none;
}

#table_login {
	float: left;
	width: 778px;
	font-family: Roboto, Verdana;
	color: #424242;
	font-size: 13px;
}

#table_principale td, .main, #table_login td, #table_login .main {
	font-size: 13px;
	color: #434343;
}

#table_principale a, #table_login a {
	color: #434343;
	text-decoration: underline;
}

#table_principale a:hover, #table_login a:hover {
	text-decoration: none;
}

table.sub_livraison {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0 0 7px #ba6a6d;
	-moz-box-shadow:0 0 7px #ba6a6d;
	-webkit-box-shadow:0 0 7px #ba6a6d;
}

table.recap_commande {
	border-radius:10px 10px 0 10px;
	-moz-border-radius:10px 10px 0 10px;
	-webkit-border-radius:10px 10px 0 10px;
	box-shadow:0 0 7px #ba6a6d;
	-moz-box-shadow:0 0 7px #ba6a6d;
	-webkit-box-shadow:0 0 7px #ba6a6d;
}

table.sub_livraison th, table.recap_commande th {
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-bottom: 1px solid #DDAB57;
	background:url(../images/shopping_cart_table_top_gradient.png) repeat-x left top;
	padding: 3px 10px;
	color: #535353;
	font-size: 20px;
	font-weight: bold;
	font-family: "Roboto", Verdana;
	font-style: italic;
	text-align: left;
}

table.recap_commande td {
	padding: 5px 2px;
}

table.sub_livraison td.alert span {
	display: block;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0 0 7px #ba6a6d;
	-moz-box-shadow:0 0 7px #ba6a6d;
	-webkit-box-shadow:0 0 7px #ba6a6d;
	padding:5px;
	margin:10px;
	width:615px;
}

table.recap_commande tr.bordered td.bordered {
	border-bottom: 1px solid #DDAB57;
}

table.recap_commande tr.recap_sub_total td {
	background-color: #f6e8cf;
}

table.recap_total {
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	box-shadow:0 0 7px #ba6a6d;
	-moz-box-shadow:0 0 7px #ba6a6d;
	-webkit-box-shadow:0 0 7px #ba6a6d;
}

table.recap_total tr.last_tr {
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}

table.recap_total tr.last_tr td {
	border-top: 1px solid #DDAB57;
	background:url(../images/shopping_cart_table_top_gradient.png) repeat-x left top;
	padding: 4px 0;
}

table.recap_total tr.last_tr td.left_total {
	border-radius:0 0 0 10px;
	-moz-border-radius:0 0 0 10px;
	-webkit-border-radius:0 0 0 10px;
}

table.recap_total tr.last_tr td.right_total {
	border-radius:0 0 10px 0;
	-moz-border-radius:0 0 10px 0;
	-webkit-border-radius:0 0 10px 0;
}

td#page_heading {
	width: 740px;
	color: #333;
	font-family: "Roboto", Verdana;
	font-size: 20px !important;
	font-weight: bold;
	padding: 0 0 0 12px;
}

.premier_td {
	padding-left: 12px;
}

.separateur {
	background-image: url('img/bg_separateur.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

#sous_footer {
	float: right;
	display: inline;
	width: 340px;
	font-family: "Times";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #434343;
	padding-top: 9px;
	margin: 30px 325px 13px 310px;
	border-top: 1px solid #D8A656;
}

#sous_footer a {
	color: #434343;
	text-decoration: underline;
}

#sous_footer a:hover {
	text-decoration: none;
}

/* page login */
#table_login td#nouveau_client {
	position: absolute;
	padding-left: 20px;
	height: 245px;
	
	width: 365px;
}

#table_login td#deja_client {
width: 365px;
	position:absolute;
	left: 408px; 
	padding-left: 20px;
	height: 225px;
	border:1px solid #CCC;
}


#table_login td.titre_login {
	color: #333;
	font-family: Roboto, Verdana;
	font-size: 20px;
	font-weight: bold;
}


#table_login td#deja_client td {
	color: #FFFFFF;
}

td#deja_client a.lien_rouge {
	color: #9D0C15;
	text-decoration: underline;
}

td#deja_client a.lien_rouge:hover {
	text-decoration: none;
}

/** PROCESS DE CMDE **/
#heading_expedition {
	width: 740px;
}

#heading_paiement {
	width: 740px;
	height: 49px;
	padding: 5px 0 0 55px;
	background-image: url('img/bg_heading_paiement.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#heading_recap {
	width: 740px;
	height: 49px;
	padding: 5px 0 0 55px;
	background-image: url('img/bg_heading_recapitulatif.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#heading_paiement a, #heading_recap a {
	font-size: 16px;
	font-family: "Roboto";
	color: #DDAB57;
	text-decoration: none;
	margin-right:120px;
}

#heading_paiement a:hover, #heading_recap a:hover {
	text-decoration: underline;
}

/* page recapitulative */
td#th_quantite {
	width: 60px;
	text-align: center;
	color: #DDAB57;
	border-bottom: 1px solid #DDAB57;
}

td#th_descriptif {
	width: 550px;
	text-align: center;
	color: #DDAB57;
	border-bottom: 1px solid #DDAB57;
}

td#th_prix {
	text-align: center;
	color: #DDAB57;
	border-bottom: 1px solid #DDAB57;
}

td.ligne_produit {
	border-bottom: 1px solid #DDAB57;
}

.produit_recap {
	width: 550px;
	border-left: 1px solid #DDAB57;
	border-right: 1px solid #DDAB57;
	margin: 5px 0;
}

td.produit_recap_prix {
	color: #000000;
	font-family: "Roboto";
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #DDAB57;
}

/** DE L'ANCIENNE CSS **/
.moduleRow { }
.moduleRowOver { background-color: #FFF4D4; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFF4D4; }

.en_14 {
	font-size: 14px;
}

.quote_text {width:140px;}