* {
	padding:0px;
	margin:0px;
}
body {
	width:100%;
	float:left;
	background-repeat:repeat-x;
	color:#58585a;
}
#contener {
	width:1004px;
	margin: 0 auto 2px auto;
}

ul.bullet li, .block ul.bullet li {
	padding-left: 2em;
	background: transparent url('../img/bullet.gif') no-repeat 0.6em 0.5em;
	list-style-type:none;
}

/* Tabs */
ul.idTabs {
	list-style-type:none;
	border-bottom:solid 1px #76839b;
	height:21px;
	margin-top:1em;
}
ul.idTabs li {
	float:left;
	margin-right:1px;
}
ul.idTabs li a {
	background-image: url('../img/tab_bg.jpg');
	display:block;
	width:173px;
	height:18px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:3px;
	color:#374853;
}
ul.idTabs li a.selected{
	background-image: url('../img/tab_bg_selected.jpg');
	color:white;
}

/* IdTabs Short*/
ul.idTabsShort li a {
	background-image: url('../img/tab_bg_short.jpg');
	width:138px;
}
ul.idTabsShort li a.selected{
	background-image: url('../img/tab_bg_selected_short.jpg');
	color:white;
}

div.sheets{
	clear:both;
	padding:1em;
}
div#more_info_sheets ul li{	margin-bottom:0.4em; }
/* global style */
a {
	color: #5d717e;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h2 {
	font-size: 1.1em;
	line-height:1.6em;
	padding-left:0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #374853;
	background: transparent url(../img/title_bg.gif) no-repeat top left;
	height: 21px;
}
h2 span {
	font-size: 0.9em;
	#text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em;
}
h3 { font-size: 1.1em; margin: 1em 0; }
h4 { font-size: 1em; }

/* Utilisation réguliere */
.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.clear { clear:both; }
.left {float:left;}
.right {float:right;}
.erreurs {
	color:red;
	border:1px solid red;
	padding-bottom:10px;
	width:772px;
	margin-left:10px;
	margin-top:10px;
}
.trait_fleche {
	clear:both;
	float:right;
	background-image: url(../img/trait_fleche.png);
	background-repeat:no-repeat;
	height:6px;
	width:192px;
	margin-bottom:5px;
	margin-top:-10px;
}
.logo_small {
	width:80px;
	height:50px;
	margin-right:17px;
	background-color:pink;
	border:1px solid black;
}
noscript ul {list-style-type:none; background:black; color:white; padding:10px; border:1px solid gray;}


#navigation_top ul{
	list-style-type:none;
	margin-top:3px;
	float:left;
	width:750px;
}
#navigation_top ul li {
	display:block;
	float:left;
	margin-left:15px;
	margin-right:7px;
}
#navigation_top ul li a {
	color:#FFF;
	text-decoration:none;
}
/* Block de changement de monnaies */
#change_top ul {
	list-style-type:none;
	float:left;
	margin-top:2px;
	margin-left:40px;
}
#change_top ul li {
	float:left;
}
#change_top ul li.selected_change {
	display:block;
	float:left;
	height:14px;
	width:18px;
	color:#000;
	text-align:center;
	background-color:#FFF;
	margin-left:2px;
	margin-right:2px;
	border:1px solid #333;
}
#change_top ul li a {
	display:block;
	float:left;
	height:14px;
	width:18px;
	color:#000;
	text-align:center;
	background-color:#FFF;
	margin-left:2px;
	margin-right:2px;
	border:1px solid #333;
	text-decoration:none;
	opacity : 0.7;
	filter	: alpha(opacity=70);
    -moz-opacity : 0.7;
}
#change_top ul li a:hover {
	opacity : 1;
	filter	: alpha(opacity=100);
    -moz-opacity : 1;
}
/* Fin Block monnaies */
/* Block de changement de langues */
#language_top ul {
	list-style-type:none;
	float:left;
	margin-top:4px;
	margin-left:30px;
}
#language_top ul li {
	display:block;
	float:left;
}
#language_top ul li.selected_language {
	display:block;
	float:left;
	height:11px;
	width:16px;
	border:1px solid #FFF;
}
#language_top ul li a {
	display:block;
	float:left;
	height:11px;
	width:16px;
	margin-left:2px;
	margin-right:2px;
	border:1px solid #FFF;
	opacity : 0.7;
	filter	: alpha(opacity=70);
    -moz-opacity : 0.7;
}
#language_top ul li a img {
	border:none;
}
#language_top ul li a:hover {
	opacity : 1;
	filter	: alpha(opacity=100);
    -moz-opacity : 1;
}
/* Fin Block langues */

