@import url("front/posts.css");

body, html, div, ul {
  margin: 0;
  padding: 0;
  border: 0;
}

body, html {
  height: 100%;
}

html {
  font-family: Arial;
  font-size: 12px;
}

body {
  background: url("/images/bg_shadow.png") #fafafa repeat-y center;
}

#main {
  width: 918px;
  margin: 0 auto;
  min-height: 100%;
  background-color: white;
}

/* header menu -------------------------------------------------------------- */

#header {
  height: 76px;
  background: #130f33 url(/images/logo_cobalt.png) no-repeat scroll left top;
}
#header ul {
  list-style-type: none;
  color: #999999;
  float:right;
  margin-top: 5px;
  margin-right: 5px;
}
#header ul li {
  display: inline;
  padding: 0 2px 0 6px;
  border-left: 1px solid #999999;
  text-align: center;
}
#header ul li a,
#header ul li a:link,
#header ul li a:visited {
  color: #999999;
  text-decoration: none;
}
#header ul li:first-child {
  border: 0;
}
#header ul li a:hover {
  color: white;
  text-decoration: underline;
}

#menu {
  height: 219px;
  border-top: 1px solid #349dec;
  background: transparent url(/images/menu_background.png) no-repeat scroll left top;
}

#menu ul {
  list-style-type: none;
  float: right;
  margin-top: 53px;
}

#menu ul li {
    float: left;
}

#menu ul li a,
#menu ul li a:link,
#menu ul li a:visited {
  height: 35px;
  width: 140px;
  padding-top: 130px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #777c86;
  font-size: 14px;
}

#menu ul li.current a,
#menu ul li.current a:link,
#menu ul li.current a:visited,
#menu ul li a:hover {
  font-size: 16px;
  font-weight: bold;
  color: #012ec0;
}

#menu ul li.society a {
    background: transparent url(/images/bouton_menu_societe.png) no-repeat scroll center top;
}
#menu ul li.society.current a,
#menu ul li.society a:hover {
    background: transparent url(/images/bouton_menu_societe_over.png) no-repeat scroll center top;
}

#menu ul li.products a {
    background: transparent url(/images/bouton_menu_produits.png) no-repeat scroll center top;
}
#menu ul li.products.current a,
#menu ul li.products a:hover {
    background: transparent url(/images/bouton_menu_produits_over.png) no-repeat scroll center top;
}

#menu ul li.solutions a {
    background: transparent url(/images/bouton_menu_solutions.png) no-repeat scroll center top;
}
#menu ul li.solutions.current a,
#menu ul li.solutions a:hover {
    background: transparent url(/images/bouton_menu_solutions_over.png) no-repeat scroll center top;
}

#menu ul li.trainings a {
    background: transparent url(/images/bouton_menu_formations.png) no-repeat scroll center top;
}
#menu ul li.trainings.current a,
#menu ul li.trainings a:hover {
    background: transparent url(/images/bouton_menu_formations_over.png) no-repeat scroll center top;
}

#menu ul li.rails a {
    background: transparent url(/images/bouton_menu_rails.png) no-repeat scroll -8px top;
}
#menu ul li.rails.current a,
#menu ul li.rails a:hover {
    background: transparent url(/images/bouton_menu_rails_over.png) no-repeat scroll -8px top;
}

#content {
  overflow: auto;
  padding-top: 10px;
  background: url(/images/bg_bottom_header.jpg) white repeat-x top;
}

h1 {
  color: #424242;
  text-indent: 1.6em;
}

.white_box a, .grey_box a, #cgv a {
  text-decoration: none;
  color: #0d86e7;
}
.white_box a:hover, .grey_box a:hover, #cgv a:hover {
  text-decoration: underline;
}
#content .blue {
  color: #158ee9;
}
#cgv {
    text-align: center;
    font-size: 9px;
    margin-top: 15px;
}

.current {
  font-weight: bold;
}

.left_col {
  float :left; margin-left: 10px;
}

.center_col {
  float: left;
  margin-left: 10px;
}

.right_col {
  float: left;
  margin-left: 10px;
}

/* white box ---------------------------------------------------------------- */

.white_box {
  width: 230px;
}

.white_box .top {
  height: 35px;
  padding-left: 35px;
  padding-top: 15px;
  color: #81d1f1;
  background: transparent url(/images/white_box_top.png) no-repeat scroll left top;
}
div.white_box .top h2 {
  margin: 0;
  color: #0d86e7;
}
.white_box .content {
    padding: 0 25px;
    margin: 0;
    font-size: 12px;
    background: transparent url(/images/white_box_background.png) repeat-y scroll left top;
}
/* white wide box */

