/*Ceci est un fichier CSS, appelé "index.css"*/

/*L'en-tête*/

#en_tete
{
margin-bottom:70px;
text-align:center;
font-family:Comic sans Ms,"Arial","Times New Roman",serif;
color:blue;
}

#en_tete h1
{
font-size:60px;
font-weight:bold;
line-height:40px;
}
#en_tete h3
{
font-size:24px;
}
#corps img
{
border: 1px #999999 solid;
border-right: 3px #999999 solid;
border-bottom: 3px #999999 solid;
}
#corps 
{
text-align: center;
padding-top:10px;
}
input
{
font-family:Comic sans Ms,"Arial","Times New Roman",serif;
font-size:18px;
color:red;
}

#pied_de_page
{
width:180px;
margin-left:auto;
margin-right:auto;
float:right;
padding-bottom:40px;
}

