/*
 * LAYOUT.CSS (Design and layout goes here)
 *
 * version: 0.1
 * media: screen
 *
 * * */
/*@import "stylesheet.css";*/

@charset "UTF-8";

/*************************************/
/* reset all browser default styling */
/*************************************/
/*@import "reset-min.css";*/



/***************************************************************/
/* import example.css for default styling of content elements  */
/***************************************************************/
/*@import "example.css" all;*/
/*
body {
  background: #494949 url(../images/bg.gif) top left repeat-x;
     margin: 0 auto; 
  }
html {
  background:#494949;
  }
*/

  
  
html  { 
    margin: 0 auto; 
    /*padding: 0; 
    color: white; */
    background: #F5F4EF;
}

body  {
   margin: 0 auto; 
   background: #494949 /*url(../images/arriere_plan/barrevert.png) top left repeat-x*/;
   /*padding: 0;
   background-image: url("../images/atb1.jpg");
    background-repeat: no-repeat;
    background-position: top left;  */
   }

#background{
   /* background: url("../images/noisy-black.jpg") repeat-x scroll 0 0 #F9F9F9;
    border-top: 2px solid #FFFFFF;
    position: relative;*/
      background-color: #333333;
    background-image: url("../images/noisy-black.jpg");
    background-position: 0 0;
    background-repeat: repeat;
    height: 100%;
    overflow-y: scroll;
}
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

.bg{
    background-color: #333333;
    background-image: url("../images/noisy-black.jpg");

}
.clear{
  clear:both;
}
.indent{
	margin-left:15px;
}

/* * * * * *  Balises html5  * * * * * */
section,
article,
entete,
footer,
nav,
aside,
hgroup             { display: block; }

  /* Main Nav */
 #entete nav {
    background-color: #000305;
   font-size: 1.143em;
    height: 40px;
    line-height: 30px;
   /* margin: 0 auto 2em auto;*/
    padding: 0;
  
    text-align: center;
   width: 960px;
    
 /*   border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    
}
  
  .ui-widget-content {
    border: 1px solid rgb(221, 221, 221);
    background: none;
    color: rgb(51, 51, 51);
}
.ui-widget-header {
    border: none;
    background:none;
    font-weight: bold;
}
  #entete nav ul {list-style: none; margin: 0 auto; }
  #entete nav li {float: left; display: inline; margin: 0;}
  
  #entete nav a:link, #entete nav a:visited {
/*    color: #fff;*/
    display: inline-block;
    height: 30px;
    padding: 5px 1.5em;
    text-decoration: none;
  }
  #entete nav a:hover, #entete nav a:active,
  #entete nav .active a:link, #entete nav .active a:visited {
   /* background: #C74451;*/
    color: #fff;
    text-shadow: none !important;
  }
  
  #entete nav li:first-child a {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
  }
/* * * * * *  layout  * * * * * */

.align-justify{
  text-align:justify;
}
#contenu{
  float : left;
  width :650px;
}
#contenuPrincipal{
  overflow : hidden;
  padding :30px;
}


#contenuPrincipal li{
    list-style-position: outside;
   /* list-style-type: disc;*/
    margin-left: 2em;
    }
div#breadcrumb {
    font-size: 90%;
    margin-left: 26px;
    position: relative;
    top: 16px;
}
div#breadcrumb span {
    font-weight: bold;
}

#wrapper           { 
      width: 960px;
      margin: 0 auto;
      /* border: solid 8px #e1e1e1; 
      border-bottom: none; 
      color: black; */
      background: white;
  min-height: 660px;}
#wrapper:after     { display: block; clear: both; content: " "; }
#entete            { position: relative; width: 100%; /*height: 150px;*/ }
#content {
     display: inline; 
     float: left; 
     width: 619px; 
     margin: 0 0 15px 30px; 
    /*background-image: url("../images/arriere_plan/divers2_small.png");*/
    background-repeat: no-repeat;
    background-position: top right;
}
#sidebar           { display: inline; float: right; width: 245px; margin: 12px 30px 15px 0; }



 body.unecolonne section#contenu,
 body.unecolonne aside#sidebar,
  body.unecolonne nav.menu {
  display:none;
  }