#top_content {
	background-image: url(../img/top_arrondi_centre.png);
	background-repeat:no-repeat;
	height:19px;
	width:1000px;
	float:left;
}
#content {
	background-image: url(../img/centre_gris.png);
	background-repeat:repeat-y;
	width:1000px;
	float:left;
}
#bottom_content {
	float:left;
	background-image: url(../img/bottom_arrondi_centre.png);
	background-repeat:no-repeat;
	height:11px;
	width:1000px;
}
/* Menu Gauche*/
#content #menu_left {
	width:196px;
	float:left;
}
#content #menu_left h2 a {
	margin-left:18px;
	color:#FFF;
}
#content #menu_left #navigation_left_top {
	
	float:left;
}
#content #menu_left #navigation_left_top ul {
	float:left;
	height:103px;
	list-style-type:none;
	margin-top:24px;
	margin-left:22px;
}
#content #menu_left #navigation_left_top ul li {
	display:block;
	float:left;
}
#content #menu_left #navigation_left_top ul li a{
	display:block;
	float:left;
	margin-left:22px;
}
#content #menu_left #navigation_left {
	background-image: url(../img/top_menu_left.png);
	background-repeat:no-repeat;
	float:left;
}
#content #menu_left #navigation_left #fond_gris {
	background-image: url(../img/centre_menu_left.png);
	float:left;
	color:#FFF;
	width:196px;
	margin-top:9px;
	text-align:left;
}
#content #menu_left #navigation_left #fond_gris h1 {
	font-size:14px;
	margin-left:23px;
}
#content #menu_left #navigation_left #fond_gris ul {
	list-style-type:square;
	list-style-position:inside;
	margin-left:2px;
	margin-top:10px;
	margin-bottom:45px;
}
#content #menu_left #navigation_left #fond_gris ul li {
	background-color:#645c57;
	padding-left:22px;
	margin-top:4px;
}
#content #menu_left #navigation_left #fond_gris ul li a {
	color:#FFF;
}
#content #menu_left #navigation_left #fin_fond_gris {
	float:left;
	clear:both;
	background-image: url(../img/bottom_menu_left.png);
	background-repeat:no-repeat;
	width:196px;
	height:10px;
}

#menu_services {
	width:774px;
	height:150px;
	clear:both;
}

#menu_services ul{
	list-style:none;
}

#menu_services ul li{
	float: left;
	margin-left:30px;
}
#menu_services ul li a {
	display: block;
	width: 120px;
	padding-top:120px;
	background-repeat:no-repeat;
}
#menu_services ul li a.secu{
	background-image: url(../img/planet_securiter.jpg);
}

#menu_services ul li a.secu:hover{
	background-image: url(../img/planet_securiter_hover.jpg);	
}

#menu_services ul li a.euro{
	background-image: url(../img/planet_euro.jpg);
}

#menu_services ul li a.euro:hover{
	background-image: url(../img/planet_euro_hover.jpg);	
}
#menu_services ul li a.livraison{
	background-image: url(../img/planet_livraison.jpg);
}

#menu_services ul li a.livraison:hover{
	background-image: url(../img/planet_livraison_hover.jpg);	
}
#menu_services ul li a.cado{
	background-image: url(../img/planet_cadeau.jpg);
}

#menu_services ul li a.cado:hover{
	background-image: url(../img/planet_cadeau_hover.jpg);	
}
#menu_services ul li a.contact{
	background-image: url(../img/planet_contact.jpg);
}

#menu_services ul li a.contact:hover{
	background-image: url(../img/planet_contact_hover.jpg);	
}

