html, body {
    margin: 0;
    padding: 0;
    background-color: #E1E1E3;
    font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
    text-align: center; /* IE */
}
a { text-decoration: none;}
img { border: none;}
.small { font-size: 0.7em;}
.medium { font-size: 0.75em;}
.italic { font-style: italic}
.center { text-align: center; }
.black { color: #222;}
div.clearboth { clear: both;}

#all {
    position: relative;
    width: 1000px;
    margin: -40px auto 0 auto;
    text-align: left; /* IE */
}
#all #header {
    width: 1000px;
    height: 200px;
    margin-top: 40px;
    background: url("../images/bandeau.png") no-repeat top left;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/bandeau.png", sizingMethod="scale");
}
#all #header #logo {
    float: left;
    margin: 10px 0 0 100px;
}
#all #header #accroche
{
    position: absolute;
    margin:75px 0 0 60px;
}
#all #header #fluxrss
{
    position: absolute;
    margin:55px 0 0 787px;
}
#all #header #navigation {
    float: right;
    margin-top: 20px;
    padding: 0 ;
    list-style: none;
}
#all #header #navigation li {
    float: left;
    text-align: center;
}
#all #header #navigation li a{
    display: block;
    width: 120px;
    height: 21px;
    _height: 28px; /* IE6 height with padding+margin */
    padding-top: 7px;
    background: url("../images/bouton-orange.png") no-repeat top left;
    color: #F8F7F7;
    margin-top: 7px;
    margin-left: 2px;
    font-weight: bold;
    font-size: 14px;
}

#all #header #navigation li a:hover, #all #header #navigation li a:active, #all #header #navigation li a.selected {
    display: block;
    width: 120px;
    height: 44px;
    background: url("../images/bouton-blanc.png") no-repeat top left;
    font-weight: bold;
    color: #868789;
    margin: 0 0 0 2px;
}
/* ---------- SOLUTIONS ---------- */
#solutions {
    background: url("../images/solutions.png") no-repeat top left #000;
    padding: 0;
    width: 1000px;
    height: 350px;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;
}
#solutions h2 {
    font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
    color: #dfdb00;
}
#solutions #bleu, #vert, #orange {
    float: left;
    margin: 60px 0 0 0;
    cursor: pointer;
    top: 0;
}
#solutions #text-solution {
    margin: 50px 0 0 600px;
}
#bandeau {
    width: 1000px;
    height: 40px;
    margin-top: -80px;
    background: url("../images/bandeau-blanc.png") top left no-repeat;
}
/* ---------- CONTENT ---------- */
#content {
    width: 976px;
    /*_width: 970px; /* IE6  with padding */
    background-color: #000;
    color: #ababab;
    font-family: Helvetica, "Trebuchet MS", sans-serif;
    padding: 15px 12px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-border-bottom-left-radius: 10px; /* pour Chrome */
    -webkit-border-bottom-right-radius: 10px; /* pour Chrome */
}
#content h2 {
    color: #F19300;
    font-weight: bold;
    font-family: Geosans, Arial, sans-serif;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0
}
#content p {
    padding: 10px 16px;
    margin: 0 0 10px 0;
    text-align: justify;
}
#content #text ul {
    margin: 0;
}
#content #text ul li {
    margin-top: 6px;
}
#content #text ul li ul li{
    margin-bottom: 0px;
}
#content #fonctionnement {
    float: left;
    margin-bottom: 10px !important;
}
#content #fonctionnement p {
    float: right;
    margin: 0;
    width: 76%;
}
#content #fonctionnement a {
    float: left;
    margin: 40px 0 0 20px;
}
.degrade-top { background: url("../images/degrade-text.png") bottom left repeat-x transparent; }
.degrade-bottom { background: url("../images/degrade-text.png") top left repeat-x transparent; }
#content #actuality {
    float: left;
    width: 460px;
    height: 320px;
    padding: 0 10px;
}
#content #actuality h4 {
    padding: 0;
    margin: 0;
    color: #DFDB00;
    font-weight: bold;
}
#content #recruiting {
    float: right;
    width: 460px;
    padding: 10px;
}
#content #recruiting p{
    padding-left: 0px;
}
#content #recruiting ul li{
    _padding-left: 10px;
}
#content #recruiting b {
    font-weight: normal;
    color: #F19300;
}
#content #recruiting a.bouton {
    background: url("../images/bouton.png") top left no-repeat;
    width: 220px;
    height: 60px;
    padding: 10px 15px 10px 10px;
    color: #fff;
    font-weight: bold;
    margin-left: 120px;
}