div.white_box.wide {
  width: 600px !important;
  padding: 0 12px;
}

div.white_box.wide .top {
  background: transparent url(/images/white_wide_box_top.png) scroll no-repeat left top;
}

div.white_box.wide .top h1 {
  font-size: 20px;
  color: #0d86e7;
  margin: 0;
  text-indent: 0;
}

div.white_box.wide .top h1 .filigrane {
    color: #acacaa;
    font-style: italic;
}

div.white_box.wide .content {
  background: transparent url(/images/white_wide_box_background.png) scroll repeat-y left top;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  color: #7b7b7b;
  overflow: auto;
  line-height: 120%;
  font-size: 12px !important;
}

div.white_box.wide .bottom {
    height: 49px;
    background: transparent url(/images/white_wide_box_bottom.png) scroll no-repeat left top;
    padding-left: 40px;
}


.blue_box p,
.grey_box p,
.white_box p {
    margin: 0;
    text-align: justify;
}

.blue_box * + p,
.grey_box * + p,
.white_box * + p {
    margin-top: 10px;
}

.grey_box {
  width: 430px;
  margin-bottom: 10px;
}

.grey_box .top {
  height: 70px;
  background: transparent url(/images/grey_box_top.png) no-repeat scroll left top;
  position: relative;
  font-weight: bold;
  padding: 15px 20px 0 20px;
}

.grey_box .top h2 {
  margin: 0;
  color: #0d86e7;
  font-size: 16px;
}
.grey_box .top .subtitle {
  margin-right: 80px;
  padding-left: 20px;
  padding-top: 5px;
  color: #4faefc;
  font-size: 12px;
}

.grey_box .top .img_container {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 70px;
  height: 70px;
}

.grey_box .content {
    padding: 5px 20px 0 20px;
    background: transparent url(/images/grey_box_background.png) repeat-y scroll left top;
}

.grey_box .bottom {
    height: 48px;
    padding-top: 5px;
    padding-left: 70px;
    background: transparent url(/images/grey_box_bottom.png) no-repeat scroll left top;
}

.grey_box .bottom a {
    margin-top: 8px;
    display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    font-size: 12px;
    background: transparent url(/images/icons/page_white_go.png) no-repeat left center;
}

/* blue box ----------------------------------------------------------------- */

.blue_box {
  width: 210px;
}
.blue_box .top {
  color: #089aff;
  font-size: 16px;
  padding-top: 20px;
  height: 30px;
  padding-left: 20px;
  background: transparent url(/images/blue_box_top.png) no-repeat scroll left top;
}

.blue_box .content {
  text-align: justify;
  line-height: 160%;
  font-size: 12px;
  color: #88888a;
  padding: 20px 10px 0 20px;
  background: transparent url(/images/blue_box_background.png) repeat-y scroll left top;
}

.blue_box .content h2 {
    font-size: 10px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 5px;
}

.blue_box .bottom {
    height: 56px;
    text-align: right;
    padding-top: 15px;
    padding-right: 70px;
    background: transparent url(/images/blue_box_bottom.png) no-repeat scroll left top;
}

.blue_box .bottom.earth {
    background: transparent url(/images/blue_box_bottom_earth.png) no-repeat scroll left top;
}

.blue_box.formation .top {
    color: #c0c0c0;
}

.blue_box.formation .content .formations h2 {
    color: #0d86e7;
    font-size: 12px;
}

.blue_box.formation .content .formations {
    color: black;
    font-size: 11px;
}

.blue_box.formation .content .formations ul {
    padding-left: 10px;
}

.blue_box.formation .bottom {
    padding: 0;
    padding-top: 10px;
}

.blue_box.formation .bottom .subscription {
    width: 163px;
    height: 31px;
    background: transparent url(/images/bouton_inscription.png) no-repeat scroll left top;
    color: white;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    text-align: left;
    padding-top: 5px;
    padding-left: 15px;
    display: block;
    margin-left: 40px;
}

#submenu {
    float: left;
    margin-left: 40px;
    margin-top: 40px;
}

a.contact {
    display: block;
    height:43px;
    padding-top: 8px;
    color: #1290ff;
    font-size: 18px;
    background: transparent url(/images/icon_mail.png) no-repeat right center;
    width: 200px;
    margin: auto;
}


/* society ------------------------------------------------------------------ */

body.society #content, body.posts #content {
  padding-top: 30px;
}

body.society div.white_box.wide {
    margin-left: 30px;
}

#society-submenu {
  float: left;
  margin-left: 15px;
  margin-top: 20px;
}
#society-submenu ul {
  list-style-type: none;
}

