/* CSS Document */
#corps_benef {
	position: absolute;
	float: left;
	height: 900px;
	width: 740px;
	top: 0px;
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
	background: url(../img/fond_image_benef.gif) 0 0 repeat-y;
	/*border: solid 2px blue;*/
}

#nav {
	margin: 0;
	padding: 0px;
}

#nav li {
	list-style: none;
	float: left;
	margin: 0;
	width: 100px;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	white-space: nowrap;
	/*border: 1px dotted red;*/
}

#nav a {
	display: block;
	text-decoration: none;
	color: #000000;
	/*border: 1px dotted;*/
}

#menu1 {
	background: url(../img/bouton_test_benef.gif) 0 0 no-repeat;
}

#menu2 {
	background: url(../img/bouton_test.gif) 0 0 no-repeat;
}

#menu2:hover {
	background: url(../img/bouton_present.gif) 0 0 no-repeat;
}

#menu3 {
	background: url(../img/bouton_test.gif) 0 0 no-repeat;
}

#menu3:hover {
	background: url(../img/bouton_serv.gif) 0 0 no-repeat;
}

#menu4 {
	background: url(../img/bouton_test.gif) 0 0 no-repeat;
}

#menu4:hover {
	background: url(../img/bouton_demo.gif) 0 0 no-repeat;
}

#menu5 {
	background: url(../img/bouton_test.gif) 0 0 no-repeat;
}

#menu5:hover {
	background: url(../img/bouton_abon.gif) 0 0 no-repeat;
}

#menu6 {
	background: url(../img/bouton_test.gif) 0 0 no-repeat;
}

#menu6:hover {
	background: url(../img/bouton_partner.gif) 0 0 no-repeat;
	color: white;
}

#bandeau {
	z-index: 101;
	position: relative;
	float: left;
	margin: 0;
	height: 135px;
	width: 740px;
	background: url(../img/bandeau_benef_new.gif) 0 0 no-repeat;
	/*border: solid 1px #000000;*/
}


#liensbas{
	z-index: 101;
	height: 85px;
	float: left;
	margin: 0 0 0 35px;
	padding: 0;
	/*border: solid 1px #000000;*/
}

#liensbas li {
	list-style : none;
	line-height: 25px;
	width: 170px;
	/*border: dotted 1px #000000;*/
}

#liensbas a {
	display: block;
	text-decoration: none;
	padding: 0 0 0 15px;
	background: url(../img/logos/logo_i_prociale.gif)  0 6px no-repeat;
	color: #BE8D01;
	/*border: 1px dotted;*/
}

#liensbas a:hover{
	color: #E7D42E;
}

#txt_benef_prest {
	height: 860px;
	width: 550px;
	margin: 0 0 0 190;
	padding: 0 0 0 20;
	/*border: solid 1px #000000;*/
}

#txt_benef_prest h1 {
	width: 240px;
	font-size: 14;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	margin: 0 0 0 110;
	padding: 0 0 0 0;
	background: url(../img/encadre_benef.gif)  0 0px no-repeat;
	/*border: solid 1px #000000;*/
}

#txt_benef_prest h2 {
	font-size: 10;
	font-weight: bolder;
	text-align: left;
	
	color: #ff9900;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#txt_benef_prest p {
	margin: 20 0 0 0;
	text-align: left;
}

.txt_orange  {
	color: ff9900;
	font-weight: bolder;
	font-size: 11;
}

.txt_gris {
	color: #5B5752;
}

