#tarifs {
}

	#tarifs table {
		width: 100%;
		margin-bottom: 20px;
	}
	
		#tarifs table tr {
		}
		
			#tarifs table tr th {
				padding: 2px 7px;
				font-size: 10px;
				font-weight: bold;
				text-align: center;
			}
			
			#tarifs table tr td {
				text-align: center;
				padding: 10px 5px;
			}
			
				#tarifs table tr td select {
					font-size: 12px;
				}
				
				#tarifs table tr td span {
					font-weight: bold;
				}
				
			#tarifs table tr td#tdtotal {
				width: 100px;
			}
				
	#tarifs p {
		padding: 0 15px;
		margin-bottom: 40px;
	}
	
		#tarifs p strong {
			font-weight: bold;
			font-style: italic;
			text-decoration: underline;
		}
		
	#tarifs p#gratuit {
		padding: 0 15px;
		margin-bottom: 40px;
		color: #1D344E;
		font-size: 30px;
		text-align: center;
		font-weight: bold;
		padding-top: 3px;
		padding-right: 10px;
		padding-bottom: 3px;
		padding-left: 10px;
		text-transform: uppercase;
		border-bottom: 2px solid #1D344E;
		border-top: 1px solid #224681;
		background: #d3E0F4;;
	}
		
	#tarifs ul {
		text-align: center;
	}
	
		#tarifs ul li {
			display: inline;
		}
		
			#tarifs ul li a {
				padding-left: 30px;
				padding-right: 5px;
				padding-bottom: 3px;
				padding-top: 3px;
				text-decoration: none;
				font-size: 12px;
				margin: 0 3px;
			}
			
			#tarifs ul li a:hover {
				text-decoration: underline;
			}