body {
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #333;
	font-family: arial, sans-serif;
	background-attachment: fixed;
	background-image: url(bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}


a:link {
	color: #fe4106; text-decoration: none
}

a:visited {
	color: #fe4106; text-decoration: none
}
a:hover {
	color: #fe4106; text-decoration: underline
}

#main_menu{
	background-image:url(banniere_support.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:80px;
	width: 780px;
	margin:0;
	padding:0;
}
#content{
	width:770px;
	left:0;
	font-size: 13px;
	padding:10px;
	margin:0;
	text-align: left;
}

p {
	margin: 5px;
	padding: 0;
	font-size: 13px; 
	color: #000000;
}


h2{
	font-weight: bold;
	font-size: 20px;
	color: #3f3e39
}

h3{
	font-weight: bold;
	font-size: 15px;
	color: #5e715e
}

h4{
	font-weight: bold;
	font-size: 13px;
	color: #3f3e39;
}

li{
	margin:0 0 0 50px;
	padding:0;
}

