body {
  background-color: #E1E4D3;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#haut {
  background-color: #1D2518;
  border-bottom: 6px solid #89AA16;
  height: 67px;
}
#bandeau {
  width: 1000px;
  height: 67px;
  margin: 0px auto;
  background: url('../images/site/bandeau_bg.gif') bottom repeat-x;
  position: relative;
}
#menu, #sous-menu {
  padding: 0px;
  margin: 0px;
}
#menu {
  font-size: 125%;
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-weight: bold;
}
#sous-menu ul {
  font-size: 110%;
  margin: 0px;
  padding-top: 2px;
}
#menu li {
  display: inline;
  padding: 5px 14px 0px 14px;
}
#sous-menu li {
  display: inline;
  margin: 0px;
  padding: 3px 12px;
  background-color: #89AA16;
  border: 1px solid #FFFFFF;
  background-image: url('../images/site/sous-menu_arrondi.gif');
  background-position: bottom right;
  background-repeat: no-repeat;
}
#menu li a, #sous-menu li a {
  color: White;
  text-decoration: none;
}
#menu li.selected, #menu li:hover {
  background-color: #89AA16;
  background-image: url('../images/site/bandeau_arrondi_menu.gif');
  background-position: top right;
  background-repeat: no-repeat;
}
#sous-menu li.selected {
  font-weight: bold;
  border-top: 2px solid #89AA16;
}
#sous-menu li:hover {
  border-top: 2px solid #89AA16;
}
#newsletter {
  position: absolute;
  top: 12px;
  right: 0px;
  color: White;
  font-size: 85%;
}
#newsletter input {
  font-size: 85%;
}
#logo {
  padding: 3px 0px 0px 0px;
  height: 57px;
  background-color: #89AA16;
  background-image: url('../images/site/bandeau_arrondi.gif');
  background-position: top right;
  background-repeat: no-repeat;
  width: 277px;
  position: absolute;
  bottom: 0px;
  left: 90px;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}
#logo_h1 {
  font-size: 140%;
  color: White;
  letter-spacing: 2px;
}
#logo a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
#logo a span {
  color: #FFFFFF;
  line-height: 1;
}
#logo-meilleursreseaux {
  position: absolute;
  bottom: 0px;
  left: 15px;
}
#logo-meilleursreseaux img {
  height: 60px;
}
iframe {
  /* Evite que fb-like génère active le scroll vertical (et vertical !) */
  /*width: 69px;
  height: 100px;*/
}
 
#bas {
  background-color: #E1E4D3;
  position:relative;
  background-image: url('../images/site/bg.jpg');
  background-repeat: repeat-x;
  background-position: center top;
}
#page {
  width: 1000px;
  margin: 0px auto;
  background-color: #FFFFFF;
  line-height: 1.6;
  position: relative;
}
#content-left, #content-right, #content-both {
	float: left;
	margin: 10px 30px 15px 30px;
  text-align: justify;
	background-color: #f1f4e8;
}
#content-left {
  width: 600px;
}
#content-left h1, #content-both h1 {
	height: 33px;
	line-height: 33px;
  background-color: #E1E4D3;
  background-image: url('../images/site/titre_arrondi.gif');
  background-repeat: no-repeat;
  background-position: right top;
  padding-left: 17px;
}
#content-left h1 {
  width: 583px;
}
#content-right {
	width: 300px;
  background-color: #FFFFFF;
  margin-left: 0px;
}
#content-right h1 {
  margin-bottom: 10px;
  color: #4c4b4b;
	border-bottom: 1px solid #b5b5b5;
}
#content-both {
  width: 940px;
}
#content-both h1 {
  width: 923px;
}
#padding-container {
  padding: 17px;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
}

