/* --------------------------------------------------------
    Feuille de style globale
    global.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    General
   -------------------------------------------------------- */


body, table, tr, td,  div, dd, ul, li, input, select, textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    background-color:#8C8C8C;
    }
a {
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #8c1414;
}


a:hover,	visited{
	color: #5B0707;
}
input, select, textarea {
    color: #000;
    }
 
#wrapper    
{
text-align: center;
position: absolute;
//top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block
}

#horizon    
{
text-align:left;
font-family: Verdana, Geneva, Arial, sans-serif;
background-color: #8C8C8C;
margin-left: -495px;
position: absolute;
//top: -290px;
left: 50%;
width: 991px;
height: 600px;
visibility: visible;

}

#backLeft{
	height: 581px;
	width: 5px;
	background: #cccccc url(../images/backg_slice_left.gif) no-repeat;
	float: left;
	z-index: 1;
}
#backSlice{
	
	width: 978px;
	height: 581px;
	background: #cccccc url(../images/backg_slice.gif) repeat-x;
	float: left;
}
#backRight{
	width: 7px;
	height: 580px;
	float: left;
	background: #cccccc url(../images/back_right.jpg) no-repeat;
}

#backMiddle{
	width: 6px;
	height: 581px;
	background: #cccccc url(../images/backg_slice_middle.gif) no-repeat;
	float: left;
	
}

#logo{
	position: absolute;
	left:36px;
	top: 13px;
	width: 122px;
	height: 101px;
	background: transparent;
	
}
#txt{
	position: absolute;
	top: 82px;
	left: 132px;
	width:390px;
	height:68px;
	background: url(../images/txt.gif) no-repeat;
	z-index: 1;
}
#nav{
	position: absolute;
	top:232px;
	left:389px ;
	width:211px;
	height: 200px;
	background: transparent;
}
img {
	border: 0px none;
}


