/* CSS Document */
/*-------------------  Layout  --------------------*/
body{
   background:url(img_brown/bgv2.jpg) repeat-x center top #000;
}
#header {
   background: url(img_brown/bandeau-1-n6.png) repeat-x;
   -pie-background: url(squelettes/img_brown/bandeau-1-n6.png) repeat-x;
  behavior: url(/PIE.htc);
}
#leftside{
  background: url(img_brown/bar-left2.png) repeat-y;
  -pie-background: url(squelettes/img_brown/bar-left2.png) repeat-y;
  behavior: url(/PIE.htc);
}
#sidebar_content .nav a:hover{
  background-color: rgb(240,240,240);
  color: black;
}
#sidebar_content a{
  color:#FFF;
}
#breves {
   background: #ae320c;
   background-image: -webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0.18, rgb(94,120,194)),
    color-stop(1, rgb(108,166,237))
   );
   background-image: -moz-linear-gradient(
    left center,
    rgb(94,120,194) 18%,
    rgb(108,166,237) 100%
   );
   -pie-background: linear-gradient(left center,rgb(94,120,194), rgb(108,166,237));
}
#breve_cont{
  background-color: #b5ddfd;
  border: 1px solid #d4e7fd;
  border-right-width:0px;
}
#sites_cont{
  background-color: #374b72;
  border: 1px solid #003f5f;
  border-right-width:0px;
}
#une_breve{
  color: black;
  border-bottom: 1px dashed #767676;
}
#a_site{
  color: white;
  border-bottom: 1px dashed white;
}
#bottom_breve{
  color:#767676;
}
#end {
   color: white;
   background-color: #292929; 
   border:1.5px solid black;
}
#end a{
  color: white;
}
#title h1{
   color:#FFFFFF;
}
#content_text blockquote{
  border:1px solid rgb(125,153,184);
  background-color: rgb(245,245,245);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1, rgb(245,245,245)),
    color-stop(0, rgb(161,161,161))
  );
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(161,161,161) 10%,
    rgb(245,245,245) 90%
  );
  -pie-background: linear-gradient(center bottom,rgb(161,161,161),  rgb(245,245,245));
  behavior:url(/PIE.htc)
}


