body {
    margin: 0;
    padding: 0;
    border: 0;
    background: url(images/background-content.png) no-repeat;
}

#menu {
    padding: 0;
    margin: 0;
    list-style: none;

    position: absolute;
    top: 0;
    left: 0;
}

#menu li {
    float: left;
    width: 170px;
    height: 35px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    background: url(images/site-roue.gif) no-repeat;
 }

#menu a ,
#menu a:visited ,
#menu a:hover
{
    display: block;
    height: 35px;
    line-height: 28px;
    vertical-align: middle;
    text-decoration: none;
    font-size: .8em;
    font-weight: bold;
    font-family: 'trebuchet ms',lucida, arial;
    color: white;
    padding-left: 25px;
}

#signature {
    position: absolute;
    z-index: 99;
    bottom: .1em;

    font-weight: bold;
    font-family: 'trebuchet ms', arial;
    color: #526284;

    background: transparent url(images/site-logo.gif) no-repeat;
    height: 35px;
    line-height: 35px;
    margin-left: 20px;
    padding-left: 110px;
}

a img { border: 0; }

/**
 * INDEX
 */
 body#index {
     background: url('images/background.jpg') no-repeat;
 }

#index #menu a ,
#index #menu a:visited ,
#index #menu a:hover
{
    color: #7f8abf;
}
#index #menu li {
  background: url(images/home-roue.gif) no-repeat;
}
#index #signature {
    background: transparent;
}

 #permis {
    margin: 0;
    list-style: none;
    padding-left: 1em;
    padding-top: 5em;
}
#permis li {
    display: block;
    line-height: 120px;
    height: 120px;
}

#intro {
    position: absolute;
    top: 105px;
    left: 190px;

    color: white;
}
#intro img {
    margin-bottom: 5.5em;
}
#intro h1,
#intro h2 {
    padding-left: 80px;
    margin: 0;
    font-family: 'trebuchet ms', georgia, lucida, arial;
}
#intro h2 {
    font-size: 1.1em;
}

/**
 * Formations / Telechargement
 */
.description {
    z-index: 2;
    position: absolute;
    top: 220px;
    left: 270px;

    width: 350px;

    padding: 0;
    margin: 0;
}

.description h1,
.description p {
    padding: 0;
    margin: 0;
    font-family: 'trebuchet ms', lucida, arial;
}
.description h1 {
    font-size: 1.5em;
    margin-top: 0;
}
.description p {
    font-size: .9em;
    color: #526284;
}
#images1 img,
#images2 img {
    clear: both;
    padding: .1em;
}
#images1 {
    z-index: 2;
    position: absolute;
    top: 250px;
    left: 1em;
    width: 100px;
}
#images2 {
    z-index: 2;
    position: absolute;
    width: 100px;
    top: 115px;
    left: 630px;
}
/**
 * Tarifs
 */
 #tarifs h1,
 #tarifs h2,
 #tarifs h3 {
    padding: 0;
    margin: 0;
    font-family: 'trebuchet ms', lucida, arial;
}
#tarifs h1 {
    font-size: 1.5em;
    margin-top: .5em;
}
#tarifs h2 {
    font-size: 1.3em;
    margin-top: .5em;
    color: #526284;
}
#tarifs1 ul, #tarifs2 ul {
    font-family: 'trebuchet ms', lucida, arial;
    font-size: .9em;
    padding: 0;
    margin: 0;
    padding-left: 1em;
}
#tarifs1 {
    z-index: 2;
    position: absolute;
    top : 250px;
    left: 200px;
}
#tarifs2 {
    z-index: 2;
    position: absolute;
    top : 280px;
    left: 550px;
}
/**
 *  Partenaires
 */
.description a,
.description a:hover,
.description a:visited {
    text-decoration: none;
    font-family: 'trebuchet ms', lucida, arial;
    font-size: .9em;
    font-weight: bold;
    color: #7f8abf;
}
/**
 * Contacts
 */
 #contact .description {
    top: 280px;
    left: 280px;
 }
.description table {
    font-family: 'trebuchet ms', lucida, arial;
    font-size: 1.2em;
}
.description table th {
    vertical-align: top;
    text-align: left;
    color: #666;
    white-space: nowrap;
}
.description table td {
    color: #526284;
}
