*
{
	font-size: 12px;
}
html,body
{
	height: 100%;
	overflow: auto;
}
body
{
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
	background-image: url(../img/frame_fond.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}
h1
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
	letter-spacing: 1px;
}
a, a:visited
{
	text-decoration: none;
	color: #1573FF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover, a:visited:hover
{
	text-decoration: none;
	color: #FF5015;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



#global
{
	height: 100%;
	width: auto;
}


#ban
{
	position: absolute;
	height: 85px;
	/*width: 100%;*/
	background-image: url(../img/ban_fond.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#ban_visuel
{
	float: right;
}
#menu
{
	position: absolute;
	top: 63px;
	right: 0px;
	height: 22px;
	width: 404px;
}



#frame
{
	position: absolute;
	height: 100%;
	width: 98px;
	
}
#frame_visuel
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}



#page
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 120px;
	padding-top: 100px;
	padding-bottom: 20px;
	height: 0px;
}



