@import "default.css";
@import "gallery.css";

body {
	padding: 0px;
	margin: 0px;
}
#page {
	width: 890px;
	padding: 0 5px;
	margin: 0 auto;
}
#top {
	background:url(bg_top.jpg);
	background-repeat:repeat-x;
	background-position:top;

}
#content_top {
	width: 890px;
	padding: 0 5px;
	margin: 0 auto;
}
#content {
	width: 890px;
	padding: 0 5px;
	margin: 0 auto;
}
.menu1 {
	padding: 5px 0px;
}
.menu1 a {
	display: block;
	padding: 2px 5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
.menu1 a:hover {
	background-color: #D2E2EF;
}
h1 {
	color: #035FA4;
	font-size:16px;
	font-family:Arial;
	margin-bottom:5px;
}
div#path {
	background-color:#E8F0F7;
	color: #76797B;
	padding: 5px 10px;
	margin: 2px 0px;
}

div#path a {
	color: #76797B;
}
div#path a:hover {
	color: #76797B;
}

#bottom {
	margin-top: 10px;
	background:url(bg_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:172px;

}
#bottom_top {
	width: 890px;
	padding: 0 5px;
	margin: 0 auto;
}

table#clients {
	width: 100%;
}

table#clients td {
	vertical-align: middle;
}

table#clients td img {
	vertical-align: middle;
	margin: 5px;
}

div#infutilmenu a {
	display: block;
	margin: 3px 0;
	padding: 4px 5px;
	color: #1f1f1f;
	font-size: 12px;
	font-weight: bold;
}

div#infutilmenu a.odd {
	background-color: #e5eff6;
}

table.borderr {
	background-color:#000000;
}

table.borderr td {
	padding: 2px 5px;
	background-color:#ffffff;
}

body #texte_seo {
	position:fixed;
	_position:absolute;
	border:4px solid #525252;
	background:#e8e8e8;
	z-index:99999;
	top:50%;
	left:50%;
	padding:25px;
	text-align:left;
	color:#000;
	width:600px;
	height:400px;
	margin-left:-300px;
	margin-top:-200px;
	display:none;
}

#texte_seo h1 { font-size:19px; padding-bottom:10px; font-weight:bold; }
#texte_seo h2 { font-size:16px; padding-bottom:10px; font-weight:bold; }
#texte_seo h3 { font-size:12px; padding-bottom:10px; font-weight:bold; }
#texte_seo h1 a, #texte_seo h2 a { text-decoration:none; }
#texte_seo p {
	font-size:11px;
	line-height:18px;
	padding-bottom:10px;
}
#texte-seo-content {
	height:350px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding-top:20px;
	padding-right:15px;
}
#texte_seo a { color:#1f5989 }
#texte_seo a:hover { color:#000; text-decoration:underline }
#close-seo {
	position:absolute;
	top:10px;
	right:10px;
	left:auto;
}
#open-seo {
}