#society-submenu ul li {
  margin-bottom: 10px;
}

#society-submenu ul li a {
  display: block;
  text-decoration: none;
  width: 186px;
  height: 26px;
  background: transparent url(/images/grey_bouton.png) scroll no-repeat left top;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 5px;
  color: #8a8a8a;
}

#society-submenu ul li a.current {
  background: transparent url(/images/grey_bouton_over.png) scroll no-repeat left top;
  color: #fcfbfb;
}

#society_content {
    float: left;
}

#society_content .content ul {
    margin: 10px 0;
    padding-left: 20px;
    text-align: justify;
}



.reference {
    /*overflow: auto;*/
    margin-bottom: 20px;
}

.content .reference:last-child {
    margin: 0;
}

.reference .img_container {
    width: 220px;
    text-align: center;
    float: left;
}

.reference .description {
    float: left;
    width: 250px;
}

.reference .description p {
    margin: 5px 0;
}

/* products ----------------------------------------------------------------- */

body.products #submenu ul {
  list-style-type: none;
}
body.products #submenu li {
  margin-bottom: 1.7em;
}
body.products #submenu ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #8a8a8a;
  width: 146px;
  height: 26px;
  display: block;
  padding-left: 40px;
  padding-top: 5px;
  background: transparent url(/images/product_bouton.png) no-repeat scroll left top;
  font-weight: bold;
}
body.products #submenu ul li.current a {
  color: white;
  background: transparent url(/images/product_bouton_over.png) no-repeat scroll left top;
}
body.products #submenu ul li p {
    margin: 5px 0;
    padding: 0 5px;
    width: 175px;
    font-size: 12px;
    color: #7d7e80
}
#product_content {
    float: left;
    margin-left: 10px;
}

/* solutions ---------------------------------------------------------------- */

body.solutions #submenu {
    width: 600px;
    height: 450px;
    background: transparent url(/images/solutions_bg.png) no-repeat scroll left top;
    position: relative;
    margin: 0;
    margin-left: 20px;
    margin-right: 10px;
}

body.solutions #submenu a {
    display: block;
    font-size: 15px;
    color: #999999;
    text-decoration: none;
    padding-left: 50px;
    line-height: 44px;
    height: 44px;
    background: transparent url(/images/puce.png) no-repeat scroll left center;
    position: absolute;
}

body.solutions #submenu a:hover,
body.solutions #submenu a.current {
    font-weight: bold;
    color: #158ee9;
    background: transparent url(/images/puce_over.png) no-repeat scroll left center;
    overflow: hidden;
}

body.solutions #submenu a.technical_advices {
    top: 77px;
    left: 310px;
}
body.solutions #submenu a.infogerance {
    top: 123px;
    left: 315px;
}
body.solutions #submenu a.technical_support {
    top: 168px;
    left: 303px;
}
body.solutions #submenu a.website_devel {
    top: 209px;
    left: 281px;
}
body.solutions #submenu a.webapp_devel {
    top: 248px;
    left: 252px;
}
body.solutions #submenu a.systems {
    top: 280px;
    left: 214px;
}
body.solutions #submenu a.hardware_sell {
    top: 313px;
    left: 167px;
}
body.solutions #submenu a.advices {
    top: 345px;
    left: 118px;
}

.content ul {
    padding-left: 15px;
}


a#self {
  float: left;
  width: 400px;
  height: 70px;
}

.blue_box.wide {
    width: 271px;
}

.blue_box.wide .top {
    background: url(/images/blue_wide_box_top.png) no-repeat scroll left top;
    padding-top: 30px;
    font-size: 18px;
}

.blue_box.wide .content {
    background: url(/images/blue_wide_box_background.png) repeat-y scroll left top;
}

.blue_box.wide .bottom {
    background: url(/images/blue_wide_box_bottom.png) no-repeat scroll left top;
}

.icon {
  vertical-align: middle;
  height: 16px;
}

.separator {
  clear: both;
  background: url(/images/post_separator.png) no-repeat center center;
  height: 5px;
}
/* forms -------------------------------------------------------------------- */

.form_container .required {
  color: red;
}
.form_container label {
  display: block;
  text-align: right;
  padding-top: 5px;
}
.form_container label:after {
    content: ' :';
}
.form_container td {
  vertical-align: top;
}
.form_container textarea,
.form_container input[type=text],
.form_container input[type=password] {
  border: 1px solid silver;
  width: 280px;
  padding: 3px;
  background: url(/images/input_bg.png) repeat-x 0px 1px;
}
.form_container textarea {
    height: 160px;
}
.form_container input[type=submit] {
    margin-left: 125px;
}

