/**************************************************
*  CSS pour le site de twofast performance        *
**************************************************/
body {
    background: #000000;
    text-align: center;
    font: 12px arial, sans-serif;
    color: #989898;
}

html, body, h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
}

h1 img {
    display: block;
}

img {
    border: 0px;
}

a {
    color: #CCCC33;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #FFFF66;
    text-decoration: underline;
}

.left {
    float: left;
}
.right {
    float: right;
}
.more {
    text-align: right;
}
.clear {
    clear: both;
    width: 1000px;
}

#wrapper {
    text-align: left;
    margin: auto;
    width: 1008px;
    background: #000000;
}

#body {
    position: relative;
    margin-left: 4px;
}

#header {
 width: 1000px;
 height: 200px;
}

#topnav {
    position: absolute;
    top: 41px;
    left: 22px;
}

#topnav a {
    font-weight: normal;
    color: #989898;
}

#topnav a:hover {
    color: white;
}

#left-box {
  float: left;
  top: 0px;
  left: 0px;
  width: 275px;
  font-size: 10px;
  padding-top: 25px;
  overflow: hidden;
}

#left-box .inner {
    padding: 0px 0px 0px 8px;
    background-color: #0f0f0f;
/*    width: 275px; */
/*    overflow: auto; */
}

#left-box h2 {
    margin: 10px 0px 0px 0px;
}

#left-box p.titre {
    font-weight: bold;
    color: #d0d0d0;
}

#left-box p {
    margin: 3px 2.5em 1em 1.3em;
}

#nav {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
#nav img {
    float: left;
}

#content {
    width: 1000px;
}

#content-bot {
    background: bottom url('../images/body_bg.gif') repeat-x;
    float: right;
    top: 0px;
    right: 0px;
    width: 725px;
   padding-top: 25px;
}

#content .inner {
}

#content .date {
    margin-top: 0.5em;
}

#content p {
    margin: 0.9em;
}

#tray {
  float:left;
  width: 100%;
  border: 1px solid #181818;
}

#tray .redbox {
    float: left;
    width: 217px;
    min-height: 279px;
    background: #CCCC33 url('../images/red_bg.jpg') repeat-x;
    margin-left: 11px;
    padding-top: 19px;
    padding-left: 16px;
    padding-right: 16px;
    color: #CFCFCF;
}

#tray .first {
    margin-left: 0px;
}

#tray p {
    margin-top: 1em;
    margin-bottom: 1.4em;
    padding-left: 2px;
}

.divider {
    background: bottom url('../images/footer_bg.gif') repeat-x;
    height: 26px;
    margin-right: 5px;
    position: relative;
}
#details {
    margin-top: -1.4em;
    margin-bottom: -4em;
    float: right;
}

#footer {
  float:left;
  width: 970px;
  background: #101010;
  text-align: right;
  margin: 0px 7px 0px 2px;
  padding: 18px 15px 15px 15px;
  border-bottom: 5px solid #191919;
}


/* This is for the navigation menu */

dl, dt, dd, ul, li {

list-style-type: disc;
}
#menu {
position: absolute;
top: 0;
left: 0;
width: 1000px;
}
#menu dl {
float: left;
width: 198px;
margin: 0 1px;
padding: 0;
list-style-type: none;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
color: #828282;
background: #131313;
border: 0px;
height: 1.25em;
padding: 0;
margin: 0;
list-style-type: none;
}
#menu dd {
border: 1px solid gray;
padding: 0;
margin: 0;
list-style-type: none;
}
#menu li {
text-align: center;
padding: 0;
margin: 0;
background: #fff;
list-style-type: none;
}
#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu li a{
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
list-style-type: none;
}

#menu dt a {
color: #828282;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
background: #eee;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

iframe.googlemaps {
  width: 100%;
  height: 400px;
  border-width: 0px;
}