img {border:0;}

/** CONTAINERS **/

#container_footer {
	display: inline;
	height: 70px;
	width: 1050px;
	float: left;
	position: relative;
}
#container_superieur {
	display: inline;
	float: left;
	height: 40px;
	width: 1000px;
	position: relative;
	left: 20px;
}

#container_inferieur {
	display: inline;
	float: left;
	height: 30px;
	width: 1000px;
	position: relative;
	left: 20px;
}

/** BOUTON CONTACT **/

/** Container **/
#container_bt_contact {
	height: 40px;
	width: 190px;
	left: 0px;
	top: 0px;
	position: relative;
	text-align: left;
	float: left;
	background-color: #3B1E03;
}

/** Bouton Contact **/
.bt_contact {
	height: 40px;
	width: 190px;
	left: 0px;
	top: 0px;
	float: left;
	position: relative;
	display: inline;
}

/** Comportements Bouton Contact **/
a.bt_contact {
	display:block;
	background-image: url(../images/IMG_FOOTER_BT_CONTACT.png);
}

a.bt_contact:hover {
	display:block;
	background-image: url(../images/IMG_FOOTER_BT_CONTACT_OVER.png);
}


/** Container image FIlet Fleche **/
#container_fleche {
	display: inline;
	float: left;
	height: 40px;
	width: 810px;
	position: relative;
	background-image: url(../images/IMG_FOOTER_FLECHE.png);
}


/** ADRESSE **/

/** Container Adresse **/

#container_adresse {
	display: inline;
	float: left;
	height: 26px;
	width: 730px;
	position: relative;
	margin-top: 2px;
}

/** Texte Jaune **/
.adresse_jaune {
	color: #FFB400;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/** Texte Gras Marron **/
.adresse_marron {
	color: #3B1E03;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}

/** SEPARATEUR **/

#separateur_vertical_jaune {
	background-color: #FFB400;
	display: inline;
	float: left;
	height: 16px;
	width: 2px;
	margin-top: 4px;
}

/** FORMULAIRE LOGIN **/

/** Container Formulaire Login **/
#container_login {
	display: inline;
	float: left;
	height: 26px;
	width: 248px;
	position: relative;
	margin-top: 2px;
	text-align: right;
}


/** Champ Formulaire Login **/
.formulaire_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3B1E03;
	height: 10px;
	width: 60px;
	border: 1px solid #FFB400;
	background-image: url(../images/IMG_LOGIN.png);
}

/** Champ Formulaire Password **/
.formulaire_pass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3B1E03;
	height: 10px;
	width: 40px;
	border: 1px solid #FFB400;
	background-image: url(../images/IMG_PASS.png);
}

/** Bouton Validation Formulaire **/
.bt_formulaire {
	background-image: url(../images/IMG_BT_FL.png);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 14px;
	width: 14px;
	position: relative;
	top: 6px;
}

