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

body {
	margin:0px;
	background-color:#E3E8A3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#005E1D;
	cursor:default;
}
div{
	cursor:default;
}
.emails {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	cursor:default;
}
a {
	color:#005E1D;
}
a:visited {
	color:#005E1D;
}
a:hover {
	color:#572F08;
}
img {
	border:0px;
}
textarea {
    resize:none;
}
.entete{
	height:19px;
	padding-left:5px;
	padding-top:2px;
}
.titre_1{
	font-size:21px;
	font-weight:bold;
	text-decoration:underline;
}
.titre_2{
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
}
.titre_3{
	font-size:18px;
}
.titre {
	font-size:20px;
	padding:20px;
	text-decoration:underline;
	font-weight:bold;
}
.menu {
	background-image:url(http://www.giteslesmasades.fr/images/menu.png);
	background-repeat:no-repeat;
	width:750px;
	height:30px;
	color:#E3E8A3;
	padding-top:5px;
	text-align:center;
}
.menu a, .menu a:visited, .menu a:hover{
	color:#E3E8A3;
	font-size:18px;
}
.formulaire {
	background-color:#E3E8A3;
	color:#572F08;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #572F08;
}


