@charset "utf-8";
body {
	margin: 0px; 
	border: none;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

a   {color:#669900; text-decoration:none;}   
a:hover   {color:#99cc00; text-decoration:none;}

a.link   {color:#000000; text-decoration:none;}   
a.link:hover   {color:#669900; text-decoration:none;}

a.white:link {text-decoration: none; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
a.white:visited {text-decoration: none; color: #ffffff; }
a.white:hover {text-decoration: none; color: #ff0000; }

/*///////////////////////////////////////////////////////////// ENTETE /////////////////////////////////////////////////////////*/

.barre {
	height: 56px;
	width: 900px;
}

.forum {
	background-image: url(img/ent2/Bt_off_01.jpg);
	height: 56px;
	width: 417px;
	text-indent: 40px;
	line-height: 33px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}


#acc {
	background-image: url(img/ent2/Bt_off_02.jpg);
	height: 56px;
	width: 167px;
	text-indent: 60px;
	line-height: 33px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#acc:hover {
	background-image: url(img/ent2/Bt_on_02.jpg);
	color:#669900;
	cursor: pointer;
}
.photo {
	background-image: url(img/ent2/Bt_off_03.jpg);
	height: 56px;
	width: 167px;
	text-indent: 70px;
	line-height: 33px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.photo:hover {
	background-image: url(img/ent2/Bt_on_03.jpg);
	color:#669900;
	cursor: pointer;
}
.contact {
	background-image: url(img/ent2/Bt_off_04.jpg);
	height: 56px;
	width: 149px;
	text-indent: 65px;
	line-height: 33px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.contact:hover {
	background-image: url(img/ent2/Bt_on_04.jpg);
	color:#669900;
	cursor: pointer;
}

/*///////////////////////////////////////////////////////////// MENU /////////////////////////////////////////////////////////*/

.fdmenu {
	background-image: url(img/menu/menu_11.jpg);
	height: 583px;
	width: 333px;
}
#menu {
         list-style: url(img/puce-off.png);
		 padding: 0px;
         margin: 0px;
		 z-index: 1;
	}
	#menu li a {
	text-decoration: none;
	color: #000000;
	line-height: 50px;
	vertical-align: middle;
	text-indent: 35px;
	white-space: normal;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
		}
	
	
	#menu li a:hover {
	color: #669900;
	list-style: url(img/puce.png);
	font-size: 16px;
	font-weight: bold;
		}

/*///////////////////////////////////////////////////////////// pdp /////////////////////////////////////////////////////////*/
.Txtpdp {
	width: 635px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}


/*///////////////////////////////////////////////////////////// page /////////////////////////////////////////////////////////*/

.stitre {
	height: 68px;
	width: 580px;
	background-image: url(img/STitre.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-indent: 50px;
	line-height: 75px;
	text-align: left;
	text-transform: capitalize;
	font-style: normal;
	font-variant: normal;
}

