/* Maxime SVT accueil */

html,
body {
	width: 100%;
    margin: auto;
    margin-bottom: 20px;
	background-color : #BBBBBB;
	font-family : Calibri; Arial;
}
h1 {
	font-size : 3em;
	text-align : center;
}
h2 {
	font-size : 2em;
	text-align : left;
	color : #003366;
}
h3 {
	font-size : 1em;
	font-style : bold;
	text-align : left;
}
h4 {
	font-size : 18px;
	font-style : bold;
	text-align : left;
}

p { 
	position: relative;
	left: 320px;
	top: -300px;
	text-align : justify;
	color : #003366;
}



table, tr, th, td, caption{
	border: 3px solid black;
}
#conteneurT{
	width: 100%;
	height: auto;
	position: relative;
	border: 0px solid pink;
}
#accMenuGauche{
	position: relative;
	width: 20%;
	border: 3px solid black;
}
#conteneurC{
	width: 65%;
	position: absolute;
	left: 21%;
	top: 0px;
	border: 0px solid pink;
}
#conteneurD{
	width: 13%;
	position: absolute;
	right: 0px;
	top: 0px;
	border: 1px solid pink;
}
#piedDePage{
	position: fixed;
	right: 0%;
	bottom: 0%;
	font-size:1em;
}