/*CONNECTIO + HEADER*/

.top_ban {
	background-image: url(../Images/header/fond3.jpg);
	background-position:center;
	background-color: #000000;
	width: auto;
	height:inherit;
	
}

.top_ban2 {
	background-color: #000000;
	width: auto;
	height:40px;
	
}


.top_ban3 {
	background-color: #ffffff;
	width: auto;
	height:40px;
	
}


.log_in {
	border: 0px solid #FFFFFF;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color:#888888;
	line-height: normal;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top:2px;
	padding-bottom:1px;
	clear:both;

	
	
}



/*BARRE DE MENU*/




ul#topnav {
	font-family: Arial, Helvetica, sans-serif;
	width:1020px;
	margin:auto;
	padding: 2px;
	list-style: none;
	background-color:#000000;
	padding-left:15px;
}
ul#topnav li{
	font-weight: bold;
	font-size:12px;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float:left;
	height:37px;
	width:100px;
	padding-right:6px;
	
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 6px 6px;
	float: left;
	text-decoration: none;
	text-align:center;
	color: #FF6600;
	background: url(../Images/menu/a_bg.png)repeat-x;
	clear: both;
	width: 100%;
	height: 25px;
	line-height: 25px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #ffffff;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}
