﻿/*
**
** Feuille de Style par défaut Eureka-Technology
** David Verrière 30/10/2006
*/
* *
{
    margin: 0;
}
body
{
    /*background: #9FB4CC url(images/bg-main.gif) repeat-x scroll 0 0;*/
    background-color:#9FB4CC;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}

.Style1
{
    font-size: 22px;
    font-weight: bold;
}
.Style2
{
    font-size: 16px;
    font-weight: bold;
}
.Style3
{
    font-size: 24px;
    font-weight: bold;
}

#wrap
{        
	width: 1024px;	
	margin: 0 auto;
	text-align: left;
	/*border:solid 5px white;*/
}

#header
{
	height:200px;
	background-color: #FF6600;
	background-image: url(images/banner%20rallye.png);
	background-repeat: no-repeat;
	background-position: center;
}

#content-wrap
{
	padding-top:50px;
	background-image: url(images/backcontent.png);
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
    
}

#content-wrap table
{
    margin-left:auto;
    margin-right:auto;
}


#menu 
{
    position:absolute;
    top:200px;
	clear: both;	
	margin: 0 auto; 
	padding: 0 0px 0 50px;
	background: url(menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

