/* CSS Document */

.miniature_ecard{
padding-top:20px;
width:33%;
display:block;
float:left;
text-align:center;
}

.bloc_compose_ecard{
margin:20px auto 0;
width:550px;
display:block;
position:relative;
}

.bloc_compose_ecard label{
padding:0px 0px 5px 0px;
width:140px;
display:inline-block;
text-align:left;
font-weight:bold;
}

.postcard{
margin:auto;
padding:10px;
width:700px;
height:540px;
position:relative;
background-color:#FFFFFF;
background-image: url('../img/background_postcard.jpg');
background-repeat:no-repeat;
font-size:130%;
}

.postcard .recto_postcard .switch_postcard{
display:none;
}

.postcard .recto_postcard a:hover{
background:transparent;
text-decoration:none;
}

.postcard .recto_postcard a:hover .switch_postcard, .postcard .recto_postcard:hover .switch_postcard{
display:block;
position:absolute;
left:0px;
top:0px;
}

.verso_postcard{
margin:0;
padding:0;
width:700px;
height:540px;
display:block;
position:absolute;
top:10px;
left:10px;
cursor:pointer;
background-color:#FFFFFF;
background-image: url('../img/postcard.jpg');
background-repeat:no-repeat;
font-family:comic sans ms;
color:#000000;
}

.recto_postcard{
width:700px;
height:540px;
display:block;
}

.texte_postcard{
padding:30px 40px 40px 40px;
margin-top:10px;
width:325px;
height:410px;
display:block;
float:left;
overflow:auto;
}

.signature_postcard{
width:auto;
display:block;
text-align:right;
font-size:200%;
}

.coordonnees_postcard{
padding:230px 40px 40px 40px;
width:215px;
display:block;
float:right;
}

.coordonnees_postcard p{
margin:0px;
height:30px;
line-height:30px;
display:block;
text-align:center;
font-size:140%;
}

.email_postcard{
margin:25px 10px 0px 40px;
height:50px;
line-height:50px;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:70%;
color:#000000;
}
