/* CSS Document */

body
{
	width:900px; /* largeur de la page */
	margin:auto; /* Pour centrer la page */
	margin-top:5px; /* Pour ne pas coller en haut du navigateur */
	margin-bottom:5px; /* Pour ne pas coller en bas du navigateur */
	background-color:#000000; /* Couleur de fond de page */
}



#pied
{
	width:910px;
	height:10px;
	text-align:center;
	font-weight:bold;
	color:#999999;
}

#pied a
{
	color:#999999;
	text-decoration:none;
}

#corps
{
	
	width:900px;
	height:800px;
	background-image:url(images/martine.jpg);
}

.menu
{
	float:left;
	height:420px;
	width:150px;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	padding-left:100px;
	padding-top:300px;
}

.menutitre
{
	color:#FFFFFF;
}

.menu a
{
	text-decoration:none;
	color:#000000;
}

.menu a:hover
{
	color:#CCCCCC;
}

.selected
{
	background-image:url(images/618869_glass_ball.jpg);
}

.texte
{
	float:right;
	width:250px;
	height:300px;
	padding-right:200px;
	padding-top:285px;
}


.w3c
{
	float:right;
	width:350px;
	height:250px;
	padding-right:40px;
	padding-top:145px;
	font-size:14px;
}

.w3c a
{
	text-decoration:none;
	color:#000000;
}

.w3c img
{
	border:none;
}

