@import url(navigation.css);
@import url(form.css);


/**************************** body **************************************/
body {
    padding:              0;
    background:           #EEF0FF;
    font:                 12px/16px arial, helvetica, sans-serif;
}





/******************************* container ******************************/
#container {
    position:             relative;
    width:                997px;
    background:           #D6DCFF;
    border-left:          none;
    border-right:         none;
    margin-left:          auto;
    margin-right:         auto;
}



/**************************** header ******************************************/
#header {
    height:               75px;
    background:           url(images/header.gif) no-repeat;
    color:                #ffffff;
}
#header img{
    margin-left:          71px;
    margin-top:           5px;
}
#header h1 {
    margin-top:           -50px;
    margin-left:          175px;
    font-size:            22px;
    font-weight:          normal;
}
#header a:link {
    color:                #ffffff;
    text-decoration:      none;
}
#header a:hover {
    color:                #ffffff;
    text-decoration:      none;
}
#header a:visited {
    color:                #ffffff;
    text-decoration:      none;
}
#header a:active {
    color:                #ffffff;
    text-decoration:      none;
}
#header p {
    margin-top:           -35px;
    margin-left:          350px;
    font-size:            16px;
    text-align:           center;
}
#header #connect {
    position:             absolute;
    top:                  10px;
    margin-left:          850px;
    font-size:            10px;
    color:                #ffffff;
}
#header #connect a {
  color: #FFFFFF;
  text-decoration: underline;
}
#header #connect a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
#header #connect a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#header #connect a:actif {
  color: #FFFFFF;
  text-decoration: underline;
}




/************************** search ******************************/
#search {
    position:             absolute;
    top:                  75px;
    background-image:     url(images/search.jpg);
    background-repeat:    no-repeat;
    background-color;     #D6DCFF;
    height:               151px;
    width:                160px;
}




/*************************** contact *****************************/
#contact {
    position:             absolute;
    bottom:               32px;
    height:               129px;
    width:                19px;
    background-image:     url(images/contact.jpg);
    background-repeat:    no-repeat;
    background-color;     #D6DCFF;
    padding-right:        169px;
    color:                #FFFFFF;
    font-size:            12px;
}

#contact #contenu {
    position:             relative;
    margin-top:           30px;
    margin-left:          10px;
}

#contact #form {
    font-size:            10px;
}

/*********************************** footer *******************************/
#footer {
    position:             relative;
    height:               33px;
    background:           url(images/footer2.gif) no-repeat;
    color:                #FFFFFF;
}
#footer #text {
  position:               absolute; 
  margin-left:            120px;
  bottom:                 5px;
  font-size:              10px;
}




/****************************** content ***************************************/
#content {
    min-height:           461px;
    width:                837px;
    margin-left:          160px;
    background:           url(images/content.gif) no-repeat;
    color:                #FFFFFFF;
    margin-top:           0px;
    /*spécifique à IE : */
    _margin-top:          -11px;
    _height:              461px;
}

