/********************************************************
 CSS pour les boutons dans le header vers ACESS ET VISI 
 *******************************************************/

/**** Positionnement des blocs ****/
	
	
	.header_content #left{
		float:left;
		margin-right:10px;
	}
	
	.header_content #right{
		float:right;
		margin-right:10px;
		right:0px;
		position:absolute;
	}

	.bandeaurightbox2{
		background-image: url(http://www.handiquesta.com/images/head_handibox.jpg);
		float:right;
		width:470px;
		height:90px;
	}
	
	.bandeaurightbox2_noimg{
		float:right;
		width:460px;
		height:90px;
	}
	
	.bandeaurightbox2 a {
		text-decoration:none;
	}
	
	/* Pour le Bandeau */
	.header_content ul{
		list-style: none;
		margin-left:0px;
		margin-top:-0.8em;
		padding-left: -2em;
		text-indent: -2em;
		//text-indent:1em;
	}
	
	.selection_plateforme{
		float: right;
		width:500px;
		margin-top: 10px;
	}
	
	.header_content li.option{
		display:block;
		float:right;
		height:0.2em;
		line-height:0.2em;
		width:100%;
	}
	
	/*
	.option_1, .option_2{
		width:210px;
		height:25px;
		display:block;
		float:left;
		color:#333333;
		font-weight:bold;
	}
	
	.option_3, .option_4{
		width:210px;
		height:25px;
		display:block;
		float:left;
		color:#333333;
		font-weight:bold;		
	}
	*/
	
	/* FIN Pour le Bandeau */
	
