/* Mise en forme Globale ______________________________________________________*/
body
{
	background-image:url("_images/BackgroundBody.jpg");
}

img
{
	border:none;
}

h1
{
	font-weight:bolder;
	font-style:italic;
	color:red;
	text-align:center;
}

h2
{
	text-align:center;
	font-weight:bolder;
	font-family:sans-serif;
}

h3
{
	text-align:center;
	font-style:italic;
	font-family:monospace;
	font-size:14px;
}

h4
{
	text-align:center;
	font-family:monospace;
	text-decoration:underline;
	font-size:12px;
}

p
{
	text-indent: 30px
}


/* En-tête ______________________________________________________*/
#EnTete
{
	text-align:center;
}

#EnTete .Langues
{
	position:absolute;
	left:75px;
	top:40px;
}

#EnTete .discret
{
	color:#696969;
	font-style:italic;
}


/* Menu ______________________________________________________*/
#Menu
{
	float:left;
	margin-left:20px;
	margin-top:20px;
}

/* Boutons du menu */
#BoutonMenu a
{
	display:block;
} 

#BoutonMenu a:hover
{
	background-position:left bottom;
}

a#BoutonMenu 
{
	display:none
}



/* Corps ______________________________________________________*/
#Corps
{
	margin-top:20px;
	margin-right:25px;
	margin-left:275px;
	color:black;
	background-image:url("_images/BackgroundCorps.jpg");
	background-repeat:no-repeat;
	border:inset 3px black;
	padding:10px;
	text-align:justify;
}

#Corps .important
{
	text-align:center;
	font-size:18px;	
}

#Corps .logo
{
	font-weight:bolder;
	color:red;	
	font-family:time;
	font-size:18px;
}

/* Pied ______________________________________________________*/
#Pied
{
	color:#191970;
	margin-top:15px;	
}

#Pied .W3
{
	text-align:left;
	margin-left:40px;
}

#Pied .Copyright
{
	margin-top:15px;
	text-align:center;
	border:outset 2px black
}