/* CSS Document */
#corps_serv {
	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_serv.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.gif) 0 0 no-repeat;
}

#menu1:hover {
	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_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_services.gif) 0 0 no-repeat;
	/*border: solid 1px #000000;*/
}

#bandeau h1 {
	position: absolute;
	z-index: 101;
	bottom: 0;
	right: 0;
	margin: 0;
	height: 146px;
	width: 170px;
	background: url(../img/image_services_new.gif) 0 0 no-repeat;
	/*border: solid 1px #000000;*/
}


#txt_serv {
	height: 600px;
	width: 600px;
	margin: 10 0 0 100;
	/*border: solid 1px #000000;*/
	
}

#txt_serv h1 {
	width: 285px;
	align: center;
	list-style: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: F4ECA4;
	margin: 0 0 0 140;
	white-space: nowrap;
	background: url(../img/encadre_serv.gif) 0 0 no-repeat;
	/*border: solid 1px #000000;*/
}

#txt_serv h2 {
	font-size: 12;
	font-style: bold;
	color: #73BE1E;
	margin: 20 0 0 0;
}

#txt_serv a {
	color: #73BE1E; 
	font-size: 12;
	font-style: bold;
}

#txt_serv a:hover {
	color: red;
	font-size: 12;
	font-style: bold;
}

.texte_rouge {
	color: red;
}