/*
#596980
#CFD8E6
#6087BF
#6B7E99
*/

/*@import "debug.css";*/

body {
	background-image:url('../img/levres_assassines_fond.jpg');
	background-attachment:fixed;
	background-repeat:repeat;
	background-color : black;
	font-family: Georgia, serif;
	color:white;
	/*text-transform:lowercase;*/
	font-size:11px;

    scrollbar-face-color: #596980;
	scrollbar-3dlight-color: #596980;
    scrollbar-darkshadow-color: #596980;
    scrollbar-track-color: #596980;
    scrollbar-shadow-color: #CFD8E6;
    scrollbar-highlight-color: #CFD8E6;
    scrollbar-arrow-color: #CFD8E6;
}


h1 {	font-size:36px;
	font-style:italic;
	color: white;
	background-color:#666666;
	background-image:url('../img/bg_greyblack.png');
	padding-bottom:5;
	}

h2{
	font-size:18px;
	color: white;
	background-color:#555555;
	}
	
h3 {font-size:14px;}

p, td {	font-size:11px;
	text-align:justify;
	line-height:150%;
}

select, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}

a:link {
	text-decoration: none;
	font-weight:bold;
	color: #940a12;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #940a12;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	color: #940a12;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #940a12;
}


.blue{color: blue;background: #3399FF;}

.news{
	border: 1px inset black;
	padding: 5px;
	background-image:url('../img/bg_greyblack.png');
	background-repeat:repeat-x;
}

.news_short{
	padding: 5px;	
}

.forum_message {
	border: 1px solid #666666;
	padding: 10px;
	/*color:white;*/
	}

.bggreen {background-color: lightgreen;}
.bgred {background-color: #940a12;}
.bgyellow {background-color: yellow;}
.bgblue {background-color: lightblue;}
.bgwhite {background-color: white;}
.bgpurple {background-color: lavender;}

.FullOpacity { filter:alpha(opacity=100); }
.HalfOpacity { filter:alpha(opacity=50); }

.center { text-align :center; }
.small { font-size: 10px;}

.menu_item {	
	font-weight:bold;
	font-size:13px;
	margin-top:10;
	margin-bottom:10;
	margin-right:5px;
	margin-left:5px;
	text-align:center;
	color:white;
	/*border: 1px solid #6087BF;*/
}

.picture_id {
	position:absolute;
	border:3px ridge #666666;
	margin:auto;
	top:150;
	left:15;
	width:390px;
	/*height:300px;*/
	background-color: #222222;
	padding:5;
	visibility:hidden;
	
}

.press_review {
	text-align:center;
	vertical-align: top;
}


#div_content_zone { 
	position: absolute;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0;
	/*height:100%;*/
	width:80%;
	background-image:url('../img/ruban.png');
	background-repeat:no-repeat;
	background-color:black;
	z-index:2;
}

#div_menu { 
	position: absolute;
	/*height: 550;*/
	width:160px;
	top:170px;
	left:20px;
	overflow:auto;
	z-index:3;
}


#div_content {
	/*position: relative;*/
	/*height: 550;*/
	/*top:20;*/
	/*overflow:auto;*/
	margin-left:190;
	margin-right:20;
	/*padding-right:10;*/
}


#div_signature{
	position:absolute;
	bottom:5; 
	left:5; 
	font-size:11px;
	padding : 2;
	border : 1px inset #666666;
}

#div_footer {
	position:absolute;
	right: 2;
	bottom:2;
	z-index:1;
	/*background-color:#669999; */
	text-align:center; /* For IE */
}

#div_language {
	position:absolute;
	top:1;
	left:1;
	z-index:0;
}

#div_logo {
	text-align:center;
	position:relative;
	top:13;
}

#div_left_border {
	position:absolute;
	left: 0;
	top:0;
	height:100%;
	width:15;
	background: url(../img/gauche_fond.gif) top left repeat-y;
	z-index:4;
	visibility:hidden;
}
#div_right_border {
	position:absolute;
	right: 0;
	top:0;
	height:100%;
	width:15;
	background: url(../img/droite_fond.gif) top left repeat-y;
	z-index:4;
	visibility:hidden;
}

#div_blank_filler {
	height:100;
	width: 10;
}

#div_news_mainpage {
	position:absolute;
	width:250;
	top:550;
	margin:10;
}

#div_live_mainpage {
	position:absolute;
	width:250;
	top:550;
	margin:10;
	right:20;	
}

#div_background_live{
	width:100%;
	background-image:url('../img/patchwork_live.png');
}