@charset "UTF-8";

/* CSS ELEMENTS */
* {
	outline: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
	text-align: inherit;
	color: #333;
	cursor: inherit;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a img {
	border: none;
}
input, textarea {
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #C8C8C8;
	cursor: text;
	font-size: 14px;
	padding: 2px 2px 2px 5px;
}
li {
	list-style-type: none;
}
.end {
	clear: both;
}
/*
 * CASES A COCHER
 */
.case {
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 11px;
	min-height: 18px;
	padding: 1px 0 0 25px;
}
.case._off {
	background-image: url(../img/_buttons/bCocheOff.png);
}
.case._on {
	background-image: url(../img/_buttons/bCocheOn.png);
}
/* CSS BLOCS GENERAUX */
html {
	width: 100%;
	height: 100%;
	cursor: default;
	background-color: #000;
	font-size: 13px;
	background-image: url(/img/_common/bg.png);
	background-repeat: repeat;
}
body { /*overflow-y: scroll;
	 text-align: left;*/
	width: 100%;
	height: 100%;
	margin: 0;
}
#noJs {
	text-align: center;
	padding: 50px;
}
/* HAUT DE PAGE */
#header {
	background-image: url("/img/header/bg.png");
	background-position: center top;
	background-repeat: repeat-x;
	height: 255px;
	width: 100%;
}
#header > div {
	height: 173px;
	left: 50%;
	margin: auto auto auto -500px;
	position: absolute;
	width: 1000px;
	z-index: 4;
}
#header #visu {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 0;
}
/* bloc connexion */
#header #conBloc._inact {
	display: none;
}
#header #conBloc._off {
	margin-left: 716px;
	position: fixed;
	top: 0;
	width: 287px;
	z-index: 5;
}
#header #conBloc._on {
	float: right;
	margin-right: -3px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#header #conBloc._off #conBtn {
	background-image: url(/img/header/bConnexion.png);
}
#header #conBloc._on #conBtn {
	background-image: url(/img/header/acceder_a_QOOQ_online.png);
	width: 212px;
}
#header #conBloc #conBtn {
	float: right;
	height: 44px;
	width: 287px;
}
#header #conBloc #conBonjour {
	color: white;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 12px 0 0;
	text-align: right;
}
#header #conBloc #conBonjour a {
	color: white;
	text-decoration: underline;
	font-size: 10px;
}
/* BLOC LANGUE*/
#header #langBloc {
	position: absolute;
	top: 0px;
	left: 420px;
	height:36px;
	width:163px;
}
/* bloc nav */
#header #nav {
	height: 43px;
	left: 0;
	position: absolute;
	top: 120px;
	width: 730px;
	z-index: 5;
}
#header #nav li {
	float: left;
}
#header #nav > li > a {
	height: 43px;
	display: block;
}
#header #nav #bNav0 {
	width: 191px;
	background-image: url(/img/header/nav_quoi_off.png);
}
#header #nav #bNav0:hover, #header #nav #bNav0._on {
	background-image: url(/img/header/nav_quoi_on.png);
}
#header #nav #bNav1 {
	width: 189px;
	background-image: url(/img/header/nav_acces_off.png);
}
#header #nav #bNav1:hover, #header #nav #bNav1._on {
	background-image: url(/img/header/nav_acces_on.png);
}
#header #nav #bNav2 {
	width: 191px;
	background-image: url(/img/header/nav_acheter_off.png);
}
#header #nav #bNav2:hover, #header #nav #bNav2._on {
	background-image: url(/img/header/nav_acheter_on.png);
}
#header #nav li > div {
	display: none;
}
#header #nav li:hover > div {
	display: block;
	padding: 2px 0 10px;
	position: absolute;
	top: 40px;
	width: auto;
	z-index: 20;
	background-position: left bottom;
}
#header #nav li:hover div.nav0 {
	width: 230px;
}
#header #nav li:hover div.nav1 {
	width: 230px;
}
#header #nav  li:hover div.nav2 {
	width: 340px;
}
#header #nav li:hover > div > div {
	background-image: url("/img/header/menu_link_bg.png");
	background-repeat: repeat-x;
	height: 37px;
	line-height: 37px;
	padding: 0 16px;
	width: 100%;
}
#header #nav li > div > div * {
	color: white;
	font-size: 14px;
	line-height: 37px;
	display: block;
}
#header #nav li > div div.last {
	background-image: none;
	background-color: #510A0A;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#header #nav div a:hover {
	text-decoration: underline;
}
/* CONTENU DE PAGE */
#maincontainer {
	/*background-image: url("/img/_common/bg_center.png");
	 background-position: center center;
	 background-repeat: repeat-y;*/
	position: relative;
	z-index: 1;
}
#main {
	background-image: url("/img/_common/bg_top.png");
	background-position: left top;
	background-repeat: no-repeat;
	margin: -84px auto 0;
	padding-top: 12px;
	top: -84px;
	width: 1004px;
	z-index: 0;
}
#main > div {
	background-image: url(/img/_common/bg_center.png);
	background-repeat: repeat-y;
	padding: 0 12px 0 12px;
}
#endCtn {
	clear: both;
	padding-top: 10px;
}
/* PIED DE PAGE */
#footer {
	background-image: url("/img/_common/bg_center.png");
	background-repeat: repeat-y;
	height: 166px;
	margin: auto;
	padding: 0 2px;
	position: relative;
	width: 1000px;
}
#footer > div {
	background-image: url("/img/footer/bg.png");
	background-repeat: repeat-x;
	clear: both;
	height: 138px;
	padding: 28px 30px 0;
	width: 940px;
}
#footer .footbloc {
	float: left;
	font-size: 12px;
	padding-right: 10px;
	width: 225px;
}
#footer .footbloc h3 {
	height: 25px;
}
#footer .footbloc p, #footer .footbloc a {
	color: #555555;
	color: #555555;
	font-family: Arial, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#footer .footbloc a {
	line-height: 20px;
}
#footer .footbloc a:hover {
	text-decoration: underline;
}
#footer .footbloc #newsError {
	display: block;
	padding-bottom: 5px;
	color: #AD0018;
	font-size: 11px;
}
#footer .footbloc input {
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border-color: #BBBBBB;
	border-right: 0;
	float: left;
	font-size: 12px;
	height: 24px;
	width: 180px;
}
/* */
#homeTop {
	height: 490px;
}
/* <BLOC DE PASS */
#passBloc {
	background-image: url("/img/bloc_pass/bg_content.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: right;
	float: right;
	height: 514px;
	margin-bottom: 20px;
	padding: 0 20px 0 0;
	position: relative;
	top: 10px;
	width: 293px;
}
#passBloc div {
	padding: 15px 15px 0;
}
/*#passBloc div ul li {
 list-style-type: none;
 }*/
