pre {
	display: block !important;
    font-family: monospace !important;
    white-space: pre !important;
    margin: 1em 0 !important;

    color: #333;
	border-radius: 0 !important;
	border-left: 0 !important;
	padding: 0 !important;
	overflow: none !important;

	-webkit-box-sizing:  none !important;
	-moz-box-sizing:  none !important;
	-ms-box-sizing:  none !important;
	-o-box-sizing:  none !important;
	box-sizing: none !important;
}

/** Block pour reserver dans page detail evenement **/
#form_reserve #nom,
#form_reserve #prenom,
#form_reserve #email,
#form_reserve #telephone{
	width:95% !important;
}

#form_reserve #membre,
#form_reserve #place{

	width:auto !important;
}

#form_reserve #confirm{
	margin-top: 10px;
	padding: 3px 15px;
}

#form_reserve span strong{
	color: red !important;
}

.cursor-pointer{

	cursor:pointer !important;
}

.font-size-12{
	font-size:12px !important;
}


.logo {
	float: left;
	margin: 35px 0 14px;
	width: 160px;
}