html {
	width:100%;
	height:100%;
}

body {
	background-color:#FFFFFE;
	background-position : left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border : 0px;
	padding : 0px;
	margin : 0px;
	font-family : Arial, Helvetica, sans-serif;
	color:#000066;
	width:98%;
	height:100%;
}

img {
	margin:10px;

}

.menuflash{
	position:absolute;
	bottom:0px;
	left:0px;

}

.content {
	margin-left:160px;
	margin-right:140px;
	font-size:11pt;
	line-height: 16pt;
	padding-bottom:100px;
}

.menuhtml
{
	margin :5px;
	font-size:10pt;
	text-align:center;
	list-style-type:none;
	
}

.menuhtml li {
	
	display:inline;
	margin-right:5px;
	margin-left:5px;

}

.menubox {
	position: absolute;
	z-index:1;
	background-color:#55ffaa;
	width:250px;
	top : 100px;
	left : 100px;
}

.titlehtml {
	
	padding-left:150px;
	padding-top:75px;
	background-image: url(../gfx/logo2.gif);
	height:50px;
	background-position : left top;
	background-repeat: no-repeat;
	font-size:30px;
	color:#000066;
	letter-spacing:-1;
	line-height: normal;
	margin-left:15%;
	margin-top:20px;
	margin-bottom:60px;

}


div#fixedBox {
	/*position: absolute;*/
	width:120px;
	height:550px;
	bottom:-4px;
	left:0px;
	position: fixed;
	z-index:2;
}

div#fixedBox2{
	/*position: absolute;*/
	width:70px;
	height:200px;
	/*display:table;*/
	bottom:0px;
	right:15px;
	position: fixed;
	z-index:2;
	background-image: url(../gfx/fondpartenaire.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
}


@media screen {
	* html {
		overflow-y: hidden;
	}
	
	* html body {
		overflow-y: auto;
		height: 100%;
	}
	* html div#fixedBox {
		position: absolute;
	}
	* html div#fixedBox2 {
		position: absolute;
	}
}
  
a {
	color:#000066;
	text-decoration:none;
}

a:hover {

	background-color:#e7e7ef;
}

.bande {
	background-color:#FFFAF7;
	padding:5px;
	
	margin-bottom:10px;


}
.center {
text-align:center;
}

.title {
	font-weight:bold;
}