
#main_messagerie{
	margin:0px 2%;
	padding-top:30px;
}
#main_messagerie h4{
	margin-bottom:5px;
}

#main_messagerie input[type="text"], 
#main_messagerie input[type="password"], 
#main_messagerie input[type="search"], 
#main_messagerie input[type="email"], 
#main_messagerie textarea, 
#main_messagerie select {
	width:95%;
}
#main_messagerie select {
	width:95.8%;
}
#main_messagerie .half_size {
	display:inline-block;
	float:left;
	margin-right:3%;
	width:47%;
}
#main_messagerie .bouton_std{
	border:none;
}
#main_messagerie .formulaire{
	float:left;
	width:70%;
	margin-bottom:20px;
}
#main_messagerie .info_contact{
	float:left;
	width:27%;
	padding:1%;
}
#main_messagerie .info_contact .block{
	margin-bottom:40px;
}
#main_messagerie .info_contact .tel_prix{
	font-size:10px;
	font-style:italic;
}
#main_messagerie .retour{
	display:none;
}
#main_messagerie .on_est_ferme{
	font-size:16px;
	color:#ff0000;
	font-weight:bold;
	animation: blinker 1.5s linear infinite;
	-webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;
}
@-moz-keyframes blinker {
    50% {
        opacity: 0;
    }
}
@-webkit-keyframes blinker {
    50% {
        opacity: 0;
    }
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