#footer {
  width: 1000px;
  margin: 0px auto;
	background-color: #1c2517;
	color: #FFFFFF;
	height: 26px;
  text-align: center;
}
#footer ul {
	height: 26px;
	line-height: 26px;
	margin: 0px;
  padding: 0px;
  color: #FFFFFF;
}
#footer ul li {
  display: inline;
  padding: 0px 12px;
  border-right: 1px solid #E1E4D3;
}
#footer ul li.last {
  border: 0px;
}
#footer ul li a {
	text-decoration: none;
  color: #fff;
}


html, body, ol, li, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
  color: #242424;
}
a:hover {
  text-decoration: none;
}
p {
  margin-top: 0px;
  padding-top: 0px;
}
h1, h2, h3, h4, h5 {
	color: #242424;
	font-weight: normal;
}
h1 {
  font-size: 20px;
	color: #2d2d2d;
}
h2 {
  color: #363636;
  font-size: 18px;
  font-weight: bold;
}
ol {
  margin: 0px 0px 12px 40px;
}
ul, ol {
  color: #89AA16;
}
ul li span, ol li span {
  color: #000000;/*#242424;*/
}
hr.fiche {
  height: 4px;
  border: 0px;
  border-bottom: 1px solid #E1E4D3;
  background-color: White;
  margin-top: 50px;
  clear: both;
}
table.mise-en-forme {
  border: 0px;
  width: 100%;
}
table.mise-en-forme td {
  vertical-align: top;
}
#sous-sous-menu {
  width: 100%;
}
#sous-sous-menu td {
  text-align: center;
  vertical-align: top;
}



.illustration-right {
  float: right;
  margin-left: 15px;
}
.illustration-left {
  float: left;
  margin-right: 15px;
}
.illustration-right, .illustration-left {
  padding: 2px;
  border: 2px solid #E1E4D3;
  background: White;
}


.index-item {
  font-size: 160%;
  background-color: #FFFFFF;
  border-radius: 15px;
  border: 2px solid #E1E4D3;
  padding: 5px;
  width: 210px;
  text-align: center;
  z-index: 2;
  position: absolute;
  line-height: 1.1;
}

.index-item span {
  display: block;
  font-size: 70%;
}
#nouveautes td {
  vertical-align: top;
}
#nouveautes td p {
  padding: 5px;
}
#nouveautes td .interieur-td {
  margin: 0px 10px;
  background-color: #FFFFFF;
}
#nouveautes td h3 {
  color: #FFFFFF;
  padding: 5px 10px;
  background-color: #89AA16;
  background-image: url('../images/site/arrondi-actus.png');
  background-position: top right;
  background-repeat: no-repeat;
  line-height: 1.1;
}



#comparateur, .tab_prez {
  border-collapse: collapse;
  line-height: 1.2;
}
#comparateur td, .tab_prez td {
  text-align: right;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 2px 5px;
}
#comparateur td.supp, .tab_prez td.supp {
  font-size: 85%;
  text-align: center;
  background-color: #f1f4e8;
  border: 0px
}
#comparateur td.titre-colonne, .tab_prez td.titre-colonne {
  text-align: center;
  vertical-align: top;
  border: 0px;
  background-color: #000000;
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
  font-size: 85%;
  width: 35px;
}
#comparateur a.lien-tri, .tab_prez a.lien-tri {
  color: #FFFFFF;
  text-decoration: none;
}
#comparateur a.selected, .tab_prez a.selected {
  background-color: White;
  border-bottom: 2px solid #FFFFFF;
  color: Black;
}
.demande_de_doc, .postuler {
  padding: 5px 45px 5px 15px;
  background-color: #89AA16;
  border-radius: 15px;
  border: 4px solid #E1E4D3;
  text-align: center;
  color: White;
  font-size: 120%;
  text-decoration: none;
  background-image: url('http://meilleursreseaux.com/images/action-button.png');
  background-repeat: no-repeat;
  line-height: 1.2;
}
.demande_de_doc {
  width: 220px;
  background-position: 235px center;
}
.postuler {
  line-height: 24px;
  width: 100px;
  background-position: 115px center;
}
.ajouter_colonne {
  padding: 5px 15px;
  border-radius: 15px;
  border: 4px solid #E1E4D3;
  text-align: center;
  text-decoration: none;
  line-height: 1.1;
}



