body {
	margin: 0;
	padding: 0;
	color: #EC7405;
	background-color: #FFFFFF;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size : 75%;
}

.tabmenu {
	border : 0px;
	background-color:#EC7405;
	margin: auto;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;
	border-width:0px; border-style:none;
}

td.titre1,td.titre2,td.titre3 {
	color: #FFFFFF;
	text-align: center;
		
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;
	border-width:0px; border-style:none;
}



td.tdgauche {
	background-image: url(images/paluche_g.jpg);background-repeat:no-repeat;
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;
	border-width:0px; border-style:none;
}

td.tddroite {
	background-image: url(images/paluche_d.jpg);background-repeat:no-repeat;
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;
	border-width:0px; border-style:none;
}

td.titre1 {
	font-size : 125%;
	height: 30px; 
}
td.titre2 {
	font-size : 75%;
	height: 20px; 
}
td.titre3 {
	font-size : 75%;
	height: 20px; 
}
td.titre3:hover { 
  background-color: #FFFFFF;
  /* marche po => color: #EC7405;*/
}

a {
	text-decoration: none;
}

a.linkmenu {
	color: #FFFFFF;
}
a.linkmenu:hover {
	color: #EC7405;
}

img.menu {
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;
	border-width:0px; border-style:none;
}

.hrpied {
	clear: both;
	width: 50%;
	border: 0; /* enleve toute bordure */
	border-bottom: 1px #EC7405 solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
	height: 2px; /* pour IE */
	color: #EC7405;
	background-color: #EC7405;
}

.apied {
	text-decoration: none;
	color: #EC7405;
	font-size : 125%;
}
.apied:hover {
	color: #EC7405;
}

