body{ 
	background:#FFF; 								/* couleur arrière plan générale */
	padding:30px; 
}
/* Css Générale */
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight:bold;text-decoration:underline
}
a:hover {
	text-decoration:none
}

p{
	font: normal 12px sans-serif;
	margin:0px;
	padding:0px;
	color:#bebec0;

}

/* Layout */
#principal{
	text-align:center;
	margin:auto;
	box-shadow: 0px 0px 20px #bebec0; 					/* effet OMBRE, son positionnement en x et y, son étendu et sa couleur */
	border-radius:5px;
	background: #262b2f;
}

form{
	width:700px;
	height:600px;
	position:absolute;									/* code CSS qui permet le centrage */
	margin-left:-350px;									/* moitié de sa largeur */
	margin-top:-250px;									/* moitié de sa hauteur */
	top:50%;
	left:50%;		
}

#banniere{
	height: 122px;
	border-top-left-radius:10px;						/* ARRONDI HAUT GAUCHE */
	border-top-right-radius:10px;					/* ARRONDI HAUT DROITE */
	background: url(./img/bandeau.jpg);
	color: #dc1921;									/* COULEUR du TEXTE */
	background-repeat: no-repeat;
	
}



#haut{
	height: 150px;
	background:#262b2f; 
	border-top-left-radius:10px;						/* ARRONDI HAUT GAUCHE */
	border-top-right-radius:10px;					/* ARRONDI HAUT DROITE */
}

#logo{
	width:400px;
	float:center;
	padding-bottom:15px;

	
	
}
#corp{
	height:auto;
	width:auto;
	background-image:linear-gradient(#bebec0, #fff, #bebec0);
	padding-top:15px;


}

#centre{
	/*border-top: 1px #000000 solid; 						/* épaisseur et couleur du bord supérieur au titre*/
	height:45px;
	padding:2px;
	background: url(./img/centre.png);
	background-repeat: no-repeat;
}

.text_centre{	
	font-size:   25px;
	font-family: Arial;
	
	font-weight:bold;
	color:#bebec0;
	padding:2px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bebec0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#bas{
	height:150px;
	padding-top:30px;
	padding-left: 100px;
	background: url(./img/footer.jpg);
	background-repeat: no-repeat;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

#bas_condition{
	margin-top:10px;
	border-top:0px;
	height:180px;
	text-align: center;
	
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

#condi{
	overflow:auto;
	width:440px; 
	height:115px; 
	margin:auto; 
	text-align:justify; 
	background-color:white;
	margin-bottom:20px;
	border:1px solid #bebec0;
	box-shadow:2px 2px 5px #bebec0;
	padding:3px;
	font: normal 12px Verdana;
	border-top-left-radius:5px;						/* ARRONDI HAUT GAUCHE*/
	border-top-right-radius:5px;						/* ARRONDI HAUT DROITE*/
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	
}

#bas_refus{
	padding-top:50px;
	height:130px;
	text-align:center;
	/*background: #E1DFD9 url(bas.jpg) bottom no-repeat; /* couleur de l'arrière-plan, lien d'une image arrière plan, et sa position */
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#gauche{
	width:300px;
	float:left;	
}

#droite{
	float:right;
	width:300px;	
}

#base{
	margin-top:5px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black;
	font-size: 13px;
}

/* Form */
#pwd {
	border:1px #bebec0 solid;							/* COULEUR BORDURE */
	width: 150px;
	color:#999;
	padding:2px;
	text-align:center;
	font-family:tahoma, Arial, sans-serif;
	font-size: 17px;
	border-radius: 5px;
}

textarea{
	background-repeat:repeat-x;	
	border:1px #93b15a solid;	
	box-shadow:2px 2px 5px #ccc;
}

.button {
	font: 15px Arial;
	width: 130px;
	padding: 3px;
	cursor:pointer;
	border-radius:5px;	
	box-shadow: 0px 0px 10px #bebec0;
	border: solid #bebec0 1px;
	background: #bebec0;
	color:black;
}

.button:hover {
	background: #262b2f;
	color:#FFF;
}
.texte_principal{
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bebec0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: Arial;
	font-size:17px;
}
	
.texte_secondaire{
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bebec0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family:Impact;
	font-size:14px;
}



