/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * BWS v2
 * Positionnement des cadres du site BWS v2, 
 * par Julien CADET, Eri-k-web
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
/***********************************************************************/
/* Paramètres de base 												   */
/***********************************************************************/
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Tahoma, Verdana, Sans-cerif;
	color: #000;
}
body {
	font-size: 80%;
	background-color: #000;
}

/***********************************************************************/
/* Paramètres du bloc de centrage 									   */
/***********************************************************************/
#centerBlock {
	position: relative;
	margin: 0 auto;
	width: 980px;
	background-color: #FFF;
}

/***********************************************************************/
/* Paramètres du header			 									   */
/***********************************************************************/
#header {
	position: relative;
	height: 219px;
	background-image: url("../imgs/background_header.png");
}
#top_banner {
	position: absolute;
	top: 45px;
	right: 20px;
	height: 80px;
	width: 401px;
}
#lang {
	position: absolute;
	top: 5px;
	right: 10px;
	height: 80px;
	width: 60px;
	color: #FFF;
	font-weight: bold;
}
#scroll_text {
	position: absolute;
	top: 184px;
	right: 165px;
	width: 814px;
	font-size: 1.3em;
	font-weight: bold;
	color: green;
	/*border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;*/
}
#reference {
	position: absolute;
	top: 15px;
	left: 70px;
	height: 120px;
	width: 230px;
	z-index: 3;
}
/***********************************************************************/
/* Paramètres du menu			 									   */
/***********************************************************************/
#menu {
	position: absolute;
	top: 144px;
	left: 10px;
	width: 820px;
}
#menu ul, #menu li {
    margin: 0;
    padding: 0;
}
#menu li {
    float: left;
    margin: 0 2px 0 0;
    position: relative;    
    list-style-type: none;			
}
#menu li a {
    display: block;
    padding: 2px 8px 0 8px;
    height: 22px;
    
    color: #FFF;
    font-size: 12px;			
    font-weight: bold;
    text-decoration: none;
    letter-spacing: .05em;		
    
    background-image: url("../imgs/background_btn.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    background-color: #282828;
    border: solid 1px #000;
}
#menu li a.current,  #menu li a:hover{
    color: #fa5617;
}

#menu li a.bg_vert {
	background-image: url("../imgs/background_btn_vert.png");
	background-color: #196a00;
}
#menu li a.bg_vert:hover {
	background-image: url("../imgs/background_btn.png");
    background-color: #282828;
}
#menu li a.bg_rouge {
	background-image: url("../imgs/background_btn_rouge.png");
	background-color: #196a00;
}
#menu li a.bg_rouge:hover {
	background-image: url("../imgs/background_btn_rouge.png");
    background-color: #282828;
}
/***********************************************************************/
/* Paramètres du content		 									   */
/***********************************************************************/
#left {
	padding: 0 10px;
	width: 200px;
	float: left;
}
#right {
	padding: 0 10px;
	width: 200px;
	float: right;
}
#center {
	margin: 0 215px 0 215px;
	padding: 0 20px 0 20px;
	border-left: dotted 1px #999;
	border-right: dotted 1px #999;
}
/***********************************************************************/
/* Paramètres du pied de page	 									   */
/***********************************************************************/
#footer {
	background-color: #666;
	text-align: center;
	color: #FFF;
}
















