/* COLOR
#858585
#666666
#cccccc
#eeeeee
*/

/* BODY ---------------------------------------------------------------------------------------------- */
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center; /* for IE */
	background: #858585 url("rep/rep_site/body_bg_forum.jpg") top center repeat-x;
}
/* ---------------------------------------------------------------------------------------------------- */

/* GLOBAL ------------------------------------------------------------------------------------------- */
#global {
	position: relative;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: left;
	width: 980px;
	height: auto !important;
	height: auto;
	background: #FFFFFF url("rep/rep_site/global_bg_forum.jpg") top left repeat-y;
}
/* ---------------------------------------------------------------------------------------------------- */

/* HAUT DE PAGE ----------------------------------------------------------------------------------- */
#header {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 5px 0 5px;
	width: 970px;
	height: 150px;
	text-align: center;
	background: url("rep/rep_site/header_bg_forum.jpg") top left no-repeat;
}
/* ---------------------------------------------------------------------------------------------------- */

/* CONTENU ----------------------------------------------------------------------------------------- */
#content {
	position: relative;
	margin: 0;
	padding: 0 5px 5px 5px;
	width: 970px;
	height: auto !important;
	height: auto;
	/*border: 1px solid #CCCCCC;*/
}
/* ---------------------------------------------------------------------------------------------------- */	

/* BAS DE PAGE ------------------------------------------------------------------------------------- */
#footer {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	text-align: center;
	width: 980px;
	height: 40px;
	line-height: 50px;
	background: #858585 url("rep/rep_site/footer_bg_forum.jpg") top left repeat-x;
}
#footer a { color: #000000; text-decoration: underline; }
#footer a:link { color: #000000; text-decoration: underline; }
#footer a:visited { color: #000000; text-decoration: underline; }
#footer a:hover { color: #000000; text-decoration: underline; }
/* ---------------------------------------------------------------------------------------------------- */

/* FLOAT -------------------------------------------------------------------------------------------- */
.left {
	float: left;
	margin: 0 5px 5px 5px;
}
.right {
	float: right;
	margin: 0 5px 5px 5px;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.spacer {
	clear: both;
}
.spacer_5 {
	clear: both;
	margin-top: 5px;
}
.spacer_10 {
	clear: both;
	margin-top: 10px;
}
.spacer_20 {
	clear: both;
	margin-top: 20px;
}
/* ---------------------------------------------------------------------------------------------------- */

/* PARAGRAPHE ------------------------------------------------------------------------------------- */
p { margin: 0 0 10px 0; }
.p_left { text-align: left; }
.p_right { text-align: right;}
.p_center { text-align: center;}
.p_justify { text-align: justify; }
.span_warning { padding: 2px 10px; }
/* ---------------------------------------------------------------------------------------------------- */

/* FONT ---------------------------------------------------------------------------------------------- */
.txt_barre { text-decoration: line-through; }
.txt_normal { text-decoration: none; }
.txt_bold { font-weight: bold; }
.txt_italic { font-style: italic; }
.txt_center { text-align: center; }
.txt_warning { color: #FFFFFF; font-weight: bold; background: #858585; letter-spacing: 1px; }
.txt_color { color: #000000; }
.txt_color_1 { color: #858585; }
.txt_color_2 { color: #666666; }
.txt_color_3 { color: #cccccc; }
.txt_size_10 { font-size: 10px; }
.txt_size_11 { font-size: 11px; }
.txt_size_12 { font-size: 12px; }
.txt_size_13 { font-size: 13px; }
.txt_size_14 { font-size: 14px; }
.txt_size_15 { font-size: 15px; }
.txt_size_16 { font-size: 16px; }
.txt_maj { text-transform: uppercase; }
/* ---------------------------------------------------------------------------------------------------- */

/* LIEN ----------------------------------------------------------------------------------------------- */
a:active, a:focus{ outline: none; }
a img { border-width: 0; border-style: none; }
a { color: #000000; font-weight: bold; text-decoration: underline; }
a:link { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover { color: #858585; text-decoration: underline; }
/* ---------------------------------------------------------------------------------------------------- */