#liste_correspondants {
  border: 0px;
  border-collapse: collapse;
  line-height: 1.2;
}
#liste_correspondants td {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 2px 5px;
}
#liste_correspondants td.titre-colonne {
  text-align: center;
  vertical-align: top;
  border: 0px;
  background-color: #000000;
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
  font-size: 85%;
}



.survol {
  background-image: url('http://meilleursreseaux.com/images/fond_titre.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
}
.infos_orange {
  background-image: url('http://meilleursreseaux.com/images/fond-infos-orange.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
}
.transpa {
  background-image: url('http://meilleursreseaux.com/images/fond_star.png');
  background-repeat: no-repeat;
  background-position: 3px 3px;
  width: 50px;
}
.survol_et_transpa {
  background-image: url('http://meilleursreseaux.com/images/fond_alerte-et-star.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
.positif {
  color: #009900;
}
.negatif {
  color: #990000;
}
#comparateur .td_turn_over, .tab_prez .td_turn_over {
  border-right: 1px solid Black;
}

table.details {
  border: 0px;
}
table.details td {
  padding: 2px 5px;
  vertical-align: top;
}
table.details td.header, .header {
  font-size: 120%;
  font-weight: bold;
}

div.jobs-simple, div.jobs-double, div.jobs-triple {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  font-size: 120%;
  font-weight: bold;
}
div.jobs-simple {
  background-image: url('http://meilleursreseaux.com/images/jobs-simple.png');
  text-align: center;
  width: 21px;
  height: 25px;
  padding-bottom: 2px;
  line-height: 25px;
}
div.jobs-double {
  background-image: url('http://meilleursreseaux.com/images/jobs-double.png');
  text-align: left;
  width: 25px;
  padding-left: 2px;
  padding-top: 2px;
  height: 27px;
  line-height: 27px;
}
div.jobs-triple {
  background-image: url('http://meilleursreseaux.com/images/jobs-triple.png');
  text-align: left;
  width: 30px;
  padding-left: 2px;
  height: 28px;
  padding-top: 4px;
  line-height: 28px;
}
#page-annonce {
  border: 0px;
  width: 100%;
  margin: 0px 12px;
  line-height: 1.1;
}
#page-annonce ul {
  margin: 0px;
  padding-left: 20px;
}
#annonce-job {
    border: 0px;
}
#annonce-job td {
  vertical-align: top;
}
#annonce-job h3 {
  margin-top: 6px;
  margin-bottom: 3px;
  color: #89AA16;
}
#annonce-job p, #job-texte ul {
  font-size: 120%;
}
#job-texte ul {
  margin-bottom: 15px
}

.verbose {
  font-size: 85%;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #CCCCCC;
}

.illustration-right {
  float: right;
  margin-left: 12px;
}
.illustration-left {
  float: left;
  margin-right: 12px;
}
.illustration-right, .illustration-left {
  padding: 2px;
  border: 2px solid #E1E4D3;
  background: White;
}

.temoignage_metadonnees {
  border: 0px;
  font-size: 80%;
}
.temoignage, .complements_infos, .question, .reponse {
  text-align: justify;
  margin-bottom: 15px;
  padding: 5px;
  background-color: White;
  border: 2px solid #E1E4D3;
}
.temoignage {
  margin-left: 20px;
}
.reponse {
  margin-left: 40px;
}
.grey {
  color: #999999;
}

span.intervention {
  border-bottom: 1px dotted #666666;
}

/*
 * POPUP gestion
 */

#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}


.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@media only screen and (min-width: 900px) {
  #propose_amp {
    display: none;
    visibility: hidden;
  }
}
