/* Bannière d'en-tête */
.logo
{
 	display: inline-block;
	float: left;
	position: absolute;
	left: 13px;
	top: 0px;
	z-index: 98;	
}

#TDA_en_toutes_lettres
{
 	position: absolute;
	left: 170px;
	top: 0px;
	z-index: 1;
}



h1
{
	font-size: xx-large;
	color: black;
}

body
{
	background: url("Visuels_site_TDA/Semis_abeilles_complet_bd.png")
	repeat top left;
	color: black;
	text-decoration: none;

}

a /* liens par défaut en couleur normale */
{
	color: unset;
	text-decoration: none;	
}

a:focus /* liens par défaut en couleur normale */
{
	color: unset;
	text-decoration: none;
}



h1
{
	font-size: xx-large;
}

h2
{
	font-size: x-large;
	font-style: italic;
	font-weight: light;
}


h3
{
	font-family: Arial, Arial-narrow, sans-serif;
	font-size: large;
	font-style: italic;
}

h4
{
	font-family: Arial, Arial-narrow, sans-serif;
	color: white;
	font-size: medium;
	font-style: italic;
	text-align: center;
}

h5
{
	font-family: Arial, Arial-narrow, sans-serif;
	font-size: medium;
	font-style: italic;
	text-align: center;
}

p
{
		font-size: medium;
}



article

{
	display: inline-block;
	float: left;
	position: absolute;
		left: 0px;
		top: 150px;
	width: 170px;
	color: black;
	text-decoration: none;
	background-color: #CCCCCC;
	vertical-align: top;
	text-align: center;
}


#En_bas_a_Gauche
{
	display: inline-block;
	float: left;
	position: absolute;
		left: 0px;
		top: 380px;
	width: 170px;
	vertical-align: top;
	color: white;
	text-decoration: none;
	text-align: center;
	/*background: url('Visuels_site_TDA/Fond_N-en_bas_Gche.png');*/
	background-color: black;
}




/* Ecran NOUS CONTACTER */
#Fenetre_blanche
{
		/*display: inline-block;*/
	position: absolute;
		left: 170px;
		top: 150px;
	width: 80%;
	min-width: 400px;
	height: 58%;
	padding-left: 40px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 13px;
	font-family: "Times New Roman", Georgia, Arial, Verdana, sans-serif;
	font-size: medium;
	overflow: auto;
	background-color: #FFFFFF;
	vertical-align: top;
	z-index: 80
}

#Txt_centre
{
	text-align: center;
}

