@CHARSET "UTF-8";
/* RESET */
/* Thx to Eric Meyer : http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
img
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus
{
}
body
{
	line-height: 1;
	color: black;
	background: #000;
}
ol, ul
{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	/* text-align: left; */
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}

/* GENERAL STYLE */
html
{
	height: 100%;
}
body
{
	color: white;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
	backgound-color: black;
	background-image: url("/images/interface/background.jpg");
	font-size: 100%;
	line-height: 1.1em;
	background-repeat: no-repeat;
	background-position: center 22px;
}
body, div, input
{
	font-family: Verdana, Arial;
}
em
{
	font-style: italic;
}
strong, b
{
	font-weight: bold;
}
a
{
	color: #81BDDF;
	text-decoration: none;
}
a:hover
{
	color: #519AAC;
}
h1, h2, h3
{
	line-height: 1em;
	font-weight: bold;
	font-family: "Verdana", Arial;
	color: #81BDDF;
}
h1
{
	font-size: 2em;
	margin-bottom: 2ex;
}
h2
{
	margin-bottom: 1ex;
	margin-top: 1.5ex;
	font-size: 1.5em;
}
h3
{
	margin-bottom: 1ex;
	font-size: 1.2em;
}
.error_msg
{
	color: #AA4400;
	font-weight: bold;
}

/* PAGINATION */

div#overall
{
	width: 901px;
	margin-left: auto;
	margin-right: auto;
}
div#overall
{
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
/* HEADER */
div#header
{
	margin-left: auto;
	margin-right: auto;
	height: 147px;
	text-align: center;
	font-size: 120px;
}
#content
{
	background: transparent url("/images/interface/frame-bg.png") center bottom repeat-y;
	min-height: 200px;
	overflow: auto;
}
#content_inner
{
	width: 840px;
	padding-left: 31px;
}
#home_link
{
	width: 901px;
	height: 194px;
}
#news
{
	width: 562px;
	padding-left: 14px;
	float: left;
	font-size: 75%;
}
/* NEWS ET CADRES */
.contentitem_over
{
	margin-top: 38px;
	background: transparent url("/images/interface/content-bg.png") 0 0 repeat-y;
}
.contentitem_over2
{
	background: transparent url("/images/interface/content-bg-top.png") 0 top no-repeat;
}
.contentitem_inner
{
	padding: 26px 54px 27px 54px;
	min-height: 150px;
	background: transparent url("/images/interface/content-bg-bottom.png") 0 bottom no-repeat;
}
.contentitem_inner h1
{
	padding-left: 18px;
	font-size: 18px;	
}



#menu_right
{
	float: right;
	min-height: 500px;
	width: 264px;
	margin-bottom: 10px;
}
#content_no_module
{
	width: 900px;
	float: left;
	font-size: 75%;
}

/* MODULES DE DROITE */
.module
{
	margin-top: 38px;
	width: 243px;
	background: #191919 url("/images/interface/damier.png");
}
.module h2
{
	display: block;
	padding: 10px 0 0 0;
	height: 32px;
	margin: 0;
	background: #000 url("/images/interface/module-title-bg.png") 0 0 no-repeat;
	font-size: 18px;
}
.module_content
{
	padding: 8px 3px 4px 3px;
	font-size: 14px;
}
.module a
{
	font-weight: bold;
}

/* PIED DE PAGE */
#outer_footer
{
	clear: both;
	color: #777;
	font-size: 55%;
	background: url('/images/interface/frame-bg-bottom.png') 0 top no-repeat;
	padding: 50px 35px 10px 35px;
}
#links_footer
{
	/*padding-left: 35px;*/
	text-align: center;	
}
#outer_footer a
{
	color: #777;
}
#outer_footer a:hover
{
	color: #81BDDF;
}


/* NEWS */
.news_date
{
float: right;
font-weight: bold;
}
.news_com_link
{
	font-weight: bold;
	padding-top: 9px;
}
.news_read_more
{
	float: right;
	height: 31px;
	background: url("/images/interface/more.png") no-repeat;
	padding: 8px 0 0 34px;
	font-weight: bold;
	font-size: 14px;
}