#content #top_centre {
	float:left;
	background-image: url(../img/top_arrondi_blanc.png);
	background-repeat:no-repeat;
	height:9px;
	width:795px;
}
#content #centre {
	float:left;
	background-color:white;
	width:795px;
}
#content #bottom_centre {
	float:left;
	background-image: url(../img/bottom_arrondi_blanc.png);
	background-repeat:no-repeat;
	height:11px;
	width:795px;
}
#content #centre #block_screen {
	float:left;
	border:1px solid #b5a69d;
	width:565px;
	height:174px;
	margin-left:10px;
}
#content #centre #usersoff, #content #centre #userson  {
	float:left;
	width:218px;
	height:174px;
	color:#413732;
}
#content #centre #usersoff h2, #content #centre #usersoff h3, #content #centre #userson h2, #content #centre #userson h3 {
	clear:both;
	float:right;
	font-size:11px;
	margin-top:8px;
	margin-right:9px;
	text-align:right;
	width:200px;
	letter-spacing:-1px; 
}
#content #centre #usersoff h2, #content #centre #userson h2 {
	font-size:13px;
}
#content #centre #usersoff input.text, #content #centre #userson input.text  {
	width:180px;
	margin-right:10px;
	margin-bottom:6px;
	float:right;
	text-align:right;
	height:15px;
}
#content #centre #useroff input.submit {
	border: 0px;
	background-color: #FFF;
}
#content #centre #userson #infopanier{
	clear:both;
	float:right;
}
#content #centre #userson #infopanier table {
	margin-right:5px;
	width:184px;
}
#content #centre #userson #infopanier table tr td.colone1 { 
	font-weight:bold;
	text-align:left;
	width:80px;
}
#content #centre #userson #infopanier table tr td.colone2 {
	font-weight:bold;
	text-align:right;
	width:104px;
}
#content #centre #block_search {
	background-color:#dadad5;
	text-align:left;
	float:left;
	clear:both;
	margin-top:5px;
	margin-left:10px;
	width:774px;
	height:20px;
}
#content #centre .cadre_titre {
	background-color: #efefed;
	float:left;
	width:774px;
	height:18px;
	margin-top:20px;
	margin-left:10px;
	text-align:left;
	border-bottom:1px solid #a8a8a8;
}
#content #centre .cadre_titre h2 {
	color:#58585a;
	font-weight:bold;
	margin:0px;
	margin-right:10px;
}
#content #centre .cadre_titre2 {
	float:left;
	width:774px;
	margin-top:10px;
	margin-left:10px;
	text-align:left;
}
#content #centre .cadre_titre2 h2 {
	font-weight:bold;
	margin:0px;
	margin-right:10px;
}
#content #centre .most_regard span {
	color:#b4b0ae;
}
#content #centre .most_regard {
	background-color: #efefed;
	float:left;
	width:774px;
	margin-top:30px;
	margin-left:10px;
	padding-left:5px;
	text-align:left;
	border-bottom:1px solid #d0d0cf;
}
#content #centre .product_list {
	float: left;
	width:133px;
	height: 200px;
	border-bottom: 1px solid #c7c7c7;
	margin:10px 13px 10px 13px;
}
#content #centre .product_list .cadre_photo {
	border:2px solid #c7c7c7;
	height:118px;
	border-bottom:none;
}
#content #centre .product_list .cadre_photo img {
	height:118px;
}
#content #centre .product_list .stock {
	background-color: #646261;
	color:#FFF;
	width:72px;
	font-size:10px;
	height:13px;
	float:left;
}
#content #centre .product_list .normal {
	background-color:#dadad5;
	color:#FFF;
	width:61px;
	font-size:10px;
	height:13px;
	float:left;
}
#content #centre .product_list .news {
	background-color: #69b2bc;
	color:#FFF;
	width:61px;
	font-size:10px;
	height:13px;
	float:left;
}
#content #centre .product_list .promo {
	background-color: #85ab42;
	color:#FFF;
	width:61px;
	font-size:10px;
	height:13px;
	float:left;
}
#content #centre .product_list .coeur {
	background-color: #e43a4a;
	color:#FFF;
	width:61px;
	font-size:10px;
	height:13px;
	float:left;
}
#content #centre .product_list .text_marque {
	width:100%;
	font-size:10px;
	float:left;
	margin-top:5px;
	text-align:left;
	display:block;
	clear:both;
}
#content #centre .product_list .text_ref {
	width:100%;
	font-size:10px;
	float:left;
	margin-top:5px;
	text-align:left;
	height:14px;
	display:block;
	clear:both;
}
#content #centre .product_list .prix_marque {
	font-size:10px;
	float:right;
	margin-top:5px;
	margin-right:5px;
	text-align:right;
	font-weight:bold;
	color:black;
}
#content #centre .product_list .prix_marque span.prixpromo {
	font-family: arial;
	font-size: 10px;
	text-decoration: line-through;
	color: green;
	text-align: center;
	padding-bottom: 0px;
}
#content #centre .product_list .prix_marque span.prixnews {
	font-size:10px;
	color:red;
	text-align:right;
}
#content #centre #block_cms, #content #centre #block_cms a {
	text-align:left;
	color:#6e6e70;
}
#content #centre #block_cms .cadre_titre_cms {
	background-color: #efefed;
	float:left;
	width:774px;
	height:18px;
	margin-top:20px;
	margin-left:10px;
	text-align:left;
	border-bottom:1px solid #a8a8a8;
}
#content #centre #block_cms .cadre_titre_cms1 {
	float:left;
	width:774px;
	height:18px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	text-align:left;
}
#content #centre #block_cms .cadre_titre_cms h2 {
	font-weight:bold;
	margin:0px;
	margin-right:10px;
}
#content #centre #block_cms p {
	margin-right:25px;
	margin-left:25px;
	margin-top:15px;
	text-align:justify;
	float:left;
}
#content #centre #block_cms .img_mag {
	width:253px;
	height:188px;
	margin-left:25px;
	margin-top:15px;
}
.paragraphe_text {
	text-align:left;
	margin-left:10px;
	width:774px;
}
.paragraphe_text p {
	text-align:justify;
}
/* Fin menu gauche*/
#footer {
	clear:both;
	float:left;
	text-align:left;
	margin-left:55px;
	width:940px;
}
#footer #block1 ul {
	list-style-type:none;
	float:left;
	width:155px;
	margin-top:15px;
}

