/* 
CSS des différents formulaires de login
commun aux pages :

		lien_client.php			Ligne : 272
		liste-de-naissance.php	Ligne : 315
		caddie.php				Ligne : 271
		login.php				Ligne : 81
		galeries_photos.php		Ligne : 364
		contact.php				Ligne : 775
*/

.formLogin {
	width: 560px;
	background-color:white;
}

.formLoginHeader{
	width: 560px;
	text-align: left;
	height: 24px;
}

.formLoginHeaderTitle {
	background-image: url('http://www.berceaumagique.com/design/login/header.png');
	height: 17px;
	width: 213px;
	background-repeat: no-repeat;
	padding-top:7px;
	padding-left:5px;
	font-weight: bold;
	color:#790033;
	font-size:13pt;
	line-height: 17px;
	
}

.formLoginContent{
	width: 558px;
	padding:5px;
	padding-bottom:20px;
	border: 1px solid #d0a660;
}


	
.formLoginLeft {
	float: left;
	width: 259px;
	text-align: right;
	height: 100px;
	padding-right: 20px;
}

.formLoginRight {
	float: left;
	width: 238px;
	border-left: 1px solid #d0a660;
	height: 100px;
	padding-left: 20px;
	padding-right: 20px;
}

.formLogin_subtitle {
	color: #b52a52;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	
}


.formLogin_bottom_right {
	margin:0 auto;
	width: 142px;
	height:22px;
	background-image:url('http://www.berceaumagique.com/design/login/button.png');
	text-align:center;
	padding-top:6px;
	cursor:pointer;
	color:white;
	font-size : 12px;
	
}

#submitbuttonlogin {
	color:white;

	font-size : 12px;
	cursor:pointer;
	border:0px;
	background:none;
	width: 142px;
	height:28px;
	z-index:100;
	background-image:url('http://www.berceaumagique.com/design/login/button_key.png');	
	text-align:left;
	padding-left:10px;
	margin-left: 120px;
	
}

#formLogin input[type=text]{
	
	margin-top:5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	
	
}

#bottom{
	
	width: 560px;
	

}


#leftBottom{
	
	width: 279px;
	
	float: left;
}


#rightBottom{
width: 270px;
float:left;
}

