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

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

/*=============================================================================
*
*============================================================================*/
div#header {
	width: 960px;
   height: 103px;
   border-bottom: 1px solid #a1321b;
   margin: auto;
}

div#header a img {
	margin: 16px 0 0 0;
   border: none;
}

div#header h1 {
   margin: 90px 0 0 0;
   width: 256px;
   padding: 0;
   color: #A1321B;
   font-size: 10px;
   line-height: 10px;
   font-family: arial;
   text-align: center;
   font-weight: bold;
   position: absolute;
}

div#header h2 {
   position: absolute;
   color: #f5f5e9;
   font-size: 10px;
   line-height: 32px;
   width: 672px;
   font-family: verdana;
   padding: 0;
   text-indent: -9999px;
   margin: 4px 0 0 288px;
   background-image: url("../img/background/header-title-background.png");
   background-position: center center;
   background-repeat: no-repeat;
}

/*=============================================================================
*
*============================================================================*/
div#navigation {
   position: absolute;
   height: 32px;
   width: 672px;
   margin: 60px 0 0 288px;
   background-color: #ffffff;
   border: 1px solid #e2e3d5;
}

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

div#navigation ul li {
   float: left;
   padding: 0;
   margin: 0 0 0 1px;
}

div#navigation ul li.first {
   margin: 0 !important;
}

div#navigation ul li a {
   display: block;
   color: #A1321B;
   text-align: center;
   line-height: 32px;
   padding: 0 14px;
   font-family: arial;
   text-decoration: none;
   font-size: 13px;
   font-weight: bold;
}

div#navigation ul li a:hover {
   text-decoration: underline;
}

div#navigation ul li a.active {
   color: #372e25;
}

/*=============================================================================
*
*============================================================================*/
div#communication {
   height: 192px;
   width: 960px;
   margin: 32px auto;
}

div#communication img {
   margin: 0;
   padding: 0;
   border: none;
   display: block;
   float: left;
}

div#communication img.center {
   margin: 0 48px;
   padding: 0;
}

#courrier-geocoucou { margin: 32px auto; width: 960px; height: 200px; }
#courrier-geocoucou img { position: absolute; }
#courrier-geocoucou h2 {}
#courrier-geocoucou p {}

/*=============================================================================
*
*============================================================================*/
div#login {
   height: 44px;
   width: 960px;
   margin: auto;
}

div#login div.login-left {
   height: 44px;
   width: 288px;
   margin: auto;
   float: left;
}

div#login div.login-left h4 {
	font-size: 14px;
	color: #f5f5e9;
	font-family: arial;
	margin: 0 84px 0 8px;
	padding: 0;
	line-height: 40px;
}

div#login div.login-right {
   height: 24px;
   width: 672px;
   margin: auto;
   padding: 8px 0;
   float: left;
}

div#login label {
   font-size: 13px;
   color: #f5f5e9;
   line-height: 20px;
   font-family: arial;
   margin: 0 12px 0 0;
   font-weight: bold;
}

div#login input.textbox {
   background-color: #928f88;
   border: 1px solid #e2e3d5;
   font-size: 13px;
   font-family: arial;
   padding: 2px;
   width: 160px;
   margin: 0 24px 0 0;
   color: #f5f5e9;
}

div#login input.textpass {
   background-color: #928f88;
   border: 1px solid #e2e3d5;
   font-size: 13px;
   font-family: arial;
   padding: 2px;
   width: 128px;
   margin: 0 24px 0 0;
   color: #f5f5e9;
}

div#login input.button {
   background-color: #372e25;
   border: 1px solid #e2e3d5;
   font-size: 13px;
   font-family: arial;
   padding-top: 1px;
   padding-bottom: 1px;
   margin: 0;
   color: #f5f5e9;
   font-weight: bold;
}

div#login input.button:hover {
   cursor: pointer;
}

/*=============================================================================
*
*============================================================================*/
#message-important {
   width: 960px;
   margin: 24px auto 16px auto;
   background-color: #ff8888;
   border: 1px dotted #ff6666;
   padding: 16px 0;
   font-family: arial;
}

#message-important h2 {
   margin: 0 16px 0 16px;
   font-size: 24px;
}

#message-important p {
   margin: 4px 16px 0 16px;
}