#footer #block1 ul li, #footer #block1 ul li a {
	margin-top:4px;
	color:#413732;
}
#footer #block2 ul {
	list-style-type:none;
	float:left;
	width:140px;
	margin-top:15px;
}
#footer #block2 ul li, #footer #block2 ul li a {
	margin-top:4px;
	color:#413732;
}
#footer #nos_montres, #footer #a_voir {
	float:left;
	background-repeat:no-repeat;
	width:27px;
	height:176px;
	margin-right:12px;
	margin-bottom:10px;
}
#footer #list_marques {
	float:left;
	width:550px;
}
#footer #list_marques ul {
	float:left;
	list-style-type:none;
	width:105px;
	margin-right:5px;
	margin-top:15px;
}
#footer #list_marques ul li, #footer #list_marques ul li a {
	margin-top:4px;
	color:#413732;
}
.coeur_rouge {
	background-image: url(../img/coeur_rouge.png);
	background-repeat:no-repeat;
	height:8px;
	width:28px;
	margin-top:5px;
}
.coeur_blanc {
	background-image: url(../img/coeur_blanc.png);
	background-repeat:no-repeat;
	height:6px;
	width:29px;
	margin-left:16px;
	margin-top:4px;
}
/* global form style */
form.std {
	clear: both;
}
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
}
form.std fieldset {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url(../img/form_bg.jpg) repeat-x top left;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}

input, textarea, select {
	border: 1px solid #bdc2c9;
}

input.text {
	height:18px;
	padding-left:2px;
	padding-right:2px;
}
.checkbox input, .radio input {
	border: none;
}
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left;
}
.required sup {
	color: #da0f00;
}
form.std p.checkbox {
	margin-left: 30%;
}
form.std p.submit {
	padding-left:31%!important;
	margin-bottom: 1.5em;
}

#center_column form.std p.submit2 {
	padding-left:170px;
	margin-bottom: 1.5em;
}

