#carte_visite_format{
	position:relative;
	float:left;
}
#carte_visite form{
	margin-left:515px;
}
#carte_visite form br{
	clear:none;
}
.vertical{
	width:340px;
	height:505px;
}
.horizontal{
	width:505px;
	height:340px;
}
#carte_visite_couleur{
	width:100%;
	height:100%;
}
.orange{
	background-color:#eb6200;
}
.vert{
	background-color:#9dc327;
}
.grisclair{
	background-color:#c9c1bf;
}
.grisfonce{
	background-color:#62606a;
}
span.orange,span.vert,span.grisclair,span.grisfonce{
	color:#fff;
}
#carte_visite_format img{
	position:absolute;
}
.vertical img{
	top:70px;
	left:91px;
}
.horizontal img{
	top:75px;
	left:30px;
}
#carte_visite_format span{
	color:#fff;
	position:absolute;
	font-family:Tahoma;
	font-size:20px;
	font-weight:normal;
}
#carte_visite_format span.url{
	font-size:18px;
}
.vertical span{
	left:0px;
	width:100%;
	text-align:center;
}
.vertical span.nom_prenom{
	top:280px;
}
.vertical span.specialite{
	top:305px;
}
.vertical span.texte1{
	top:350px;
}
.vertical span.texte2{
	top:375px;
}
.vertical span.url{
	top:475px;
}
.horizontal span{
	left:218px;
	width:287px;
	text-align:center;
}
.horizontal span.nom_prenom{
	top:95px;
}
.horizontal span.specialite{
	top:125px;
}
.horizontal span.texte1{
	top:155px;
}
.horizontal span.texte2{
	top:185px;
}
.horizontal span.url{
	left:0;
	width:100%;
	text-align:center;
	top:300px;
}
#carte_visite form h3{
	color:#f60;
	font-size:1.2em;
	font-weight:bold;
	margin:1em 0;
}
#carte_visite form .commander{
	margin-top:10px;
	background-color:#f60;
	border:1px solid #555;
	color:#fff;	
}
