.hidden {
	visibility: hidden;
}

//*d'avant*/

html {
	background: #FBFBFB;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/background_header1.jpg) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #8F8F8F;
}

#header .image{
	float: left;
	margin: 50px 0 0 0;
}

h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	//*text-transform: lowercase;*/
	letter-spacing: -1px;
	font-size: 26px;
	font-weight: normal;
	color: #31576F;
	height: 1.2em;
}

em {
	font-weight: bold;
	font-style: normal;
}

h3 {
	height: 25px;
	background: #0077A7 url(images/img3.gif) repeat-x left bottom;
	padding: 13px 0 0 20px;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

p, ol, ul {
	line-height: 180%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
	color: #6B6B6B;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.bg1 {
	padding: 0 20px 20px 20px;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF url(images/img4.gif) repeat-x;
}

.bg2 {
	padding: 20px;
	border-top: 1px solid #CBE1EF;
	background: #FFFFFF url(images/img4.gif) repeat-x;
}
#image_contact_us {
	padding-top: 30px;
}
body p {
	margin: 0;
}

/* Header */

#header {
	width: 58em;
	height: 121px;
	margin: 0 auto;
}

#header * {
	margin: 0;
	padding: 0;
/* 	text-transform: lowercase; */
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 70px 0 0 10px;
	font-size: 33px;
}

#header h2 {
	float: left;
	padding: 91px 0 0 10px;
	font-size: 11px;
	font-weight: normal;
	width: 5em;
}

#header ul {
	float: left;
	margin: 50px 0 0 20px;
	padding: 0px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

/* #header a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 20px 0 20px;
	background: #ABBA47 url(images/img2.gif) repeat-x;
	text-decoration: none;
	font-weight: bold;
} */

/* Content */

#content {
	width: 58em;
	margin: 0 auto;
	background: white;
}

#colOne {
	float: left;
	width: 20%;
}

#colOne ul {
	padding-left: 0;
	list-style: none none outside;
}

#colOne li {
	padding: 5px 0;
	background: url(images/img6.gif) repeat-x;
}

#colOne li.first {
	background: none;
}

#colTwo {
	float: left;
	width: 100%;
}
#table_title .title{
	float: left;
	width: 5em;
}
.table_row cells{
	float: left;
	width: 5em;
}
.table_row liens {
	float: left;
}

/* Footer */

#footer {
	clear: both;
	width: 58em;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img7.gif) repeat-x
}

#footer p {
	margin: 0;
	text-align: center;
	text-transform: lowercase;
}

#text {
	float:left
}

.glossymenu *{
	position: relative;
	padding: 0 70px 0 34px;
	margin: 0 auto 0 auto;
	margin-top: 70px;
	background: #666 url(images/menur_bg.jpg) repeat-x; /*tab background image path*/
	height: 50px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	width: 125px;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
	margin-botton: 10px;
}
