body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('../images/design/body_bg.png') repeat-x #E4E4E4;
}
div, p, h1, h2, h3, h4, img {
	margin: 0;
	padding: 0;
}
h2 { font-size: 18px; font-weight: bold; color: #65a5d7; margin-bottom: 15px; }
h3 { font-size: 18px; font-weight: bold; color: #65a5d7; margin-bottom: 15px; }
h4 { font-size: 14px; font-weight: bold; color: #65a5d7; margin-bottom: 15px; }
h4 { color: #65a5d7; }
ul span.listitem { color: #FFFFFF }
p { margin-bottom: 15px; }
a { color: #65a5d7; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }
a img {	border: none; }
div.clear { clear: both; }
.hidden { display: none; }
div.separate {
	clear: both;
	background: #BBBBBB;
	height: 1px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0 50px 40px 50px;
	position: relative;
	top: 20px;
}
.invisible {
	visibility: hidden;
}
div.homepage { display: block; background: url(../images/design/cover.jpg) no-repeat; position: absolute; z-index: 1000; margin: 0 10px;}
/*===================================================================*/
/*========================== CONTAINER ==============================*/
div.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
div.container_bis { }
/*===================================================================*/
/*============================ HEADER ===============================*/
div.header {
	height: 137px;
	position: relative;
	background-image: url(../images/design/header_bg.png);
}
div.header h1.logo { margin:0; padding: 0px; }
div.header h1.logo a { display: block; height: 117px; width: 364px; margin-left: 25px; }

div.header div.languages {
	color: #65a5d7;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 40px;
	width: 228px;
}
div.header div.languages a {
	color: #ffffff;
}
div.header div.languages a:hover {
	color: #65a5d7;
}
div.header div.languages li {
	display: inline
}
div.header div.headermenu {
	font-size: 14px;
	color: #636466;
	position: absolute;
	right: 20px;
	bottom: 10px;
}
div.header div.headermenu a {
	color: #636466;
	text-decoration :none;
}
div.header div.headermenu a:hover {
	color: #65a5d7;
	text-decoration :none;
}
div.header div.headermenu a:active {
	color: #65a5d7;
	text-decoration :none;
}
/*===================================================================*/
/*============================== MENU ===============================*/
div.menu {
	height: 62px;
	background-image: url(../images/design/menu_bg.png);
	text-align: center;
}
div.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 62px;
}
div.menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
div.menu li a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 62px;
	background:url(../images/menubtn_itsolution.jpg) no-repeat;
	margin-left: 45px;
	background-position: bottom;
}
div.menu li a:hover, div.menu li a:active {
	background-position: top;
}
div.menu li a.itsolution { width: 77px; background-image:url(../images/menubtn_itsolution.jpg); }
div.menu li a.printsolution { width: 103px; background-image:url(../images/menubtn_printsolution.jpg); }
div.menu li a.mailingsolution { width: 120px; background-image:url(../images/menubtn_mailingsolution.jpg); }
div.menu li a.logisticsolution { width: 127px; background-image:url(../images/menubtn_logisticsolution.jpg); }
div.menu li a.suppliessolution { width: 123px; background-image:url(../images/menubtn_suppliessolution.jpg); }
div.submenu {
	color: #FFFFFF;
	height: 34px;
	line-height: 34px;
	background-image: url(../images/design/submenu_bg.png);
	padding-left: 320px;
}
div.submenu a {
	color: #FFFFFF;
	text-decoration: none;
}
div.submenu a.active {
	text-decoration: underline;
}
div.submenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*===================================================================*/
/*============================= CONTENT =============================*/
div.main{
	background-image: url(../images/design/container_bg.png);
	background-repeat: no-repeat;
	position: relative;
	width: 940px;
	text-align: center;
}
div.main div.contenu {
	background-image: url(../images/design/contenu_bg.jpg);
	color: #FFFFFF;
	background-color: #00355f;
	padding: 20px;
	min-height: 441px;
	height: auto !important;
	height: 441px;
	padding-right: 230px;
}
div.main div.background { 
	background-color: #ed174c;
}
div.main div.contenu p { font-size: 5px; margin: 0px; }
div.main div.contenu p.slogan {
	font-size: 24px;
}
div.main div.contenu p.slogan span.slogancolor  {
	color: #65a5d7;
}
div.main div.right {
	display: none;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #00355f;
	width: 170px;
	position: absolute;
	right: 20px;
	top: 0px;
	padding: 40px 20px;
	min-height: 361px;
	height: auto !important;
	height: 441px;
}
div.main div.right div.news {
	color: #FFFFFF;
}
div.main div.right div.news p {
	line-height: 14px;
}
div.main div.right div.news p.date {
	color: #65a5d7;
	margin: 0px;
}
div.main div.right div.news h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}
div.main div.right h2 a {
	text-decoration: none;
}
/*===================================================================*/
/*========================= PAGES STATIQUES =========================*/
div.main div#tools{
	clear: both;
	text-align: right;
	border-top: 1px solid #65a5d7;
}
div.main div#tools a img{
	border: none;
	position: relative;
	top: 5px;
}
div.main div#sequence, div.content div.pagination {
	text-align: center;
	padding: 10px 0 5px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
div.main div#sequence *, div.content div.pagination * {
	margin: 0 1px;
	padding: 0 1px;
}
div.content div#sequence span, div.content div.pagination span { font-weight: bold; }
div.content div.relatedpages h2 { font-size: 14px; }
div.content div.relatedpages ul { padding: 0; margin: 0 0 0 10px; color: #7D7D7D; }
div.content div.relatedpages ul li { list-style-position: inside; }
div.content div.relatedpages ul li a { color: #7D7D7D; }
div.content div.relatedpages ul li a:hover { color: #FFB000; }
/*===================================================================*/
/*=============================== BOX ===============================*/
div.content div.right div.box {
	background: url('../images/design/box_bg.jpg') repeat-y #4C4C4C;
	width: 220px;
	margin: 0 0 20px 10px;
}
div.content div.right div.content_box {	background: url('../images/design/box_bottom_bg.jpg') no-repeat 0 bottom; padding: 0 10px 10px 10px; min-height: 60px; }
div.content div.right div.box h2 {
	background: url('../images/design/box_title_bg.jpg') no-repeat;
	height: 26px;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 10px 0 10px;
	color: #FFF;
}
div.content div.right div.box h2:first-letter {	color: #FFB000; }
div.content div.right div.content_box {
	padding: 10px 15px 20px;
}
div.content div.right div.content_box h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}
div.content div.right div.content_box p {
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
	padding-right: 10px;
}
div.content div.right div.content_box p a {	font-weight: normal; }
div.content div.right div.content_box p a:hover { color: #FFF; }
div.content div.right div.news p { margin-bottom: -10px; }
div.content div.right div.news p.date { font-size: 11px; font-weight: normal; }
div.content div.right div.news p.more { margin-bottom: 10px; font-size: 11px; }
div.content div.right div.news div.separate {
	font-size: 0;
	height: 1px;
	background: #FFB000;
	width: 150px;
	margin: 20px 0;
}
div.content div.right div.newsletter label {
	display: block;
	margin: 0 0 5px 0;
}
div.content div.right div.newsletter input {
	width: 90%;
}
div.content div.right div.newsletter span {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
}
/*===================================================================*/
/*============================ COPYRIGHT ============================*/
div.footer {
	background-image: url(../images/design/footer_bg.png);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	padding-top: 40px;
	color: #333333;
	font-size: 11px;
	height: 60px;
	text-align: right;
	padding-right: 30px;
}
div.copyright a { color: #333333; text-decoration: none; }
div.copyright a:hover { color: #4C4C4C; text-decoration: underline; }
/*===================================================================*/
/*=============================== NEWS ==============================*/
div.new_content img {
	float: left;
	padding:  0 10px 10px 0;
}
div.new_content p.date {
	margin-top: -15px;
	font-size: 11px;
}
div.new_content p span.more {
	font-size: 11px;
}
/*===================================================================*/
/*============================= DOCUMENTS ===========================*/
div.doc_liste {
}
div.doc_liste li {
	cursor: pointer;
}
div.categ {
}
ul.liste {
	margin: 0;
	padding: 0;
}
ul.liste li {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
	padding: 5px;
}
ul.liste li:hover {
	background: #65a5d7;
}
ul.liste li:hover a {
	color: #00355f;
}
ul.liste li.separated {
	border-bottom: 1px solid #65a5d7;
}
ul.liste li span.icon img {
	margin-right: 10px;
}
ul.liste li span a {
	font-weight: bold;
}
ul.liste li span.type {
	font-size: 11px;
	margin-left: 10px;
}
ul.liste li span.poid {
	font-size: 11px;
	position: absolute;
	right: 10px;
}
ul.liste li span.description {
	display: block;
	font-size: 11px;
	padding: 2px;
	margin: 3px 5px 0;
	position: relative;
	left: 30px;
}
/*===================================================================*/
/*========================== HOME & BIENS ===========================*/
div.content div.biens_home, div.content div.biens, div.content div.ensemblebiens {
	height: 220px;
	margin-bottom: 50px;
}
div.content div.biens_home div.bien, div.content div.biens div.bien, div.content div.ensemblebiens div.ensemblebien {
	height: 100%;
	width: 200px;
	background: url('../images/design/bien_home_bg.png') no-repeat bottom #4c4c4c;
	float: left;
	margin-right: 32px;
}
div.content div.ensemblebiens div.ensemblebien {
	background: url('../images/design/bien_home_bg.png') no-repeat bottom #4c4c4c;
}
div.content div.contenu div.biens div.bien, div.content div.contenu div.ensemblebiens div.ensemblebien {
	margin: 0 20px 20px 0;
}
div.content div.biens_home div.end, div.content div.biens div.end, div.content div.ensemblebiens div.end {
	margin-right: 0;
}
div.content div.biens_home div.bien div.photo, div.content div.biens div.bien div.photo, div.content div.ensemblebiens div.ensemblebien div.photo {
	text-align: center;
}
div.content div.biens_home div.bien div.photo img, div.content div.biens div.bien div.photo img, div.content div.ensemblebiens div.ensemblebien div.photo img {
	margin-top: 4px;
}
div.content div.biens_home div.bien h3, div.content div.biens div.bien h3, div.content div.ensemblebiens div.ensemblebien h3 {
	color: #FFF;
	margin: 0 4px;
	border-bottom: 1px solid #FFF;
	padding: 5px 0 5px 11px;
}
div.content div.biens_home div.bien h3 a, div.content div.biens div.bien h3 a, div.content div.ensemblebiens div.ensemblebien h3 a {
	color: #FFF;
	text-decoration: none;
}
div.content div.biens_home div.bien div.info, div.content div.biens div.bien div.info, div.content div.ensemblebiens div.ensemblebien div.info {
	position: relative;
}
div.content div.biens_home div.bien span.date, div.content div.biens div.bien span.date, div.content div.ensemblebiens div.ensemblebien span.date {
	color: #FFF;
	position: absolute;
	right: 16px;
	top: 8px;
}
div.content div.biens_home div.bien a:hover, div.content div.biens div.bien a:hover, div.content div.ensemblebiens div.ensemblebien a:hover {
	color: #FFF;
}
div.content div.biens_home div.bien p, div.content div.biens div.bien p, div.content div.ensemblebiens div.ensemblebien p {
	color: #FFF;
	margin: 10px 15px ;
}
div.content div.biens_home div.bien p.resume, div.content div.biens div.bien p.resume, div.content div.ensemblebiens div.ensemblebien p.resume {
	color: #FFF;
	height: 20px;
	overflow: hidden;
}
div.content div.biens div.bien p span, div.content div.ensemblebiens div.ensemblebien p span {
	font-weight: bold;
}
div.content div.contenu {
	clear: both;
}
div.content div.biens div.bien p span, div.content div.ensemblebiens div.ensemblebien p span {
	font-weight: bold;
}
/*===================================================================*/
/*=========================== BIENS FICHE ===========================*/
div.content div.bien_detail div.highlight, div.content div.ensemblebien_detail div.highlight {
	float: left;
}
div.content div.bien_detail div.photos, div.content div.ensemblebien_detail div.photos {
	margin-left: 120px;
	width: 300px;
}
div.content div.bien_detail div.photos img, div.content div.ensemblebien_detail div.photos img {
	margin: 0 5px 5px 0;
	cursor: pointer;
}
div.content div.bien_detail div.description, div.content div.ensemblebien_detail div.description {
	clear: both;
	padding-top: 30px;
}
div.content div.bien_detail div.description p span, div.content div.ensemblebien_detail div.description p span {
	font-weight: bold;
}
/*===================================================================*/
/*============================ FORMULAIRE ===========================*/
div.content form div.field {
	margin: 10px 0;
}
div.content form div.field label {
	display: block;
	width: 150px;
	text-align: right;
	float: left;
	padding: 0 10px 0 0;
	color: #7D7D7D;
	margin-top: 2px;
}
div.content form div.field input {
	width: 200px;
	padding: 2px;
}
div.content form div.field textarea {
	padding: 2px;
}
div.content form div.field img.code {
	margin: 10px 0 0 160px;
}
div.content form div.error {
	background: #F4CACA;
	border: 1px solid #CC0000;
	color: #CC0000;
	padding: 10px 0;
}
div.content form div.error div.info {
	margin: 5px 0 0 110px;
}
div.content form div.submit {
	border-top: 1px solid #BBB;
	padding: 10px 0;
	margin: 20px 0;
}
div.content form div.submit input {
	margin-left: 110px;
}
div.error_message {
	background: #F4CACA;
	padding: 15px;
	border: 1px solid #CC0000;
	color: #CC0000;
	margin-bottom: 10px;
}
div.info_message {
	background: #CAF4CA;
	padding: 15px;
	border: 1px solid #090;
	color: #090;
	margin-bottom: 10px;
}
div.indicator_message { 
	background: #F4F4F4;
	padding: 15px;
	border: 1px solid #999;
	color: #999;
	margin-bottom: 10px;
}
div.alert_message { 
	background: #CACAF4;
	padding: 15px;
	border: 1px solid #005;
	color: #005;
	margin-bottom: 10px;
}
/*===================================================================*/
/*============================== GALLERY ============================*/
div.gallery_photos div.photo, div.gallery_liste div.photo {
	float: left;
	margin: 0 7px 5px 0;
	width: 100px;
	height: 100px;
	padding: 10px;
	background: url('../images/design/gallery_photo_bg.png') no-repeat #FFF;
}
div.gallery_liste div.photo {
	margin-right: 10px;
}
div.galerie div.image {
	text-align: center;
}
div.galerie div.action_galerie {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	margin: 15px 0;
	position: relative;
	text-align: center;
}
div.galerie div.action_galerie span.action_previous {
	position: absolute;
	left: 0;
}
div.galerie div.action_galerie span.action_next {
	position: absolute;
	right: 0;
}
div.galerie div.action_galerie span.action_previous img, div.galerie div.action_galerie span.action_next img {
	margin-right: 5px;
}
/*===================================================================*/
/*=============================== GMAP ==============================*/
div#divgmap {
	margin-bottom: 10px;
	border: 1px solid #FFF;
	width: 600px;
	height: 300px;
}
