@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-repeat: no-repeat;
}
#carte {
	height: 600px;
	padding-top: 5px;
	padding-left: 5px;
	overflow: auto;
}


a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #89BEFF;
}

table {
	height: 768px;
	width: 1024px;
}
#formulaire {
	height: 300px;
}
#form2 {
	height: 350px;
}


#interieur {
	height: 450px;
}


#menu a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-table;
	height: 25px;
	width: 125px;
	text-align: center;
	background-color: #FF0000;
}
#menu a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	display: inline-table;
	height: 25px;
	width: 125px;
	text-align: center;
}
#menu a:hover {
	color: #000000;
	text-decoration: none;
	
}
#carte img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.gauche {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.droite {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.souligné {
	text-decoration: underline;
}
#actualite {
	height: 600px;
	overflow: auto;
}
#mariages {
	vertical-align: top;
	height: 300px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	text-align: center;
}

#actualite a{
	color: #ff0000;
	text-decoration: underline;
}

