/* CSS Document */

*{
  margin: 0;
  padding: 0;
  border: 0;
}

 body{
  background-color: #161616;
  text-align: center;
  font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;

}

#fond{
  background: url(images/fond.jpg);
  width: 942px;
  height: 706px;
  border: 15px solid #000;
  margin: 20px auto 20px auto;
  text-align: left;
}

.nav{
width: 300px;
float:left;
}

.contentglobal{
  width: 610px;
  margin-left: 80px;
  clear: both;
  margin-top: 40px;
}
.contentup{
  background-image: url(images/contentup.gif);
  width: 100%;
  background-position: top-right;
  background-repeat: no-repeat;
  height: 10px;
  
}
.contentdown{
  background-image: url(images/contentdown.gif);
  width: 100%;
  height: 10px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.contentmid{
  background-color: #161616;
  color: #aedee4;
}

h2 {
  font-size: 1.1em;
  font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
  color: #eaa400;
  margin-left: 25px;
}
h3 {
   font-size: .9em;
   font-weight: normal;
   margin-left: 40px;
}
.contentglobal p{
  margin: 8px 10px 0 40px;
  font-size: .8em;
  text-indent: 15px;
}
h2 a,p a {
  color: #eaa400;
  text-decoration: none;
}
h2 a:hover, p a:hover {
  text-decoration: underline;
}
table{
margin-left: 40px;
}
td{

  color: #aedee4;
  font-size: .75em;
  list-style: none;
  margin-left: 60px;
}


/*  contentglobal2   */
.contentglobal2{
  width: 460px;
  margin-top: 0px;
  margin-right: 30px;
  float: right;
}
.contentglobal2 p{
  text-indent: 0px;
}

.contentglobal2 .contentup{
  background-image: url(images/contentup2.gif);
}
.contentglobal2 .contentdown{
  background-image: url(images/contentdown2.gif);
}
.contentglobal2 p{
  margin: 0 10px 0 40px;
  font-size: .8em;
  text-indent: 15px;
}

/*  contentglobal3   */
.contentglobal3{
  width: 460px;
  margin-top: 120px;
  margin-right: 30px;
  float: right;
}
.contentglobal3 .contentup{
  background-image: url(images/contentup2.gif);
}
.contentglobal3 .contentdown{
  background-image: url(images/contentdown2.gif);
}
.contentglobal3 .contentmid{
  text-align: center;
}

.contentglobal3 p{
  vertical-align: top;
  font-size: .8em;
  text-indent: 15px;
}
