/* CSS Document */

#corps_demo {
	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_demo2.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_test.gif) 0 0 no-repeat;
}

#menu3:hover {
	background: url(../img/bouton_serv.gif) 0 0 no-repeat;
}

#menu4 {
	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_demo.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_demo_new.gif) 0 0 no-repeat;
	/*border: solid 1px #000000;*/
}

#txt_demo {
	height: 300px;
	width: 600px;
	line-height: 20px;
	margin: 60 0 0 100;
	/*border: solid 1px #000000;*/
	
}

#liens_demo {
	height: 120px;
	width: 280px;
	line-height: 20px;
	margin: 30 0 0 230;
	/*border: solid 1px #000000;*/
	
}

#liens_demo h1 {
	width: 280px;
	font-size: 13;
	padding: 0 0 20 5;
	background: url(../img/encadre_demoh2.gif) 0 0 no-repeat;
	font-weight: bold;
	/*border: solid 1px #000000;*/
	
}

#liens_demo h2{
	width: 280px;
	font-size: 13;
	padding: 0 0 20 5;
	background: url(../img/encadre_demoh2.gif) 0 0 no-repeat;
	font-weight: bold;
	/*border: solid 1px #000000;*/
	
}

#liens_demo a {
	text-decoration: none;
	color: #FFFFFF;	
}

#liens_demo a:hover {
	color: #F4ECA4;	
	/*text-decoration: underline;	*/
}

.txt_bold {
	font-weight: bolder;
}

.txt_bold_vert {
	font-weight: bolder;
	color: #309F35;
}

.txt_red {
	color: red;
	font-size: 12;
	font-weight: bolder;
}

td_entete_demo {
	background-color: #01AD4E; 
	color: #E7D42E;
} 