body {
    background-image:url("../img/questionnaire/bg-g4p.jpg");
    background-position:center top;
    background-repeat:no-repeat;
    font-family:calibri;
    font-size: 14px;
    margin:25px 0 0;
	color:#1A88C1;  
}
#header, #footer {
    /*background-color:#FFFFFF;
    clear:both;
    padding:20px 0;
	height:75px*/
	display:block;
    height:75px;
    position:absolute;
    width:100%;
    z-index:99999;
}
.fluid {
    float:left;
    width:100%;
}
a {
    color: #1A88C1;
    text-decoration: none;
}
a:hover {
    color: #F60;
    text-decoration: none;
}

#ta-logo {
    display:block;
    /*float:left;*/
    height:100%;
    margin:0;
    padding:4px 0 0 0;
	width:326px;
}
#ta-logo a {
    display:block;
    height:100%;
    line-height:0;
    width:100%;
}
#language_select {
    position: absolute;
    right: 10px;
    top: 14px;
}
#language_select ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#language_select ul li {
    float: left;
    margin: 8px 4px;
    overflow: hidden;
	width:24px;  
    height:20px;  
    text-align:center;  
}
#language_select ul li a {
	color:#1A88C1;  
    text-decoration:none;
}
#language_select ul li a.active, #language_select ul li a:hover {
	color:#FFF;  
	background-color:#1A88C1;
    text-decoration:none;
	padding: 6px;
}

img {
    box-shadow:0 0 0 #000000 !important;
    height:auto;
    max-width:100%;
    width:auto;
}
a img {
    border:medium none;
    outline:0 none;
	color:#1A88C1;  
}
.bold {
	font-weight:bold;
}
#content-wrap {
    /*background-color:#FFFFFF;*/
    min-height:100%;
    padding:70px 0 15px;
}
#content-wrap .workplace {
    padding:20px 20px 20px 0;
    position:relative;
}
.container-logo {
    background-color:#FFFFFF;
    margin:0 auto;
    padding:0 20px 10px;
    position:relative;
    width:960px;
	-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
	height:54px;
}
.container-footer {
    background-color:#FFFFFF;
    margin:0 auto;
    padding:5px 20px;
    position:relative;
    width:960px;
	-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
	height:25px;
}
.container {
    background-color:#FFFFFF;
    margin:0 auto;
    padding:20px;
    position:relative;
    width:960px;
	-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
}
.container:after, .container-logo:after {
    clear:both;
    content:" ";
    display:block;
    height:0;
    visibility:hidden;
}
.container .description {
	line-height:1.3em;
	font-size:16px;
}

.container .description h2 span {
	color:#FFF;
	background-color:#1A88C1;
	padding: 5px 8px;
}
h2 {
	font-size:26px;
	letter-spacing:0.10em;
}
h3 {
	font-size:22px;
	letter-spacing:0.05em;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
    content:" ";
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
    width:0;
}
.row:after, .clearfix:after {
    clear:both;
}
.ProgressBar {
    color:#999999;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:bold;
    margin:10px 10%;
    width:80%;
}
.ProgressBar table {
    background-color:#DDDDDD;
}
.ProgressBar td {
    border:1px solid #DDDDDD;
    padding:3px;
    vertical-align:middle;
}
.ProgressBar td.ProgressBarText {
    background-color:#FFFFFF;
    font-size:11px;
    margin-left:3px;
    margin-right:3px;
    padding-left:6px;
    padding-right:6px;
}
abbr.ProgressBarBorder {
    border-bottom:0 none;
}
.ProgressBarArea {
    background-color:#F60;
    font-size:1px;
    height:14px;
}
.left-footer {
	width: 50%;
	float:left;
	color:#777777;
}
.right-footer {
	width: 50%;
	float:right;
	text-align:right;
	color:#777777;
}
.table th {
    text-align: center;
	color:#FFFFFF;
	background-color:#1A88C1;
}
.table td {
    text-align: center;
}
.table th:first-child, .table td:first-child {
    text-align: left;
}
.table tr:first-child {
    border-top: 1px solid #DDDDDD;
}
.form-button, .form-submit {
    margin: 0 1em 1.5em;
	float:right;
}
.btn {
  display: inline-block;
  *display: inline;
  /*padding: 4px 14px;
  margin-bottom: 3px;
  *margin-left: .3em;
  line-height: 20px;
  *line-height: 20px;*/
  font-size: 16px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);  
  vertical-align: middle;
  cursor: pointer;
  background-color: #1A88C1;
  *background-color: #1A88C1;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1f9fe2), to(#1A88C1));
  background-image: -webkit-linear-gradient(top, #1f9fe2, #486B91);
  background-image: -o-linear-gradient(top, #1f9fe2, #486B91);
  background-image: linear-gradient(to bottom, #1f9fe2, #1A88C1);
  background-image: -moz-linear-gradient(top, #1f9fe2, #1A88C1);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #486B91 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5B7EA4', endColorstr='#486B91', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #1A88C1;
  *background-color: #1A88C1;
}

.btn:active,
.btn.active {
  background-color: #1A88C1 \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1A88C1;
  *background-color: #1A88C1;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
/*
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/

.btn.active,
.btn:active {
  background-color: #1A88C1;
  background-color: #1A88C1 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn {
  border-color: #1A88C1;
/*  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);*/
}

.remerciement {
	font-weight: bold;
    margin: 10px 10%;
    width: 80%;
	font-size:16px;
}