/****************************************************************************************************/
/****************** 		                        Site Portail BTP Boutillet			                        ********************/
/****************** 				Feuille de style - Boutillet Général						********************/
/***************************************************************************************************/
/**** STYLES ****/
* { margin:0; padding: 0 ; } /*Suppression des Marges des balises courantes*/

/**** BLOCS ****/
body
{
	font-family: Arial, Helvetica;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#conteneur
{
	position: relative;
	width: 800px;
	margin: 10px auto;
	background-color: #FFFFFF;
}

#entete
{
	min-height: 29px;
	height:auto;
}

#centre
{
	min-height: 482px;
	height: auto;
	padding-bottom: 10px;
	background: url('../images/corps.gif') repeat;
}

#pied
{
	float:left;
	width: 100%;
	height: 16px;
	background: url('../images/pied.gif') no-repeat;
}

/************************  Entête  *************************/
/**** BLOCS ****/
#entete_tete
{
	height: 14px;
	background: url('../images/entete_tete.gif') no-repeat;
}

#entete_corps
{
	height: auto;
	background: url('../images/corps.gif') repeat;
}

#entete_pied
{
	height: 7px;
	background: url('../images/entete_pied.gif') no-repeat;
}
/**** STYLES ****/
.logo_site
{
	display: block;
	position:absolute;
	margin-left: 5px;
}

#entete_corps h1
{
	text-align:right;
	font-size : 2.6em;
	font-weight: bold;
	margin: 0 75px 0 200px; /*Top Right Bottom Left*/
	padding-top: 10px;
	color: #FFB230;
}

#super_boutillet
{
	padding-left: 10px;
	border: 0;
	float : right;
	top : 10px;
	right: 10px;
	position: absolute;
}

#entete_corps a { text-decoration: none; }

.accueil /*Lien Retour*/
{
	color: #e63501;
	font-size: 0.6em;
	padding: 5px;
	padding-left: 10px;
	border: 0;
	float : right;
	top : 57px;
	right: 8px;
	position: absolute;
}

.accueil:hover, .accueil:focus, .accueil:active
{
	
	text-decoration: underline;
}
/************************  Menu Haut  *************************/
/****  STYLES  ****/
/** Menu Horizontal **/
.menuH
{
	list-style-type: none;
	position: relative;
}

.menuH li { top: 1px; position: absolute;}

.menuH li, .menuH a
{
	display: block;
	width: 95px;
	height: 26px;
	text-decoration: none;
}

/*<li> du Menu Haut*/
.menuH1 { left: 16px; }
.menuH2 { left: 115px; }

/*********************  Corps de la Page  ********************/
/**** STYLES ****/
hr
{
	height: 1px;
	margin: 1em 0 1em 0; /*Top Right Bottom Left*/
	padding: 0;
	color: #000000;
	background-color: #000000;
	border: 0;
}

#actu .image, #emploi .image { float: left; }

#actu .texte, #emploi .texte
{
	height: auto;
	min-height: 150px;
}

#actu h4, #emploi h4
{
	margin-left: 170px;
	font-size: 1.5em;
	margin-bottom: 20px;
}

#actu .lien_EB_MB, #emploi .lien_EB_MB
{
	text-decoration: none;
	text-align: right;
}

#actu .lien_EB_MB img, #emploi .lien_EB_MB img
{
	float: right;
	height: 32.5px;
	width: 45px;
	border: none;
}

#actu p, #emploi p
{
	margin-left: 170px;
	color:#000000;
	font-size: 1em;
	margin-bottom: 20px;
}

#actu h5, #emploi h5
{
	text-align: right;
	font-size: 0.7em;
}

/*Archive Actu*/
.archives
{
	margin-top: 20px;
	margin-left: 220px;
	font-weight: bold;
}

.archives a
{
	text-decoration: none;
	font-weight: normal;
	color: #fb8c00;
}

.archives a:hover, .archives a:focus, .archives a:active
{ text-decoration: underline; }

/*Candidature spontanée*/
.candidature
{
	margin-top: 20px;
	margin-left: 220px;
	text-align: justify;
	padding-right : 30px;
}

.candidature a
{
	text-decoration: none;
	font-weight: bold;
	color: #f00;
}

.candidature a:hover, .candidature a:focus, .candidature a:active
{ text-decoration: underline; }

/**** BLOCS ****/
.pub_gauche
{
	float: left;
	width: 162px;
	height: 435px;
	margin-left: 32px;
	margin-top: 10px;
	background: url('../images/BanierePUB-Dessine.gif') no-repeat;
}

#actu, #emploi
{
	width: 550px;
	height: auto;
	margin-left: 220px;
}

/*********************  Mentions Légales ********************/
/*Blocs*/
.mentions { padding: 50px 50px 0 50px; }
.mentions h3 { margin-bottom: 40px; }
.mentions h4 { margin-top: 20px; }

/*********************  Plan du Site ********************/
/*Blocs*/
.plan_site h3 { margin-bottom: 30px; }
.plan_site { padding: 50px 50px 0 50px; }
.plan_site ul { list-style-type: none; }
.plan_site li { margin-bottom: 5px; }
.niveau0 { margin-left: 0; font-weight: bold; }
.niveau1 { margin-left: 20px; font-weight: bold; }
.niveau2 { margin-left: 20px; font-weight: normal; }
.niveau3 { margin-left: 20px; font-weight: normal; }

.niveau0 a, .niveau0 a:visited { color: #999999; }
.niveau1 a, .niveau1 a:visited { color: #999999; }
.niveau2 a, .niveau2 a:visited { color: #FFB230; }
.niveau3 a, .niveau3 a:visited {
	font-size: 0.9em;
}
#ETB a, #ETB a:visited {color: #FF6600;margin-left: -20px;}
#plETB a, #plETB a:visited {
	color: #FF6600;
	margin-left: 20px;
}
h6 {
	font-size: 1.4em;
	white-space: nowrap;
}
#MB a, #MB a:visited {color: #006600;;margin-left: -20px;}
#plMB a, #plMB a:visited {
	color: #006600;
	margin-left: 20px;
}

#ABP a, #ABP a:visited {color: #00CC00;;margin-left: -20px;}
#plABP a, #plABP a:visited {
	color: #00CC00;
	margin-left: 20px;
}

#TB a, #TB a:visited {color: #3399FF;;margin-left: -20px;}
#plTB a, #plTB a:visited {
	margin-left: 20px;
	color: #3399FF;
}



/*Styles*/
.plan_site a, .plan_site a:visited { text-decoration: none; }
.plan_site a:hover, .plan_site a:focus, .plan_site a:active { text-decoration: underline; }
