@charset "utf-8";
/* CSS Document */
/* style positionnement */
.blocConnexion
{
	width:445px;
	height:340px;
	background:url(../images/listeMariage/Invites/Connexion/background.jpg) no-repeat scroll 0 0 #FFFFFF;
	text-align:center;
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
}

.blocData1
{
	margin-bottom:20px;
}

/* styles sur texte */
.libelleChamp
{
	color:#c72d98;
	font-weight:bold;
}
/* styles sur form */
.includeContent2
{
	float:right;
}
.inputData
{
	width:225px;
	height:26px;
	border:1px #000 solid;
}

.participer
{
	width:147px;
	height:84px;
	background:url(../images/listeMariage/Invites/Connexion/bouton_connexion.png);
	border:none;
	color:#d483bb;
	font-weight:bold;
	padding-top:50px;
	cursor: pointer;
}
.participer:hover
{
	width:147px;
	height:84px;
	background:url(../images/listeMariage/Invites/Connexion/bouton_connexion_hover.png);
	border:none;
	color:#d483bb;
	font-weight:bold;
	padding-top:50px;
}
