@charset "UTF-8";

.tabs:after, .pills:after {
    clear: both;
}

.tabs:before, .pills:before, .tabs:after, .pills:after {
    content: "";
    display: table;
}

.tabs:before, .pills:before, .tabs:after, .pills:after {
    content: "";
    display: table;
}

.tabs, .pills {
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}

.tabs > li, .pills > li {
    float: left;
    text-align: center;
    width: 48%;
}
ol li, ul li {
    margin: 0.4em 0 0.4em 0.5em;
}

li {
    color: #808080;
    line-height: 18px;
}

.tabs > li > a, .pills > li > a {
    display: block;
}
.pills a {
    border-radius: 15px 15px 15px 15px;
    line-height: 30px;
    margin: 5px 3px 5px 0;
    padding: 0 15px;
    text-shadow: 0 1px 1px #FFFFFF;
}
a:link, a:visited {
    text-decoration: none;
}
.pills a:hover {
    background: none repeat scroll 0 0 #808080;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transition: all 0.1s linear 0s;
    background-color: #E6E6E6;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #FFFFFF 25%, #E6E6E6);
    background-repeat: no-repeat;
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    font-size: 13px;
}
.btn:hover {
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
}
.btn:focus {
    outline: 1px dotted #666666;
}
#job
{
  margin: 0 0;
  width: 100%;
}

#job hgroup
{
  margin-bottom: 24px;
  display: block;
}

#job .content
{
  padding: 0 46px;
}

#job .content h2,
#job .content h3,
#job .content h4
{
  margin: 25px 0 5px;
}

#job .content ul
 {
   list-style-type: disc;
   margin-left: 45px;
 }

#job .content li
{
  list-style-position: outside;
}

#job .up
{
  padding-top:  5px;
  text-align: right;
  border-bottom: 1px solid #ababab;
}

#job .up a
{
  font-size: 12px;
  font-style: italic;
  color: #707070;
  text-decoration: none;
}

#job .metier .box-content
{
  text-align: center;
}

#metier1, #metier2, #metier3, #metier4, #metier5, #metier6, #produit1, #produit2
{
  width: 50%;
  float: left;
}

#metier1, #metier2, #metier4, #metier5, #metier6, #produit1, #produit2
{
  opacity:0.8;
}

#metier1:hover, #metier2:hover, #metier3:hover, #metier4:hover, #metier5:hover, #metier6:hover
{
  opacity: 1;
}

#metier1 .box-content, #metier2 .box-content, #metier3 .box-content, #metier4 .box-content, #metier5 .box-content, #metier6 .box-content
{
  height: 90px;
}

#job .image_box
{
  width: 33%;
  float: left;
}

#job .image_box img
{
  width: 100%;
}

#nav-page
 {
   width: 750px;
   float: right;
 }

 #nav-menu
 {
   width: 185px;
   float: left;
   padding-right: 30px;
 }

#nav #nav-menu
{
  position: fixed;
  border-right: solid 1px #CCCCCC;
  margin-top: 20px;
}

#nav #nav-menu h1,
#nav #nav-menu h2,
#nav #nav-menu h3
{
  font-size: 15px;
  font-weight: normal;
}

#nav #nav-menu h1 a
{
  color: #7bb951;
  font-size: 15px;
  font-weight: bold;
}

#nav #nav-menu a:hover
{
  text-decoration: underline;
}

#nav #nav-menu h2 a
{
  margin-left: 10px;
  color: #707070;
}

#nav #nav-menu h1,
#nav #nav-menu h2,
#nav #nav-menu h3
{
  margin-bottom: 10px;
}


