/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, FreeSans, sans-serif; 
    font-size: .8em; /* À adapter pour la police choisie. (3) */
    line-height: 1.4; /* À adapter au design. (4) */
    color: black;
    background-color:#ececed;
}
a img, img {
    border: none;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font: normal 1.7em Arial, Verdana, sans;
    color: #af9f72;
    margin: 0.5em 0 .5em 0;

}
h4 {
    font-size: 1em;
}



/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
}
a:link {
    color: mediumblue;
}
a:visited {
    color: indigo;
}
a:hover, a:focus, a:active {
    color: crimson;
}


/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

/* Positionnement */
#wrapper {
    width:979px;
    margin: 15px auto 30px auto;
    background:url(assets/images/design/fd_wrapper.png) top repeat-y;
    position: relative;
}

#wrapper_sansmilieu {
    width:979px;
    margin: 15px auto 30px auto;
    background:url(assets/images/design/fd_wrapper_sansmilieu.png) top repeat-y;
    position: relative;
}

#inner {
    width:900px;
    margin-left:40px;
    $margin-left:0;
}

#tetiere {
  width: 900px;
  }
  
#colonne {
  float: left;
  width: 230px;
  margin: 30px 40px 0 20px;
  text-align:left;

  }
  
#content {
  float:left;
  width: 520px;
  margin:0 50px 0 40px;
  text-align:justify;
  }
  
  #content_centre {
  float:left;
  width: 520px;
  margin:0 50px 0 190px;
  text-align:justify;
  }
  
  #content_centre_menucanin {
  float:left;
  width: 520 px;
  margin:0 0 0 171px;
  text-align:justify;
  display: inline;
  }


#footer {
  clear:both;
  position:relative;
  bottom:-20px;
  color:#3F3F3F;
  font: normal 0.8em Arial, Verdana, sans;
  margin-bottom:20px;
  background-color:#ececed;
  }
  
#footer a{
color:#000;
}

  
/* **************** menu haut    ******************************************************/
#tetiere ul {
background-color:#FFFFFF;
padding: 5px 0 0 0;
margin: -1px 0 0 0;
}
#tetiere li {
display:block; 
float:left;
width:128px;
height:30px;
$height:40px;
padding-top:10px;
list-style-type: none;
}
#tetiere li a {
color:#FFFFFF;
text-decoration:none;
font: normal 1.25em Arial, Helvetica, sans-serif;
}
#tetiere li a:hover {
color:#FFFFFF;
text-decoration:underline;
}
#tetiere #inner_li {
margin-top:-10px;
}
#tetiere #inner_li a {
display:block;
margin:2px 0;
$margin:-3px;
padding:0;
color:#FFFFFF;
text-decoration:none;
font: normal 0.9em Arial, Helvetica, sans-serif;
}
#tetiere #inner_li a:hover {
text-decoration:underline
}
#tetiere #inner_li hr {
color:#FFFFFF;
height:1px;
margin:0;
padding:0;
}

/* **************** sous menu canin    ******************************************************/
#sousmenu_canin {
position:absolute;
top:251px;
$top: 254px;
left:210px;
width: 800px;
}
#sousmenu_canin ul {
margin:0;
padding:0;
}
#sousmenu_canin li  {
display:block; 
float:left;
width:138px;
height:20px;
$height:20px;
padding-top:5px;
list-style-type: none;
background-color:#f9c900;
text-align:center;
margin:10px 1px;
}
#sousmenu_canin li a {
color:#FFFFFF;
text-decoration:none;
font: normal 1.1em Arial, Helvetica, sans-serif;
}
#sousmenu_canin li a:hover {
text-decoration:underline;
}

/* **************** styles divers    ******************************************************/
.actus {
font:bold 1.5em Arial, Verdana, sans;
margin:0;
padding:0;
}
h1.actus {
    font: normal 1.7em Arial, Verdana, sans;
    color: #FB8100;
    margin: 0.5em 0 .5em 0;
}


#content hr {
color:#000;
height:1px;
margin:0;
padding:0;
clear:both;
}
