/*<![CDATA[*/
#bloc-central {
	overflow: hidden;
}
#colonne-droite {
	float: right;
	width: 240px;
}
#colonne-gauche {
	float: left;
	width: 240px;
}
#colonne-gauche div, #colonne-droite div {
    border-bottom: #fff 10px solid;
    padding: 0 15px 0 15px;
}
#colonne-gauche div h1, #colonne-droite div h1 {
    text-transform: uppercase;
}
#compte {
	border: 1px solid #e10227;
	background-color: #e3e3f2;
	padding-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
#enveloppe {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background: #c9e9f8 url(../images/site/fond.png) repeat-x bottom;
	text-align: left;	/* Rétablit l'alignement normal du texte. */
}
#fiche th {
    text-align: right;
    vertical-align: top;
    padding-right: 5px;
}
#liens {
    text-align: center;
    font-variant: small-caps;
}
#liens ul {
    margin: 15px 0 15px 0;
    padding: 0;
    line-height: 1.5em;
    list-style: none;
}
#liens a {
    color: #000;
    font-weight: bold;
    border-bottom: 1px #000 dashed;
    text-decoration: none;
}
#liens a:hover {
    color: #fff;
    background-color: #0AA5DA;
    border-bottom: 0;
}
#pied-de-page {
    background-color: #003157;
    text-align: center;
    font-size: smaller;
    padding: 5px 0 5px 0;
    margin-top: 10px;
}
#pied-de-page, #pied-de-page a {
    color: #fff;
}
#photos ul {
	list-style: none;
	text-align: center;
}
#photos li {
  float: left;
  width: 50%;
}
#tri {
    text-align: center;
    background-color: #0073A2;
    padding: 5px 0 5px 0;
    margin-bottom: 5px;
    color: #fff;
}
#tri a {
    color: #fff;
}
/*]]>*/