@import url('https://fonts.googleapis.com/css?family=Crimson+Text|Open+Sans');
html{-webkit-font-smoothing: antialiased; transform: scale(1)!important; min-width: 300px!important; overflow-y: scroll;}
body{margin: 0; padding: 0; font-family: 'Open Sans', sans-serif;}
a{color: #01527A; text-decoration: none; font-weight: bold; font-size: 14px;}
a:hover{color: #8E7763;}
.container{width: 930px;}
.title{font-family: 'Crimson Text', sans-serif; padding: 5px 0; font-weight: bold; font-size: 14px; text-align:center; color: #fff; background: #8E7763; -moz-box-shadow: 1px 1px 5px #000; -webkit-box-shadow: 1px 1px 5px #000; box-shadow: 1px 1px 5px #000; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; text-transform: uppercase;}
.title-image{font-family: 'Crimson Text', sans-serif; padding: 5px 0; font-weight: bold; font-size: 14px; text-align:center; color: #fff; background: #8E7763; -moz-box-shadow: 1px 1px 5px #000; -webkit-box-shadow: 1px 1px 5px #000; box-shadow: 1px 1px 5px #000; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; text-transform: uppercase;}
.subTitle-image{margin: 10px 0 0; font-weight: bold;}
.containerMenuVignette{display: inline-block; width: 102%;}
.menuVignette{width: 19%; height: 20px; float: left; margin: 10px 1px; font-size: 13px; text-align:center; background: #8E7763; padding: 4px 0; border: 2px solid transparent;}
.menuSelect{display:none;  margin: 10px 5px; text-align:center; background: #8E7763; padding: 4px 0; border: 2px solid transparent;}
.menuVignette a, .menuSelect a{text-decoration: none; color: #fff; font-weight: bold; width: 100%; height: 100%;}
.menuVignette:hover, .menuSelect:hover{background: #c5b949;}
.menuVignette a:hover, .menuSelect a:hover{color: #fff;}
.menuVignette select{font-size:11px; height: 19px;}
.menuVignette select, .menuSelect select{border: none;}

td.td_thumbnail_title {
	text-align: center;
	vertical-align: top;
}
a.a_thumbnail_title {
}
td.td_thumbnail_image
{
	text-align: center;
	vertical-align: middle;
}
img.img_thumbnail_image
{
	border: 4px solid #fff;
	margin: 10px;
	box-shadow: 1px 1px 5px #000;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
}
.thumbs_table
{
	border: 0px none;
	text-align:left;
	margin: 0 0 0 5px;
}
img.img_full_size_image
{
	border: 0px none;
	width: 100%;
}
@media only screen and (max-width:768px){
	.container{width: 565px; margin: 0 auto;}
	.title, .title-image{width: 100%;}
	.title{margin: 0 auto; font-size:10px;}
	.title-image{font-size: 8px;}
	.menuVignette{font-size: 14px; margin: 10px 2px; width: 18%; height: 38px;}
	.menuVignette select{font-size: 9px;}
	img.img_thumbnail_image{width: 110px;}
	.thumbs_table{margin: 0 0 0 -4px;}
}
@media only screen and (max-width:480px){
	.container{width: 300px; margin: 0 auto;}
	.title, .title-image{width: 295px; font-size: 7px!important;}
	.menuVignette{display: none;}
	.menuSelect{display: block;}
	img.img_thumbnail_image{width: 250px;}
	.thumbs_table{text-align: center;}
}