/* CSS Document */
body
{
   width: 900px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color:#000000;
   font-family:Arial, Helvetica, sans-serif;
}
#titre
{
   width: 900px;
   height: 150px;
   background-color:#FFFFFF;
   margin-bottom: 10px;
   float:left;
}
#livre
{
   width: 670px;
   height: 440px;
   background-color:#000000;
   margin-bottom: 10px;
   float:left;
}
a.livre
{
   width: 670px;
   height: 440px;
}
img
{
	border:0;
}
#equipe
{
   width: 200px;
   height: 200px;
   background-color:#FFFFFF;
   margin-bottom: 10px;
   float:right;
}
#projet
{
   width: 200px;
   height: 100px;
   background-color:#FFFFFF;
   margin-bottom: 10px;
   float:right;
}
#contact
{
   width: 200px;
   height: 100px;
   background-color:#FFFFFF;
   margin-bottom: 10px;
   float:right;
}
#ami
{
   width: 900px;
   height: 150px;
   background-color:#FFFFFF;
   margin-bottom: 10px;
   float:left;
}
#kevin
{
   width: 400px;
   height: 300px;
   background-color:#FFFFFF;
   margin-bottom: 10px;
   float:left;
}
#marjo
{
   width: 400px;
   height: 300px;
   background-color:#FFFFFF;
   margin-bottom: 10px;
   float:right;
}
#jeanga
{
   width: 400px;
   height: 300px;
   background-color:#FFFFFF;
   margin-bottom: 10px;
   float:left;
}
#alain
{
   width: 400px;
   height: 300px;
   background-color:#FFFFFF;
   margin-bottom: 10px;
   float:right;
}
#corps
{
   width: 900px;
   height: 600px;
   background-color:#000033;
   color:#969EED;  
   margin-bottom: 10px;
   float:left;
   font-weight: bold;
}
a
{
	text-decoration:none;
	font-weight:bold;
	color:#450B95;
}
h1
{
	width: 700px;
	border-bottom: solid #000000 2px;
	padding-bottom:10px;
	margin-left: 20px;
}
p
{
	text-align:justify;
	margin:40px;
	
	margin-left:50px;
	margin-right:50px;
}
#logo
{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
input, textarea
{
   font-family: "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
   background-color:#BFCCFF;
   margin:10px;
} 
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
   background-color:#879CEF;
} 
label
{
   color:#969EED; /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
} 
legend /* On met un peu plus en valeur les titres des fieldset */
{
   color:#969EED;
   font-weight: bold;
   
} 
fieldset
{
   margin: 15px; /* Une marge pour séparer les fieldset */
   background-color:#000000;
   border-color:#000066;
}
