/* mainpage.css */

/***** global *****/

* {
  margin: 0;
  padding: 0;
}
body {
  background: gray;
}
img {
  border: 0;
}

.puce {
float: left;
padding: 10px 2px 0 8px;
margin-right: 2px;
margin-top: 10px;
}

table {
  border-collapse: collapse;
}
.FlashError a {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #595959;
  text-decoration: underline;
}

/***** MainPage *****/

#MainPage {
  margin: 0 auto;
  width: 1000px;
  background: #2e2e2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#MainPage .MainPageTable td {
  vertical-align: top;
}
#MainContent {
  display: block;
  margin: 0 125px;
  background: white;
  text-align: justify;
}
#BodyCenter {
  padding-bottom: 5px;
}
#MainContent h1 {
  color: #497cff;
  font-size: 18px;
  padding: 8px 0 0 10px;
  margin: 0;
  height: 24px;
  text-transform: uppercase;
  background: transparent url(/images/body/title2.jpg) no-repeat 4px 8px;
}
#MainContent h2 {
  color: #666666;
  font-size: 14px;
  padding: 15px 0 0 10px;
}
#MainContent h3 {
  padding: 5px 0 0 30px;
  color: #AE111C;
  font-size: 14px;
  text-decoration: underline;
}
#MainContent p {
  padding : 10px;
}
#MainContent ul,
#MainContent ol {
  margin: 10px 10px 10px 45px;
}
#MainContent a {
  color: #497cff;
  text-decoration: none;
}
#MainContent a:hover {
  text-decoration: underline;
}
#MainContent a:visited {
  color: liteblue;
}
#MainContent form table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
#MainContent .required,
#MainContent .error {
  color: red;
}
#MainContent #SitemapBox {
  padding-bottom: 8px;
}
#MainContent .formulaire {
  width: 600px;
  height: 1000px;
  display: block;
  margin: auto;
}

#empruntis hr {
color: red;
  display: none;}

.ReturnLink {
  margin: 15px;
}

/* Show.css */

.VerticalShow {
  position: absolute;
  margin-top: -200px;
  margin-left: 1005px;
}

.SquareFooterShow {
  text-align: center;
  width: 750px;
  background: white;
  margin: -10px 0 0 125px;
}

/***** Network *****/

#Network {
  margin-top: 40px;
  clear: both;
  padding: 5px 10px;
  font-size: 10px;
  color: #f1f1f1;
}
#Network .partners {
  margin-left: 100px;
  float: left;
  padding-right: 3px;
  font-weight: bold;
}
#Network ul li {
  display: inline;
}
#Network ul li a {
  margin-right: 5px;
  color: #7f7d7d;
  text-decoration: none;
}
#Network ul li a:hover {
  text-decoration: underline;
}

/***** Menu *****/

#Menu {
  width: 1000px;
  height: 70px;
  border-bottom: 3px solid #d1503c;
  background: white url(/images/menu/menu.jpg) repeat-x bottom;
}
#Menu ul {
  list-style-type: none;
  padding-left: 430px;
  padding-top: 38px;
  display: block;
}
#Menu ul li {
  width: auto;
  float: left;
}
#Menu a {
  background: transparent url(/images/menu/bt_left_menu.gif) no-repeat;
  display: block;
  font-size: 13px;
  margin-right: 2px;
  padding: 1px 0 1px 2px;
  color: white;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
}
#Menu a:hover,
#Menu .selected {
  background: transparent url(/images/menu/bt_left_menu_hover.png) no-repeat;
  color: #497cff;
}
#Menu a:active,
#Menu a:focus {
  color: #497cff;
}
#Menu .selected .bouton_right {
  background: transparent url(/images/menu/bt_right_menu_hover.png) no-repeat top right;
}
#Menu .selected .fleche {
  padding-bottom: 50px;
  background: transparent url(/images/menu/fleche.gif) no-repeat center;
}
#Menu .bouton_right:hover {
  background: transparent url(/images/menu/bt_right_menu_hover.png) no-repeat top right;
}
#Menu .bouton_right {
  background: transparent url(/images/menu/bt_right_menu.gif) no-repeat top right;
  padding: 8px;
}
#Menu .title_link {
  font-size: 24px;
  margin-left: 100px;
  line-height: 80px;
  font-weight: bold;
  position: absolute;
  color: black;
  background: transparent;
}
#Menu .title_link:hover {
  background: transparent;
  color: black;
}
#Menu .text_blue {
  color: #497cff;
}
#Menu .selected .bouton_right {
  background: transparent url(/images/menu/bt_right_menu_hover.png) no-repeat top right;
}
#Menu .selected .fleche {
  padding-bottom: 50px;
  background: transparent url(/images/menu/fleche.gif) no-repeat center;
}
#Menu .bouton_right:hover {
  background: transparent url(/images/menu/bt_right_menu_hover.png) no-repeat top right;
}
#Menu .bouton_right {
  background: transparent url(/images/menu/bt_right_menu.gif) no-repeat top right;
  padding: 8px;
}

/* NewsletterSubscriptionBox */

.NewsletterSubscriptionBox .DrWInput {
  width: 100px;
  font-size: 12px;
}
.NewsletterSubscriptionBox .DrWIButton {
  height: 25px;
  width: 30px;
  cursor: pointer;
}
.NewsletterSubscriptionBox {
  margin: 0 0 5px;
}

/***** header.css ******/

#Header {
  width: 1000px;
  height: 250px;
  background: transparent url('/images/header/header.jpg') no-repeat;
  border-bottom: 14px solid #121212;
}
#Header .text_header {
  padding-top: 50px;
  margin-left: 100px;
  font-size: 22px;
  color: #333333;
}
#Header .text_header_next {
  padding-top: 20px;
  margin-left: 100px;
  font-size: 16px;
  color: #333333;
}
#Header .btdevis a {
  width: 271px;
  height: 49px;
  display: block;
  margin: 20px 0 0 200px;
  background: transparent url(/images/header/btDevis.png) 0px 0px no-repeat;
}
#Header .btdevis a:hover {
  background: transparent url(/images/header/btDevis.png) 0px -49px no-repeat;
}

/***** linkTitle ******/

.linkTitle a {
  position: absolute;
  margin: -65px 0 0 103px;
  width: 925px;
  overflow: hidden;
  color: #bcbcbc;
  text-decoration: none;
  font-size: 10px;
}

/***** homeLink *****/

.homeLink {
  display: block;
  width: 1000px;
  height: 250px;
  color: blue;
  text-decoration: none;
}

/***** footer.css *****/

#Footer {
  border-top: 14px solid #121212;
  width: 1000px;
  height: 100px;
  background: transparent url(/images/footer/footer.jpg) no-repeat;
}

/***** FooterLinks ******/

#Footer .FooterLinks {
  float: left;
  color: white;
  margin-top: 10px;
  margin-left: 100px;
}
#Footer .FooterLinks a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
  margin: 0 10px;
}
#Footer .FooterLinks a:hover {
  text-decoration: underline;
}

/***** Copyright ******/

#Footer .Copyright {
  float: right;
  margin-right: 110px;
  margin-top:-52px;
  color: #c8c8c8;
}
#Footer .Copyright a {
  color: #c8c8c8;
  font-size: 10px;
  text-decoration: none;
}
#Footer .Copyright a:hover {
  text-decoration: underline;
}
