body { color: #181d4a; font-size: 12px; font-family: verdana; background-color: #9f2706; text-align: left; margin-top: 0; }
.form_bg { background-color: #c7c7c7; }
td { color: #181d4a; font-size: 12px; font-family: verdana; text-align: justify; margin-top: 0; }
img { border: solid 0 #fff; }
a:link { color: #181d4a ; font-size: 12px; font-family: verdana; text-decoration: underline; }
a:visited { color: #181d4a ; font-size: 12px; font-family: verdana; text-decoration: underline; }
a:hover { color: #181d4a ; font-size: 12px; font-family: verdana; text-decoration: none; }
a:active { color: #181d4a ; font-size: 12px; font-family: verdana; text-decoration: underline; }
.titre_resultat { color: #263558; font-size: 16px; font-weight: bold; text-align: left; }
.contour { border: solid 1px #263558; }
.entete { color: #263558; font-weight: bold; background-color: #c7c7c7; }
.boite_titre_texte { font-size: 18px; font-family: arial; font-weight: 800; }
.photo_accueil { text-align: center; }
.titre_photosemaine { text-align: left; padding-top: 5px; padding-right: 10px; padding-left: 25px; }
.boite_texte_left { background-image: url(../image/boite_texte/piece_04.jpg); background-repeat: repeat-y; }
.titre_nouvelle { color: #181d4a; font-size: 16px; font-weight: bold; text-align: left; padding-left: 20px; }
.texte_nouvelle { text-align: justify; padding-top: 5px; padding-bottom: 10px; padding-left: 20px; }
.securite { background-color: #c6dfe6; border: solid 1px #c6dfe6; }
.boite_texte_right { background-image: url(../image/boite_texte/piece_06.jpg); background-repeat: repeat-y; }
.boite_texte_top { background-image: url(../image/boite_texte/piece_02.jpg); background-repeat: repeat-x; }
.boite_texte_bottom { background-image: url(../image/boite_texte/piece_08.jpg); background-repeat: repeat-x; }
.fond_main { background-color: #93bdde; }
.texte_long { color: #181d4a; font-size: 12px; font-family: verdana; font-weight: normal; text-decoration: none; text-align: justify; margin-right: 20px; margin-left: 20px; }
.boite_titre_500 { color: #181d4a; font-size: 16px; font-family: verdana; font-weight: bold; background-image: url(../image/titre/boite_titre_500.jpg); background-repeat: no-repeat; text-align: center; width: 500px; height: 50px; padding-top: 15px; }
.boite_texte { background-color: #c6dfe6; text-align: center; }
h3 { font-size: 1.8em; font-family: verdana; font-weight: bold; margin: 0.5em 0 1em; }
.image { padding: 0 5px; }
.cadre { border: double 2px #181d4a; }
.fond_nom_joueur { background-image: url(../image/fiche/fiche_nomjoueur.jpg); background-repeat: no-repeat; }
.nom_joueur { color: #181d4a; font-size: 14px; font-family: verdana; font-weight: 500; text-align: center; width: 185px; height: 25px; padding-top: 80px; padding-left: 10px; }
.titre_fiche { font-size: 14px; font-family: verdana; font-weight: 900; text-align: left; padding-left: 7px; }
.data_fiche { text-align: left; padding-right: 10px; }
/*Rémy stock pour slide show*/
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(../fr/highslide/graphics/zoomin.cur), pointer;
    outline: none medium;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../fr/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(../fr/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.controlbar {	
	background: url(../fr/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../fr/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/*Fin du stock de Rémy*/