/* START OF BUTTONS SECTION
 *  -tags : input, a, span
 *  -sizes : mini, small, normal, large
 *  -types : button, exlusive
 *  -status : normal, hover, disabled
 *  -rule : the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:black!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	line-height: 18px;
	height: 18px;
	margin:5px 5px 0px 5px;
}

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom:2px;
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-position: left -36px;
	cursor:default;
	color:#888!important;
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:white!important;
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:#488c40!important;
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -18px;
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color:white!important;
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	background-image: url('../img/button-mini.gif');
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 60px;
	background-image: url('../img/button-small.gif');
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 120px;
	background-image: url('../img/button-medium.gif');
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large {
	width: 180px;
	background-image: url('../img/button-large.gif');
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.gif'); }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif'); }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif'); }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large { background-image: url('../img/button-large_exclusive.gif'); }



#infos_perso, #adresse, #cart_navigation {
	float:left;
	clear:both;
	width:650px;
	margin:15px 0px 15px 75px;
}
#infos_perso h4, #adresse h4 {
	float:left;
	margin-left:30px;
}
#infos_perso p, #adresse p {
	float:left;
	clear:both;
	width:100%;
	margin-top:8px;
}
#infos_perso p.radio span {
	float:left;
	width:150px;
	text-align:right;
	margin-right:15px;
	margin-left:120px;
}
#infos_perso p.text span, #adresse p.text span, #cart_navigation span {
	float:left;
	margin-left:15px;
}
#infos_perso p.text label, #infos_perso p.select span, #adresse p.text label, #adresse p.select label  {
	display:block;
	float:left;
	width:270px;
	text-align:right;
	margin-right:15px;
}
#infos_perso p.select select, #adresse p.select select, #adresse p.text textarea {
	float:left;
	margin-right:15px;
	background-color:#CCC;
}
#adresse p.select select {
	width:227px;
}
#infos_perso p.text input, #adresse p.text input{
	float:left;
	background-color:#999;
	height:14px;
}
#infos_perso p.text sup, #adresse p.text sup, #adresse p.select sup, #cart_navigation sup{
	float:left;
	color:red;
	margin-left:10px;
	margin-right:10px;
}
#cart_navigation input {
	float:right;
}
#infos_perso p.checkbox label, #infos_perso p.checkbox input {
	float:left;
	margin-left:15px;
}
.identification {
	margin-top:40px;
}
.identification_block1 {
	margin-left:74px;
}
.identification_block2 {
	margin-left:52px;
}
.identification_block2 {
	height:450px;
}
.fleche_bas_titre {
	background-image: url('../img/btnfleche.jpg');
	width:17px;
	height:15px;
	float:left;
}

.suppr{
	background-image: url('../img/btn.jpg');
	width:24px;
	height:21px;
}

.btndetail{
	background-image: url('../img/btn2.jpg');
	width:24px;
	height:20px;
}

.btncommande{
	background-image: url('../img/btn_passer_commande.jpg');
	width:188px;
	height:26px;
	float:left;
	margin-left:150px;
}
.btnmodif{
	background-image: url('../img/btn_modif_co.jpg');
	width:188px;
	height:24px;
	float:left;
	margin-left:150px;
}

#panier table {
	width:100%;
	text-align:right;
}
#panier table th {
	width:80px;
	text-align:center;
}
#panier table td{
	text-align:center;
}
#commande table {
	width:100%;
	text-align:right;
}
#commande table th {
	width:80px;
	text-align:center;
	
}
#commande table td{
	text-align:center;
	
}
#btn_commande{
	margin-left:450px;
	float:left;
	
}
#btn_modifco{
	margin-left:450px;
	float:left;
}

/******** Produit ********/

.contener_montre{
	width:182px;
	height:245px;
	background-image: url("../img/cadre_montre.jpg");
	margin-left:auto;
	margin-right:auto;
	float:left;
}