#content #content-text  {
    float: right;
    width: 786px;
    min-height: 300px;
    background-color: #FFF;
    color: #868789;
    text-align: justify;
    margin-bottom: 15px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-bottom-left-radius: 10px; /* pour Chrome */
    -webkit-border-bottom-right-radius: 10px; /* pour Chrome */
    -webkit-border-bottom-left-radius: 10px; /* pour Chrome */
    -webkit-border-bottom-right-radius: 10px; /* pour Chrome */
    z-index: 10;
}
#content #content-text span.pl20 {
    padding-left: 20px;
}
#content #content-text a {
    color: #868789;
    text-decoration: underline;
}
#content #content-text b {
    color: #F19300;
    font-weight: normal;
}

#content #content-text a.ensavoirplus {
    float: right;
    font-size: 0.8em;
}
#content #content-text-noonglet {
    float: left;
    width: 930px;
    min-height: 200px;
    background-color: #FFF;
    color: #868789;
    padding: 10px 20px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-bottom-left-radius: 10px; /* pour Chrome */
    -webkit-border-bottom-right-radius: 10px; /* pour Chrome */
    -webkit-border-top-left-radius: 10px; /* pour Chrome */
    -webkit-border-top-right-radius: 10px; /* pour Chrome */
}
#content #content-text h2 {
    color: #0a71b3;
    height: 40px;
    _height: 50px;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
    background: url("../images/bandeau-titre.png") bottom left repeat-x #e6e6e4;
    font-family: "Trebuchet MS", sans-serif;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-border-top-left-radius: 10px; /* pour Chrome */
    -webkit-border-top-right-radius: 10px; /* pour Chrome */
}
#content #content-text span.grey {
    color: #868789;
}
#content #content-text div.cols {
    float: left;
    width: 362px;
    padding: 0 10px 10px 20px;
    font-size: 0.90em;
}
#content #content-text div.cols h3{

}
#content #content-text div label {
    float: left;
    line-height: 24px;
    width: 120px;
    text-align: left;
}
#content #content-text div.nocols {
    display: block;
    float: left;
    width: 740px;
    padding: 0 10px 10px 20px;
    font-size: 0.90em;
}
#content #content-text div.nocols div.actions {
    text-align: right;
    margin-bottom: 20px;
}
#content #content-text div.nocols p {
    display: block;
    float: left;
    padding: 0 10px 10px 20px;
}
#content #content-text ul {
    padding: 0 15px 10px 30px;
    margin: 0;
}
#content #content-text ul.pl60 {
    padding-left: 60px;
}

