#main {
	border:solid 2px black;
	border-radius:5px;
	-moz-border-radius:5px;
	width:550px;
	min-height:400px;
	margin:auto;
	margin-top:50px;
}

#midmsg {
	text-align:center;
}

.textmid {
	font-size:20px;
	color:#424242; /** GRIS  **/
}

.textup {
	color: #0150bc; /** BLUE **/
	font-size:35px;
}
