body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/interf_bodybg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #003366;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	margin: 0;
	padding: 0;
}

a {
	margin: 0;
	padding: 0;
	color: #3399CC;
}

a:hover, a:active {
	color: #66CCFF;
}

a:visited {
	color: #006699;
}

p {
	text-align: justify;
}

h1 {
	color: #336633;
	font-size: 16px;
	text-transform: uppercase;
	text-align: right;
	border-bottom: 1px dotted #336633;
}

h2 {
	color: #3399CC;
	font-size: 14px;
}

#mainpage {
	width: 692px;
	margin: auto;
	text-align: left;
	background-image: url(../images/interf_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#header {
	height: 90px;
}

#header #logo {
	float: left;
}

#menu {
	clear: both;
	float: left;
}

#content {
	margin-left: 203px;
	margin-right: 24px;
	text-align: justify;
}

#footer {
	clear: both;
	margin-top: 42px;
	padding: 8px;
	margin-left: 152px;
	text-align: center;
	font-size: 10px;
	color: #666666;
	border-top: 1px solid #003366;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* ----- CONTENT STYLING ---- */

.imgright {
	float: right;
	margin-left: 18px;
}

.accueilsubtitle {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
}

#promotions {
	width: 225px;
	float: right;
	margin-left: 18px;
}

#nouvelles {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#minicol {
	margin-left: 35px;
}

#membresliste {
	border: 1px solid #999999;
}

.membreslistetr {
	border-top: 1px solid #999999;
}

.linkfwd {
	text-align: center;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px dotted #336633;
	padding: 4px;
}

.fwdheader {
	text-align: center;
	color: #ffffff;
	background-color: #3399cc;
	padding: 3px;
	border-bottom: 1px solid #003366;
	border-right: 1px solid #003366;
	border-top: 1px solid #ddeeff;
	border-left: 1px solid #ddeeff;
}

.admin {
	float: right;
	clear: right;
}
.admin img {
	border: 0;
}