/*Global CSS */

/*Applied on all*/

*{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #68696B;	
}

body {
	background-color: #CCC;
	margin: 0;
	padding: 0;
}

img{
	margin: 0;
	padding: 0;
}

object{
	margin:0;
	padding:0;
	border:none;
}

/* Div Conteneur*/

#container{
	position: absolute;
	background-color: White;
	width: 760px;
	left: 50%;
	margin-left: -380px;
}

/* header */

#header{
	background: #FFF url(../pics/header.jpg) no-repeat;
	margin: 0;
	padding: 0;
	height: 210px;
	border: 0px solid #fff;	
}

#header_menu{
	position: relative;
	top: 150px;
	height: 60px;
	background: #FFF url(../pics/header_bottom.jpg) no-repeat;
	border-top: 1px solid #fff;
}

#header_menu img{
	margin: 0;
	padding: 0;
}

/* Classes mambo */

#header_menu #lang table{
	color: White;
}

#header_menu #lang table.moduletable{
	position: absolute;
	/*float:right;*/
	right: 0;
	margin: 5px 10px 5px 5px;
}

#header_menu #lang table.moduletable a{
	color: White;
}


/**/

#header_menu #search{
	position: absolute;
	/*float:right;*/
	right: 0;
	margin: 23px 10px 5px 5px;
}

#header_menu #search table.moduletable a{
	color: White;
}

#header_menu #path{
	margin: 43px 0 0 10px;
}

.pathway{
	color: #6772A8;
	font-size: 9px;
}

#header_menu #path a{
	color: #999;
	text-decoration: none;
	font-size: 9px;
}

/* contenu */

#content{
	margin: 10px 10px 10px 10px;
}

#left{
	float:left;
	margin: 0;
	width: 160px;
	background-color: #F3F4F8;
}

#left table{
	/*width: 100%;*/
	margin: 0;
}

#left table tr td ul{
	padding: 0;
	margin: 0; 
}

#left table tr td ul li a{
	text-decoration: none;
	color: #6772A8;
	font-size: 9 px;
	padding: 0;
	margin: 0;
 }

#left table tr td ul li{
	margin: 5px 5px 5px 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	text-transform: none;
}

#left table tr td ul li.firstLevel{
	margin-left: 30px;
	padding-bottom: 10px; 
	border-bottom: 1px solid #DCE0EE;
	list-style-image: url(/templates/wbf/pics/plus.png);
	text-transform: uppercase;
}

#left table tr td ul li.firstLevel a{
		color: #004FA3;
		font-weight: bold;
		font-size: 10px; 
}

#left table tr td ul li.secondLevel{
	font-weight: bold;
}

#left table tr td ul li.secondLevel a{
		color: #3F7BBB;
}

#left table tr td ul li.secondLevel a:hover{
		color: #6772A8;
}

#left table tr td ul li.thirdLevel a{
	color: #B8BBC6;
	font-size: 10px;
	font-weight: normal;
}
#left table tr td ul li.thirdLevel a:hover{
	color: #808593;
}

#middle{
	float: left;
	width: 415px;
	margin: 0 10px 0 10px;
}

#middle h1.imageTitle{
	margin: 0;
	padding: 0;
}

#middle h4{
	font-size: 10px;
	padding: 0 10px 0 10px;
	font-weight: bold;
	color : #004FA3;
	text-transform: uppercase;
}

#middle p{
	padding: 0 10px 0 10px;
}

#middle blockquote{
	margin: 0;
	padding: 10px 10px 10px 0px;
	background-color: #EEF1F7;
	border-bottom: 1px solid #8FABD2;
	border-top: 1px solid #8FABD2;
}

#middle h4 a{
	font-size: 10px;
	font-weight: bold;
	color : #8FABD2;
	text-transform: uppercase;
}

#right{
	float: right;
	margin: 0;
	padding: 0 0 10px 0;
	width: 135px;
}

/* Footer*/

#footer{
	height: 40px;
	clear: both;
	padding: 10px 10px 0 0;
	text-align: right;
	/*background-color: Aqua;*/
}

/* Classes */

.title {
font-family: sans-serif;
font-size: 20px;
font-weight: bold;
color : #000000;
}

/*for the tag-line*/
.subtitle, .subtitle a{
font-size: 10px;
font-weight: bold;
color : #8FABD2;
text-transform: uppercase;
}
