/** Common Styles */

body {
	/*margin: 20px 0 0 0;*/
	padding: 0;
	background: #EEEDED;
	line-height: 1.6em;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #01548A;

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #786956;
}

ul.menu {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #01548A; /*#786956;*/
}

#rezomont {
	font-weight: bold;
	font-size: 18px;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	width: 840px;
	height: 230px;
	margin: 0px auto;
	background: url(images/header.png) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
#header_logo {
	width: 840px;
	height: 215px;
	margin: 0px auto;
	background: url(images/header.png) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 207px 0px 0px 50px;
	text-transform: uppercase;
	font-size: 38px;
	color: #FFFFFF;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 213px 40px 0px 0px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header .links {
	float: right;
	margin: 0px 20px 0px 0px;
	padding-right: 20px;
	text-align: center;
}

#header .language {
	padding-left: 20px;
}

#filler {
	height: 0px;
}

/** MENU */

#menu {
	/*margin-top: 20px;*/
	width: 840px; /*840*/
	height: 30px;
	margin: 0px auto;
	background: url(images/menu_background.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px 0px 0px 50px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

.hoverpink a:hover { background-color:#fcc }

#menu a {
	display: block;
	float: left;
	background: #786956;
	margin-top: 0px;
	margin-right: 3px;
	padding: 2.5px 20px;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #f8f8f8; /*000000;*/
	background: url(images/inactive_menu.jpg) repeat-x left top;
}

.menu_language a {
	display: block;
	float: right;
	background: #786956;
	margin-top: 0px;
	margin-right: 3px;
	padding: 2px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	background: url(images/inactive_menu.jpg) repeat-x left top;
}


#menu .active_link {
	background: url(images/active_menu.jpg) repeat-x left top;
}

#menu a:hover {
	color: #FFFFFF;
	background: url(images/dark_menu.jpg) repeat-x left top;
}

#menu a:active {
	background: url(images/active_menu.jpg) repeat-x left top;
}

#li_active {
	color: #FFFFFF;
	/*
	text-decoration: underline;
	font-weight: bolder;
	font-size: 13px;*/
}

/** CONTENT */

.bold {
	font-weight:bold;
} 

#content-wrap {
	width: 840px;
	margin: 0 auto;
	background: url(images/image03.jpg) repeat-y left top;
}

#content {
	width: 740px;
	margin: 0px auto;
	padding-top: 0px;
}

#content_contacts {
	width: 740px;
	margin: 0px auto;
	padding-top: 20px;
}

#columnA {
	float: right;
	width: 750px;
}

#columnA ul {
	/*padding-top: 10px;*/
	padding-left: 20px;
	/* list-style-type: circle; */
}

#services_info {
	padding-top: 10px;
	padding-left: 20px;
}

#services_table {
	width: 700px;
}

#services_table tr {
	vertical-align: top;
}

#services_list {
	width:340px;
	padding-right: 25px;
	padding-left: 5px;
}

#list_title {
	width: 700px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/title.gif) no-repeat center top;
}

#filler_td {
	width:20px;
}

#list_title_short {
	width: 200px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/title_short.gif) no-repeat center top;
}

#columnA h2 {
	border-bottom: 1px #b09a7e dashed;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 200px;
}

#columnB h2 {
	border-bottom: 1px #b09a7e dashed;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#columnB strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}


#columnA .contact_bg
{
background: url(images/contact_bg.jpg) no-repeat;
height: 171px;
width: 374px
}
#columnA .contact_bg p
{
color: #FFFFFF;
font-weight:bold;
}
#columnA table 
{
	padding-top: 10px;
	padding-left: 10px;
}

#columnA .acceuil_bg
{
background: url(images/acceuil_bg.gif) no-repeat;
height: 187px;
width: 415px
}
#columnA .acceuil_bg p
{
color: #FFFFFF;
font-weight:bold;
}
#columnA .acceuil_bg a {
	color: #FFFFFF;
}
#columnA .acceuil_bg a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#columnA .acceuil_bg a:visited {
	color: #E5E5E5;
}


/** FOOTER */

#footer {
	width: 840px;
	height: 70px;
	margin: 0px auto;
	background: url(images/image04.jpg) no-repeat left top;
	font-size: 11px;
	color: #000000;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
}

#footer .copyright {
	float: left;
	margin: 50px 0px 0px 30px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 50px 30px 0px 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
}

#footer .xhtml {
	padding-left: 20px;
}

#footer a {
}
