@charset "utf-8";
/* CSS Document */

td.chat {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
}
.fond_marron {
	color: #FFFFFF;
	background-color: #682E01;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


tr.chiot, td.chiot {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
}

.texte_gras_centre {
	font-weight: bold;
	text-align: center;
}
.texte_centre {
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7e1be;
}
.gauche {
	background-image: url(../images/gauche.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.droite {
	background-image: url(../images/droite.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fond_marron a {
	color: #FFFFFF;
}
.ecrit_chiot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.clignote {
	font-size: 16px;
	font-weight: bold;
	text-decoration: blink;
}
