/* ************** HEADER *************/
#header{
	width:100%;
	background-color:transparent;
	text-align:center;
	position:relative;
	font-size : 1.1em;
}
#header_fond{
	background: url(/images/Template/header/bgNavCoopo.gif) repeat-x;
	height: 35px;
	width:100%;
}
#header_suite {
	background: url(/images/Template/petit_logo.jpg) no-repeat;
	height:120px;
}
#loginlink{
	float : left;
	width : 100%;
	margin-top : 15px;
}
#div_last_connexion {
	float : left;
	text-align : center;
	width : 80%;
}
#div_logout {
	float : right;
	width : 20%;
}


#menuBar{
	clear : both;
	text-align:center;
	margin-left : 270px;
	min-width: 615px;
}

#nav li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-top:22px;
}
#nav li a {
	background-color : #0098da;
	font-weight : bold;
	text-decoration:none;
	display:block;
	height:35px;
	width:150px;
	color : #FFF;
	padding-top:15px;
	border : 2px ridge;
	border-radius:4px;
}
#nav li a:hover {
	background-color : #ebebeb;
	color : #4c4c4c;
	border : 1px ridge;

}
#nav li a.active {
	background-color : #ebebeb;
	color : #4c4c4c;
	border-left : 1px solid;
	border-right : 1px solid;
	border-top : 1px solid;
	border-bottom : 0;
	border-radius:0;
	height:45px;
}

#ariane {
	width : 100%;
	background-color : #ebebeb;
	color : #4c4c4c;
	border : 2px ridge;
	height : 35px;
	clear : both;
	text-align : left;
	padding-top : 15px;
	margin-bottom : 15px;
}

#ariane a {
	color : #4c4c4c;
}

#ariane a:hover {
	color : #0098da;
}

#ariane a.active {
	color : #ff7f00;
}
#ariane_gauche {
	float : left;
	padding-left : 10px;
	font-size : 1.2em;
	font-weight : bold;
}
#ariane_droite {
	float : left;
	padding-left : 10px;
	font-size : 1.1em;
}

#ariane checkbox {
	width : 20px;
	height : 20px;
}