.porcent{
margin-top:3px;
margin-left:5px;
#color:#d20428;
color:#fff;
float:left;
}
.image_montre{
width:129px;
height:129px;
margin-left:auto;
margin-right:auto;
margin-top:42px;
}
.texte_montre{
margin-left:8px;
margin-top:2px;
text-align:left;
}
.texte_montre_solde{
margin-left:8px;
margin-top:2px;
line-height:15px;
text-align:left;
}
.contener_montre_new{
float:left;
width:182px;
height:245px;
background-image: url("../img/cadre_montre_nouveau2.jpg");
margin-left:8px;
margin-right:8px;
margin-top:10px;
margin-bottom:0px;
}
.image_montre_new{

width:129px;
height:129px;
margin-left:27px;
margin-right:auto;
margin-top:42px;
}
.contener_montre_solde{
float:left;
width:182px;
height:245px;
background-image: url("../img/cadre_montre_solde.jpg");
margin-left:8px;
margin-right:8px;
margin-top:10px;
margin-bottom:0px;

}
.image_montre_solde{
width:129px;
height:129px;
margin-left:27px;
margin-right:auto;
margin-top:19px;
}
.contener_montre_promo{
float:left;
width:182px;
height:245px;
background-image: url("../img/cadre_montre_promo.jpg");
background-repeat:no-repeat;
margin-left:8px;
margin-right:8px;
margin-top:10px;
margin-bottom:0px;
}
.image_montre_promo{
width:129px;
height:129px;
margin-left:27px;
margin-right:auto;
margin-top:19px;
}
.contener_montre_coeur{
float:left;
width:182px;
height:245px;
background-image: url("../img/cadre_montre_coeur.jpg");
margin-left:8px;
margin-right:8px;
margin-top:10px;
margin-bottom:0px;
}
.image_montre_coeur{
width:129px;
height:129px;
margin-left:27px;
margin-right:auto;
margin-top:42px;
}
.prix_promo{
	font-family: arial;
	font-size: 10px;
	text-decoration: line-through;
	color: red;
}

.contener_montre_small{
width:150px;
height:202px;
background-image: url("../img/cadre_montre_small.jpg");
margin-left:5px;
margin-right:4px;
margin-top:5px;
margin-bottom:0px;
float:left;
}
.image_montre_small{
width:80px;
height:80px;
margin-left:auto;
margin-right:auto;
margin-top:30px;
}
.texte_montre_small{
margin-left:8px;
margin-top:5px;
font-size:13px;
text-align:left;
}
.contener_montre_small_new{
width:150px;
height:202px;
background-image: url("../img/cadre_montre_small_new.jpg");
margin-left:5px;
margin-right:4px;
margin-top:5px;
margin-bottom:0px;
float:left;
}
.contener_montre_small_solde{
width:150px;
height:202px;
background-image: url("../img/cadre_montre_small_solde.jpg");
margin-left:5px;
margin-right:4px;
margin-top:5px;
margin-bottom:0px;
float:left;
}
.contener_montre_small_promo{
width:150px;
height:202px;
background-image: url("../img/cadre_montre_small_promo.jpg");
margin-left:5px;
margin-right:4px;
margin-top:5px;
margin-bottom:0px;
float:left;
}
.contener_montre_small_coeur{
	width:150px;
	height:202px;
	background-image: url("../img/cadre_montre_small_coeur.jpg");
	margin-left:5px;
	margin-right:4px;
	margin-top:5px;
	margin-bottom:0px;
	float:left;
}
.prix_promo5{
	font-family: arial;
	font-size: 10px;
	text-decoration: line-through;
	color: red;
}
.texte_montre_small_solde{
	margin-left:8px;
	margin-top:4px;
	line-height:17px;
	font-size:14px;
	text-align:left;
}

#corp{
clear:both;
background-color:#dddddb;
width:700px;
height:auto;
margin-left:auto;
margin-right:auto;
text-align:justify;
}
#text_pay{
width:680px;
margin-left:auto;
margin-right:auto;
clear:both;
float:left;
}
#image_cheque{
background-image:url(../img/cheque1.png);
width:444px;
height:212px;
margin-left:auto;
margin-right:auto;
}
#corp fieldset{
border:  none;
text-align:center;
}
#corp input{
width:100px;
}
.carte_general{
width:82px;
height:60px;
float:left;
margin-left:10px;
}
.carte_bleu{
background-image:url(../img/carte_cb.jpg);
}
.carte_master{
background-image:url(../img/carte_master.jpg);
}
.carte_paypal{
background-image:url(../img/carte_paypal.jpg);
}
.carte_1euro{
background-image:url(../img/carte_1euro.jpg);
}
.carte_virement{
background-image:url(../img/carte_virement.jpg);
}
.carte_cheque{
background-image:url(../img/carte_cheque.jpg);
}
.carte_visa{
background-image:url(../img/carte_visa.jpg);
}