html, body {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	font-weight:bold;

}
body {
	background-color:#fff;
	padding-top:50px;
	text-align:center;
}

/* styles */
a {
	color:#000;
	transition-property: color, text-shadow, background;
	transition-duration: 0.5s, 0.5s, 0.5s;
	transition-timing-function: ease, ease, ease;
	transition-delay: 0s, 0s, 0s;
	
	text-decoration:none;
}

a:hover {
	color:#999;
	transition-property: color, text-shadow, background;
	transition-duration: 0.5s, 0.5s, 0.5s;
	transition-timing-function: ease, ease, ease;
	transition-delay: 0s, 0s, 0s;
	
	text-decoration:underline;
}


a img {
	border:0px;
	
}
/* Fin styles */


.menu {
	text-align:center;
	margin-bottom:50px;	
}

.menu a{
	color:#fff;	
	background-color:#F00;
	font-size:18px;
	padding:10px;
	border-radius:10px;
}

.menu a:hover{
	color:#fff;	
	background-color:#C00;
	text-decoration:none;

}



.tarifs {

}

.tarifs table {
	
	width:90%;
	text-align:center;
	margin:auto;
	background-color:#CCC;
	color:#000;
	font-weight:bold;
	
}

.tarifs tr {
	height:30px;

}

.tarifs table input {
	width:50%;
	font-weight:bold;
	background-color:#fff;
	color:#000;

}

.tarifs table .bouton {
	width:auto;
	font-weight:bold;
	background-color:#fff;
	color:#000;

}


.tarifs th {
	background-color:#F00;
	color:#FFF;
	font-size:18px;
	padding:4px;
	
}

.prix {
	color:#F00;
}


.liste_diag {

	width:50%;
	margin:auto;
	 font-size:18px;

	
}

.liste_diag .prix {
 color:#fff!important;
 font-size:22px;
}


.liste_diag p {
	background-color:#F00;
	color:#FFF;
	padding:10px;
	margin:5px;
	border-radius:10px;
	
}
.liste_diag p:hover {
background-color:#C00
	
}

.sautmenu {
	height:50px;
	clear:both;
}