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

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


body, table, tr, td,  div, dd, 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: 10px;
	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;
	left: 50%;
	width: 991px;
	height: 600px;
	visibility: visible;
}

#backLeft{
	height: 661px;
	width: 5px;
	background: #cccccc url(../images/back_ext_left.gif) no-repeat;
	float: left;
	z-index: 1;
}
#backSlice{
	width: 820px;
	height: 661px;
	background: #cccccc url(../images/back_ext_main.gif) repeat-x;
	float: left;
}
#backMiddle{
	width: 8px;
	height: 661px;
	background: #cccccc url(../images/back_ext_middle_left.gif) no-repeat;
	float: left;
}
#backMiddleRight {
	width: 153px;
	height: 634px;
	background: #cccccc url(../images/back_ext_middle.gif) repeat-x;
	float: left;
	margin-top: 27px;
}
#backRight {
	width: 5px;
	height: 634px;
	background: #cccccc url(../images/back_ext_middle_right.gif);
	margin-top: 27px;
	float: left;

}
#logo{
	position: absolute;
	left:36px;
	top: 13px;
	width: 122px;
	height: 101px;
	background: transparent;

}
#title{
	text-align: right;
	position: absolute;
	top: 40px;
	left: 124px;
	width: 698px;
	height: 41px;
	background: url(../images/title.gif) no-repeat;

}
#title h3{
	font-size: 14px;
	color: #8c1414;
}
#nav{
	background-color: transparent;
	position: absolute;
	top:80px;
	left:844px;
	z-index: 4;
}
#nav ul{
	background-color: transparent;
	margin-left: 0;
	padding-left: 0px;
	width: 120px;
	height: 23px;

}
#nav li{
	text-align: center;
	background: url(../images/menuItem.gif) no-repeat;
	width: 120px;
	height: 23px;
	list-style-type: none;
	padding-top: 5px;
	display: block;
}
#nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#video{
	position: absolute;
	background: transparent;
	top: 80px;
	left: 110px;
	width: 991px;
	height: 100%;
}
#video_small{
	position: absolute;
	background: transparent;
	top: 80px;
	left: 200px;
	width: 100%;
	height: 100%;
}
img {
	border: 0px none;
}

