body{
	text-align: center;
}

#global{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#logo{
	border: 0;
}

#txt_titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #ED174C;
	font-weight: bold;
}
#txt_titre a{
	color: #ED174C;
	text-decoration: none;
}

#txt_titre a:hover{
	color: #ED174C;
	text-decoration: underline;
}
#footer{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: bold;
}

#footer a{
	color: #ED174C;
	text-decoration: none;
}

#footer a:hover{
	color: #ED174C;
	text-decoration: underline;
}