/********** DESIGN TAMPLATE **********/

/* Code Couleur  ------------

Vert clair : #92d916
Vert foncé : #67b62e
Dégradé Vert clair a vert foncé :
    background: -moz-linear-gradient(center top , #92d916, #67b62e) repeat scroll 0 0 #92d916;
    background-color: #92d916;

Bleu clair : #0192c7
Bleu foncé : #00739d
------------------*/

/* GLOBALS
--------------------------------------------- */
body{ 
    height: 100%;
    font-size:13px;
    background: url(images/bgLogin.jpg) repeat top center;
    font-family: Verdana, sans-serif; font-size:13px; 
}

#bgTop{
    position: absolute;
    width: 100%;
    height: 330px;
    background: url(images/bgTopLogin.jpg) repeat top center;
}

#sepDesign{
    position: absolute;
    top:330px;
    width: 100%;
    height: 4px;
    background: url(images/bgSepDesign.jpg) repeat-x top center;
}

#margin{width: 100%;height: 50px;}

#content{
    position: relative;
    margin: 0 auto;
    width: 532px;
    height: 440px;
}

#content #staticlogo{
    width: 391px;
    height: 129px;
   	margin-bottom: 10px;
    background: url(images/logoLicence007.png) no-repeat top left;
}
#content #logo{
    width: 391px;
    height: 129px;
    margin-bottom: 50px;
    background: url('images/licence007_512x70.png') no-repeat bottom left;
    background-size: contain;
}
#content .bloc{
    width: 530px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    display: table-cell;
    text-align: center;
    vertical-align:middle;
}


.placeholdoff,.placeholdoff label,.placeholdoff input,.placeholdon,.placeholdon label,.placeholdon input {
	position: relative;
}

.placeholdon label {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 3px;
	margin-bottom: 13px;
	padding: 0 10px;
	width: 254px;
	height: 44px;
	font-size: 16px;
	color: #b5b5b5;
	line-height: 44px;
	border: none;
	cursor: text;
}

.placeholdoff label {
	display: none;
}

#shadow{
    width: 532px;
    height: 17px;
    background: url(images/shadowBlock.png) no-repeat top center;
}

#copyright{
    margin-top: 10px;
    font-size:12px;
    color: #b5b5b5;
    text-align: center;
}
    
#copyright a{ font-weight: bold; color: #b5b5b5;}
    #copyright a:hover{text-decoration: underline;}  
    
    
.tableau{
    margin: 0 auto 0 auto;
    width: 476px;
}

.left{
    float: left;
}

.right{
    float: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.subtitle {
	margin-bottom: 10px;
	font-weight: bold;
	color: #7b7b7b;
	display: inline-block;
	font-size: 16px;
}

.btnConnexion {
    width: 340px !important;
    height: 53px;    
    background: url("images/bgBtnConnexion.jpg") no-repeat scroll center top transparent;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 51px;
    font-weight: bold;
}

.field{
    width: 150px;
}
    
.btnConnexion:hover {background-position: bottom;}
