body {
 color: black;
 background-color: #ececec;
 font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
 font-size:smaller;
}

input,select {
 font-size:small;
 
}

.highlight {
	background-color: #FFFF00;
}
 
h1 {
 font-size: 45px;
 color: #336666;
 text-align: center;
 padding: 0 10px 0 0;
 overflow: hidden;
 white-space: nowrap;
 margin: 20px 0 0 20px;
 text-decoration: none;
 font-family: "Georgia", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

h2 {
 font-size: x-large;
 text-decoration: none;
 color: #336666;
 margin: 0;
}

h3 {
 font-size: large;
 text-decoration: none;
 color: #336666;
 margin: 0;
}

#header {
 border: 1px solid #336666;
 width: 800px;
 height: 100px;
 background-color: #c6cdcf;
 margin-right: auto;
 margin-left: auto;
 overflow: hidden;
}



#content {
 border-left: 1px solid #336666;
 border-right: 1px solid #336666;
 border-top: 1px solid #336666;
 width: 760px;
 padding: 20px 20px 30px 20px;
 background: #ececec;
 margin-right: auto;
 margin-left: auto;
}

#content a {
 text-decoration: underline;
 font-weight: bold;
 color: #336666;
}

#content a:hover {
 text-decoration: underline;
 font-weight: bold;
 color: #336666;
 background: #FFFFFF;
}

#content dt{
 font-weight: bold;
 color: #000;
}

#content dl {
 border-left: 5px solid  #c6cdcf;
 margin: 5px 5px;
 padding: 0 0 0 8px;
}

#content .publist dl {
 border-left: none;
 margin: 5px 5px;
 padding: 0 0 0 8px;
}

#content .list ul{
 list-style-image: url(images/puceorange.gif);
}

#content .address ul{
 list-style: none;
}

#content .alternate1 {
 background-color:  #c6cdcf;
 padding: 5px 5px 5px 5px;
}

#content .alternate2 {
 background-color: #FFFFFF;
 padding: 5px 5px 5px 5px;
}

#footer {
 border: 1px solid #336666;
 width: 800px;
 font-size: small;
 background-color: #c6cdcf;
 text-align: right;
 margin-right: auto;
 margin-left: auto;
}

#footer p {
 color: black;
 padding: 0 15px 0 0;
 margin: 0;
}

#footer a {
 text-decoration: underline;
 color: #336666;
}

#footer a:hover {
 text-decoration: underline;
 background: #FFFFFF;
}

#nav {
 border-left: 1px solid #336666;
 border-right: 1px solid #336666;
 padding: 0;
 background-color: #336666;
 width: 800px;
 margin-right: auto;
 margin-left: auto;
 height: 25px;
}

#nav ul {
 margin: 0;
 padding: 2px 5px 2px 10px;
 list-style: none;
 background-color: #336666;
}

#nav li {
 list-style: none;
/* display: inline; */
 background-color: #336666;
 padding: 0;
 float: left;
 margin: 0;
 position: relative;
}

#nav li a {
 text-decoration: none;
 font-weight: bold;
 font-size: small;
 color: #FFFFFF;
 width: 100%;
 display: inline;
 border-left: 5px solid #336666;
 border-right: 10px solid #336666;
 padding: 0 10px 0 3px;
 background-color: #336666;
 margin: 0;
}

#nav li a:hover {
 background-color: #c6cdcf;
 color: #FFFFFF;
}

/* SuckerFish CSS drop down style */

#nav li ul {
 position: absolute;
 border        : 0;
 width: 7em;
 color: black;
 border-left: 5px solid #FFFFFF;
 margin: 0;
 left: 0;
 display: none;
}

#nav li ul a {
 text-decoration: none;
 font-weight: normal;
 font-size: small;
 color: #FFFFFFF;
 width: 9em;
 display: block;
 border-left: 0;
 border-right: 0;
 padding: 0;
 background-color: #336666;
 margin: 0;
}

#nav li:hover ul {
 display: block;
}

#nav li.sfhover ul {
 display: block;
 top: 1em;
}

/*****
*        added WIKINDX version2.3.4
*****/

/*****
*        .linkCite:        style for the Cite link. Often used in conjuction with .link, and can be used to override those styles
*                This style is dynamically assigned to appropriate links on page load if the user agent supports JavaScript.
*****/
.linkCite {
 display:inline; /* used to show to JavaScript supporting user agents */
}
/*****
*        .linkCiteHidden:        style for the Cite link. Often used in conjuction with .link, and can be used to override those styles
*                This is the default style applied to Cite links.
*****/
.linkCiteHidden {
display:none; /* used to hide from non-JavaScript user agents */
}

/* End Suckerfish Style */

