@charset "UTF-8";
/*Version 1.1.0*/

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color:#888888;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
iframe	{
	padding-top:50px;
	padding-bottom:30px;
	border:none;
}
h1, h2, h3, h4, h5	{
	font-weight:normal;
}
a	{
	color:#888888;
	text-decoration:none;
	border:0px;
}
a:visited	{
	color:#888888;
	text-decoration:none;
}
a:hover	{
	color:#666666;
	text-decoration:none;
}
/*Menu déroulant page d'accueil*/
tr, th	{
	line-height:30px;
}
th	{
	visibility:visible;
	font-weight:normal;
}
td	{
	padding-left:16px;
	padding-right:16px;
}
tbody.menu {
	visibility:hidden;
}
tbody.menu:hover	{
	visibility:visible;
}
/*Menu déroulant pages*/
.right_link, .left_link	{
	visibility:hidden;
}
a:hover span.right_link, a:hover span.left_link	{
	visibility:visible;
}
#images_index	{
	width:910px;
	margin: 0 auto;
	padding-top:150px;
	padding-bottom:60px;
}
#table_index	{
	width:696px;
	margin: 0 auto;
	padding-top:100px;
	padding-bottom:60px;
}
.back	{
    position:fixed;
    margin:0;
    padding-top:20px;
    width:100%;
    left:0;
    text-align:center;
}
.content_text	{
	width:100%;
}
.content_image_static	{
	width:100%;
	margin:0 0 0 0;
	padding:60px 0 0 0;
    white-space:nowrap;
}
.content_image_dynamic	{
    overflow:auto;
    white-space:nowrap;
	clear:both;
	margin:0 50px 0 50px;
}
.text	{
	text-align:left;
	width:500px;
	margin:0 0 0 0;
	padding:50px 0 0 50px;
	float:left;
	white-space:normal;
}
.content_image_static>img, .content_image_dynamic>img	{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:350px;
	position:relative;
}
.fino	{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin:0 0 0 0;
	padding:0 20px 0 20px;
}
.home_sub_index	{
	padding-top:30px;
}
.cursor_ext_link	{
	cursor:ne-resize;
}
.cursor_go_back	{
	cursor:sw-resize;
}
.cursor_go_left	{
	cursor:w-resize;
}
.cursor_go_forward	{
	cursor:e-resize;
}

@media screen and (max-device-width:480px), tv
{
	body {
	}
	/*Menu déroulant page d'accueil*/
	tr, th	{
		line-height:200%;
	}
	th	{
		width:auto;
	}
	tbody.menu {
		visibility:visible;
	}
	/*Menu déroulant pages*/
	.right_link, .left_link, .home_link	{
		visibility:visible;
		font-size:100%;
		line-height:100%;
	}
	a:hover span.right_link, a:hover span.left_link, a:hover span.home_link	{
		font-size:100%;
		line-height:100%;
	}

}

@media tv
{
iframe	{
		padding-top:200px;
	}
}
