/* --------------------------------------------------------
    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: 581px;
visibility: visible;

}

#backLeft{
	height: 581px;
	width: 5px;
	background: #cccccc url(../images/backg_slice_left.gif) no-repeat;
	float: left;
	z-index: 1;
}
#backSlice{
	
	width: 820px;
	height: 581px;
	background: #cccccc url(../images/backg_slice.gif) repeat-x;
	
	
	float: left;
	
}
#backMiddle{
	width: 6px;
	height: 581px;
	background: #cccccc url(../images/backg_slice_middle.gif) no-repeat;
	float: left;
	
}
#backMiddleRight {
	width: 155px;
	height: 581px;
	background: #cccccc url(../images/backg_slice_middle_right.gif) 
	repeat-x;
	float: left;
	
}
#backRight {
	width: 5px;
	height: 581px;
	background: #cccccc url(../images/backg_slice_right.gif) no-repeat;
	float: left;

}
#logo{
	position: absolute;
	left:36px;
	top: 13px;
	width: 122px;
	height: 101px;
	background: url(../images/logo.gif) no-repeat;
	z-index: 1;
}
#texteIntro{
	position: absolute;
	top: 82px;
	left: 132px;
	width:390px;
	height:30px;
	background: url(../images/texteIntro.gif) no-repeat;
	z-index: 1;
}
#popUpContent{
	position: absolute;
	top:149px;
	left:110px ;
	width:448px;
	height:404px ;
	background: url(../images/popUpContent.gif) no-repeat;
	padding-left: 23px;
	padding-top: 20px;
	z-index: 1;
}
#popUpContent p {
	color: #000;
	text-align: left;
	font: 1.3em Arial, Helvetica, Geneva, sans-serif;
	width: 379px;

}
#title {
	font-size: 10px;
	color: #0f0;
	
}