body.unecolonne section#contenuAccueil {
  width:920px;
  float:left;
  padding: 10px;
  margin-top:15px;
  /*position:relative;*/
  }
  
body.unecolonne section#carrousselAccueil {
  width:600px;
  float:left;
  padding:10px;
  }

body.unecolonne section#alaune {
  width:320px;
  float:right;
  padding:10px;
  }  
  
body.unecolonne section#accroche {
  clear : both;
  width:920px;
  float:left;
  padding:10px;
  }    
  /*
body.hideRightAndLeftColumn div#contentWrap, body.hideLeftColumn div#contentWrap {
  background-image:none;
  background:#fff;
  */
  }

/* * * * * *  ENTETES   * * * * * */

/* * * * * *  logo  * * * * * */
#entete .logo                      {  }
#entete .logo h1                   { position: absolute; top: 5px; left: 34px; margin: 0; }
#entete .logo a:focus              { background-color: transparent; }
#entete .logo h2                   { position: absolute; top: 70px; left: 350px; margin: 0; font-size: 1.25em; color: #aaa; }
#entete .logo a img                { width: 860px; border: none; }


/* * * * * *  footer  * * * * * */
/*#footer                            { width: 100%; font-size: 0.916em; color: #d5d5d5; background: url(../images/footer_rep.gif) 0 0 repeat-x; }
#footer .width                     { position: relative; width: 976px; margin: 0 auto; background: url(../images/footer.png) 0 0 no-repeat; }
#footer a                          { color: #d5d5d5; }
#footer p                          { margin: 0; }
#footer p small                    { font-size: 1em; }
#footer p.copyright                { display: inline; margin: 35px 0 10px 8px; float: left; }
#footer p.HTML5                      { display: inline; margin: 35px 8px 10px 0; float: right; }
*/
#footer {
  clear:both;
  color:#646464;
  text-align:center;
  /*background:url(../images/bg_footer.jpg) top center no-repeat;
  background: #000000; */
  /*  background-image: url("../images/arriere_plan/bande_gauche.png");*/
  }

div#footer .footerFrame,
div#footer .footerFrame-last {
  float:left;
  width: 200px;
  margin: 0 0 0 20px;
  }
div#footer .footerFrame-last {
  width: 410px;
  }
div#footer .footerFrame h4 { 
  margin: 0 0 1em 0;
  }
div#footer #licensebadge {
  margin-top: 3px;
  opacity: 0.3;
  }
  
 .like{
	width:80px;
	overflow:hidden;
	float:left;
 }

/* * * * *  linkbuilding links  * * * * * */
#linkbuilding                      { clear: both; }
#linkbuilding ul                   { margin: 0; padding: 1em 1em 2em; color: #aaa; text-align: center; }
#linkbuilding ul li                { display: inline; margin: 0 3px; padding: 0; background: none; }
#linkbuilding ul li a              { color: #aaa; text-decoration: none; }
#linkbuilding ul li a:hover        { text-decoration: underline; }


/* * * * * *  main menu  * * * * * */
#mainMenu                          { position: absolute; bottom: 0; left: 0; width: 100%; background: #e5e5e5 url(../images/mmenu_rep.gif) 0 0 repeat-x; }
#mainMenu ul                       { margin: 0; padding: 2px 0 0 29px; }
#mainMenu ul li                    { display: inline; float: left; padding: 0; font-weight: bold; background: none; }
#mainMenu ul li a                  { float: left; text-decoration: none; color: #595959; }
#mainMenu ul li a span             { float: left; padding: 11px 17px 7px; }
#mainMenu ul li a:hover,
#mainMenu ul li a:focus,
#mainMenu ul li.active a           { color: black; background: #fdfdfd url(../images/mmenu_left.gif) 0 0 no-repeat; }
#mainMenu ul li a:hover span,
#mainMenu ul li a:focus span,
#mainMenu ul li.active a span      { background: url(../images/mmenu_right.gif) 100% 0 no-repeat; }

