/*	Menu */

#bienvenue {
	width:167px;
	height:88px;
	padding:28px 20px 0 13px;
	background-image: url(img/menu/bienvenue.gif);
	background-repeat:no-repeat;
	font-family: "Arial";
	font-weight:bold;
	font-size: 21px;
	line-height:21px;
	color: #006bc2;
}


#start_menu {
	background-image: url(img/menu/start_menu.gif);
	background-repeat:no-repeat;
	width:200px;
}


.menu {
	padding-left:20px;
	padding-top:15px;
	padding-bottom:20px;
	background-image: url(img/menu/transition_menu.gif);
	background-repeat:no-repeat;
	background-position:bottom;	
	
	width:180px;
	margin:0;
}


.menu li {
	list-style:none;
	position:relative;
	
	display: inline;
}


.menu li a {
	color: #000000;
	font-family: "Arial";
	font-size: 13px;
	text-decoration:none;
	border-left:6px solid;
	border-top:3px solid;
	border-bottom:3px solid;
	border-right:10px solid;
	border-color: transparent;
	display:block;
	margin:0;
	width:164px;
	
	/*set an unused color to be index color*/
?	border-color:tomato; /*For IE6-*/
	/*then remove this indexed color*/
?	filter:chroma(color=tomato);/*For IE6-*/
}


.menu li a:hover, .menu li a:active, .menu li a.selected  {
	background-color: #009ee0;
	border-left:6px solid #009ee0;
	border-top:3px solid #009ee0;
	border-bottom:3px solid #009ee0;
	border-right:10px solid #009ee0;
	color: #ffffff;
}


.menu li ul {
	display:none;
	background-color:#f009ee0;
	border-bottom:1px solid #f009ee0;
	border-right:1px solid #009ee0;
	z-index:10;	
	position: absolute;
    top: 0;
    left: 180px;
	padding:0 0 1px 2px;
	margin:0;
}



.menu li ul li {
	padding:0;
	margin:0;
}


.menu li ul.children li {
	/*display:none;*/
}

.menu li ul li a {
	width: 130px;
	background-color:#006bc2;
	color: #ffffff;
	font-family: "Arial";
	font-size: 11px;
	font-weight:normal;
	text-transform:none;
	border-color:#006bc2;
	padding:0;
	margin:0;
}



#adherents {
	display: block;
	width:170px;
	padding-left:23px;
	padding-right:7px;
	border-top:1px solid #006bc2;
	
	height:174px;
	padding-top:55px;
	color:#000000;
	margin-top:0px;
	background-image: url(img/titrage/espaceAdherents.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#adherents form {
	margin-bottom:8px;
}

#adherents label {
	display: block;
	margin-left:4px;
	margin-bottom:1px;
}

#adherents input {
	width:157px;
	margin-bottom:9px;
	padding:3px;
	border:1px solid #009ee0; 
	font:12px Arial,sans-serif;
	color:#333;
	background:#ffffff url(img/forms/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
}

#adherents input:hover {
	border: 1px solid #ee7f00;
	background:#ffffff url(img/forms/field-bg-bottom.gif) repeat-x bottom left; 
}

#adherents input:focus {
	color:#000;
	background:#ffffff url(img/forms/field-bg-bottom.gif) repeat-x bottom left; 
}

#adherents input.submit {
	width:78px;
	height:27px;
	margin-top:4px;
	margin-bottom:9px;
	margin-right:15px;
	padding:2px;
	border:0; 
	font:12px Arial,sans-serif;
	color:#fff;
	background: transparent url(img/forms/submit-bg-hover.gif) no-repeat top left;
	vertical-align:top;
	float:left;
}

#adherents input.submit:hover {
	border:0; 
	cursor:pointer;
	background-image: url(img/forms/submit-bg.gif);
}

#adherents input.submit:focus {
	border:0; 
	cursor:pointer;
	background-image: url(img/forms/submit-bg.gif);
}

#identity {
	display: block;
	margin-left:4px;
	/*margin-top:10px;
	margin-bottom:20px;*/
}

#identity h2 {
	font-family: "Verdana";
	font-weight:normal;
	font-size: 16px;
	line-height:16px;
	color: #000000;
	clear:left;
	height:auto;
	overflow:visible;
	margin-bottom:10px;
}

#adherents a {
	color:#000000;
	font:11px Arial,sans-serif;
	float:left;
	margin-top:2px;

}

#logo_region {
	clear:left;
	float:left;
	width:200px;
}
