*/*--------------------------------
|                                  |
|              DIVERS              |
|                                  |
--------------------------------*/

* {
    color:#000000;
    font-family: Arial, Helvetica, sans-serif, trebuchet MS, Verdana;
    font-size:12px;
    margin:0pt;
    padding:0pt;
}

body {
    background:#fff none repeat scroll 0%;
}

table {
    border:0pt none;
    border-collapse: collapse;
}

img {
    border:0pt none;
}

p   {
    text-align:justify;
}

ul  {
    list-style-type: none;
}

label {
    display:inline;
    float:left;
    width:150px;
}

td  {
    vertical-align: top;
}

a   {
    text-decoration:none;
}

hr  {
    border:0pt none;
    clear:both;
    height:0pt;
    visibility:hidden;
}

h1      {
        color: #1353A0;
        border-bottom: 1px solid #8ABAFF;
        font-size: 15px;
        font-weight: bolder;
        letter-spacing: 2px;
        margin: 0 0 1em 0;
        padding: 0 0 3px 0;
}

/*--------------------------------
|                                  |
|              MAIN                |
|                                  |
--------------------------------*/

#Main {
    background-color:#FFFFFF;
    height:auto;
    width: 800px;
    padding: 0 20px 0 20px; 
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------
|                                  |
|              MENU HAUT           |
|                                  |
--------------------------------*/

#Menuhaut {
    position: absolute;
    top: 36px;
    margin: 0 0 0 265px;
    padding-bottom: 3px;
    border-bottom: 1px solid #8ABAFF;
    text-align: left;
}

#MenuPrincipal ul {
    text-align: center;
    width: 100%;
    margin: 0 0 4px 0;
}

#MenuPrincipal li {
    display: inline;
    color: #1353A0;
    font-size: 13px;
    font-weight: bolder;
    padding: 0 20px 0 0;
}

#Menuhaut .ico {
    display: inline;
    padding: 0 5px 0 0;
}

#Menuhaut a {
    color: #1353A0;
    font-size: 13px;
    font-weight: bolder;
}

#Menuhaut a:hover {
    color: #FF9515;
}

/*--------------------------------
|                                  |
|              MENU PRODUCTS       |
|                                  |
--------------------------------*/

#MenuProducts {
    border: 1px solid #8ABAFF;
    width: 150px;
    background-color: #fff;
    position: absolute;
    top: 18px;
    left: 53px;
}

#MenuProducts li {
    padding: 3px 10px;
}

/*--------------------------------
|                                  |
|              MENU COMPANY        |
|                                  |
--------------------------------*/

#MenuCompany {
    border: 1px solid #8ABAFF;
    width: 150px;
    background-color: #fff;
    position: absolute;
    top: 18px;
    left: 131px;
}

#MenuCompany li {
    padding: 3px 10px;
}

/*--------------------------------
|                                  |
|              MENU SUPPORT        |
|                                  |
--------------------------------*/

#MenuSupport {
    border: 1px solid #8ABAFF;
    width: 150px;
    background-color: #fff;
    position: absolute;
    top: 18px;
    left: 270px;
}

#MenuSupport li {
    padding: 3px 10px;
}

/*--------------------------------
|                                  |
|              MENU RESOURCES      |
|                                  |
--------------------------------*/

#MenuResources {
    border: 1px solid #8ABAFF;
    width: 180px;
    background-color: #fff;
    position: absolute;
    top: 18px;
    left: 373px;
}

#MenuResources li {
    padding: 3px 10px;
}




/*--------------------------------
|                                  |
|              MENU BAS            |
|                                  |
--------------------------------*/
    
#MenuBas {
    margin-top: 15px;
    padding-bottom: 3px;
    text-align: center;
}

#MenuBas ul {
    border-bottom: solid 1px #1353A0;
    margin: 0 0 5px 0;
}

#MenuBas li {
    display: inline;
    padding: 1em 2.2em;
}

#MenuBas a {
    color: #1353A0;
    font-size: small;
    font-weight: bolder;
}

#MenuBas h2 {
    width: 100%;
    text-align: center;
    color: #1353A0;
    font-size: smaller;
    font-weight: bolder;
}
