/* 
    Document   : pre-home.css
    Created on : 13 juil. 2010, 09:22:04
    Author     : Simon GATARD
    Description:
        feuille de style pour la pre-home
*/

*{
    margin:0;
    padding:0;
    font-family: Arial;
}

body{
    background: #CE1515;
    margin:0;
}

.spacer{
    display:block;
    clear:both;
    float:none;
}

div#general{
    width:990px;
    margin:0 auto;
}

/* Logo */
div#logo{
    background:url(../img_new/logo-prehome.gif) no-repeat top left;
    width:828px;
    height:164px;
    text-indent: -3000px;
    margin:150px auto 95px auto;
}

/* choix des langues */
ul#menu_langues{
    display:block;
    width:220px;
    margin:0 auto;
    list-style: none;
    position:relative;
    right:15px;
}

ul#menu_langues li{
    display: block;
    height:23px;
}

ul#menu_langues li a{
    display:block;
    text-indent: -3000px;
    border-top:3px solid #970B03;
    height:23px;
}

ul#menu_langues li a:hover{
    border-top:3px solid #ffffff;
}

ul#menu_langues li#bt_fr{
    width:73px;
    float:left;
    background:url(../img_new/pre-home_bt-fr.gif) no-repeat bottom left;
}

ul#menu_langues li#bt_eng{
    width:64px;
    float:right;
    background:url(../img_new/pre-home_bt-eng.gif) no-repeat bottom left;
}

h1{
    color:#ffffff;
    font-size:10px;
    margin:270px 0 0 0;
    padding:5px 10px 0 10px;
    border-top:2px solid #970b03;
    text-align: center;
}

*+html h1{
    margin:162px 0 0 0;
}

.footer{
    color:#ffffff;
    font-size:10px;
    text-align: center;
}

/* texte pour le référencement */

div#texte_referencement{
    margin:245px auto 0 auto;
    color:#ffffff;
    font-size: 10px;
    width:828px;
}

div#colonne_gauche{
    width:400px;
    float:left;
    text-align: justify;
}

div#colonne_droite{
    width:400px;
    float:right;
    text-align: justify;
}

div#texte_referencement a{
    color:#ffffff;
    text-decoration: none;
}
