﻿html, body{
		overflow:auto;
		color: #fff;
		background-color: #000;
		background: #000; /* url('../menu/fleche.jpg') top left; background-repeat: no-repeat; */
		letter-spacing:1pt;
		margin: 0; /* pour éviter les marges */
		padding: 0;
		height: 100%;
		text-align: center; /* centrage IE */
		}
		
a:link { color:#2D3017; text-decoration:none }
a:visited { color:#2D3017; text-decoration:none }
a:hover { font-weight:lighter; color:#2D3017; text-decoration:none }
a:active { font-weight:lighter; color:#2D3017; text-decoration:none}
a:focus { font-weight:lighter; color:#2D3017; text-decoration:none }


#maincontainer{
border-style: none; /* solid */
border-color: red;
position: relative;
margin: 0 auto;
text-align: center;
width: 985px;
min-height: 100%;
}

#topcontent{
border-style: none;
border-color: yellow;
background: url('../pics/separatebar.png') bottom center; 
background-repeat: no-repeat;
margin-top: 0;
height: 10px;
}

#flashcontent{
border-style: none;
border-color: green;
background-color: #000;
margin-bottom: 0;
padding-bottom: 4em;
height: 650px;
text-align: center;
}

#bottomcontent{
position: absolute;
bottom: 0px; left: 0px;
border-style: none;
border-color: yellow;
margin: 0 auto;
width: 100%;
height: 45px;
text-align: center;
}

#bottomseparator{
border-style: none;
border-color: green;
background: url('../pics/separatebar.png') bottom center; 
background-repeat: no-repeat;
height: 30%;
}

#menusiteplanleft{
border-style: none;
border-color: yellow;
float: left;
text-align: center;
color:#2D3017;
font-size: xx-small;
font-weight: lighter;
width: 53%;
height: 20px;
}

#menusiteplanright{
border-style: none;
border-color: blue;
float: right;
text-align: center;
color:#2D3017;
font-size: xx-small;
font-weight: lighter;
width: 40%;
height:20px;
}

