
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #ffffff;
    background-color: #4d4747;
	align="center"
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;

}

a:hover {
	text-decoration: none;
	color: #c51618;
}

a:active {
	text-decoration: none;
}

.Style1 {
	font-size: 12px;
}

.Style2 {
	font-size: 14px;
	font-weight: bold;
}

.Style3 {
	font-size: 30px;
	color: #FFF;
	lineheight: 5em;
}

.RedTitle {
	font-size: 30px;
	color: #c51618;
}

.NavText {
	font-family: "Bradley Hand", cursive;
	font-size: 36px;
}
.SmallNavText {
	font-family: "Bradley Hand", cursive;
	font-size: 20px;
}

.Titre {
	color: #FFF;
}

.P_white {
	color: #FFF;
}

.Red {
	color: #c51618;
}

.separation {
        background: transparent url(../img/RedLine.png) no-repeat top left;
        width: 250px;
        height: 10;
}
.separation hr {
        display: none;
}

.red_line {
	border: none;
	height: 2px; /* Changer l'épaisseur de la ligne ici */
	background-color: darkorange; /* Changer la couleur de la ligne ici */
}

