@charset 'utf-8';@charset "utf-8";

html {
	background-color:#fff;
}

#_body {
	width:900px;
}

#_body {
	padding-top:20px;
	padding-left:25px;
	padding-right:25px;
	margin-left:auto;
	margin-right:auto;
	font-family:Tahoma;
	color:#8a857e;
}

table td {
	vertical-align:top;
}

#_str {
	position:relative;
	margin-bottom:20px;
}

a[href]:link {
	text-decoration:none;
}

a[href]:hover {
	text-decoration:none;
}


#header a,
#menu li:hover > .a,
#menu li.selected > .a,
a[href],
.a[href],
#menu ul,
#_str h3,
.txt1 {
	color:rgb(30,40,130);
}

#menu li.selected ul {
	opacity:1;
}

#menu .a,
.note {
	color:rgb(160,160,160);
}

.a[href] {
	transition-property:color;
	transition-duration:.3s;
	-webkit-transition-property:color;
	-webkit-transition-duration:.3s;
	-moz-transition-property:color;
	-moz-transition-duration:.3s;
	-o-transition-property:color;
	-o-transition-duration:.3s;
	-ms-transition-property:color;
	-ms-transition-duration:.3s;
}

#menu .a[href] {
	cursor:pointer;
}

#menu {
	white-space:nowrap;
	padding-bottom: 140px;
}

#menu ul {
	display:inline-block;
	opacity:0;
	position:absolute;
	left:0;
	top:45px;
	padding:10px 10px 10px 8px;
	list-style-type: disc;
	transition-property:opacity;
	transition-duration:.3s;
	-webkit-transition-property:opacity;
	-webkit-transition-duration:.3s;
	-o-transition-property:opacity;
	-o-transition-duration:.3s;
	-ms-transition-property:opacity;
	-ms-transition-duration:.3s;
	-moz-transition-property:opacity;
	-moz-transition-duration:.3s;
	font-size:10px;
}

#menu > li:hover ul {
	opacity:1;
}

#menu > li {
	vertical-align:top;
	display:inline-block;
	position:relative;
	width:120px;
	height:50px;
	border-left:1px solid rgb(30,40,130);
	padding-left:10px;
}

#menu > li > .a {
	font-size:18px;
	padding-top:5px;
	padding-bottom:15px;
	display:inline-block;
	width:100%;
}

#header {
	font-size:24px;
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:2px solid rgb(30,40,130);
}

#menu h2,
#menu h3,
#menu .a {
	cursor:default;
}

#menu ul .a {
	font-size:14px;
}

#_str {
	font-size:14px;
}


.desc {
	text-align:justify;
}

.bloc {
	margin-bottom:40px;
}


.bloc > div img:last-child,
.bloc > div .img:last-child,
.bloc tr > td:last-child img:last-child,
.bloc tr > td:last-child .img:last-child {
	margin-right:0px;
}
.bloc > div:last-child img,
.bloc > div:last-child .img,
.bloc tr:last-child img,
.bloc tr:last-child .img {
	margin-bottom:0px;
}

.bloc img,
.bloc .img {
	margin-top:0px;
	margin-left:0px;
	vertical-align:bottom;
}

.bloc1 img,
.bloc1 .img {
	margin-bottom:40px;
	margin-right:40px;
}

.bloc2 img,
.bloc2 .img {
	margin-bottom:10px;
	margin-right:10px;
}

span.img {
	display:inline-block;
}

#_str h3 {
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-bottom:30px;
	border-top:1px solid rgb(30,40,130);
	border-bottom:1px solid rgb(30,40,130);
}

table.bloc td {
	vertical-align:bottom;
}

.table2 tr td:last-child {
	padding-left:50px;
}

.bloc.table2 tr td:first-child {
	text-align:right;
}

.bloc.table2 tr td:last-child {
	text-align:left;
}

.table3 tr td:first-child,
.table3 tr td:last-child {
	width:33%;
}
.bloc.table3 tr td:first-child {
	text-align:right;
}
.bloc.table3 tr td:last-child {
	text-align:left;
}
.bloc.table3 td {
	text-align:center;
}

.bloc.table4 tr td {
	text-align:center;
}

.bloc.table4 tr td:first-child {
	text-align:left;
}

.bloc.table4 tr td:last-child {
	text-align:right;
}


#up {
	display:none;
	width:50px;
	height:50px;
	background:url('img/up.png') left top no-repeat #fff;
	position:fixed;
	bottom:50px;
	right:50px;
}

#up:hover {
	background-position:left -50px;
}



/** v1.2 */

table.grid td {
	padding-right:40px;
	padding-bottom:40px;
	vertical-align:top;
}

table.grid tr td td:last-child {
	padding-right:0;
}

table.grid td.note {
	vertical-align:bottom;
}

div.grid > div {
	margin-bottom:30px;
}

.grid.center  {
	margin-left:auto;
	margin-right:auto;
}

.grid p  {
	padding:10px 15px;
}

.grid p.top_right {
	text-align:right;
}

.grid img + p.right {
	display:inline-block;
}

div.grid img {
	vertical-align:bottom;
}

div.grid img + img {
	margin-left:30px;
}

.grid img + p.bottom_left {
	text-align:left;
}

.grid p.left,
.grid p.left + img {
	display:inline-block;
}

.grid img + p.bottom_right {
	text-align:right;
}

img.border {
	border:1px solid #ccc;
}

#_str .dyptique img + img {
	margin-left:20px;
}#_str {
	color:#000;
}


.slideshow,
.desc {
	display:inline-block;
	vertical-align:top;
}

.slideshow {
	width:360px;
	margin-right:30px;
}

.desc {
	width:450px;
	text-align:left;
}