#passBloc a {
	bottom: 11px;
	left: 50px;
	position: absolute;
}
/* BLOCS COMMUNS
 */
/* creation de compte*/
#accountBloc {
	background-image: url("/img/bloc_account/bg.png");
	background-repeat: no-repeat;
	display: none;
	float: right;
	height: 311px;
	margin-right: 20px;
	margin-top: 23px;
	padding: 105px 10px 0;
	position: relative;
	width: 273px;
	z-index: 2;
}
#accountBloc {
	color: #243c4c;
}
#accountBloc h3 {
	display: none;
}
#accountBloc .macaron {
	position: absolute;
	right: -20px;
	top: -23px;
}
#accountBloc p {
	margin-bottom: 2px;
}
#accountBloc p label {
	float: left;
	font-size: 12px;
	width: 90px;
}
#accountBloc > label {
	display: block;
	font-size: 11px;
	margin-top: 5px;
}
#accountBloc label input {
	margin-right: 5px;
	vertical-align: top;
}
#accountBloc > input {
	width: 250px;
	margin-top: 5px;
}
#accountBloc a:last-child {
	position: absolute;
	bottom: 12px;
	left: 50px;
}
#accountBloc a {
	font-size: 11px;
	text-decoration: underline;
}
#accountBloc p {
	clear: both;
	min-height: 25px;
	padding: 2px 0 0 5px;
}
#accountBloc .fldTitle_on {
	color: #AD0018;
}
#accountBloc #accountName, #accountBloc #accountPName, #accountBloc #accountMail, #accountBloc #accountCMail, #accountBloc #accountPass {
	width: 160px;
}
#accountBloc .menu ul {
	margin-right: 95px;
	width: 100px;
	z-index: 20;
}
#accountBloc .menu ul:first-child {
	color: #CCCCCC;
}
#accountBloc .menu ul.selectOpen {
	left: 116px;
}
#accountBloc label span.fieldComment {
	clear: left;
	float: left;
	font-size: 10px;
	font-style: italic;
	letter-spacing: -0.05em;
	padding-left: 5px;
	width: 85px;
}
#accountBloc #accountError {
	clear: right;
	color: #AD0018;
	float: right;
	font-size: 10px;
	max-width: 180px;
	padding: 0 7px 3px 0;
	text-align: right;
	top: -15px;
}
#accountBloc .infosQooq {
	clear: both;
	margin: 7px 0;
}
/* BLOC DE PUB
 creation de compte */
#pubBloc {
	border: 1px solid #DBDBDB;
	border-radius: 5px 5px 5px 5px;
	display: none;
	float: right;
	height: 328px;
	margin-right: 20px;
	margin-top: 23px;
	padding: 23px;
	position: relative;
	width: 242px;
	z-index: 2;
}
#pubBloc.home {
	height: 370px;
}
#pubBloc.home img.visu {
	display: block;
	margin-left: -23px;
}
#pubBloc h3 {
}
#pubBloc a {
}
/* PAGE D'AIDE */
#main #help {
	margin-left: -10px;
}
/*
 */
/*
 * MENU DEROULANT
 */
ul.select, ul.selectOpen {
	background-image: url("../img/_button/select.png");
	background-position: 85px 2px;
	background-repeat: no-repeat;
}
select.replaced {
	display: none;
}
ul.select, ul.selectOpen {
	background-color: #FFFFFF;
	height: 19px;
}
ul.select li {
	color: #333333;
	cursor: pointer;
	display: none;
	font-size: 12px;
	list-style: none outside none;
	margin: 0;
	padding: 2px 0 0 5px;
}
ul.selectOpen li {
	display: block;
}
ul.select li.selected {
	display: block;
}
ul.select li.def, ul.select li.selected.def, ul.selectOpen li.selected.def {
	color: #999999;
}
ul.selectOpen {
	height: auto;
	position: absolute;
}
ul.selectOpen li.selected {
	color: #AD0018;
	display: block;
}
ul.selectOpen li:hover, ul.selectOpen li.hover, ul.selectOpen li.selected:hover {
	background-color: #AD0018;
	color: #FFFFFF;
}
ul.selectOpen li.def:hover, ul.selectOpen li.hover.def, ul.selectOpen li.selected.def:hover {
	background-color: transparent;
	color: #999999;
}