/* CSS Document */

#corps_accueil {
	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_accueil.gif) 0 0 repeat-y;
	/*border: solid 2px blue;*/
}

#pied {
	position: absolute;
	z-index: 101;
	float: left;
	height: 80px;
	width: 740px;
	top: 1100px;
	border: solid 1px green;
}

#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_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_accueil_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_bandeau_new.gif) 0 0 no-repeat;
	/*border: solid 1px #000000;*/
}

#logo_ressources {
	z-index: 101;
	height: 100px;
	width: 400px;
	margin: 0 10 50 0;
	/*background: url(../img/logos/logo_assfor.gif) 0 0 no-repeat;*/
	background: url(../img/logos/logo_ressources-prociale.gif) 0 0 no-repeat;
	/*border: solid 1 px;*/
}

#txt_qsn {
	width: 570px;
	margin: 50 0 0 100;
	padding: 0 0 10px 10px;
	background: #f6f7de;
}

#txt_qsn h1 {
	font-size: 12;
	text-align: center;
	margin: 0 0 20 0;
}

#txt_qsn a {
	font-size: 12;
	color: #01AD4E;
}

.txt_vert {
	color: #01AD4E;
	font-weight: bolder;
}

.txt_gras {
	font-weight: bolder;
}