/*Balise traditionel*/
body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	background-color: #FFFFFF;
}
p {
	line-height: normal;
	text-align: left;
	text-indent: -15px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}



/*classes*/
.menu, .menu a, .menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	word-spacing: 45px;
	text-decoration: none;
	padding-top: 9px;
	text-align: center;
}
.menu a:hover, .menu a :active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline overline;
}
.imgbig {
	width: 450px;
	margin: auto;
	height: 300px;
}
.linkred, .linkred a, .linkred a:visited {
	color: #FF0000;
	text-align: right;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.linkred a:hover, .linkred a:active {
	color: #FF0000;
	text-align: right;
	text-decoration: underline;
}
.categ, .categ a, .categ a:visited {
	color: #999966;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.categ a:hover, .categ a:active {
	color: #999966;
	text-align: right;
	text-decoration: underline;
}


/*les tableaux */

/*tableau tarifs hotel */
table#tab {
	border-collapse:collapse;
	border-width:2px; 
	border-style:solid; 
	border-color:#999966;
	width:585px;
}
#tab td{
	vertical-align:middle;
	border-width:1px;
	border-style:solid;
	border-color:#999966;
	width:34%;
	background-image: url(../img/design/font-vert.jpg);
}
.tdname, .tdname a, .tdname a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tdname a:hover, .tdname a:active {
	font-weight: normal;
	text-decoration: underline;
}
/*tableau menu */
table#tab1 {
	border-collapse:collapse;
	border-width:2px;
	border-style:solid;
	border-color:#999966;
	width:585px;
	margin-top: 10px;
}
#tab1 td{
	vertical-align:middle;
	width:45%;
	background-image: url(../img/design/font-vert.jpg);
	text-indent: 5px;
}

/*formulaire de contact*/
form {
	width:325px;
}
input {
	border:1px solid black;
	background-image: url(../img/design/font-vert.jpg);
 }
input[type=radio] {
	margin-right:50px;
	background-color:transparent;
	border:none;
 }
select, option {
	background-image: url(../img/design/font-vert.jpg);
 }
textarea {
	border:1px solid black;
	background-image: url(../img/design/font-vert.jpg);
 }
 /*img mini de la galerie*/
.imgthumb {
	margin-left: 25px;
	height: 120px;
	width: 160px;
}
 /*barre des langues*/
.langue, .langue a, .langue a:hover, .langue a:active, .langue a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-align: left;
	text-indent: 750px;
}
.centre {
	text-align: center;
	margin: auto;
	text-indent: 15px;
}
