body {
  margin:0px;
  text-align: center; /* for IE */
}

/* Liste news */
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

ul li {
	margin:0pt;
	padding:0pt;
}

a:active
{
  outline: none;
}

.black {
  background-color: #000000;
}

.playground {
  margin: 0 auto;   /* align for good browsers */
  text-align: left; /* counter the body center */
  width: 940px; 
}

.page_header {
  margin-top: 22px;
  width: 940px;
  height: 150px;
  background: url(../images/quad_logo.gif) no-repeat;
}

.black .page_header {
  width: 725px;
  height: 150px;
  background: url(../images/quad_logo_black.gif) no-repeat;
}

.header_menu {
  width: 725px; 
  padding-top: 22px;
  margin-left: 215px;
}

.quad_header_g {
	height: 85px;
	background:transparent url(../images/fond_header_g.png) no-repeat scroll left top;
	width: 8px;
	float: left;
}

.quad_header {
	height: 85px;
	background:transparent url(../images/fond_header.png) repeat-x scroll left top;
	float:left;
	width: 709px;
	position: relative;
	margin: 0 auto 0;
}

.quad_header ul {
	list-style-type: none;
	position: absolute;
	width: 709px;
	font: bold 14px Arial;
	margin-top: 15px;
	padding: 0;
	display: block;
	cursor: pointer;
}

.quad_header li{
	float: left;
	padding: 0px 10px;
	text-decoration: none;	
	text-align: center ;
}


.quad_header_d {
	height: 85px;
	background:transparent url(../images/fond_header_d.png) no-repeat scroll left top;
	width: 8px;
	float: right;
}

/*
.page_header .menu span{
  font: bold 13px Arial;
  margin-left: 31px;
  cursor: pointer;
}
*/

.page_header .menu span{
  font: bold 14px Arial;
  margin-left: 18px;
  cursor: pointer;
}

.black .page_header .search span,
.black .page_header .menu span{
  color: #FFFFFF;
}

/*
.page_header .search {
  margin-top: 15px;
  text-align: right;
  width: 780px;
  padding-right:5px;
}
*/

.page_header .search {
	float: right;
	margin-right: 16px;
	margin-top: 50px;
}

.page_header .search span{
  font: 12px Arial;
}

.page_header .search input {
  font: 12px Arial;
  border: 1px solid #40C6AC;
  width: 140px;
  height: 20px;
  vertical-align: middle;
}

.page_body {
  /* width: 1000px; */
}


/*
  language switcher styles
*/

.qtrans_language_chooser {
  float: left;
  list-style-type: none;
  margin: 0;
  padding-left: 20px;
  clear: both;
}

.qtrans_widget_end{
  display:none;
}

.qtrans_language_chooser li {
  float: left;
  margin-right: 5px;
}

.qtrans_language_chooser li a{
  text-decoration: none;
}

.qtrans_language_chooser li a span{
  color: #000000;
  font-size: 12px;
  font-family: Arial;
}

.qtrans_language_chooser li.active a span{
  color: #5CCEB9;
}

.page_header .qtrans_flag {
  border:1px solid #b6b6b6
}

/* Clearfix Method: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
.clearfix {height:1%;}
/* End hide from IE-mac */
.clear {
	clear:both;
	height:0pt;
	line-height:0px;
}

/* Common objects */
.button {
    /* decomment this to have nice button on all the site */
    font-family: Arial;
    background-image: url(../images/button_bg.gif);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    color: #666666;
    cursor: pointer;
    font-weight: bold;
    font-size:10px;
    text-decoration: none;
    text-align:center;
	float:left;
}
.button a
{
    text-decoration: none;
    color: #666666;
}
.button:hover
{
    background-color: #cccccc;
    text-decoration: none;
}
.button:active
{
    background-color: #888888;
    text-decoration: none;
}

/* Fenetre modale */

.dialog {
	/* background-color:#C1D9FF; */
	
	background:#96B6B0 url(../images/bg_popup.png) repeat-x scroll left top;
	border:1px solid #FFFFFF;
	padding:5px;
	position:absolute;
	z-index:11;
    font: 11px Arial;	
}

.dialog-title {
	/* background-color:#E0EDFE; */
	color:#000000;
	padding:5px;
	height:60px;	
	position:relative;
	vertical-align:middle;
}


.dialog-title-close {
	background:transparent url(../images/bt_close2.gif) no-repeat scroll center;
	cursor:pointer;
	float:right;
	height:30px;
	width:30px;
	position:absolute;
	right:10px;
	top:5px;
}


.dialog-content, .dialog-nt-bg {
	/* background-color:#FFFFFF; */
	padding:5px;
}


.BtClose {
	CURSOR: pointer;
}