#cadre_site {
	background:none;
}




/* A REPORTER DANS LA BASE A INCLURE AU FICHIER */
#cadre_site, #cadre_site label, #cadre_site a:link, #cadre_site a:active, #cadre_site a:hover, #cadre_site a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#cadre_site a:hover {
	color:#FFFFFF;/* fin de ce qui est à reporter */
}




/* TITRES */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:600;
	color:#FFFFFF;
	margin:0px 0px 7px 0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:600;
	color:#FFFFFF;
	margin:0px 0px 7px 0px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	margin:0px 0px 10px 0px;
}
/* fin des titres */




/* BLOCS PRINCIPAUX */
.login {
	padding: 0px 10px 10px 180px;
	margin-top : 160px;
	width: 360px;
	float:left;
	overflow:visible;
}
.login h1 {
	margin-bottom:0px;
}
.login .form_gauche {
	float:left;
	width:300px;
}
.identification {
	padding:330px 10px 10px 0px;
	width:230px;
	float:left;
	text-align:right;
}
.identification h3 {
	font-size:18px;
}
.identification a:hover h3, .identification a:hover h2 {
	color:#A8A7A7;
}
/* fin des blocs principaux */




/* BLOCS SECONDAIRES */
.intitule {
	width:160px;
	height:20px;
	float:left;
	font-weight:bold;	font-size:16px;
	text-align:right;
	padding-right:10px;
}

.champs {
	width:125px;
	height:20px;
	float:left;
}
.champs a:link, .champs a:active, .champs a:hover, .champs a:visited {
	font-size:12px;
	text-decoration:none;
}
.champs a:hover {
	text-decoration:underline;
}
/* fin des blocs secondaires */




/* BOUTONS */
.bouton_ok, .bouton_ok:hover {
	width:50px;
	height:50px;
	color:#FFFFFF;
	border:none;
	padding-top:0px;
	margin-top:-6px;
	margin-left:0px;
	text-align:center;
	float:left;
	background:url(/img/fevrier2009/site/login/bt_ok.jpg) center no-repeat;
	cursor:pointer;
}


.bouton_membre, .bouton_membre {
	width:361px;
	height:49px;
	float:left;
	cursor:pointer;
}
/* fin des boutons */



