

.monge{ color: #2A3492; }
.mauve{ color: #C355A0; }
.orange{ color: #ED1C58; }
.pied{ color: #2A3492; }
.bleupale{ color: #68CCE4; }
.title{ color: #336600; }

divcenter {
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: 2px dashed #f69c55;
}


.topOfPage, q, h1, h2, h3, .headerLinks *, .sideBox div,.sideBox2 div, #footer *
{ /* Text Color: */  color: #003e5c; }

.headerTitle, .headerLinks, .header
{ /* Text Color: */  color: #ffffff; }

q, h2,  #header, .sideBox, .sideBox2, .sideBox div, .sideBox2 div, #footer
{ /* Border Color: */  border-color: #c0c0ff; }

#header, .sideBox div, .sideBox2 div, .sideBox2 div a, .sideBox a:hover
{ /* Background Color (darker): */  background-color: #003e5c; }

q, .sideBox a, .sideBox2 a, .sideBox span, .sideBox2 span, #footer
{ /* Background Color (lighter): */  background-color: #fcfcff; }

A:link {
	text-decoration: none;
	color: #0000FF
}
A:visited { text-decoration: none; color:#0000CC }
A:hover { text-decoration: underline; color: red; }

.alignleft {
	float: left;
}
.alignright {
	width: 100%;
}

#right {
                    margin-left: 190px;
                    
            }
			
/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
  margin-left: 2.5mm;
  float: left;
  clear: left;
}

.RHS {
  margin-right: 2.5mm;
  float: right;
  clear: right;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 5mm;
}

[class~="RHS"] {
  margin-right: 5mm;
}


/* ###### Body Text ###### */

#bodyText {
  line-height: 1.5em;
  margin: 10mm 2em 0 13em;
  padding: 0 1em 1ex 1em;
  color:#003e5c;
}

#bodyText2 {
  line-height: 1.5em;
  margin: 10mm 5em 0 5em;
  padding: 0 1em 1ex 1em;
}


#bodyText p {
  padding-bottom: 2ex;
}

.topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}

.petit{
  font-size: 80%;
}

body {
	background-color: white;
	color: #000000;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 95%;
	margin: 0;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom: 1px solid;
  padding-bottom: 0.5ex;
}

acronym {
  background-color: inherit;
  color: teal;
  border-bottom: 1px dashed teal;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

img {
  border: 0;
}

q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  border: 2px dotted;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 9em;
  float: left;
}


/* ###### Header ###### */

#header {
	border-bottom: 2px solid;
	margin-bottom: 0mm;
	margin-top: -1mm;
	padding-top: 1em;
	padding-right: 2.5mm;
	padding-bottom: 0em;
	padding-left: 5mm;
}

.headerTitle {
	font-size: 200%;
	color: #ffffff;
}

.headerLinks {
  text-align: right;
}

.headerLinks * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

.headerLinks a:hover {
  text-decoration: underline;
}


/* ###### Side Box ###### */

.sideBox {
  border-top: 2px solid;
  border-bottom: 2px solid;
  width: 11em;
  margin-top: 5mm;
}

.sideBox2 {
  border-top: 2px solid;
  border-bottom: 2px solid;
  width: 11em;
  margin-top: 5mm;
}
.sideBox div {
  font-weight: bold;
  border-bottom: 1px dashed;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox a, .sideBox a:hover, .sideBox span {
  color: black;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1ex 0.5em 1ex 0.75em;
}

.sideBox div a{
  font-weight: bold;
  border-bottom: 1px dashed;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox2 div a{
  color: #a0a0ff;
  font-weight: bold;
/*  padding: 0ex 0em 0ex 0.75em;*/
}

.sideBox div, .sideBox2 div {
        text-align: center;
}


/* ###### Footer ###### */

#footer {
  color: inherit;
  border-top: 2px solid;
 /* border-bottom: 2px solid;*/
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}

.footerImg {
  padding-right: 3mm;
  padding-top: 2mm;
  float: right;
}

#footer div {
  padding-left: 3mm;
}

#footer * {
  background-color: inherit;
  font-size: 92%;
}

#footer a:hover {
  text-decoration: none;
}

.footerCol2 {
  position: absolute;
  left: 7em;
}