/* * * * * *  search form  * * * * * */
#entete form                       { position: absolute; bottom: 6px; right: 10px; top:160px; }
#entete form fieldset              { margin: 0; padding: 0; border: none; background: none; /*width:200px;*/}
#entete form fieldset legend       { display: none; }
#entete form fieldset input.text   { /*11.333em; padding: 5px 5px 4px 35px;*/ color: #8A8A8A; /*background: white url(../images/search.gif) 0 no-repeat;*/ }
#entete form fieldset input.submit { border:0 none; padding: 0; margin:0; background:url(../images/bg_searchButton.gif); }
/*#entete form fieldset input.submit { width: 6.4166em; height: 2.166em; padding: 0; margin-left: 2px; background:url(../images/search-bg.gif) }*/
#entete form fieldset input, #entete form fieldset textarea{
  /*margin-top: 3px;*/
}

div#breadcrumb {
  position:relative;
  margin-left:26px;
  top:16px;
  font-size:90%;
  }
div#breadcrumb span {
  font-weight:bold;
  margin:0 4px;  
  }
div#breadcrumb a {
  color: #5d5d5d;
  margin:0 4px;
  }

/* * * * * * * * * * * * * * * * * * * * */
/* * * * * *  SIDEBAR THINGS   * * * * * */
/* * * * * * * * * * * * * * * * * * * * */

#sidebar h1                        
{ font-size: 1.8em; 
  margin: 20px 0 5px; 
 /* padding-bottom: 8px;
  background: url(../images/col_h2.gif) 0 100% no-repeat #FFBD4F ; 
padding:10px;*/}
#sidebar p.banner                  { margin: 17px 0; text-align: center; }

.sidebarContentSection{
   /* background: none repeat scroll 0 0 #F2F2F2;*/
    border-color: -moz-use-text-color #CFCECF #CFCECF;
    border-style: none solid solid;
    border-width: medium 0px 0px;
    font-size: 90%;
    /*padding: 0 10px 10px;*/
  }
  
.csc-default p.bodytext,
h1.csc-firstHeader{
  margin-left: 10px;
  margin-right:10px;
}
.csc-header .csc-header-n1{
    padding: 0 10px 0 10px;
}

