.retour {
	font-size: 12px;
	margin: 0 0 10px;
	text-align: right;
}

p.auteur {
	font-size: 10px;
	margin: 0;
	text-align: right;
}

p.titreCat {
	font-size: 14px;
	margin: 0px;
	margin-bottom: 15px;
	text-align:center;
	font-variant:small-caps;
	font-weight:bold;
	border-top: 1px solid #000;
}

ul.sommaire {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

ul li.article {
	list-style-type: none;
	padding: 0px 0px 0px 25px;
	background: url(images/texte.gif) no-repeat left 2px;
}

ul li.dossier {
	list-style-type: none;
	padding: 0px 0px 0px 25px;
	background: url(images/dossier.gif) no-repeat left 2px;
}

ul li.dossierVide {
	list-style-type: none;
	padding: 0px 0px 0px 25px;
	background: url(images/dossierVide.gif) no-repeat left 2px;
}


p.ListeUnite {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	text-align: justify;
}

table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid;
}

#CadreTexte {
	position: relative;
	background: #fff;
	left: 21%;
	width: 79%;
	margin: 0px;
	padding: 0px;
}

#CadreTexte p {
	margin: 0px;
	margin-top:5px;
}

#CadreTexte h1 {
	font-size: 28px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;
}

#CadreTexte h2 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
}

#CadreTexte h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
}

#CadreTexte h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
}

ul#liste {
	margin: 0;
	padding: 0;
}

/* Captions */
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/* End captions */
pre {
    background: none repeat scroll 0 0 #EEEEEE;
    border-left: 2px dotted #CCCCCC;
}

pre code {
    background: none repeat scroll 0 0 transparent;
}

code {
    background: none repeat scroll 0 0 #EEEEEE;
}

p code {
    padding: 1px 5px;
}

source {
    background: none repeat scroll 0 0 #EEEEEE;
}

p source {
    padding: 1px 5px;
}

.media {
  max-width: 800px;
  margin: 2rem auto;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
}
.media iframe,
.media embed,
.media video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.media figcaption {
  margin-top: .5rem;
  font-size: .9rem;
  color: #555;
  text-align: center;
}	
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

div.image {
	background-color: #f3f3f3;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
	display: table-cell;
}

.centered {
float: center;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}
/* End Images */
/* End captions & aligment */
