#header_bg {
	height: 206px;
	background: url(../images/header_bg.gif) top repeat-x;
}

#header {
	height: 206px;
	margin: 0 auto;
	background : url(../images/content_bg.png) repeat-y;
	width: 886px;
	padding: 0 26px 0 26px;
}

#header_sans_menu {
	background: url(../images/header.jpg) center no-repeat;
	width: 100%;
	height: 154px;
	padding: 15px 0 0 0;
}


#logo {
	float: left;
	background: url(../images/logo_agorafoot.png) center no-repeat;
	height: 111px;
	width: 540px;
	padding: 20px 0 20px 20px;
	/*border: 1px solid;*/
}


#header label {
	margin: 3px 0 0 10px;
	color: #666666;
}


#bloc_gauche_header {
	float: left;
	width: 320px;
	/*border: 1px solid;*/
}

#bloc_identification {
	height: 58px;
	color: #636363;
}


#bloc_identification input#email_connexion {
	float: left;
	margin: 0 0 0 20px;
	height: 20px;
	width: 123px;
	padding-left: 10px;
	background: url(../images/header_connexion_champ_email.png) no-repeat;
}

#bloc_identification input#mdp_connexion {
	float: left;
	margin: 0 0 0 2px;
	height: 20px;
	width: 102px;
	background: url(../images/header_connexion_champ_mdp.png) no-repeat;
}

#bloc_identification input.valider {
	float: left;
	height: 24px;
	width: 38px;
	padding: 0 0 5px 0;
	background: url(../images/header_connexion_bouton_ok.png) no-repeat;
	margin: 0 0 0 2px;
	color: #ffffff;
	font-size: 12px;
}


#bloc_identification p.bienvenue_pseudo {
	padding: 2px 0px 0 40px;
	font-weight: bold;
}

#bloc_identification p.liens {
	padding: 3px 0px 0 40px;
}

#bloc_identification p.liens_non_connecte {
	padding: 3px 0px 0 110px;
}

#bloc_identification a {
	color: #636363;
}

#bloc_identification a:hover {
	color: #e37f1c;
}




#bloc_recherche {
	margin: 55px 0 0 0;
	height: 35px;
	padding: 0 0 0 20px;
	/*border: 1px solid;*/
}

#bloc_recherche input#libelle_recherche {
	float: left;
	margin: 0 0 0 0;
	height: 20px;
	width: 237px;
	padding-left: 10px;
	background: url(../images/header_recherche_champ_libelle.png) no-repeat;
}

#bloc_recherche input#valider_recherche {
	float: left;
	margin: 0 0 0 0;
	height: 24px;
	width: 38px;
	background: url(../images/header_recherche_bouton_ok.png) no-repeat;
}




















