

article
{
display : inline-block;
border : 3px outset black;
border-radius : 8px;
width : 655px;
background-color : white;
vertical-align : top;
margin-left : 20px;
padding : 10px 10px 30px 15px;
color : black;
text-align : center;
overflow : auto;
height : 830px;
}

article h1
{
font-size : 25px;
color : red;
text-align : center;
font-weight : bold;
text-shadow : 0 0 2px black;
}

article h3
{
font-size : 23px;
font-weight : bold;
padding : 20px 60px 20px 60px;
text-shadow : 0 0 1px black;
}

article p
{
margin : auto;
width : 530px;
font-size : 20px;
text-align : center;
word-spacing : 10px;
}

article .merci
{
padding-top : 40px;
text-align : center;
font-size : 22px;
text-shadow : 0 0 2px grey;
letter-spacing : 3px;
color : blue;
font-family : ;
font-weight : bold;
}

article p a
{
color : black;
}

#adresse
{
padding-top : 20px;
margin : auto;
text-align : center;
width : 500px;
font-size : 20px;
color : grey;
}

#adresse a
{
color : black;
}

#gmail
{
border : inset 2px black;
border-radius : 5px;
font-size : 23px;
background-color : rgb(111,190,215);
margin-left : 10px;
margin-top : 10px;
padding : 3px; 
color : white;
font-weight : bold;
padding-bottom : 8px;
padding-right : 6px;
padding-top : 5px;
margin-bottom : 5px;
-webkit-transition-property : margin-top, margin-left;
-webkit-transition-duration : 600ms;
-webkit-transition-delay : 70ms;
-moz-transition-property : margin-top, margin-left;
-moz-transition-duration : 600ms;
-moz-transition-delay : 70ms;
}

#gmail:hover
{
margin-top : 30px;
margin-left : 65px;
}

#adresse .date
{
padding-top : 30px;
color : black;
font-size : 19px;
word-spacing : 0;
}
