/*****************/
/*****GENERAL*****/
/*****************/

*{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
	height:0;
	width:0;
	font-size:0;
}

img{
	border:0;
}

body{
	background:#e1e1e1 url(../images/bg.gif) top left repeat-x;
	color:#2D353B;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

#all{
    background:transparent url(../images/bg_all.gif) top left repeat-y;
	width:953px;
	margin:0 auto;
	text-align:left;
}

#header{
    background:transparent url(../images/header.jpg) top left no-repeat;
    width:953px;
    height:168px;
}

#container{
    background:transparent url(../images/bg_container.gif) top left no-repeat;
    width:953px;
    min-height:400px;
    height:auto !important;
    height:400px;
}

#footer{
    background:transparent url(../images/footer.gif) top left no-repeat;
    width:953px;
    height:17px;
    padding-top:15px;
    margin:0 auto;
}

#footer ul li{
    font-size:11px;
    color:#666666;
    display:inline;
}

#footer ul li a{
    text-decoration:none;
    color:#666666;
}

#gauche{
    float:left;
    width:710px;
}

#gauche2 {
    float:left;
    border:1px solid #D3067E;
    width:468px;
    margin-left:110px;
    margin-top:13px;
    padding:15px 25px 15px 12px;
    background-color:#ffffff;
}

#droite{
    float:right;
    width:220px;
    padding:25px 8px 0 15px;
    color:#ffffff;
}

#droite a{
    color:#ffffff;
    text-decoration:none;
}

.titre{
    font-size:14px;
    text-transform:uppercase;
    display:block;
    padding-bottom:5px;
}

.tel{
    font-size:18px;
    font-weight:bold;
    display:block;
    padding-left:26px;
    padding-top:3px;
}

.right{
    float:right;
	margin-right:10px;
}

#droite ul{
    padding-top:23px;
    padding-left:5px;
    font-size:14px;
    color:#5E6B73;
}

#droite ul li{
    height:25px;
    list-style:none;
    padding-top:10px;
}

#droite ul li a{
    color:#5E6B73;
    text-decoration:none;
}

/*****************/
/*****ETAPE 1*****/
/*****************/

form{
    border:1px solid #D3067E;
    width:468px;
    margin-left:110px;
    margin-top:13px;
    padding:15px 25px 0 12px;
    font-size:14px;
    background-color:#ffffff;
}

h1{
    background:transparent url(../images/arrow.gif) top left no-repeat;
    padding-left:25px;
    font-size:14px;
    color:#D3067E;
    text-transform:uppercase;
    margin-bottom:15px;
}

form label{
    width:165px;
    float:left;
    padding-left:13px;
    padding-top:5px;
}

form .input{
    width:280px;
    height:23px;
    border:1px solid #B5BDC1;
    margin-bottom:10px;
    float:right;
}

form .input2{
    height:20px;
    border:1px solid #B5BDC1;
    margin-bottom:0px;
    float:left;
	font-size:12px;
}


form .little{
    padding-left:13px;
    padding-bottom:10px;
    font-size:12px;
}

form a{
    color:#2D353B;
    padding-left:8px;
}

form .bouton{
    float:right;
    position:relative;
    left:25px;
}

form #submit{
    background:transparent url(../images/submit.gif) top left no-repeat;
    width:136px;
    height:35px;
    border:0;
    color:#ffffff;
    text-transform:uppercase;
    font-size:19px;
    padding-bottom:3px;
    padding-left:30px;
}

*html form .bouton{
    top:2px;
}

/*****************/
/*****ETAPE 2*****/
/*****************/

#paiement{
    padding:15px 0 0 30px;
}

.left{
    float:left;
    width:285px;
    height:40px;
    border:1px solid #B5BDC1;
    color:#000000;
    padding:10px 15px 15px 15px;
    background-color:#ffffff;
}

.marginRight{
    margin-right:20px;
}

#form{
    width:405px;
    border:1px solid #D3067E;
    background-color:#FBE5F2;
}

#form label{
    width:205px;
}

#form .input{
    width:155px;
    background:#ffffff url(../images/euro.gif) top right no-repeat;
}

#form span{
    float:right;
}

/*****************/
/*****ETAPE 3*****/
/*****************/

.carte{
    width:165px;
    float:left;
    padding-top:25px;
    display:inline;
}

.carte span{
    position:relative;
    top:-3px;
    color:#D3067E;
    text-transform:uppercase;
    text-decoration:underline;
}

.first{
    margin-left:150px;
}

.carte img{
    margin:10px 0 0 15px;
}

/*****************/
/*****ETAPE 4*****/
/*****************/

.centrer{
    text-align:center;
    font-size:12px;
    margin:30px 0;
}