/*===================================================================*/
/*========================== CSS RESET ==============================*/
/*===================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}
body {
   line-height: 1;
}
ol, ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}

/* remember to define focus styles! */
:focus {
   outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
   text-decoration: none;
}
del {
   text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
   border-collapse: collapse;
   border-spacing: 0;
}

strong {
   font-weight: bold;
}


/*===================================================================*/
/*========================== BODY ==============================*/

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 #ffffff;
}
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: none; }
/*===================================================================*/
/*========================== 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; 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.printdepartement {
	display: none;
}
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;
}
/*===================================================================*/
/*============================== 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: top;
}
div.menu li a:hover, div.menu li a:active {
	background-position: bottom;
}
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: #00355f;
	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.background { 
	background-color: #00355f;
	width: 920px;
	margin: auto;
	text-align: left;
}
div.main div.contenu {
	color: #FFFFFF;
	padding: 20px;
	min-height: 441px;
	height: auto !important;
	height: 441px;
	float: left;
	width: 670px;
}
div.main div.contenu a, div.main div.right a {
	text-decoration: underline;
}
div.main p {
	line-height: 16px;
}
div.main div.contenu p.slogan {
	font-size: 24px;
	line-height: 28px;
}
div.main div.contenu p.slogan span.slogancolor  {
	color: #65a5d7;
}
div.main div.right { 
	color: #FFFFFF;
	width: 190px;
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	top: 0px;
	padding-bottom: 170px;
}
div.main div.right div.news {
	color: #FFFFFF;
	margin: 0px;
}
div.main div.photo {
	position: absolute;
	right: 20px;
	bottom: 0px;
}
div.main div.photo * {
	margin: 0px;
}
div.main div.right div.news p {
	line-height: 14px;
}
div.main div.right div.news p.date {
	margin: 0px;
}
div.main div.right h2 a {
	text-decoration: none;
}
div.main div.right h4 {
	margin: 0;
}
/*===================================================================*/
/*============================= MAILFORM ============================*/
.mailform {
	line-height: 30px;
	position: relative;
}
.mailform .box {
	margin-bottom: 20px;
	margin-right: 210px;
}
.mailform .box img {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #00FFCC;
}
.mailform p {
	margin: 0;
}
.mailform p.info {
	padding: 20px 0;
}
.mailform .field {
	clear: both;
	margin-bottom: 10px;
}
.mailform .field label {
	display: block;
	float: left;
	width: 200px;
	height: 30px;
	line-height: 30px;
}
.mailform .checkbox label {
	display: inline;
	float: none;
	font-size: 11px;
}
.mailform .field input[type="text"] {
	padding: 5px;
	width: 250px;
	border: solid 1px #001a3d;
}
.mailform .field input[type="checkbox"] {
	vertical-align: middle;
	line-height: 30px;
}
.mailform .confirmcode p,
.mailform .field img.code {
	margin-left: 200px;
}
.mailform .submit {
	text-align: right;
}
.mailform .submit input[type="submit"] {
	width: 200px;
	padding: 5px;
}
.mailform .required {
	color: #D33;
	text-align: right;
}
.mailform .not_required {
	background: #bac2c8;
}
.mailform .star {
	font-size: 20px;
	line-height: 30px;
}

.mailform .blue_button_bg {
	background: url(../images/design/filterbutton_bg.png) repeat-x;
	float: right;
}
.mailform .blue_button_bg_left {
	background: url(../images/design/filterbutton_bg_left.png) no-repeat left;
}
.mailform .blue_button_bg_right {
	background: url(../images/design/filterbutton_bg_right.png) no-repeat right;
}
.mailform .blue_button_bg .blue_button_bg_right a {
	color: #00355f;
	font-size: 14px;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 40px;
	text-align: center;
	text-decoration: none;
}
.mailform .blue_button_bg a:hover {
	color: #fff;
	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; }
/*===================================================================*/
/*============================ COPYRIGHT ============================*/
div.footer {
	background-image: url(../images/design/footer_bg.png);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 40px;
	color: #333333;
	font-size: 11px;
	height: 60px;
	text-align: right;
	padding-right: 30px;
}
div.footer  div.disclaimer {
	text-align: left;
}
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 p.categ_description {
	
}
div.doc_liste li {

}
div.doc_liste li.document {
	width: 654px;
}
div.categ {
	margin-bottom: 15px;
}
ul.liste {
	margin: 0;
	padding: 0;
}
ul.liste li {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	padding: 5px;
}
ul.liste li:hover {
}
ul.liste li.document {
	border-bottom: 1px solid #65a5d7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.liste li.separated {
	border-bottom: none;
}
ul.liste li p {
	margin: 0px;
}
ul.liste li h4.name {
	margin: 0px;
}
ul.liste li p a {
	font-weight: bold;
}
ul.liste li p.description {
	padding-left: 30px;
}
ul.liste li p.download {
	float: right;
	text-align: center;
	margin-left: 20px;
}
ul.liste li p.download a {
	text-decoration: none;
}
/*===================================================================*/
/*============================ 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;
}
