/*LIEN*/

a { color:black; text-decoration: none; }
a:link { color:black; text-decoration: none; }
a:visited { color:black; text-decoration: none; }
a:hover { color:#c60000; text-decoration: none; cursor: pointer; }
a:active  { color:#c60000; text-decoration: none; cursor: pointer; } 
@font-face {
    font-family: 'F25_Executive';
    src: url('F25_Executive.otf');
}

body {
	background-image: url(../images/interface/fond_cuir.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	margin: 0 auto; width: 1280px;
	font-family: 'F25_Executive', "Courier New", Georgia;
}

/*FOND DOSSIER*/
.fond_dossier { background-image: url("../images/interface/fond_dossier.jpg");   width: 1200px; text-align:center; margin: auto; top: 0px; bottom: 0px; padding: 1px; box-shadow: 2px 2px 3px #000000; box-shadow: 2px 2px 3px #000000;}

/*TITRES*/
.entete { width: 1200px;   margin: auto;    top: 0px;}
h1 { font-size: 50px; text-align:center;   margin: 100px;   margin-top: 60px;   margin-bottom: 25px; border-bottom: 3px solid black;}

/*TEXTE*/
.corps { text-align:justify; margin: 50px; }
.imageflottante_droite {float: right;}
.formulaire { background-image: url('../images/inscription/fond_papier.jpg'); width: 1100px; margin: auto; box-shadow: 2px 2px 3px #000000; box-shadow:2px 2px 3px #000000;}
.formulaire_papier_recap { text-align:justify; margin: 25px; }
.formulaire_papier { text-align:justify; margin: 25px; }
strong { font-size: larger }
