
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

div.page {	/* Pb IE : afin de mettre le pied de page en bas (cf. style-ie.css) */
	width: 100%;
	min-width: 800px;
	min-height: 100%;
	position: relative;
}

div.page div.haut {
	position: relative;
	width : 100%;
	height: 100px;
	background-color: #323232;
	text-align: center;
	vertical-align: middle;
}

div.page div.haut div.logo {	/* Pb IE : concernant la transparence du logo (cf. style-ie.css) */
	width: 100%;
	height: 100%;
	background-image: url("../img/logoGatel.png");
	background-repeat: no-repeat;
	background-position: center;
}

div.page div.haut div.maj div {
	margin: 7px 0 0 0;
	text-align: center;
}

div.page div.ligneMenu {
	/*position: relative;*/
	height: 20px;
}

div.page div.ligneMenu table {
	/*position: relative;*/
	width: 100%;
}

div.page div.ligneMenu table tr {
	height: 20px;
	background-image: url("../img/miniDegrade.png");
	background-repeat: repeat-x;
}

div.page div.ligneMenu table tr td.menu {
	color: white;
	text-align: center;
	cursor: pointer;
	font-size: 11pt;
	height: 20px;
	opacity: 1.0;
}

div.page div.ligneMenu table tr td.menu.over { /* Pb IE : le style opacity n'est pas pris en compte (cf. style-ie.css) */
	opacity: 0.7;
}

div.page div.ligneMenu table tr td.menu.click { /* Pb IE : ne supporte pas le superpositionnement de background-image (cf. style-ie.css) */
	background-image: url("../img/souligneDegrade.png");
	background-repeat: no-repeat;
	background-position: 50% 18px;
}

div.page div.ligneMenu table tr td.menu div {
}

div.page div.ligneMenu table tr td.menu#accueil {
	width: 90px;
}

div.page div.ligneMenu table tr td.menu#quiSuisJe {
	width: 120px;
}

div.page div.ligneMenu table tr td.menu#photosVideos {
	width: 160px;
}
div.page div.ligneMenu table tr td.menu#contact {
	width: 90px;
}

div.page div.ligneMenu table tr td.menuSeparateur {
	width: 1px;
	background-image: url("../img/degradeSeparateur.png");
}

div.page div.ligneMenu table tr td.maj {
	color: white;
	width: 150px;
	text-align: right;
	font-size: 7pt;
	font-style: italic;
	font-family: sans-serif;
	padding: 2px 2px 0 0;
}

div.page div#contenu {
	position: relative;
	padding-bottom: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

div.page div#footer {
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	left: 0;
}

div.page div.barreBas {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 20px;
	background-image: url("../img/miniDegrade.png");
	background-repeat: repeat-x;
	
}

div.page div.piedDePage {
	width: 100%;
	height: 10px;
	bottom: 0;
	left: 0;
	background-color: #323232;
}

div.page div.piedDePage div.auteur {
	color: white;
	font-size: 8pt;
	font-style: italic;
	font-family: sans-serif;
	position: absolute;
	left: 2px;
	bottom: 4px;
}

div.page div.piedDePage div.infoPiedDePage {
	color: white;
	font-size: 8pt;
	font-style: italic;
	font-family: sans-serif;
	position: absolute;
	right: 2px;
	bottom: 1px;
}
