/*---- ADM31SECURITE ----*\
/* ************* */
/*               */
/* CONTACT - CSS */
/*               */
/* ************* */

/* FORMATAGE DU TEXTE */
	/* font-size ; font-family ; font-style ; font-weight ; text-decoration ; text-align ; list-style ; line-height ; float ; clear

/* COULEUR ET FOND */
	/* color ; background-'variable' ; opacity

/* BORDURES ET OMBRES */
	/* border ; box-shadow ; text-shadow

/* BLOC */
	/* width ; height ; padding ; margin ; overflow ; word-wrap

/* POSITIONNEMENT */
	/* display ; vertical-align ; position ; z-index ; top/bottom/right/left ;
*/


/*------------------------------------*\
    BASE
\*------------------------------------*/
@import url("base.css");


/*------------------------------------*\
    SECTION PRINCIPALE
\*------------------------------------*/
section {

}

.contact-info {
    background-color: white;
    border: 1px solid #ddd;
    padding: 40px;
    margin: 50px auto;
    width: 300px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.contact-info h1 {
    color: #333;
}

.contact-info a {
    color: #0066ff;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}