body{
	background:#F2F2F2;
}
#loginAuthenticate  .btnYes{
	float:right;
}
#loginAuthenticate  p{
	margin-bottom:1px;
}
#loginAuthenticate label{
	width:100px;
}

#loginAuthenticate{
	
	float:left;
	padding:20px;
	padding-top:100px;
	background:white url(images/homeLogo2.jpg) no-repeat left top;
	margin:30px;
	border:1px solid gray;
	box-shadow: 1px 1px 12px #555;
	-moz-box-shadow: 1px 1px 12px #555;
	-webkit-box-shadow: 1px 1px 12px #555;
}

input, textarea,select{
	width:150px;
	
}
label{
	margin-top:5px;
	width:200px;
	float:left;
 }

.btnLabel {float:left; padding-left:10px;}

.btnAll a{color:#5C5C5C; text-decoration:none; display:block; font-weight:bold;}
.btnNo a,.btnYes a{color:white; text-decoration:none; display:block; font-weight:bold;}

.btnAll,.btnNo ,.btnYes{border:0; height:28px; line-height:28px; margin:2px 0px 2px 4px; float:left; }
.btnAllC a img,.btnNoC a img ,.btnYesC a img{ vertical-align:middle !important; line-height:100%; margin:auto;}

.btnNoL{background:url(images/btn_01.png) bottom right no-repeat; width:10px; height:28px; line-height:28px; float:left;}
.btnNoC{background:url(images/btn_02.png) bottom left repeat-x; height:28px; line-height:28px; float:left;}
.btnNoR{background:url(images/btn_03.png) bottom right no-repeat; width:10px; height:28px; line-height:28px; float:left;}

.btnYesL{background:url(images/btn_01.png)  0px -28px  no-repeat; width:10px; height:28px; line-height:28px; float:left;}
.btnYesC{background:url(images/btn_02.png) 0px -28px repeat-x; height:28px; line-height:28px; float:left;}
.btnYesR{background:url(images/btn_03.png) 0px -28px no-repeat; width:10px; height:28px; line-height:28px; float:left;}

.btnAllL{background:url(images/btn_01.png)  top right no-repeat; width:10px; height:28px; line-height:28px; float:left;}
.btnAllC{background:url(images/btn_02.png) top left repeat-x; height:28px; line-height:28px; float:left;}
.btnAllR{background:url(images/btn_03.png) top left no-repeat; width:10px; height:28px; line-height:28px; float:left;}

/*TRYING CSS 3 selectors*/
/*pas d'espace entre les boutons identiques qui se suivent*/
.btnAll + .btnAll{margin-left:0;}
.btnYes + .btnYes{margin-left:0;}
.btnNo + .btnNo{margin-left:0;}

.btnAll + .btnAll .btnAllL{width:8px; }