body {
	background-color: black;
	background-image:url(images/layout/background-tatamigradient.png);
	background-repeat:repeat-y;
	font-family: "Segoe UI", "arial unicode ms", sans-serif;
	font-size: 10pt;
	color: black;
}

a.obviouslink {
	color: #b79b45;
	text-decoration: underline;
}

a {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

a:hover { color: #e9d8a7; text-decoration:none; }

p { line-height:24px; }

ul { margin-bottom:20px; }

li { list-style-type:square; line-height:24px; }

table {
	border-collapse: collapse;
	margin: auto;
	margin-bottom:50px;
}

th {
	background-color:#D5BF7E;
	color:black;
}

blockquote {
	text-align:justify;
	font-style:italic;
}

.maintext {
	padding-bottom: 10px;
}

.pensee {
	font-style:italic;
	font-weight:bold;
}

h1, h3, h4, h5 {
	font-family: "Maiandra GD";
	color: red;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
}

h1 {
	font-size: 16pt;
}

.subtitle, h2 {
	font-family: "Maiandra GD";
	font-size: 12pt;
	color: red;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-variant: small-caps;
}

h4, h5 {
	text-align: left;
	padding-bottom: 0px;
}

.superscript {
	vertical-align: super;
	font-size: 75%;
}

.note {
	font-style: italic;
	font-size: 75%;
}

.indent:first-line {
	text-indent: 25px;
}

.floatLeft {
	float:left;
	padding-right: 10px;
}

.floatRight {
	float: right;
	padding-left: 10px;
}

.centered {
	text-align: center;
}

.holder {
	height: 0;
	overflow: hidden;
}

.menu {
	position: absolute;
	top: 154px;
	left: 0px;
	border-bottom: 1px solid #BCA96F;
}

.side {
	position: absolute;
}

#title {
	text-align: center;
	font-family: "Times New Roman";
	font-size: 24pt;
	padding-top: 30px;
	padding-left: 22px;
	padding-right: 22px;
}

#leftside {
	left: 0px;
	top: 0px;
	width: 125px;
	border-right: 1px solid #F7E9C1;
	margin: 0px;
}

#topright_front{
	left: 126px;
	top: 0px;
	width: 601px;
	height: 136px;
	background-image: url(images/bg/0.png);
	background-repeat: no-repeat;
	margin: 0px;
	border-left: 1px solid black;
	border-bottom: 1px solid #797977;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 2;
	opacity: 1;
}

#topright_behind{
	left: 126px;
	top: 0px;
	width: 601px;
	height: 136px;
	background-image: url(images/bg/0.png);
	background-repeat: no-repeat;
	margin: 0px;
	border-left: 1px solid black;
	border-bottom: 1px solid #797977;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
	opacity: 1;
}

#tablemask {
	position: absolute;
	top: 135px;
	left: 126px;
	width: 642px;
	overflow: hidden;
}

table#horizmenu {
	margin:0px;
	border-collapse: separate;
	top: 0px;
	left: 0px;
	width: 645px;
	border-left: 1px solid black;
	background-image: url(images/layout/bgblockgradient.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	z-index: 0;
}

#rightside {
	left: 126px;
	top: 154px;
	width: 541px;
	background-color: white;
	border-left: 1px solid black;
	border-top: 1px solid #797977;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0px;
	z-index:1;
}


/* Transparence de PNG en Internet Explorer... */

#menuimage {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/layout/menu.png');
	position: absolute;
	width: 40px;
	height: 15px;
	left: 43px;
	top: 135px;
}

#menuimage[id] {
	background-image: url(images/layout/menu.png);
	position: absolute;
	width: 40px;
	height: 15px;
	left: 43px;
	top: 135px;
}

#logoimage {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/layout/sogosmall.png');
	position: absolute;
	width: 100px;
	height: 100px;
	margin-bottom:10px;
	left: 12px;
}

#logoimage[id] {
	background-image: url(images/layout/sogosmall.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 100px;
	height: 100px;
	left: 12px;
}

.menuitem {
	display: block;
	width: 125px;
	height: 23px;
	text-align: center;
	font-family: "Segoe UI", verdana;
	font-weight: bold;
	font-size: 8pt;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/layout/menuitem.png');
	border-top: 1px solid #BCA96F;
	border-right: 1px solid #EBE3CC;
}

.menuitem[class] {
	background-image: url(images/layout/menuitem.png);
	background-repeat:no-repeat;
}

.horizmenuitem {
	display: table-cell;
	width: 92px;
	border-right: 1px solid #797977;
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet", Verdana;
	font-size: 10pt;
}

.submenu {
	display: block;
	width: 125px;
	height: 23px;
	text-align: center;
	font-family: "Segoe UI", verdana;
	font-weight: none;
	font-size: 8pt;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/layout/submenu.png');
	border-right: 1px solid #A07373;
	font-family: "Segoe UI", verdana;
}

.submenu[class] {
	background-image: url(images/layout/submenu.png);
	background-repeat:no-repeat;
}

.submenu span, .menuitem>span {
	vertical-align: middle;
}

td.hmnuitem {
	border-right: 1px solid #797977;
	margin: 0px;
	font-family: "Trebuchet", Verdana;
	font-size: 10pt;
}

td.hmnuwidth {
	width: 110px;
}
