/* CSS Document */

body
{
	background-color:#000000;
	font-family: "Microsoft Sans Serif";
	color:#CCCCCC;
	font-size:15px;
	margin: 0;
    text-align: center;
}

.lien
{
	color: #CC6633;
	text-decoration:none;
}

.lien:hover
{
	color:#996600;
	text-decoration:underline;
}


#global
{
	padding: 0;
	border: 0;
	margin: 5px auto 5px auto;
	text-align: left;
	width: 800px;
}


#haut
{
	text-align: center;
}

#corps
{

}

#menu
{
	float:left;
	width:170px;
}


#contenu
{
	min-height:200px;
}

#pied
{
	text-align: center;
}

h1
{
	color:#CC6633;
	font-weight:bold;
	font-size:21px;
}

h2
{
	color:#CC6633;
	font-weight:bold;
	font-size:16px;
}

h3
{
	color:#CC6633;
	font-weight:bold;
	font-size:13px;
}
