@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial;
}
body {
	background-color: #F0F0F0;
	background-image: url(images/fondbeige.jpg);
	margin-top: 0px;
}
    .stephane #container {

    	width: 792px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */

    	background: #FFFFFF;

    	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */

    	border: 0px solid #000000;

    	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */

    }
	
	    .stephane #Menu {

    	padding: 0 20px; /* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */

    }

.TitreRouge {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #8E0B0F;
}
.TexteNoir {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.TexteMarron {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9c8462;
}
.TexteMarronBold {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	color: #9c8462;
}

.TexteNoirBold {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
.TexteLogin {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #555;
}
.TexteMentionsStephane {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #fda800;
}
.TexteMentions {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
}
.TexteMentions a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
}

.TexteMentions a:hover {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
.TexteRouge {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #8E0B0F;
}
.TexteRougeActus {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #8E0B0F;
}
.TexteActuas {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #e9a93b;
}
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	height: 16px;
}
.divdocuments {
	background: #fff;
	border-width: 1;
	margin-left: 20px;
	border-color: #75592f;
	margin-right: 20px;
}
.Menu {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.charte {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8E0B0F;
}
	

}

