@charset "utf-8";
/* CSS Document */

body {
	
	background-color:floralwhite;
}

@font-face {
	
	src: url('Webfonts\CabbagetownStd.ttf');}

@font-face {
	
	src: url('Webfonts\Trumpit.ttf');
	
	}

#Contacts_div {
	top:80px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width: 800px;
	height:100%;
}

.Police_nom {
	font-family: CabbagetownStd,serif;
}

.Texte_taille_36 {
	font-size : 36px;
}

.Texte_police {
	font-family:Trumpit,serif;
}

.Texte_taille_18{
	font-size: 18px;
}

#Adresse_tel:hover {
	font-size: 24px;
}

#Formulaire_contacts {
	text-align: center;
	
}

.champs_courts {
	background-color: ivory;
	width:100%
}

#message {
	width: 100%;
	height: 100px;
	background-color: ivory;
}

#Barre_boutons{
	width: 100%;
	text-align: center;
	margin-top:25px;
	margin-bottom: 15px;

}

#Boutons {
	border-radius: 5px;
	width: 20%;
	font-family: Trumpit, serif;
	background-color: #686720;
	color: white;
	border-style: outset;
	border-color:#686720;
	text-decoration: none;
}
#Boutons:hover  {
	border-style: inset;
}

td.droite {
	text-align: right;
	background-color: antiquewhite;
}

td.gauche {
	text-align: left;
	background-color: ivory;
}