* {
	margin: 0;
	padding: 0;
	border: 0;
}
/*
.bg1	{ background-color: #e1e1e1; }
.bg2	{ background-color: #d8d8d8; }
.bg3	{ background-color: #c9c9c9; }
*/

h1, h2, h3, h4, h5 {color: #075d6c;}
a:link		{text-decoration:none; color: #075d6c;}
a:visited	{text-decoration:none; color: #075d6c;}
a:hover		{text-decoration:underline; color: #333;}

.headerbar {
	background: url(../images/trame3.png) repeat; 
	color: #FFFFFF;
}
.forabg {
	background: url(../images/trame3.png) repeat;
}
.forumbg {
	background: url(../images/trame3.png) repeat;
}

.bg1	{ background: url(../images/trame1.png) repeat; }
.bg2	{ background: url(../images/trame2.png) repeat; }
.bg3	{ background: url(../images/trame3.png) repeat; }

.navbar {
	background: url(../images/trame2.png) repeat;
	padding: 0 10px;
}

#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;
	text-align: left;
}

#space {
	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 {
	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;}



