/* 
    Document   : header
    Created on : Mar 26, 2010, 9:39:53 AM
    Author     : flavien
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html {
   
}

* {
    margin:0;
    padding:0;
}

img {
    border:0;
}

body {
    text-align:center;
    background-image:url(../images/body-bottom-background.png);
    background-position: 0% 100%;
    background-repeat: repeat-x;
    background-color:#FCFCFC;
    font-size:14px;
}

#main-content {
    text-align:left;
    width:1000px;
    margin:auto;
    color:#333;
    font-family:"Trebuchet MS",Verdana;
    
}

#centrer_site{
position:absolute;
left:50%;
margin-left:-500px;
width:1000px;
height:100%;
}
/*---------Liens--------*/
a,a:hover,a:visited {
    text-decoration:none;
    font-size:14px;
    color:#333;
}

a:hover {
    color:#6289b5;
    text-decoration:underline;
}
/*---------Header---------*/
#header {
    width:100%;
    margin-bottom:5px;
}

#header #logo {
    position:absolute;
    width:340px;
    height:150px;
    background-image:url(../images/logo-head.png);
    background-repeat:no-repeat;
}
#header hr {
    margin-bottom:5px;
}

#header a {
    margin-left:12px;
}

/*-------Liens langue--------*/
#header #menu-lang {
    float:right;
    width:70px;
    height:22px;
    background-color:#EFEFEF;
    text-align:center;
    padding-top:2px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top:10px;
}

#header #menu-lang a{
    margin:0;
}

/*--------Titre--------*/
#header #title {
    height:100px;
    float:right;
    margin-top:50px;
}




