body {
    margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
    font-size: 10px; line-height: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
p {}
b { font-size: 10px; }
a { color: black; }
a:link { text-decoration: none; }
a:visited   { text-decoration: none; }
a:hover   { color: #de6328; text-decoration: none; }
.menu { }
.menu a:link { color: #b4b4b4; text-decoration: none; }
.menu a:hover { color: #de6328; text-decoration: underline; }


#conteneur {
    width:702px;
    height:502px;
    margin: 0 auto;
    margin-top:100px;
    background-image: url(/medias/images/index/kerwan_home2.gif);
    text-align:left;
    
}
#footer {
    width:702px;
    height:20px;
    margin: 0 auto;
    text-align:left;
    letter-spacing:0.01px;
    font-size: 9px;
}


#menu{
    position: absolute;
    height:21px;
    width:652px;
    margin-top: 250px;
    margin-left:25px;
    background-color: #de6328;

}
#menu #presentation a{
  background-repeat:no-repeat;
  background-image: url(/medias/images/index/barre_presentation.gif);
  width:109px;
  height:21px;
  display:block;  
}

#menu #presentation a:hover{
  background-repeat:no-repeat;
  background-image: url(/medias/images/index/barre_presentation-over.gif);
}

#menu #creations a{
  background-repeat:no-repeat;
  background-image: url(/medias/images/index/barre_creations.gif);
  width:109px;
  height:21px;
  display:block;
}
#menu #creations a:hover{
  background-repeat:no-repeat;
  background-image: url(/medias/images/index/barre_creations-over.gif);
}


#dernierescrea{
    position: absolute;
    width:250px;
    margin-left:25px;
    margin-top:25px;
}

#logo{
    position:absolute;
    background-image:url(/medias/images/index/logo_kerwan_big1.gif);
    width:150px;
    height:52px;
    margin-top:198px;
    margin-left:35px;
}

#intro{
    position: absolute;
    width:200px;
    margin-left:477px;
    margin-top:300px;
    text-align: right;
}

#creations_index{
    position: absolute;
    width:290px;
    margin-left:26px;
    margin-top:296px;
    text-align:right
}

#creations_images{
    position: absolute;
    width:350px;
    margin-left:340px;
    margin-top:296px;
}

#creations_images img{ float:left; margin-right:15px }