/***********************************************/
/***********************************************/
/****** Styles communs à toutes les pages ******/
/***********************************************/
/***********************************************/

body {
	margin: 0px;
	padding: 0px;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
}

img, table, tr, td {
	border: none;
}

img, ul, li, form, input, table, tr, td, p {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

.spacer {
	clear: both;
}

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

#container {
	width: 100%;
	background-color: #B0B0B0;
	background-image: url('../images/bg_page.gif');
	background-repeat: repeat-y;
	background-position: center;
}


#header {
	width: 100%;
	height: 160px;
	background-color: white;
	background-image: url('../images/bg_header.gif');
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

#page {
	width: 960px;
	margin: 0px auto;
}

#colonne_gauche {
	width: 218px;
	float: left;
	min-height: 666px;
	_height: 666px; /* IE */
	padding-bottom: 80px;
	margin-left: 1px;
	background-image: url('../images/bg_colonne_gauche.gif');
	background-repeat: no-repeat;
}

#colonne_droite {
	width: 736px;
	float: right;
	position: relative;
}

#footer {
	clear: both;
	width: 100%;
	height: 65px;
	background-color: white;
	background-image: url('../images/bg_footer.gif');
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}


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

#logo_boisbaudry {
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -480px;
}

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

.colonne_titre {
	width: 187px;
	height: 66px;
	padding: 40px 0px 0px 30px;
	margin-bottom: -75px;
	position: relative;
	top: -25px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #3e63a6;
	background-image: url('../images/puce_titre.gif');
	background-repeat: no-repeat;
}

ul.colonne_liste {
	position: relative;
	margin-bottom: 25px;
}

ul.colonne_liste li {
	width: 218px;
	line-height: 15px;	
}

ul.colonne_liste li.colonne_soustitre {
	width: 172px;
	padding-left: 46px;
	color: #3a3a3a;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.colonne_fleche {
	width: 172px;
	padding-left: 46px;
	font-size: 11px;
	color: #3a3a3a;
	text-decoration: none;
	background-image: url('../images/puce_fleche_OFF.gif');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	display: block;
}
a.colonne_fleche:hover, a.selected {
	color: #3e63a6;
	text-decoration: underline;
	background-image: url('../images/puce_fleche_ON.gif');
}

.colonne_bleu {
	width: 217px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	background-color: #3e63a6;
	background-image: url('../images/puce_titre_bleu.gif');
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

.colonne_titre_bleu {
	width: 187px;
	padding: 17px 0px 5px 30px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

a.colonne_fleche_bleu {
	width: 171px;
	padding-left: 46px;
	font-size: 11px;
	color: white;
	text-decoration: none;
	background-image: url('../images/puce_fleche.gif');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	display: block;
}
a.colonne_fleche_bleu:hover, a.bSelected {
	text-decoration: underline;
}


/*** 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;
}


/***********************************************/
/******************* Footer ********************/
/***********************************************/

#coordonnees {
	width: 218px;
	height: 74px;
	margin-left: -480px;
	position: absolute;
	top: -65px;
	left: 50%;
	background-image: url('../images/bg_coordonnees.gif');
	background-repeat: no-repeat;
	background-position: 53px 42px;
	text-align: center;
	font-size: 10px;
	color: #a6a6a6;
}

#foot {
	width: 650px;
	height: 16px;
	margin-left: -220px;
	position: relative;
	top: 32px;
	left: 50%;
	font-size: 10px;
	color: #A6A6A6;
}

.foot_TXT {
	float: left;
}
.foot_TXT a {
	color: #A6A6A6;
	font-weight: bold;
	text-decoration: none;
}
.foot_TXT a:hover {
	text-decoration: underline;
}

.foot_IMG {
	float: left;
	margin: 1px 3px 0px 3px;
}


/***********************************************/
/************** Styles de texte ****************/
/***********************************************/

span.lettrine {
	font-size: 18px;
	color: #006432;
}

span.vert {	
	font-size: 11px;
	font-weight: bold;
	color: #006432;
}

span.bleu {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	color: #3e63a6;
}
span.rouge {
	padding: 25px 0 0 157px;
	color: #900;
	float: left;
}
/***********************************************/
/************** Bloc "Agrandir" ****************/
/***********************************************/

.bloc_agrandir {
	float: left;
	width: 62px;
}

img.miniature_agrandir {
	width: 62px;
	height: 79px;
}

a.agrandir_lien {
	width: 62px;
	height: 15px;
	font-size: 10px;
	color: #3e63a6;
	text-decoration: none;
	text-align: right;
	background-image: url('../images/agrandir_loupe.gif');
	background-repeat: no-repeat;
	background-position: 2px 0px;
	display: block;
}
a.agrandir_lien:hover {
	color: #3e63a6;
	text-decoration: underline;
}

/***********************************************/
/***************** Formulaires *****************/
/***********************************************/

.form_abonnement {
	width: 400px;
	float: left;
	margin: 0px 0px 20px 160px;
	_margin: 0px 0px 20px 80px; /* IE */
}


.formIntitule,
.formIntituleGauche,
.formIntituleDroit {
	float: left;
	margin: 1px 0px;
	font-size: 10px;
	height: 15px;
}

.formIntitule_bleu {
	padding: 0 0 20px 157px;
	float: left;
}

.formIntitule {
	font-weight: bold;
	font-size: 11px;
	margin: 7px 0px 3px 0px;
	height: auto;
}

.formIntituleGauche {
	width: 175px;
}

input.checkbox {
	float: left;
	width: 15px;
	height: 15px;
	margin: 1px 5px 1px 0px;
	border : 1px solid #C8C2B7;
}

input.champTxt {
	float: left;
	margin: 1px 0px;
	width: 200px;
	height: 12px;
	font-size: 10px;
	color: #333333;
	border : 1px solid #C8C2B7;
}

input.btnEnvoyer {
	float: right;
	width: 100px;
	height: 22px;
	margin: 15px 150px 0px 0px;
	border : 1px solid #C8C2B7;
}

select.liste {
	float: left;
	width: 204px;
	height: 18px;
	margin: 1px 0px;
	font-size: 10px;
}
/***********************************************/
/******************* Divers ********************/
/***********************************************/

img.titre_vert {
	clear: both;
	width: 700px;
	margin: 35px 15px 20px 15px;
	float: left;
}

div.titre_vert {
	clear: both;
	float: left;
	width: 680px;
	height: 19px;
	line-height: 19px;
	margin: 10px 0px 20px 26px;
	_margin: 10px 0px 20px 13px; /* IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006432;
	border-bottom: 1px solid #3E63A6;
}

div.bloc {
	clear: both;
	float: left;
	width: 680px;
	margin: 0px 0px 20px 26px;
	_margin: 0px 0px 20px 13px; /* IE */
	text-align: justify;
}

div.bloc a {
	color: #3E63A6;
	text-decoration: none;
}

div.bloc a:hover {
	text-decoration: underline;
}