/*=============================================================================
*
*============================================================================*/
div#page {
   width: 960px;
   margin: 32px auto;
   padding: 0;
}

/*=============================================================================
*
*============================================================================*/
div#two-column-left {
   width: 256px;
   margin: 0;
   padding: 0;
   float: left;
}

div#two-column-left h3 {
   width: 192px;
   font-family: arial;
   font-size: 15px;
   line-height: 36px;
   color: #f5f5e9;
   padding: 0;
   margin: 0;
   text-align: center;
   background-image: url("../img/background/page-list-title-background.png");
   background-position: left center;
   background-repeat: no-repeat;
}

div#two-column-left img {
   margin: 32px 0 0 0;
   height: 224px;
   border: none;
}

/*=============================================================================
*
*============================================================================*/
div#page-list {
   width: 254px;
   margin: 0;
   padding: 0;
   font-family: arial;
   font-size: 10pt;
   border: 1px solid #cc753f;
   background-color: #e2e3d5;
}

div#page-list h4 {
   font-family: arial;
   font-size: 14px;
   color: #CC753F;
   padding: 0;
   margin: 12px 12px 0 12px;
}

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

div#page-list ul li {
   padding: 0;
   margin: 0;
}

div#page-list ul li.first {

}

div#page-list ul li a {
   display: block;
   color: #372e25;
   font-family: arial;
   text-decoration: none;
   font-size: 13px;
   padding: 2px 0 2px 16px;
   line-height: 24px;
   font-weight: bold;
}

div#page-list ul li a:hover {
   text-decoration: underline;
}

div#page-list ul li a.active {
   background-color: #F5F5E9;
}

/*=============================================================================
*
*============================================================================*/
div#two-column-right {
   width: 672px;
   margin: 0 0 0 32px;
   padding: 0;
   float: left;
}

div#two-column-right h2 {
   font-family: arial;
   font-size: 20px;
   line-height: 36px;
   color: #A1321B;
   text-align: left;
   padding: 0;
   margin: 0 0 0 8px;
   font-variant: small-caps;
}

/*=============================================================================
*
*============================================================================*/
div#content {
	width: 670px;
   margin: 0;
   min-height: 512px;
   padding: 0 0 16px 0;
   background-color: #ffffff;
   border: 1px solid #e2e3d5;
   float: left;
}

div#content h3 {
   font-family: tahoma, arial;
   font-size: 16px;
   line-height: 18px;
   color: #cc753f;
   padding: 0;
   margin: 24px 24px 16px 24px;
}

div#content h3 a {
   color: #cc753f;
   text-decoration: none;
}

div#content h4 {
   font-family: tahoma, arial;
   font-size: 14px;
   line-height: 14px;
   color: #928f88;
   padding: 0;
   margin: 16px 28px 12px 28px;
}

div#content h5 {
   font-family: arial;
   font-size: 10pt;
   line-height: 150%;
   color: #365f91;
   padding: 0;
   margin: 12px 32px 8px 32px;
}

div#content p {
   font-family: arial;
   font-size: 14px;
   line-height: 150%;
   color: #372e25;
   padding: 0;
   margin: 12px 32px 8px 32px;
}

div#content p.citation {
   font-family: arial;
   font-size: 13px;
   line-height: 150%;
   color: #A1321B;
   padding: 16px;
   margin: 16px;
   width: 224px;
   border: 1px dotted #A1321B;
   background-color: #fbeae6;
   font-weight: bold;
   float: right;
   display: inline;
}

div#content blockquote.emphasize p {
   font-family: arial;
   font-size: 13px;
   line-height: 150%;
   color: #CC753F;
   padding: 12px;
   margin: 16px 48px;
   border: 1px dotted #CC753F;
   background-color: #faf2e6;
   font-weight: bold;
   text-align: center;
}

div#content dl {
   font-family: arial;
   font-size: 14px;
   line-height: 150%;
   color: #372e25;
   padding: 0;
   margin: 12px 32px 8px 32px;
}

div#content dt {
   padding: 0;
   margin: 16px 0px 4px 0px;
}

div#content dd {
   padding: 0;
   margin: 4px 16px 0px 16px;
}

div#content p strong {
   font-weight: normal;
   color: #000000;
}

