@charset "UTF-8";

/* vert : 50a125 */

body {
	background-color: #E6E6E6;
	margin-top: 20px;
	/*background-attachment: scroll;
	background-image: url(http://www.pousada-rio-verde.com/images/interface/bandeau_ouverture.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}
td, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.img1 {
	border: 1px solid #999999;
}
.thumbnails {
	text-align: left;
}
.thumbnails img {
	border: 1px solid #999999;
}

.fd-blanc {
	background-color: #FFFFFF;
}
.fd-gris {
	background-color: #CCCCCC;
}
.contenu {
	background-attachment: scroll;
	background-color: #FFFFFF;
	/*background-image: url(http://www.pousada-rio-verde.com/images/interface/lezard-fd.gif);*/
	background-image: url(http://www.pousada-rio-verde.com/images/interface/palmier-fd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: justify;
}
.titre1 {
	font-size: 14px;
	font-weight: bold;
}
.ombre-d {
	background-image: url(http://www.pousada-rio-verde.com/images/interface/ombre-d.jpg);
	background-repeat: repeat-y;
}
/************** menu **********/
ul#menu li {
	display: inline;	
	font-weight: bold;
	margin-right: 12px;
}
#menu a {
	text-decoration: none;
	color: #333333;
}
#menu a.actif {
	text-decoration: none;
	color: #50a125;	
}
#menu a:hover {
	text-decoration: none;
	color: #50a125;
}

/************** sous-menu **********/
ul#ssmenu li {
	display: list-item;
	list-style-type: none;
	margin-left: -30px;
	margin-bottom: 7px;
	text-align: left;
}
#ssmenu a, #ssmenu a.actif {
	text-decoration: none;
	color: #333333;
}
#ssmenu a:hover {
	text-decoration: underline;
}
#ssmenu a.actif:hover {
	text-decoration: none;
}
#ssmenu a.actif {
	font-weight: bold;
}
#ssmenu a.actif:before {content:url(http://www.pousada-rio-verde.com/images/interface/puce-fleche.png)}

/* contenu*/
#nb-photos a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	background-color: #999999;
	padding: 1px;
	border: 1px solid #666666;	/*font-weight: bold;*/
}
#nb-photos a:hover {
	background-color: #666666;
}

div#nb-photos {
	margin-right: 3px;
	margin-top: 3px;
}
#barre-degrade {
	background-attachment: scroll;
	background-image: url(http://www.pousada-rio-verde.com/images/interface/barre-ssmenu.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
.text {
	text-align: justify;
}
/************** lien suite **********/
div.suite {
	text-align: right;
}
div.suite a:after {content:url(http://www.pousada-rio-verde.com/images/interface/puce-fleche.png)}
div.suite a {
	text-decoration: none;
}
div.suite a:hover {
	background-color:#CCCCCC;
}

/************** footer **********/
#footer {
	background-color: #d3d3d3; /*#EEEFF1;*/
	color: #999999;
	font-size: 12px;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;;
}

/************** formulaire **********/
input, textarea {
	border: 1px solid #666666;
	padding-left: 2px;
	/*width: 100%;*/
}
