body {
font-size:12px;
font-family:verdana, arial, sans-serif;
margin:0px;/*Space between the double border and the page limits*/
background:url('backgrd.jpg');
}
h1 {
font-size:20px;
}
h3 {
font-size:16px;
}
h4 {
font-size:14px;
}
a:link {color:#0000ff;}
a:visited {text-decoration: underline; color: #0000ff;}
a:hover {color: #333366; text-decoration: none;}
/*Removes the border around image links.*/
a img{
border: none;
}
/*Holds the Legion logo*/
#logo {
float: left;
Height: 180px;
width: 228px;
padding-top: 30px;
background-color: #330099;
}
/*Holds the entire pages and centers the content*/
#container {
width: 995px;
margin-right: auto;
margin-left: auto;
border: double 4px #0000ff;/*Double border around the entire page*/
}
#header{
position: relative;
height: 200px;
padding: 20px 20px 0px 20px;
z-index: 0;
}
.floatright {
float:right;
margin-left: 8px;
}
.floatleft {
float:left;
margin-right: 8px;
}
.title {
font: bold 16px verdana;
color: #330099;
}
/*Holds the menu, the main text and the images*/
#content {
Margin-top: 30px;
padding-left: 20px;
}
/*Holds the Dropdown menu*/
#menu {
width: 208px;
height: 340px;
float: left;
padding: 40px 0px 0px 20px;
background-color: #330099;
}
/*Holds the text and the images*/
#text{
margin: 0px 0px 0px 30px;
padding-right: 30px;
width: 655px;
float: right;
}
/* Footer */
#footer {
font-size:11px;
height:30px;
padding-top:10px;
background-image: url("images/headfill.jpg");
margin:10px 0px 1px 0px;/*3 px space around the Footer with 10px space above.*/
clear:both;/*To ensure that the footer will always appear below the Content and the Sidebar.*/
}
/*Visit Counter when clicking on the Dery logo*/
#LayerCounter {
position:absolute; 
left:800px; 
top:150px; 
width:38px; 
height:36px; 
z-index:1; 
visibility: hidden;
}
table.conseil {
border: solid 1px;
margin-right: auto;
margin-left: auto;
border-collapse: collapse;
background-color: #e3e3e3;
}
table.conseil td {
border: solid 1px;
/*text-indent: 2px;*/
padding: 5px 8px 5px 4px;
}
/*All the image classes below are for the images galleries*/
.img {
  margin: 4px;
	padding-bottom: 4px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
	background-color: #cccc99;
  }
.img img {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
.img a:hover img {
  border: 1px solid #0000ff;
  }

