body {
background-image: url("graph/bg.png"); 
background-color: #ffe2c7;
margin-top: 0px;
overflow: hidden;
scrollbar-base-color: #ffdfc1;
scrollbar-arrow-color: #d00609;
scrollbar-darkshadow-color: #d00609;
scrollbar-face-color: #ffdfc1;
scrollbar-shadow-color: #ffc2a4;
scrollbar-track-color: #e77a7c;
}

/* H1, H2, H3 */ 
h1 {
	color: #ff6754;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding-left: 20px;
	padding-bottom: 5px;
	text-transform: lowercase;
	letter-spacing: 5px;
	margin-right: 120px;
	border-bottom: 1px dashed #ff6754;
	border-left: 5px solid #ff6754; 
}

h1 i {	font-family: Georgia;
		color: #ffbb67;
		text-transform: uppercase;
		font-size: 30px;} 

h1 em {
	color: #ffbb67;
	font-style: normal;
	font-size: 18px;
}

h2 {
	margin-right: 5px;
	padding-left: 5px;
	color: #ff6754;
	text-transform: uppercase; 
	letter-spacing:2px;
	text-align: center;
	font-family: "Trebuchet MS", verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	border: #ff6754 1px dashed;
	border-right: 4px solid #ff6754;
	border-left: 4px solid #ff6754;
}

h3{
	font-size: 11px; 
	letter-spacing: 4.5px; 
	margin-right: 10px;
	color: #ff6754;
	text-align: left;
	border-bottom: 1px dotted #ff6754; 
	font-family: "Trebuchet MS";
	padding-left: 5px;
	border-left: 5px solid #ff6754;
	margin-top: 0px;
	}

/* Boite de texte principale */ 
.textbox
{
	padding-top: 10px;
	margin-left: 30px;
	Margin-bottom: 0px;
	Margin-top: 8px;
	text-align: left;
	width: 565px;
	height: 385px;
	overflow: auto; 
	color: #ff6754;
	font-family: "Trebuchet MS", verdana;
	letter-spacing: 1.2px;
	line-height: 17px;
	font-size: 12px;

}

/* Tables */ 
table.new
{
	width: 300px;
	margin-right: 5px;
	margin-left: 5px;
	font-size:10px;
	border: 1px solid #d5090d; 
}

table.new td {

	border: 1px dotted #d5090d; 
}
	
table.links
{
	width: 400px;
	font-size:10px;
	border: 1px dotted #d5090d; 
}

table.links td
{
	padding: 5px;
	border: 1px dotted #d5090d; 
}

table.profile
{
        margin-top: 10px;
        margin-bottom: 10px;
	width: 540px;
	font-size:10px;
	border: 1px dotted #d5090d; 
        align: center;
}

table.profile td
{
	padding: 5px;
	border: 1px dotted #d5090d; 
}

/* Formats de textes */
b{
	color: #ffbb67;
	font-weight: bold;
}


.fat {
	color: #ffbb67;
	font-weight: bold;
	font-size: 12px;
}

a {
	text-decoration: none;
}

a:link {
	color: #ffbb67;
	font-weight: bold;
}

a:visited {
	color: #ffbb67;
	font-weight: bold;
}

a:active {
	color: #ff6754;
	font-weight: bold;
}

a:hover {
	color: #ff6754;
	font-weight: bold;
}