#content #content-text input[type=text] {
    float: left;
    height: 18px;
    display: inline;
    margin-bottom: 2px;
}
#content #content-text input[type=submit], input[type=reset] {
    background: url("../images/button-form.png") top left no-repeat transparent;
    border: none;
    width: 82px;
    height: 31px;
}
#content #content-text input[type=submit]:hover, input[type=submit]:focus:active, input[type=reset]:hover, input[type=reset]:focus:active {
    background: url("../images/button-form-hover.png") top left no-repeat transparent;
    border: none;
    width: 82px;
    height: 31px;
}
#content #content-text input:focus {
    border: #868789 solid 1px;
    background-color: #d6d6d6;
    height: 20px;
}
#content #content-text textarea:focus {
    border: #868789 solid 1px;
    background-color: #d6d6d6;
}
#content #content-text h3 {
    color: #f19300;
    text-align: left;
    margin-bottom: 10px;
}
#content #content-text-noonglet h3 {
     color: #0A71B3;
    text-align: left;
    _padding-left: 20px;
    padding: 10px 0 10px 20px;
    margin-bottom: 10px;
    border-bottom: #868789 solid 2px;
}
#content #content-text h4 {
    text-align: center;
    _padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 0.9em;
}
#content #content-onglets {
    position: relative;
    float: left;
    width: 190px !important;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0;
    border-radius: 10px;
    -webkit-border-bottom-right-radius: 10px; /* pour Chrome */
}
#content #content-onglets ul {
    position: absolute;
    float: left;
    list-style: none;
    width: 190px;
    padding: 0;
    margin: 60px 0 0 2px;
}
#content #content-onglets li {
    width: 202px;
    height: 34px;
    position: relative;    
}
#content #content-onglets li:hover, #content #content-onglets li.selected {
    position: relative;
    width: 207px;
    height: 34px;
}
#content #content-onglets li a {
    display: block;
    color: #1A161A;
    margin-left: 4px;
    background: url("../images/onglets/onglet.png") top left no-repeat;
    _background: none;
    padding-left: 10px;
    padding-top: 8px;
    width: 207px;
    height: 28px;
    _background: none; /* IE 6 PNG 24 */
    z-index: 9999; /* IE 6 PNG 24 */
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/onglets/onglet.png", sizingMethod="scale"); /* IE 6 PNG 24 */
}
#content #content-onglets li a:hover, #content #content-onglets li a.selected {
    background: url("../images/onglets/onglet-selected.png") top left no-repeat;
    display: block;
    font-weight: bold;
    margin-left: 0px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px ;
    border-radius: 10px ;
    -webkit-border-bottom-right-radius: 10px; /* pour Chrome */
    z-index: 9999; /* IE 6 PNG 24 */
    _background: none; /* IE 6 PNG 24 */
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/onglets/onglet-selected.png", sizingMethod="scale"); /* IE 6 PNG 24 */
}
/* ---------- FOOTER ---------- */
#footer #copyright {
    float: left;
    width: 1000px;
    margin: 10px 0;
    font-size: 0.6em;
    text-align: center;
}
#footer #sitemap {
    float: left;
    width: 1000px;
    padding: 0;
    margin: 0;
    _margin-top: 10px;
    font-size: 0.5em;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-border-bottom-left-radius: 10px; /* pour Chrome */
    -webkit-border-bottom-right-radius: 10px; /* pour Chrome */
}
#footer #sitemap .col-sitemap {
    float: left;
    margin-right: 20px;
    width: 180px;
    color: #1b181c;
}
#footer #sitemap h3, #footer a {
    color: #1b181c;
    font-size: 9px;
    padding: 0;
}
#footer #sitemap ul {
    list-style: none;
    padding: 0 0 0 10px !important;
    margin: 0;
}
#footer a:hover  {
    text-decoration: underline;
    color: #868789;
}
#footer a.selected  {
    font-weight: bold;
    color: #F19300;
}
/* --------- SLIDE --------- */
#slides{
    height:350px;
    width: 1000px;
    overflow:hidden;
}
.slide{ float:left; width: 1000px}
#solutions-menu {
    background-color: #000;
    height:80px;
    text-align: center;
    padding-top: 20px;
}
#solutions-menu ul{
    width: 200px;
    margin: 0 auto;
    padding: 0;
    /*text-align: center;*/
}
#solutions-menu li {
    float: left;
    width:60px;
    display:inline-block !important;
    _display:inline;
    list-style:none;
    height:60px;
    overflow: hidden;
}
#solutions-menu li.inact:hover {
    width: 60px;
    height: 60px;
    background:none no-repeat scroll left top transparent;
}
#solutions-menu li.act,li.act:hover {
    border: #CCC 2px solid;
    width: 60px;
    height: 60px;
}
#solutions-menu li.act a, li.act a:hover {
    cursor:default;
    width: 60px;
    height: 60px;
    background:none no-repeat scroll left top transparent;
}
#solutions-menu li a, #solutions-menu li a.inact {
    display:block;
    width: 60px;
    height: 60px;
    background:none no-repeat scroll right top;
}
#solutions-menu li a:hover, #solutions-menu li a.act {
    background:none no-repeat scroll left top;
}
/* ---------- NEWS DEFILANTES ---------- */
.news { width:440px; margin-top: 10px; font-size: 0.9em;}
.news ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.news .thumbnail { float:left; width:150px; color: #dfdb00; text-align: center;}
.news a {text-decoration: underline; float: right; color: #fff; font-size: 0.7em;}
.info { float:right; width:290px; height: 140px; overflow: hidden; border-bottom: 6px;}
.news .info span.cat { display: block; font-size:10px; color:#808080;}
.clear { clear: both; }