div#content p strong.bolder {
   font-weight: bold;
   color: #372e25;
}

div#content p a {
   color: #338ac0;
   text-decoration: none;
}

div#content a:hover {
   text-decoration: underline;
}

div#content ul {
   font-family: arial;
   font-size: 14px;
   line-height: 150%;
   color: #372e25;
   padding: 0;
   margin: 12px 32px 8px 56px;
   list-style-type: square;
}

div#content ol {
   font-family: arial;
   font-size: 14px;
   line-height: 150%;
   color: #372e25;
   padding: 0;
   margin: 12px 32px 8px 56px;
}

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

img.map {
	border: 1px solid #e2e3d5;
}

/*=============================================================================
*
*============================================================================*/
img.left {
   float: left;
}

img.right {
   float: right;
}

img.icon-top-right {
   float: right;
   margin: -24px 8px 0 0;
}

/*=============================================================================
*
*============================================================================*/
br.clear {
   clear: both;
}

/*=============================================================================
*
*============================================================================*/
div#cross-selling {
   height: 192px;
   width: 960px;
   margin: 32px auto;
}

div#cross-selling img {
   margin: 0;
   padding: 0;
   border: none;
   display: block;
   float: left;
}

div#cross-selling img.center {
   margin: 0 48px;
   padding: 0;
}

/*=============================================================================
*
*============================================================================*/
div#coordonnees {
   width: 960px;
   margin: 32px auto;
   background-color: #928f88;
   height: 330px;
}

div#coordonnees h3 {
   background-image: url("../img/h3/nos-coordonnees.png");
   background-position: center center;
   background-repeat: no-repeat;
   line-height: 40px;
   border-bottom: 2px solid #f5f5e9;
   margin: 0;
   padding: 0;
   text-indent: -9999px;
}

div#coordonnees h4 {
   font-family: tahoma, arial;
   font-size: 16px;
   line-height: 18px;
   color: #cc753f;
   padding: 0;
   margin: 24px 24px 16px 24px;
}

div#coordonnees p {
   font-family: arial;
   font-size: 14px;
   line-height: 150%;
   color: #372e25;
   padding: 0;
   margin: 20px 20px 16px 32px;
}

div#coordonnees p a {
   color: #A1321B;
   text-decoration: none;
}

div#coordonnees div.two-column-left {
	margin: 16px 0 16px 16px;
   width: 400px;
   height: 256px;
   background-color: #dfdfd3;
   float: left;
   display: inline;
}

div#coordonnees div.two-column-right {
	margin: 16px 0 16px 16px;
   width: 512px;
   height: 256px;
   float: left;
   display: inline;
}

div#coordonnees div.two-column-right img {
   border: 1px solid #A1321B;
}

/*===========================================================================*/
#page-request #content div.formulaire { margin: 24px 32px; }
#page-request #content div.formulaire ul { list-style-type: none; margin: 0; padding: 0; }
#page-request #content div.formulaire ul li { margin: 12px 0; padding: 0; }
#page-request #content div.formulaire ul li.double { height: 40px; }
#page-request #content div.formulaire ul.radio { margin: 0 0 0 192px; }
#page-request #content div.formulaire ul.radio li { margin: 2px 0; padding: 0; }

#page-request #content div.formulaire h4 { color: #6a6a6a; font-size: 13px; font-weight: bold; line-height: 24px; border-bottom: 1px dotted #e6e6e6; margin: 16px 0; }

#page-request #content div.formulaire input.textbox { border: 1px solid #CCCCCC; color: #6a6a6a; width: 224px; padding: 1px; height: 18px; }
#page-request #content div.formulaire input.error { border: 1px dotted #ff0000; }
#page-request #content div.formulaire select.combo { border: 1px solid #CCCCCC; color: #6a6a6a; padding: 1px; width: 224px; height: 22px; }
#page-request #content div.formulaire select.error { border: 1px dotted #ff0000; }
#page-request #content div.formulaire input.radio { margin: 0 4px 0 0; }
#page-request #content div.formulaire label { margin: 0 16px 0 0; line-height: 20px; display: block; color: #6a6a6a; float: left; width: 176px; font-size: 12px; text-align: right; }
#page-request #content div.formulaire label.error { color: #ff0000; float: none; display: inline; margin: 0 0 0 8px; }
#page-request #content div.formulaire ul.radio label { display: inline; float: none; line-height: 16px; }
#page-request #content div.formulaire ul.radio label.error { margin: 0 8px 0 0; }
#page-request #content div.formulaire textarea { border: 1px solid #CCCCCC; color: #6a6a6a; width: 600px; padding: 1px; height: 160px; font-family: arial; font-size: 12px; resize: none; }
#page-request #content div.formulaire input.button { border: 1px solid #CCCCCC; color: #6a6a6a; padding: 1px; width: 192px; height: 24px; display: block; margin: 0 0 0 192px; }

