@charset "utf-8";
.panier_vide {
	height: 360px;
	text-align: center;
	margin-top: 50px;
}
.panier_vide a {
	display: block;
	background-image: url(../images/panier/0_articles_1.png);
	height: 100px;
	width: 180px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	color: #009EE0;
	text-align: left;
	padding-top: 36px;
	padding-left: 112px;
}
.panier_vide span {
	font-size: 1.4em;
}
.panier_vide a:hover {
	background-image: url(../images/panier/0_articles_1_over.png);
}
.panier_topntail {
	text-align:center;
	padding: 1em 0;
}
.articles_panier {
	margin:2em auto;
	border-collapse:collapse;
	width: 95%;
}
.articles_panier th {
	padding: 5px;
	background-color: #D9E5FF;
}
.articles_panier td {
	border-top: 1px solid #D9E5FF;;
	border-bottom: 1px solid #D9E5FF;;
	text-align: center;
	padding: 10px;
}
.articles_panier td span {
font-size : 0.8em;
}
.btm_panier {
width: 95%;
margin: 0 auto;
height: 2em;
padding : 2em 0 1em 0;
}
.btm_panier th {
text-align: right;
}
.panier_total {
padding : 0.2em 0;
width: 97%;
margin: 0 auto;
}
.panier_total td {
font-size: 1.1em;
text-align:left;
border-bottom-width: 0;
border-top: 1em solid #FFF;
padding: 0.5em 0 0.5em 0.5em ;
}
.panier_total th {
text-align: right;
font-size: 1.1em;
border-top: 1em solid #FFF;
padding: 0.5em;
background-color: #D9E5FF;
}
.panier_total td span {
font-size: 0.8em;
}
.panier_small {
font-size: 0.8em;
}
.panier_deja_client {
width : 95%;
margin: 0 auto;
}
.panier_deja_client td{
text-align : left;
padding: 5px;
}
.panier_deja_client th{
text-align : right;
font-weight: normal;
padding : 5px;
width : 50%;
}
.panier_creation_compte {
width : 95%;
}
.panier_creation_compte th {
text-align: right;
width : 50%;
vertical-align: top;
font-weight: normal;
padding: 5px;
}
.panier_creation_compte td {
text-align: left;
vertical-align: top;
padding: 5px;
}
.panier_creation_compte table {
margin :0;
}
table big {
color: #FF0000;
font-weight: normal;
font-size: 1.5em;
}
#n_pays{
font-size: 0.95em;
}
#mode_p h4 {
	color: #000;
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../images/dot.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	height: 35px;
	display: block;
	line-height: 35px;
}
#mode_p td {
text-align: center;
}
#mode_p hr {
height : 1px;
}
#mode_p p {
padding : 5px 5px 5px 50px;
}
#mode_p h2 {
text-align: center;
}
#mode_p h3 {
text-decoration: underline;
}
#mode_p h4 {
padding-top: 5px;
margin-top: 10px;
}
#mode_p table {
margin : 0 0 0 50px;
width : 80%;
}
#mode_p thead td {
padding: 0 0 10px; 0
}
fieldset {
margin : 20px 5px;
padding: 10px;
}
.algn_r {
text-align: right;
}
.success{
margin: 1em;
border: 1px solid green;
padding: 1em;
background: #D2FFD5;
color: green;
 }
.erreur {
margin: 1em;
border: 1px solid red;
padding: 1em;
background: #fdd;
color: red;
 }