@charset "utf-8";
/* CSS Document */
#contentEnvoiCard {

	float:left;
	width:382px;
}
#contentEnvoiCard h2 {
	background: url("/images/backMenuEcard.png") no-repeat;
	font-size:11px;
	font-weight:bold;
	height:32px;
	line-height:32px;
	margin:0 0 15px 0;
	padding: 0 0 0 20px;
}
#contentEcard {
	width: 360px;
	padding: 10px;
	display:block;
}
#contentEnvoiCard ul {
	margin:0 15px 15px;
}
#contentEnvoiCard ul li {
	list-style: none;
	margin: 10px 0 0;
}

#contentEnvoiCard ul li .textEnvoiEcard {
	font-size:12px;
	font-weight:bold;
	float: left;
	width:55px;
	color: #5b5b5b;
}
#contentEnvoiCard ul li input {
	width: 170px;
	height: 19px;
	border: 1px solid #ccc;
	margin:0 0 0 105px;
	color: #5b5b5b;
	padding: 0 10px;
}
#contentImgEcard {
	width: 390px;
	height:431px;
	float: left;
	margin:-42px 0 0;
}
#contentFooterEcard {
	border-top: solid 1px #CFD1D2;
	height: 30px;
	width: 757px;
	font-size: 11px;
	color: #5b5b5b;
	margin: 5px 0 5px 15px;
}
#contentFooterEcard input#submit {
	background:transparent url(../images/submitEcard.png) no-repeat scroll 0 0;
	border:medium none;
	color:white;
	cursor:pointer;
	float:right;
	font-size:8px;
	font-weight:bold;
	height:23px;
	margin:0 0 5px;
	padding:0;
	width:73px;
}
#boxEcard, .thebigreasonSkin{
	height:100px;
	margin:30px 0 0 74px;
	position:absolute;
	width: 200px;
}
#erreurLongeur{
	color:red;
	font-weight:bold;
	margin:143px 0 0 85px;
	position:absolute;
}

.captchaInput{
	border:1px solid #CCCCCC;
	color:#5B5B5B;
	height:19px;
	margin:13px 0 0 14px;
	padding:0 10px;
	width:164px;
}


/*
 * Apercu avant envoi
 */

#apercuEcard {
	margin-left:100px;
}
.texteApercu{
	color:#FFFFFF;
	height:100px;
	margin:80px 0 0 160px;
	overflow:hidden;
	position:absolute;
	width:200px;
}

#contentFooterEcard input#envoyer {
	background:transparent url(/images/boutons/envoyer.gif) no-repeat scroll 0 0;
	border:medium none;
	color:white;
	cursor:pointer;
	float:right;
	font-size:8px;
	font-weight:bold;
	height:23px;
	margin:5px 0 0 0;
	padding:0;
	width:73px;
}
#contentFooterEcard input#modifier {
	background:transparent url(/images/boutons/modifier.gif) no-repeat scroll 0 0;
	border:medium none;
	color:white;
	cursor:pointer;
	float:right;
	font-size:8px;
	font-weight:bold;
	height:23px;
	margin:5px 10px 0 0;
	padding:0;
	width:73px;
}

body {
   background: transparent;
}

label.error{
	color: red;
	font-style: italic;
	font-size: 10px;
	text-align: right;
}


