* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: 	verdana, helvetica, arial, sans-serif;
	font-size: 		10px;
	color: 			#333333;
	background: 	url(../images/fond.jpg) no-repeat #000 fixed top center;
	text-align: 	center;
}

a:link		{font-size: 10px; text-decoration:none; color: #075d6c;}
a:visited	{font-size: 10px; text-decoration:none; color: #075d6c;}
a:hover		{font-size: 10px; text-decoration:underline; color: #fff;}

#onglet {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 43px;
	z-index: 1000;
	color: #fff;
	background: url(../images/onglet.png) no-repeat center;
}
#onglet_text {
	padding: 3px 25px 0 25px;
	margin: 0 auto;
	width:  890px;
	text-align: left;
}

#onglet a:link		{font-weight: bold; font-size: 13px; text-decoration:none; color: #fff;}
#onglet a:visited	{font-weight: bold; font-size: 13px; text-decoration:none; color: #fff;}
#onglet a:hover		{font-weight: bold; font-size: 13px; text-decoration:underline; color: #fff;}

#page {
	width:  968px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#sapce {
	height: 100px;
}

#link {
	text-align: center;
	height: 46px;
	background: url(../images/link.png) no-repeat;
}
#cadre_header {
	height: 41px;
	background: url(../images/cadre_header.png) no-repeat;
}
#cadre_body {
	padding: 5px;
	font-size: 11px;
	background: url(../images/cadre_body.png) repeat-y;
}
#cadre_footer {
	text-align: center;
	padding: 24px 0 0 0;
	font-size: 9px;
	height: 50px;
	color: #333;
	background: url(../images/cadre_footer.png) no-repeat;
}
#cadre_footer a:link	{font-weight: bold; font-size: 10px; text-decoration:none; color: #333;}
#cadre_footer a:visited	{font-weight: bold; font-size: 10px; text-decoration:none; color: #333;}
#cadre_footer a:hover	{font-weight: bold; font-size: 10px; text-decoration:underline; color: #333;}

