

body
{
	background-color: 000000;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 970px;
	overflow: auto;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px
}


/* MENU */
#menu
{
	font-size: 15px;
	float: left;
	width: 210px;
	background-image: url("fond_menu.png");
	color: #000000;
}

.haut_menu
{
	padding: 0px;
}

.element_menu
{
	padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
	padding-left: 0px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
	margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
	margin-bottom: 0px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
	margin-left: 15px;
}

.bas_menu
{
	padding: 0px;
}

/* CORPS */
#corps
{
	margin-left: 210px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	background-image: url("fond_corps.png");
	background-repeat: repeat-y;
}

.haut_corps
{
	padding: 0px;
}

.bas_corps
{
	margin-left: 210px;
	padding: 0px;
}

#banniere
{
	text-align: center;
}

.texte
{
	padding: 25px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
	color: #FFFFFF;
}

#footer
{
	text-align: center;
	background-color: #000000;
	margin-left: 210px;
	background-image: url("fond_corps.png");
	background-repeat: repeat-y;
	background-position: right;
}

/* euh... */
p
{
	color: #FFFFFF;
}

h2
{
	text-align: center;
	color: #FFFFFF;
}

h4
{
	padding-right: 30px;
	text-align: center;
	color:#FFFFFF;
}

a 
{	
	color:#000000;
	text-decoration: none;
}
	
a:hover
{
	font-style: italic;
}

#lien_ancre_video
{
	color: #FFFFFF;
}

/* Formulaire */
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
   background-color: #efefef;
}

#lien_livreor
{
	color: #FFFFFF;
	font-weight: lighter;
}

#pseudo_livreor
{
	font-weight: bolder;
	text-align: left;
}
