/* CSS Document */
#corps_present {
	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_present.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_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;
}

#logo {
	float: left;
	height: 50px;
	width: 165px;
	margin: 5px 0 0 5px;
	padding: 0;
	/*border: solid 1px #000000;*/
}

#bandeau {
	z-index: 101;
	position: relative;
	float: left;
	margin: 0;
	height: 135px;
	width: 740px;
	background: url(../img/bandeau_present_new.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_present_new.gif) 0 0 no-repeat;
	/*border: solid 1px #000000;*/
}

#txt_present {
	height: 485px;
	width: 600px;
	margin: 10 0 0 73;
	/*border: solid 1px #000000;*/
	
}

#txt_present h1 {
	width: 285px;
	align: center;
	list-style: none;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	color: #F4ECA4;
	line-height: 20px;
	margin: 0 0 0 140;
	white-space: nowrap;
	background: url(../img/encadre_present.gif) 0 0 no-repeat;
	/*border: solid 1px #000000;*/
}

#txt_present h2 {
	font-size: 16;
	font-style: bold;
	padding: 0 0 0 10;
	color: #309F35;
	background: url(../img/encadre_present_pub.gif) 0 0 no-repeat;
	/*border: 1px solid;
	background-color: #A7C0FC;*/
	
}

#txt_present a {
	font-size: 14;
	color: #309F35;
	text-decoration:none;
	font-weight:bold;
}

#txt_present a:hover {
	color: #000000;
}

#txt_present li {
	list-style: none;
	font-size: 14;
	text-align: left;
	padding: 0 0 0 20;
	margin: 0 0 0 50;
	background: url(../img/dot_vert_s.gif) 0 5 no-repeat;
}

#fond_present {
	height: 495px;
	width: 650px;
	margin: 30 0 0 0;
	padding: 0 0 0 10;
	background: url(../img/disc.jpg) 0 0 no-repeat;
	/*border: solid 1px;*/
}

#fond_present1 {
	z-index: 100;
	height: 220;
	width: 350;
	float: left;
	margin: 0 20 0 0;
	padding: 0 0 0 30;
	text-align: left;
	/*background-color: #80B79E;*/
	/*border: 1px dotted;*/
}

#fond_present2 {
	z-index: 101;
	height: 230;
	width: 400;
	float: right;
	margin: 20 0 0 220;
	padding: 10 20 10 10;
	text-align: left;
	/*background: url(../img/outils.gif) 0 0 no-repeat;*/
	/*background-color: #D2E8B5;*/
	/*border: dotted 1px;*/
}

.justifier {
	text-align: justify;
}