
/*******************************************************************************
 Main
*******************************************************************************/

abbr { 
	cursor: help;
}

input[type=text], textarea, select {
	background: #222222;
	color: #FFFFFF;
	border: 1px solid #888888;
	margin-top: 5px;
	margin-bottom: 5px;
}

pre
{
	white-space: pre-wrap; /* CSS3 */
	text-align: left;
	border-left: 2px #333333 solid;
	background-color: #1A1A1A;
	padding: 0.5em 0.5em 0.5em 1em;
	margin: 1em;
	overflow: hidden;
}

hr {
	position:absolute;
	visibility: hidden;
}

/* Gestion des langues dans les liens */

a.lang:before
{
	color: gray;
	font-weight: bold;
	content: "[";
}

a.lang:after
{
	color: gray;
	font-weight: bold;
	content: "]";	
}

a.lang
{
	color: gray;
	font-weight: bold;
}

/* Liens */

a {
	color: #FFAA00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFD580;
}

a[hreflang]:after {
	color: gray;
	font-weight: bold;
	content: "\0000a0[" attr(hreflang) "]";
}

html, body {
	background-color: #000000;
	color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}



img {
	border: none;
}

p {
	margin: 1em 0 1em 0;
	padding: 0;
}

.underline
{
	text-decoration: underline;
}

h1 {
	color: #CCCCCC;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 15px 0;
	padding: 0;
}

q:before
{
	content: "« ";
}


q:after
{
	content: " »";
}



/*******************************************************************************
 Mentions légales
*******************************************************************************/

#Legal {
	position:absolute;
	border-color: #888888;
	border-style: solid;
	border-width: 1px 0 0 0;

	margin: 40px 0 0 -300px;
	left: 50%;
	padding: 0;
	width: 600px;

	font-size: 10px;
	line-height: 15px;
	text-align: center;
}

/*******************************************************************************
 Contenu : Normal si pas de bloc à droite, small si non
*******************************************************************************/

#ContentNormal {
	position: relative;
	margin: 93px 13px 0 178px;
	padding: 0;
	max-width: 100em;
}

#ContentSmall {
	position: relative;
	margin: 93px 178px 0 178px;
	padding: 0;
}

/*******************************************************************************
 Haut de la page
*******************************************************************************/

/* Contiens le header et la banner en fixé pour que le texte passe dessous */

#Header {
	top: 0;
	left: 0;
	position: fixed;
	background-color: #000000;
	width: 100%;
	z-index: 100; /* ????? */
	max-height: 84px;
	overflow: hidden;
	background-image: url("images/interface_black/chessboard_topright.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#Header #SiteLogo
{
	background-image: url("images/interface_black/logo.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 49px;
}

#Header h2 {
	background: #222222 url(images/interface_black/header_bg.png) repeat-x;
	border-color: #888888;
	border-style: solid;
	border-width: 1px 0; /* top and bottom borders: 1px; left and right borders: 0 */
	
	margin: 0 0 10px 0;
	padding: 9px 0 9px 20px;
	height: 11px;
	
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: inherit;
}

#Header #StyleSwicher
{
	border-color: #888888;
	border-style: solid;
	border-width: 1px 0;

	float: right;
	padding-right: 1em;
	padding-top: 7px;
	height: 22px;
	background: #222222 url(images/interface_black/header_bg.png) repeat-x;
}

.NextPrevNavigation
{
	position: absolute;
	right: 0;
	
	font-size: 10px;
	font-weight: bold;
	color: #222222;
}

.NextPrevNavigation.top
{
	top: 0;
}

.NextPrevNavigation > a
{
	color: #555555;
}

.NextPrevNavigation > a:hover
{
	color: #999999;
}

/*******************************************************************************
 PLACEMENTS DES MENUS
*******************************************************************************/

#RightMenu {
	position: absolute;
	right: 13px;
	top: 93px;
	width: 150px;
}

#LeftMenu {
	position: fixed;
	left: 13px;
	top: 93px;
	width: 150px;
	padding: 0;
}

/*******************************************************************************
  MENUS V2
*******************************************************************************/


.Menu
{
	background-image: url(images/interface_black/menu_bg.png);
	background-position: left top;
	border-bottom: 1px #333333 solid;
	margin-bottom: 1em;
}

.Menu > .Text, .Menu > ul
{
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	overflow: hidden;
}

.Menu > ul
{
	list-style-type: none;
	margin: 0;
}

.Menu > li {
	margin: 0;
}

.Menu > .Title
{
	font-weight: bold;
	text-align: center;
	height: 20px;
	overflow: hidden;
	background-image: url(images/interface_black/bar_center.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.Menu > .Title > .LeftPicture
{
	background-image: url(images/interface_black/menu_bar_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	float: left;
}

.Menu > .Title > .RightPicture
{
	background-image: url(images/interface_black/menu_bar_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	float: right;
}

.Menu > .Title > h3
{
	padding-top: 3px;
	font-size: 11px;
	margin:0em;
}

.Menu .Text ul
{
	list-style-type: square;
}

.ScreenHide
{
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
}

/*******************************************************************************
  NEWS V2
*******************************************************************************/

.News
{
	margin-bottom: 2em;
	border-bottom: 3px #333333 dotted;	
}

.News > .Title
{
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	background-image: url(images/interface_black/bar_center.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.News > .Title > .LeftPicture
{
	background-image: url(images/interface_black/news_bar_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
	width: 25px;
	float: left;
}

.News > .Title > .RightPicture
{
	background-image: url(images/interface_black/news_bar_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 20px;
	width: 6px;
	float: right;
}

.News > .Title > h2
{
	padding-top: 3px;
	font-size: 11px;
	margin:0em;
}

.News > .Title > .AuthorAndDate
{
	text-align: right;
	position: relative;
	color: #888888;
	font-weight: bold;
	font-size: 10px;
	margin-top: -12px;
}

.News > .Title > .AuthorAndDate a
{
	color: #996600;
}

.News > .Title > .AuthorAndDate a:hover
{
	color: #FFAA00;
}

.News > .Text
{
	border-left: 2px #333333 solid;
	padding-left: 1em;
	padding-right: 0.5em;
	margin: 1em 0 1em 1em;
	text-align: justify;
}

.News > .Text > .Content
{
	clear: both;
}

.News > .Text h3:before
{
	content: "[ ";
	color: gray;
}

.News > .Text h3:after
{
	content: " ]";
	color: gray;
}

.News > .Text h3 {
	border-bottom: 1px #333333 solid;
	font-size: 13px;
	margin: 2em 0 0 0; 
	color:#FFCC00;
}

.News > .Text > .Logo
{
	float: left;
	margin: 0 5px 5px 0;
	width: 60px;
	height: 60px;
}

.News > .Text ul
{
	list-style-type: square;
}

.News > .Text > .Links 
{
	clear: both;
	text-align: right;
}

.News > .Text > .Links > .PermaLink
{
	color: #333333;
}

.News > .Text .Photo
{
	background-color: white;
	border: 1px solid gray;
	padding: 5px;
	margin: 5px;
}
