html {
	margin: 0;
	padding: 0;
}

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

tt, code, samp {
font-size: 1.1em;
color: green;
}

blockquote {
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #008000;
	margin: 1em;
	padding: 0 0.5em;
	background: #d1f0af;
	font-style: italic;
	-moz-border-radius:6px;
	border-radius:6px;
}
kbd {
font-size : 1em;
padding: 0px 2px;
border: 1px solid gray;
}




h1#top {
	position: absolute;
	margin: 0px;
	padding:0px;
	text-indent: -5000px;
	line-height: 1px;
	font-size: 1px;
}







#easy-access, #easy-access a
{
	color: gray;
	margin: 0 0 0 7px;
	font-size: 11px;
	line-height: 1em;
	text-decoration: none;
}
#easy-access
{
  text-align: right;
  position: relative;
  top: -20px;
  right: 2px;
  margin: 0 0 0 15px;
}



#content h2 {
	position: relative;
	color: #133396;
	font-weight: bold;
	font-size: 14px;
}

#content t{
	color : #535353;
}

ul {
list-style-type: square;
}

#page {
	text-align: left;
	width: 800px;
	margin: 80px auto 10px auto;
	position: relative;
	background: #fff;
	border: 1px solid #CFCFCF;
	-moz-border-radius:6px;
	border-radius:6px;
	padding: 0;
}

#banner {
	margin: 0px;
	padding: 0px;
	height: 140px;
}


#banner gch img {
	margin: 0 5px 30px 15px;
}

#banner a1 img {
	margin: 0px 0px 10px 5px;
}

#banner a img {
	position: absolute;
	right: 20px;
	top: 20px;
	border: none;
}


#banner .cadre {
	float: right;
	margin-right: 10px;
}

#banner p,form {
	margin: 0;
}

#footer a, #banner h1 a {
	text-decoration: none;
	border: none;
	color: #AABD71;
}
#footer a:hover {
	text-decoration: underline;
}


p.modified {
	font-size: 0.8em;
	margin: -1em 1em 1em 1em;
	text-align: right;
	color: #008000;
	font-style: normal;
}

p.modified a {
	color: #008000;
}

#footer img, div.col-content img {
	border: none;
}

#footer {
	text-align: center;
	padding: 0.5em;
	margin: 5px 5px 5px 5px;
	clear: both;
	border: none;
	background-color: #e3ebed;
	color: #656766;
	font-weight:bold;
	font-size:12px;
}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
#content
{
margin-left: 225px;
margin-bottom: 1em;
text-align: justify;
font-size: 12px;
}

#content a img{
border: none;
}

#imageright
{
float: right;
margin: 0 5px 1em 0;
text-align: justify;
font-size: 12px;
}

#imageright h2 {
	position: relative;
	color: #133396;
	font-weight: bold;
	font-size: 14px;
}

#imageright t{
	color : #535353;
}

#imageright t3{
	color : #535353;
	width: 400px;
        border-top: 1px solid grey;
}

#imageright t2{
	text-align: left;
}
/* */

/* VERTICAL PADDING ABOVE COLUMNS */
#banner
{ 
	margin-bottom: 0px; 
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
float:left;
font-size : 12px;
top: 0;
left: 0;
width: 195px;
margin: 0 0 1em 5px;
color: #ffffff;
}

dl#menu dt {
cursor: pointer;
margin: 2px 0;
line-height: 20px;
text-align: left;
border: 1px solid gray;
color: #ffffff;
background: #212d5f;
}

#menu dt a {
text-decoration: none;
display: block;
color: #ffffff;
}

dl#menu dt a:hover {
background: #081849;
}



dl#menu li {
text-align: left;
background: #5a5d86;
border: 1px solid white;
}
dl#menu li a {
text-decoration: none;
display: block;
color: #ffffff;
}

dl#menu li a:hover {
background: #081849;
}
