/*=============================================================================
* Dark-Blue: #17365D
* Medium-Blue: #365f91
* Light-Blue: #4f81bd
*============================================================================*/
html {
   padding: 0;
   margin: 0;
}

/*=============================================================================
*
*============================================================================*/
body {
   padding: 0;
   margin: 0;
   background-color: #595f6b;
   background-image: url('../img/background/body-background.png');
   background-position: top center;
   background-repeat: repeat;
}

/*=============================================================================
*
*============================================================================*/
div#orange {
   background-image: url('../img/background/orange.png');
   background-position: center 160px;
   background-repeat: repeat-x;
}

/*=============================================================================
*
*============================================================================*/
div#page {
   width: 960px;
   margin: auto;
   padding: 0 4px 0 4px;
   background-image: url('../img/background/page-background.png');
   background-position: center center;
   background-repeat: repeat-y;
   z-index: 10;
}

/*=============================================================================
*
*============================================================================*/
div#header {
   background-color: #fef9f4;
   height: 160px;
   text-align: center;
}

div#header img#logo {
   float: left;
   margin: 12px 0 0 12px;
}

div#header img#coordonnees {
   float: left;
   margin: 24px 0 0 64px;
}

div#header h1 {
   margin: 0 auto;
   padding: 0;
   color: #ffffff;
   font-size: 12pt;
   font-family: verdana;
   text-align: center;
   background-image: url('../img/background/header-title-background.png');
   background-position: center center;
   background-repeat: no-repeat;
   width: 640px;
   line-height: 40px;
}

/*=============================================================================
*
*============================================================================*/
div#communication {

}

/*=============================================================================
*
*============================================================================*/
div#navigation {
   height: 224px;
   margin: 0px 8px 0px 504px;
}

div#navigation ul {
   padding: 8px 0 8px 0;
   margin: 0;
   list-style-type: none;
}

div#navigation ul li {

}

div#navigation ul li a {
   color: #18437A;
   text-decoration: none;
   display: block;
   padding: 8px;
   font-family: arial;
   font-size: 10pt;
   line-height: 18px;
   font-weight: bold;
   text-align: center;
}

div#navigation ul li a.active {
   color: #ffffff;
   text-decoration: underline;
}

div#navigation ul li a:hover {
   background-image: url('../img/background/navigation-background-over.png');
   background-position: center center;
   background-repeat: repeat-y;
}

div#navigation ul li a.active:hover {
   color: #ffffff;
   text-decoration: underline;
}

/*=============================================================================
*
*============================================================================*/
div#content {
	padding: 8px 0 32px 0;
   min-height: 512px;
}

div#content h2 {
   color: #595f6b;
   padding: 0 0 0 0;
   margin: 32px 32px 16px 32px;
   font-size: 24px;
   font-family: arial;
}

div#content h3 {
   color: #f59523;
   padding: 0 0 0 0;
   margin: 16px 36px 12px 36px;
   font-size: 18px;
   font-family: arial;
}

div#content p {
   color: #595f6b;
   font-family: arial;
   font-size: 11pt;
   padding: 0 0 0 0;
   margin: 12px 40px 8px 40px;
   line-height: 150%;
}

div#content ul {
   color: #595f6b;
   font-family: arial;
   font-size: 11pt;
   padding: 0;
   margin: 12px 40px 8px 64px;
   line-height: 150%;
   list-style-type: square;
}

div#content ul li {
   padding: 0px 8px;
}

div#content img.garantie {
   float: right;
   margin: 16px 24px 0 0;
}

div#content img.reference {
   float: left;
   margin: 32px 32px 32px 48px;
}

div#content .left {
   float: left;
}

div#content .right {
   float: right;
}
/*=============================================================================
*
*============================================================================*/
div#footer {
   background-color: #FEF9F4;
   height: 128px;
}

/*=============================================================================
*
*============================================================================*/
div#signature {
   padding: 112px 0 0 0;
   margin: 0;
   text-align: center;
   font-family: arial;
   color: #595f6b;
   font-size: 8pt;
   font-weight: bold;
}

div#signature a {
   color: #595f6b;
   text-decoration: none;
}