div#zoneCentre div.IndeXysPortletRubriquePublication div.contenuRubrique table{
	
	margin-left: 47px;
	
}



div.titre_section h3 {
	margin-left: 6%;
	margin-top: 15px;
    font-size: 16px;
    padding-bottom: 1%;
}
button.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 89%;
	font-size: 15px;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border: 1px solid #dbdad8;
	margin-left: 6%;
 
}



button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: grey;
}


table.blueTable {
  background-color: #eee;
  width: 89%;
  border-collapse: collapse;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 6%;
  padding: 18px; 
}

table.blueTable td {
  border: 1px solid #CCC;
  padding: 15px 2px;
}

table.blueTable tbody td, table.blueTable tbody td {
  position: relative;
    left: 15px;
	height: 15px; 
}
table.blueTable tr:nth-child(even) {
  background: #FFFFFF;

}


table.blueTable a {
  color: grey;
  
}
a.vid_link, a.vid_link img {
    display: block;
    margin: 5px;
	margin-right: 20px;
}

.center
{
	display: block;
}
a.pdf, a.video {
    text-align: center;
}

a.video span {
    background: url(https://www.stores-et-rideaux.com/data/IndeXysBibliothequeHTML/graphisme/video_play_22px.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 22px;
    margin: 0 4px -4px 0;
    padding: 1px;
    width: 22px;
}

a.pdf span {
    background: url("https://www.stores-et-rideaux.com/data/IndeXysBibliothequeHTML/graphisme/illDocumentPdf.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 25px;
    margin: 0 4px -4px 0;
    width: 25px;
}






