/***********************************************/
/***********************************************/
/*** Styles spécifiques à la page d'accueil ****/
/***********************************************/
/***********************************************/

/***********************************************/
/************ Découpage de la page *************/
/***********************************************/

#container {
	height: 423px;
	margin-top: -212px;
	position: absolute;
	top: 50%;
	background-color: white;
	background-image: url('../images/bg_home_bande_grise.gif');
	background-repeat: repeat-x;
}


#page {
	height: 1318px;
	padding: 7px 15px;
	margin: 0px 0px 0px -520px;
	position: absolute;
	left: 50%;
	background: url('../images/bg_home.gif') no-repeat;
}

#colonne_gauche {
	height: 409px;
	background: none;
	padding: 0px;
}

#colonne_centre {
	width: 515px;
	height: 409px;
	margin-left: 3px;
	float: left;
}

#colonne_droite {
	width: 218px;
	height: 409px;
	background-image: url('../images/bg_colonne_droite.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
	height: 16px;
	position: relative;
	bottom: 240px;
	left: 265px;
	font-size: 10px;
	color: #A6A6A6;
	background: none;
	text-align: center;
}


/***********************************************/
/******************* Header ********************/
/***********************************************/

#logo_boisbaudry {
	position: absolute;
	top: -80px;
	left: 20px;
	margin-left: 0px;
}

/***********************************************/
/****************** Colonnes  ******************/
/***********************************************/

#coordonnees {
	margin-left: 0px;
	position: absolute;
	top: 326px;
	left: 0px;
}

.colonne_titre {
	margin-bottom: -50px;
	position: static;
	background-image: url('../images/bg_colonne_droite.gif');
}

ul.colonne_liste {
	margin-bottom: 0px;
}

.colonne_bleu {
	margin-bottom: 0px;
	background-image: url(../images/puce_titre_bleu.gif);
}

/*** Connexion espace abonnes ***/

#espace_abonnes {
	width: 218px;
	padding-top: 4px;
	position: relative;
}

.abonne_champ {
	width: 165px;
	height: 14px;
	margin: 0px 0px 2px 31px;
	border: 1px solid black;
	font-size: 10px;
}

.abonne_btn {
	width: 57px;
	height: 15px;
	margin-left: 140px;
	background: url(../images/btn_valider.gif) no-repeat;
	border: none;
	cursor: pointer;
}

.colonne_titre_gauche {
	width: 385px;
	height: 403px;
	padding: 8px 0px 0px 10px;
	margin-bottom: -75px;
	position: relative;
	top: -2px;
	/*text-transform: uppercase;*/
	font-size: 14px;
	/*font-weight: bold;*/
	color: #3e63a6;
	/*background-image: url('../images/puce_titre.gif');*/
	background-image: url('../images/bg_colonne_droite.gif');	
	background-repeat: no-repeat;
	font-family: arial;
}