/* * * * * *  nav menu  * * * * * */
.sousMenu                           {  }
.sousMenu ul                        { margin: 0; }
.sousMenu ul li                     { padding: 0; background: none; }
.sousMenu ul li a                   { display: block; padding: 5px 15px 5px; text-decoration: none; font-weight: bold; border-bottom: solid 1px white;
                                     color: #333; background: #eee; }
.sousMenu ul li ul li a             { padding-left: 40px; font-weight: normal; background-position: 28px 10px; }
.sousMenu ul li a:hover             { background-color: #ddd; }



/* * * * * * * * * * * * * * * * * * * * * * */
/* * * * * *  MAIN CONTENT THINGS  * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * */

/* * * * * *  floats  * * * * * */
.floatBoxes                        { width: 100%; margin: 2em 0; }
.floatBoxes:after                  { display: block; clear: both; content: " "; }
.floatBoxes article                { display: inline; float: left; width: 88px; margin: 10px 20px 5px 10px; background: #eee; }
.floatBoxes article.last           { margin-right: 0; }
.floatBoxes article a              { 
  display: block; 
  padding: 100px 10px 10px; 
  color: black; 
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out 0s;
    background-color: #EEEEEE;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer;
    font-family: Helvetica,sans-serif;
    height: 100px;
    margin: 0 2px;
    padding: 13px 10px;
    width: 88px; 
  }
.floatBoxes article a:hover        { background: #ddd; }
.floatBoxes article a h1           { margin: 0 0 10px; font-size: 1.166em; font-weight: bold; text-align: center; }
.floatBoxes article a p            { margin: 0; }


/* * * * * *  news list  * * * * * */
.newsList article h1               { margin: 12px 0 3px; font-size: 1.166em; font-weight: bold; }
.newsList article p                { margin-top: 0; }

.floatBoxes h1,
.newsList h1                       { font-size: 1.5em; }


#searchBox{
float :right;
}
div#searchBox input.inputText {
    width: 100px;
}
/*
div#searchBox {
 background: url("../images/bg_searchInput.gif") no-repeat scroll 0 0 transparent;
    height: 21px;
    left: 10px;
    margin-left: 8px;
    position: relative;
    top: 189px;
    width: 168px;
}
div#searchBox input#inputText {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #515151;
    float: left;
    margin: 2px 0 0 20px;
    padding: 1px 0 2px 4px;
    width: 110px;
}
div#searchBox input.inputButton {
    cursor: pointer;
    float: right;
    margin: 3px 4px 0 0;
}
div#searchBox legend {
    display: none;
}
*/
/********************************/
/* INDEXED_SEARCH - BASIC STYLING */
/********************************/
.tx-indexedsearch .tx-indexedsearch-browsebox li { 
  display:inline; 
  margin-right:5px;
  }
.tx-indexedsearch-redMarkup {
  font-weight: bold;
  }
.tx-indexedsearch .tx-indexedsearch-title {
  background: #e5e5e5; 
  padding: 1px 5px;
  }
div.tx-indexedsearch-res dt, div.tx-indexedsearch-res dt {
  float:left;
  }
dl.tx-indexedsearch-info {
  font-size:80%;
  color: #999;
  text-transform:uppercase;
  line-height:1.4em;
  }
dt.item-crdate, dt.item-mtime, dt.item-path {
  font-weight:bold;
  }
div.tx-indexedsearch-res {
  margin-bottom:2em;
  }
.tx-indexedsearch td {
  padding:2px;
  }
.tx-indexedsearch .tx-indexedsearch-searchbox {
  }
input#tx-indexedsearch-searchbox-sword {
  width:250px;
  }
.tx-indexedsearch select {
  width:156px;
  }
.tx-indexedsearch label {
  display:block;
  margin-top:1em;
  text-transform:uppercase;
  font-size:90%;
  }
.tx-indexedsearch legend {
  display:none;
  }
.tx-indexedsearch-search-submit {
  padding:1em 0;
  }


/***************************/
/* TT_NEWS - BASIC STYLING */
/***************************/
.news-latest-item h3, .news-latest-item p {
  margin-bottom: 0;
  }
.news-list-subheader p {
  display:inline;
  }
.news-list-item {
  padding: .4em 0 1em;
  clear:both;
  }
.news-list-container img {
  float:left;
  margin: 0 10px 10px 0;
  }
.news-single-img {
  float:left;
  margin: 0 10px 10px 0;
  }
.news-list-category {
  font-size: 90%;
  }
.news-latest-item h3, .news-latest-item p {
    margin-bottom: 0;
    margin-top: 0;
}
.news-list-subheader p {
    display: inline;
}
.news-list-item {
    clear: both;
    padding: 0.4em 0 1em;
}
.news-list-container img {
    float: left;
    margin: 0 10px 10px 0;
}
.news-single-img {
    float: left;
    margin: 0 10px 10px 0;
}
.news-list-category {
    font-size: 90%;
}
.info .news-latest-container{
  margin : 15px 0;
  background: none repeat scroll 0 0 #F2F2F2;
}

#social-icons {
width: 1000px;
margin: 0 auto;
height: 100px;
background: #000000;
}

#social-icons  a {
float: left;
font-size: 11px;
color: #596374;
width: 82px;
text-align: center;
height: 100px;
font-size: 12px;
}

#social-icons a span {
background-color: #333333;
height: 21px;
width: 21px;
display: block;
opacity: 0.7;
filter: Alpha(opacity=50);
}

#footerMenu a{

font-size: 11px;
color: #596374;
border-right: 1px solid #171B22;
width: 182px;
text-align: center;
  margin:5px;
padding-right:10px;
}

.video-container { 
   position: relative; /* keeps the aspect ratio */ 
   padding-bottom: 56.25%; /* fine tunes the video positioning */ 
   padding-top: 60px; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute; 
  top: 0; 
  left: 0; 
/*  width: 100%; 
  height: 100%; */
}