#page-request #content table.volume { border-collapse: collapse; font-size: 12px; font-family: arial; }
#page-request #content table.volume thead tr {  }
#page-request #content table.volume thead tr th { background-color: #e6e6e6; }
#page-request #content table.volume tr th { padding: 2px; width: 128px; }
#page-request #content table.volume tr td { padding: 2px; width: 128px; text-align: center; }
#page-request #content table.volume tr td input { border: 1px solid #CCCCCC; color: #6a6a6a; width: 48px; padding: 1px; height: 18px; text-align: center; }
#page-request #content table.volume tr td select { border: 1px solid #CCCCCC; color: #6a6a6a; width: 128px !important; padding: 1px; text-align: center; }

#page-request #content table.city { border-collapse: collapse; font-size: 12px; font-family: arial; }
#page-request #content table.city thead tr {  }
#page-request #content table.city thead tr th { background-color: #e6e6e6; }
#page-request #content table.city tr th { padding: 2px; width: 128px; }
#page-request #content table.city tr th.city { padding: 2px; width: 256px; }
#page-request #content table.city tr td { padding: 2px; width: 128px; text-align: center; }
#page-request #content table.city tr td input { border: 1px solid #CCCCCC; color: #6a6a6a; width: 48px !important; padding: 1px; height: 18px; text-align: center; }
#page-request #content table.city tr td.city input { width: 192px !important; }

#page-request #content pre { color: #6a6a6a; margin: 8px 40px 16px 40px; font-size: 13px; width: 640px; white-space: pre-wrap }

/*=============================================================================
*
*============================================================================*/
div#footer {
   background-color: #E1E2D4;
   border-top: 2px solid #dfdfd3;
   height: 208px;
}

/*=============================================================================
*
*============================================================================*/
div#copyright {
   width: 768px;
   margin: auto;
}

div#copyright p {
   font-family: arial;
   font-size: 8pt;
   color: #cc753f;
   line-height: 100%;
   padding: 4px 0 2px 0;
   margin: 2px 0 0 0;
   text-align: center;
}

div#copyright p a {
	color: #cc753f;
   text-decoration: none;
}

div#copyright p a:hover {
   text-decoration: underline;
}


/*=============================================================================
*
*============================================================================*/
div#sitemap {
   width: 810px;
   margin: auto;
   height: 160px;
   border-bottom: 1px solid #a1321b;
}

div#sitemap ul {
   font-family: arial;
   font-size: 8pt;
   color: #ffffff;
   line-height: 150%;
   padding: 0;
   margin: 6px 0 0 8px;
   list-style-type: none;
   float: left;
}

div#sitemap ul.company {
   width: 112px;
}

div#sitemap ul.express-courier {
   width: 192px;
}

div#sitemap ul.express-transport {
   width: 192px;
}

div#sitemap ul.resources {
   width: 160px;
}

div#sitemap ul.contact {
   width: 112px;
}

div#sitemap ul li {
   padding: 0;
   margin: 0;
}

div#sitemap ul li a {
   font-family: arial;
   font-size: 8pt;
   color: #372e25;
   font-weight: bold;
   text-decoration: none;
}

div#sitemap ul li a:hover {
   text-decoration: underline;
}

div#sitemap ul ul {
   margin: 0;
   padding: 0 0 0 12px;
}

div#sitemap ul ul li {
   padding: 0;
   margin: 2px 0;
}

div#sitemap ul ul li a {
   font-family: arial;
   font-size: 8pt;
   color: #A1321B;
   font-weight: normal;
}

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

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