﻿/* =================== TARIFS MAISON DU GAROUSSE =================== */
.titre_tarifs_mg
{
	margin:auto;
	
	height:auto;
	
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:30px;
	letter-spacing:8px;
}

.img_maison_garousse
{
	float:left; /* positionnement vers la gauche */
	
	width:430px;
	height:auto;
	
	padding-left:50px;
}

.infos_mg
{
	float:right; /* positionnement vers la droite */
	margin-top:30px;
	
	width:460px;
	height:auto;
	
	padding-right:50px;
	
	text-align:justify;
	
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:14px;
}

#tableau /* propriétés du tableau */
{
	margin-left:170px;
	margin-right:190px;
	margin-top:150px;
	
	width: 55%;
	
	/* Pour Internet Explorer 6 et 7 */
	.position:absolute;
	.top:450px;
	.left:130px;
	
	/* Pour Internet Explorer 8 et 9 */
	position /*\**/: absolute;
	top /*\**/:450px;
	left /*\**/:130px;
		
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	
	border-collapse: collapse;
}

.contact_info
{
	margin-left:auto;
	margin-right:auto;
	margin-top:700px;
	
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:16px;
}

.contact_info a
{
	text-decoration:none;
	color:black;
}

.contact_info a:link
{
	text-decoration:none;
	color:black;
}

.contact_info a:hover
{
	color:#FFD700;
}