.boiteentetevertedecor .boitecorps .celluledroite p {
	text-align: left;
}

.boiteentetevertedecor .boitecorps .cellulegauche p {
	text-align: left;
}

/*_________________tableaux table________________*/

#tableaureleases{
width: 580px;
margin-right: auto;
margin-left: auto;
border: 3px solid #196467;
margin-bottom: 10px;
}

.thdestableaux{
font-family: verdana, arial, sans-serif;
font-size: 12px;
border: 3px solid #196467;
padding: 5px;
}
.tddestableaux{
font-family: verdana, arial, sans-serif;
font-size: 12px;
border: 1px solid #196467;
padding: 5px;
text-align: center;
}

.tddestableaux a{
text-decoration: none;
}

.tddestableaux a:hover{
	color: #196467;
}

#tableaureleases tbody tr:nth-child(odd){
background-color: #c9d9da;
}