﻿/* CSS layout */

body {
	margin:  0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	background:   #CCCCCC url(IMAGES/background.jpg) no-repeat fixed;
    text-align: center
}

#container {
    width: 1250px;
    position: relative;
    margin-left: 0;
    margin-right: auto;
 }

#left_col {
	width: 215px;
	float: left;
    overflow: hidden
}

#page_content {
    width: 1024px;
    float: right;
    height: 1030px;
    background:  #FFFFFF;
  border-bottom: 2px outset #000000;
  border-left: 2px outset #000000;
  border-right: 2px outset #000000;
  font-family: Georgia, Times, serif;
  text-align: justify;
  font-style: oblique;
  color: #000000;
}

P {
  COLOR: #000000;
  padding:  0px 20px 10px 20px;
  margin: 0px 0px 6px 0px;
  line-height: 150%;
}

.body {
  font-family: Georgia, Times, serif;
  color: #000000;
  font-size: 10pt;
  font-style: oblique;
}

a:link {
	color: #CC0033;
    text-decoration: none;
    margin:  0px 0px 6px 0px;
 }
a:hover {
    margin:  0px 0px 6px 0px;
    color: #CC0033;
    font: bolder;
}
a:visited {
    color: #CC0033;
    text-decoration: none;
}

.title1 {
	font-family: Georgia, Times, serif;
	font-size: 11pt;
	font-weight: bolder;
      font-style: oblique;
	color: #000000;
    text-transform: uppercase;
    margin: 10px 20px 10px 20px;
	padding: 20px 0px 0px 0px;
	border-bottom:  1px  solid #000000;
    text-align: left
}

.title2 {
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	font-weight: bold;
      font-style: oblique;
	color: #000000;
	margin:  6px 20px 6px 20px;
	padding:  10px 0px 0px 0px;
    text-decoration: underline;
    text-transform: uppercase;
    text-align: left
}

.title3 {
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	font-weight: bold;
      font-style: oblique;
	color: #000000;
	margin:  0px 20px 6px 20px;
	padding: 10px 0px 0px 0px;
    text-transform: uppercase;
    text-align: left
}
.bloc {
	font-family: Georgia, Times, serif;
	font-size: 10pt;
      font-style: oblique;
	color: #000000;
	margin:  20px 20px 20px 20px;
	padding: 6px  6px  6px  6px;
    border:  2px  dotted  #000000;
}

img {
	vertical-align: middle;
}

a:link img {
	border-color: #aaa #ccc #ddd #bbb;
	border-width: thick;
    border-style: solid;
    margin:  0px 0px 0px 0px;
}

a:visited img {
	border-color: #aaa #ccc #ddd #bbb;
	border-width: thick;
    border-style: solid;
    margin:  0px 0px 0px 0px;
}
a:hover img {
	border-color: #aaa #ccc #ddd #bbb;
	border-width: thick;
    border-style: outset;
    margin:  0px 0px 0px 0px;
}

