@charset "UTF-8";
@import "menu.css";
@import "icons.css";
@import "custom-yui.css";

html {
	background-color: #8A8A8A;
	color: black;
	height: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {	
	text-align: center;
	margin: 0px;
	padding: 10px;	
}

/***************************************************************************************************
*                                      HTML BODY ELEMENTS                                         *
***************************************************************************************************/

#container {
	background-color: #CBA674;
	border: 3px solid white;
	border-collapse: collapse;
	color: inherit;
	margin: 0px 5% auto 5%;
	min-width: 675px;	
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: 90%;
}

#head {
	border: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	text-align: center;
}

#menu{
	background: black url('../images/menubg.jpg');
	background-color: #3F1D00;
	border: 0px;
	color: white;
	padding: 0px;
}

#body {
	text-align: center;
	margin: auto;
	border: 0px;
	padding: 5px;
	width: 95%;
}

#foot {
	background-color: inherit;
	color: white;
	font: italic normal 60% 'Brush Script MT','Zapfino',times,sans-serif;
	width: 80%;
	margin: auto;
}


/***************************************************************************************************
*                                       TEXT SECTION                                               *
***************************************************************************************************/

a {
	background-color: inherit;
	color: #701000;
	text-decoration: none;
}

.intitule a {
	background-color: inherit;
	color: #701000;
	font: normal bold 100% times,serif,sans-serif;
}

#foot a{
	background-color: inherit;
	color: white;
	text-decoration: none;
	
}

.intitule {
	background-color: inherit;
	color: #580C00;
	font: normal bold 125% times,serif,sans-serif;
}

.justify{
	text-align: justify;
	font: normal normal 110% times,serif,sans-serif;
}

.discret{
	text-align: justify;
	font: italic normal 80% times,serif,sans-serif;
}

/***************************************************************************************************
*                                     ELEMENTS SECTION                                             *
***************************************************************************************************/

.invisible {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.thumbnails {
	margin: 10px 5px 5px 5px;
	width: 100%;
}

img.thumbnail{
	border: 1px solid green;
	margin: 5px auto 5px auto;
}

.table_images{
	border-collapse: collapse;
	border-spacing: 5px;
	color: #303030;
	empty-cells: hide;
	font: normal bold 90% times,serif,sans-serif;
	margin: 10px auto 10px auto;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.table_images tr{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.table_images td{
	margin: auto;
	padding: 5px ;
	width: 25%;
}

.table_images td.image{
	max-width: 170px;
	max-height: 170px;
	min-width: 150px;
	overflow: hidden;
}

.table_images img{
	max-width: 150px;
	max-height: 150px;
}

.table_images img.bordered {
	border: solid 1px gray;
}

.table_images td .cell-title{
	border: 0px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.table_images td .cell-description{
	border: 0px;
	color: #505050;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
