@charset "UTF-8";
/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
}

.td-dark {
	background-color:#e1e1e1;
}

.td-high {
	padding-bottom:10px;
	padding-top:10px;
	padding: 10px;
}
 

.titre-raison {
	font-variant:small-caps;
	font-weight:bold;
	color:#333333;
}

.titre-desc {
 	font-size:12px;
 	color:#333333;
}

/* Hover popup for lang */
a.info {
  position:relative;
  font-size:11px;
  /*border-bottom:1px dashed #808080;*/
  text-decoration: none;
  color:#000000;
}

a:hover.info {
  text-decoration: none;
  background: none;
}

a.info span { display: none; }

a:hover.info span {
  display: inline;
  position: absolute; 
  top:1.5em;
  left:0.5em;
  z-index: 20;
  background: #005a96;
  color: #fff;
  border:1px solid #000;
  width:150px;
  text-align:center;
  font-weight:normal;
  font-size: 11px;
  line-height:12px;
  padding:2px 4px;
}


/* HOVER for picture */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


/* TOGGLE DIV JQUERY */
h2.trigger {
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
	/*background: url(../images/h2_trigger_a.gif) no-repeat;
	background: url(../images/plus.png) no-repeat;*/
	min-height:24px;
	/*height: 24px;*/
	/*line-height: 30px;*/
	width: 450px;
	font-size:13px;
	font-weight: normal;
	float: left;
	font-variant:small-caps;
	font-weight:bold;
}
* html h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	/*background: url(../images/h2_trigger_a.gif) no-repeat;
	background: url(../images/plus.png) no-repeat;*/
	height: 24px;
	/*line-height: 30px;*/
	width: 450px;
	font-size:13px;
	font-weight: normal;
	float: left;
	font-variant:small-caps;
	font-weight:bold;
	vertical-align:middle;
}
h2.trigger a {
	color: #000000;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #005a96; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 12px;
	font-weight:normal;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 5px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}


/* Contact */
p#success
{
	padding: 3px 10px;
	background: #92FFA5;
	border: 2px solid #009218;
	color: #009218;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
		
p#bademail, p#badserver
{
	padding: 3px 10px;
	background: #FFA3A1;
	border: 2px solid #D00D00;
	color: #D00D00;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}


/* Facturation */
.td-silver {
background-color:#CCCCCC;
padding: 10px;
}

a.cvv2 {
  position:relative;
  font-size:11px;
  /*border-bottom:1px dashed #808080;*/
  text-decoration: none;
  color:#000000;
}

a:hover.cvv2 {
  text-decoration: none;
  background: none;
}

a.cvv2 span { display: none; }

a:hover.cvv2 span {
  display:inline;
  position: absolute; 
  top:1.5em;
  left:0.5em;
  z-index: 20;
  background: #005a96;
  color: #fff;
  border:1px solid #000;
  width:400px;
  text-align:justify;
  font-weight:normal;
  font-size: 12px;
  line-height:12px;
  padding:10px 10px;
}