td.info{
	padding-left: 10px;
}
#containerContacts{
	margin-left: auto;
	margin-right: auto;
	width: 1000px; /* largeur obligatoire pour être centré */ 
	
	position: relative;
	background-color: white;
	/*border: 2px solid #000000;*/
}
#content-center-contacts{
	font-size: 14px;
	float:left;
	width: 1000px; /* largeur obligatoire pour être centré */ 
	
	padding:20px;
	padding-right:20px;
}

#divLeft{
	float:left;
	background-color:black;
	width:100px;
}

#divCenter{
	margin:auto;
	background-color:red;
	width:100px;
}

#divRight{
	float:right;
	background-color:yellow;
	width:100px;
}

#myDiv{
	font-family: "Comic Sans MS", cursive;
 font-size: 10px;
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
 letter-spacing: normal;
 text-align: center;
 vertical-align: middle;
 word-spacing: normal;
}
