.normal {
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 13px;
	color: #534e49;
	margin: 0px;
	padding: 0px;


}
a {
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #94344F;
}
.sousTitre {
	font: bold 12pt Arial, Helvetica, sans-serif;
	text-indent: 0px;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
	color: #94344F;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left center;
	margin: 0px;
	padding: 20px 0px 10px;
}

table.page { align: center}
td.page-top {
	height: 9px;
	width: 1px;
	background-image: url(../images/paper-shadow-top.png);

}
td.page-topRight {
	background-image: url(../images/paper-shadow-top-corner-right.png);
	height: 9px;
	width: 9px;
}			 
td.page-right { width: 9px; background-image: url(../images/paper-shadow-right.png)}
td.page-bottomRight { width: 9px; height: 9px; background-image: url(../images/paper-shadow-bottom-corner-right.png)}	
td.page-bottom { height: 9px; background-image: url(../images/paper-shadow-bottom.png)}
td.page-bottomLeft { width: 9px; height: 9px; background-image: url(../images/paper-shadow-bottom-corner-left.png)}	
td.page-left { width: 9px; background-image: url(../images/paper-shadow-left.png)}
td.page-topLeft {
	background-image: url(../images/paper-shadow-top-corner-left.png);
	height: 9px;
	width: 9px;
}			 
td.page-center { background-color: white  }
.small {

	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.moyen {

	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 11px;
	color: #534e49;
	margin: 0px;
	padding: 0px;
}
.sousTitreMoyen {

	font: bold 10pt Arial, Helvetica, sans-serif;
	text-indent: 0px;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
	color: #94344F;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left center;
	margin: 0px;
	padding: 10px 0px;
}
.amoyen {

	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #94344F;
}
.sousTitreSansSaut {

	font: bold 12pt Arial, Helvetica, sans-serif;
	text-indent: 0px;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
	color: #94344F;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left center;
	margin: 0px;
	padding: 10px 0px;
}
.tabUnsel {
	font-family: EnviroD;
	font-size: 18px;
	color: #E7E7E7;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* Main nav */

/* rounded */

    #nav {
      float:left;
      width:100%;
/*      font-size:93%; */
      line-height:normal;
      }
    #nav ul {
        margin:0;
        list-style:none;
      }
    #nav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #nav a {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: bold;
      float:left;
      background:url("../images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #nav a span {
      float:left;
      display:block;
      background:url("../images/tabright.gif") no-repeat right top;
      padding: 8px 11px 5px 6px;
      color: #E7E7E7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover span {
      color:#524A4A;
      }
    #nav a:hover {
      background-position:0% -42px;
       color:#524A4A;
	   }
    #nav a:hover span {
      background-position:100% -42px;
      }
	#nav #current a {
	  background-position:0% -42px;
      color:#524A4A;
	}
	#nav #current a span {
	  background-position:100% -42px;
      color:#524A4A;
	}

/*
.container {
        padding: 15px;
        margin: 0px 0 0px 0;
}

#nav {
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-weight: bold;
        padding: 6px 12px 6px 12px;
        text-decoration: none;
        color: #E7E7E7;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #524A4A;
        background: url(../images/rounded.gif) no-repeat bottom center;
		background-color: #E7E7E7;
}
*/

