body
{
	width: 970px;
	color: grey;
	margin-left: auto;
	margin-right: auto;
	background: url("images/bgcolor.jpg") repeat;
	font-family: "Trebuchet MS", Arial, "Times New Roman", Times, sans-serif;
	font-size: small;
	body: center;
	border: 2px solid grey;
	background-color: white;
}

a
{
	color: grey;
	text-decoration: none;
}

a:hover /* Apparence du lien lorsqu'on pointe dessus */
{
	color: grey;
	font-weight: bold;
	text-decoration: underline;
}

a:active /* Apparence du lien lorsqu'on le clic */

	background-color: grey;
}

h1
{
	color: grey;
}

#en_tete
{
	background: url("dossier_images/banniere2.png") no-repeat center;
}

#logo
{
	height: 125px;
	background: url("dossier_images/banniere2.png") no-repeat left grey;
}

.menu
{
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 15px;
	text-align: left;
	width: 15%;
	float: left;
	background-color: white;
	border: 1px solid grey;
}

.sous_menu
{
	margin-top: 20px;
	color: grey;
	margin-left: 10px;
}

.sous_menu h3
{
	text-align: left;
	color: grey;
}

#disco
{
	width: 15%;
	float: right;
}

.sous_disco h3
{
	text-align: center;
	color: rgb(46, 110, 188);
}

#corps
{

	margin-left: 18%;
	padding: 3px;
	text-align: justify;
	width: 61%;
	background-color: white;
	border: 1px solid grey;
}


#adsense
{
	float: right;
	width: 19%;
	margin-top: 30px;
	
	
}


.pochette
{
	float: left;
	margin-right: 5px;
}

#pied_de_page
{
	clear: left;
	margin-top: 30px;
	padding: 5px;
	text-align: center;
}


