/* 
    Document   : nexus
    Created on : 05-févr.-2010, 11:27:03
    Author     : utilisateur
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

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

body {background-color: #002E62; font-family: "Trebuchet MS", sans-serif;}


h1 {color:#012D64; text-align: center; padding-bottom: 10px;}
h2 {color:#013F8A; text-align: center}
h3 {color:#0250B0; font-size: 14px;}
h4 {color:#F36630; padding: 10px 0 10px 15px; font-size: 18px;}
h5 {color:#F2A830; clear: both; text-align: center; border-top: #6E6E6E solid 1px; font-size: 16px;}
h4+h5 {border-top: none;}
h6 {color:#DEBF50;}

/* IDs */

#wrapper {width: 768px; background-color: white; margin: auto; padding: 10px; margin-top: 15px; margin-bottom: 15px; border: 3px solid black;}

#header {padding-top: 15px; padding-bottom: 20px; border-bottom: 3px #6E6E6E solid; margin-bottom: 15px;}
    #header p {text-align: center; font-family: arial, "Trebuchet MS", sans-serif;}

#content ul li {margin-left: 30px; list-style-type: circle;}

#footer {text-align: center; background-color: #919191; clear: both;}

/* Classes */

.left, .right {width: 300px; margin: 10px 5px 10px 5px;}

.left {float:left; clear: left;}

.right {float: right;}

.titre {font-weight: bolder;}

