#default-body {
	font-family: Arial;
	font-size: 12px;
}

.titleDaxlineGreenLight {
    font-family: "MrBricolageLight";
    color: #8eb20a;
}

.titleDaxlineGreenBold {
    font-family: "MrBricolageBold";
    color: #8eb20a;
}

.titleDaxlineBlueGrayLight {
    font-family: "MrBricolageLight";
    color: #4d605c;
}

.titleDaxlineBlueGrayBold {
    font-family: "MrBricolageBold";
    color: #4d605c;
}

.textDaxlineBold {
    font-family: "MrBricolageBold";
    color: #92857a;
}

.textDaxlineRegular {
    font-family: "MrBricolageRegular";
    color: #92857a;
}

.textDaxlineRegular strong {
    font-family: "MrBricolageBold";
}

.titleDaxlineRedBold {
    padding: 0 0 8px 15px;
    display: block;
    color: #7a191b;
    border-bottom: 1px solid #dbd3cf;
    font-family: "MrBricolageLight";
}

.celluleMesAvantages ul li,
.celluleMesAvantagesDroite ul li{
    list-style-image: url('/images/frontend/mes-avantages-puce.png');
}

.celluleMesAvantages ul li ul li,
.celluleMesAvantagesDroite ul li ul li {
    list-style-image: none;
    list-style-type: disc;
}

.copyright {
	font-size: 8px;
	color: #DDDDDD;
}

.center {
	text-align: center;
}

.nofontsize {
    font-size: 0px;
}

#header {
	background: url('/images/header.png') no-repeat center top;
}

#header-left h1 a {
	text-indent: -10000px;
	overflow: hidden;
}

#header-company a {
	line-height: 12px;
}

#header-company span.large {
	font-size: 14px;
	font-family: 'MrBricolageBold';
}

#company-city {
    color:#D9002B;
    font-family:'MrBricolageRegular';
}

#company-city a {
	color:#D9002B;
	text-decoration: none;
	font-size:26px;
}

#company-infos-text {
    font-weight: bold;
}

#news-company-link a {
	color: #c2d500;
	text-decoration: none;
}

#company-link a {
	background: url("/images/frontend/picto-horaires-magasin.png") no-repeat
		scroll right center transparent;
	color: #FF6600;
	font-family: 'arial';
	font-size: 10px;
	text-decoration: none;
}

#search-company-link a {
	background: url("/images/frontend/picto-changer-magasin.png") no-repeat
		scroll right top transparent;
	color: #FFFFFF;
	font-family: 'arial';
	font-size: 11px;
	text-decoration: none;
}

#menu li {
	background: url('/images/menu-sep.png') no-repeat left center
		transparent;
	_background-image: url('/images/menu-sep.jpg');
}

#menu li.first {
	background-image: none;
}

#menu li a {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'MrBricolageBold';
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background: url('/images/menu-bg-hover.png') no-repeat left -1000px;
	/*Préchargement de l'image pour rollover'*/
}

#menu li a:hover {
	color: #6C1C08;
	background-image: url('/images/menu-bg-hover.png');
	background-repeat: no-repeat;
	background-position: left top;
}

/*
 * Sign-In
*/
#sign-in .error_list {
	background-color: #FFBFC5;
	color: #9F1D2F;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#sign-in .error_list li {
	list-style-type: circle;
	list-style: circle;
	list-style-position: inside;
}

#sign-in .notice_list {
	background-color: #87CEFF;
	color: #12668E;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#sign-in span {
	color: #12668E;
	font-size: 28px;
}

#sign-in span.desc {
	color: #12668E;
	font-size: 12px;
}

#sign-in .field {
	background-color: #F4F2EF;
}

#sign-in .actions {
	background: none repeat scroll 0 0 transparent;
}

#sign-in .actions a, #cgu-trick a {
	color: #9c9c9c;
	font-weight: bold;
}

#sign-in .actions .submit {
	background: url("/images/frontend/ui-button-auth-sign-in-connexion.png")
		no-repeat scroll left top transparent;
	border: medium none;
	color: white;
	font-size: 15px;
}

#sign-in #password-lost .actions .submit {
	background: transparent
		url('/images/frontend/ui-button-auth-sign-in-forgot-password.png')
		no-repeat top left;
	color: white;
}

#sign-in label {
	color: #8F8F8F;
	font-size: 14px;
	font-weight: bold;
}

#sign-in input {
	border: 1px solid #dbdbdb;
	color: #0e5476;
	font-size: 24px;
}

#sign-in #password-lost input {
	color: #d87b2a;
}

#sign-in #password-lost span {
	color: #d87b2a;
	font-size: 20px;
}

#sign-in #password-lost span.desc {
	color: #d87b2a;
	font-size: 12px;
}

/*
 * Register
 */
#container-register h3,
.contact h3 {
	color: #12668E;
	font-size: 26px;
}

#container-register h4,
.contact h4 {
	color: #339FCF;
	font-size: 14px;
	font-style: italic;
}

#container-register .field,
.contact .field {
	background-color: #F4F2EF;
}

#container-register .field textarea,
.contact .field textarea {
	border: 1px solid #DBDBDB;
	color: #0E5476;
	font-size: 18px;
}

#container-register .field .lblForm,
.contact .field .lblForm {
	color: #8F8F8F;
	font-size: 14px;
	font-weight: bold;
}

#container-register .field .lblForm .mandatory_field,
.contact .field .lblForm .mandatory_field
	{
	color: #75131D;
}

#container-register .field div .error_list li,
.contact .field div .error_list li
	{
	font-size: 11px;
	list-style-position: inside;
	list-style-type: circle;
}

#container-register .field div .error,
.contact .field div .error {
	border: 1px solid #AB2A2D;
}

#container-register .field div input,
.contact .field div input {
	border: 1px solid #DBDBDB;
	color: #0E5476;
	font-size: 22px;
}

#container-register .field .date,
.contact .field .date {
	
}

#container-register .field .date select,
.contact .field .date select {
	font-size: 18px;
	border: 1px solid #DBDBDB;
	color: #6F6F6F;
}

#container-register .actions,
.contact .actions {
	background: transparent;
}

#container-register .actions input.submit,
.contact .actions input.submit {
	background: transparent url('/images/frontend/ui-button-auth-register.png') no-repeat top left;
	border: none;
	color: white;
	font-size: 16px;
}

#search {
	color: #FFF;
	line-height: 32px;
}

#search .button {
	border: none;
	background: none;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

#arianne {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

#arianne a {
	color: #6c1c08;
	text-decoration: none;
}

#arianne a:hover {
	color: #92260b;
}

#content {
	background: url('/images/content.png') repeat-y top left;
}

#footer {
	background: url('/images/footer.png') no-repeat left top;
}

#footer ul {
	float: right;
}

#footer li {
	background: url('/images/footer-sep.jpg') no-repeat left center
		transparent;
}

#footer li.first {
	background-image: none;
}

#footer li a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

#footer-shadow {
	background: url('/images/footer-shadow.png') no-repeat left top;
}

.roundies {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
}

.little-roundies {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.bloc-title {
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	-khtml-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
	background-color: #fff;
	z-index: 3;
}

.bloc-content {
	background: url('/images/gradient-thin.jpg') repeat-x bottom;
}

.bloc-title h2 {
	font-family: 'MrBricolageLight';
	font-size: 18px;
	color: #6c1c08;
}

.bloc-title h2 strong {
    font-family: 'MrBricolageBold';
}

.gradient-strong {
	background: url('/images/gradient-strong.jpg') repeat-x bottom;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.no-slideshow-title .carousel ul li span {
	display: none;
}

#signature a {
	background-image: url(../images/signature-force-interactive.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #FFF;
	font-family: Tahoma;
	text-decoration: none;
}

#collignon {
	background-image: url('../images/frontend/collignon.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

#webtv {
	background-image: url('../images/frontend/webtv.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

#pub {
	text-align: center;
}

#autre {
	
}

.webtv-show {
	color: white !important;
}

div.controls-flowplayer {
	background-color: #7C1A1D !important;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

div.controls-flowplayer div.playhead {
	background-color: #E3F31D !       important;
}

div.controls-flowplayer div.progress,div.controls-flowplayer div.buffer
	{
	background-color: #E3F31D !important;
	opacity: 0.1;
}

.calendar-show {
	background-color: white;
}

.search-result {
	margin: 10px 0 0 20px;
}
.search-result li {
    padding-bottom: 10px;
}
.search-result h3 {
	font-size: 12px;
	font-family: 'MrBricolageLight';
	color: #7A191B;
}

.search-result h3 a {
        font-family: 'MrBricolageBold';
	color: #7A191B;
	text-decoration: none;
        font-size: 14px;
}

.search-result h3 a:hover {
	text-decoration: underline;
}

.search-result-url {
	color: #7A191B;
	font-style: italic;
	margin: 2px 0 0 0;
}

.search-result-categories {
	color: #B2CB17;
}

/*
 * Rich content
 */
.rich_content h2 {
	font-family: 'MrBricolageRegular';
	font-size: 18px;
	color: #6c1c08;
}

.rich_content h3 {
	font-family: 'MrBricolageBold';
	font-size: 16px;
	color: #6c1c08;
}

.rich_content h4 {
	font-family: 'MrBricolageBold';
	font-size: 14px;
	color: #6c1c08;
}

.rich_content h5 {
	font-family: 'MrBricolageBold';
	font-size: 12px;
	color: #6c1c08;
}

.rich_content h6 {
	font-family: 'MrBricolageBold';
	font-size: 10px;
	color: #6c1c08;
}

.rich_content strong {
	font-weight: bold;
}

.rich_content em {
	font-style: italic;
}

.rich_content strong {
	font-weight: bold;
}

.rich_content em, .rich_content cite {
	font-style: italic;
}

.rich_content ul,.rich_content ol,.rich_content blockquote {
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.rich_content ul li {
	margin-top: 2px;
	list-style-position: inside;
	list-style-type: circle;
}

.rich_content ol li {
	margin-top: 2px;
	list-style-position: inside;
	list-style-type: decimal;
}

.rich_content abbr,.rich_content acronym {
	border-bottom: 1px dotted;
}

.rich_content blockquote {
	font-style: italic;
}

.rich_content table {
	margin-top: 10px;
}

.rich_content hr {
	width: 25%;
}

.map-container {
	background: url(/images/frontend/ajax-loader.gif) no-repeat center
		center transparent;
}

.terms-of-use-label {
	position: relative;
	top: -11px;
	left: 5px;
}

.share-button {
	-moz-border-radius: 3px 3px 3px 3px;
	background: -moz-linear-gradient(center top, #FFFFFF, #EFEFEF) repeat
		scroll 0 0 #F6F6F6;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	height: 26px;
	overflow: visible;
	padding: 0 0.5em;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	line-height: 24px;
}

.share-button:hover {
	/*background: -moz-linear-gradient(center top, #CCCCCC, #FFFFFF) no-repeat scroll 0 0 #DDDDDD;*/	
	border-color: #999999;
}

.share-button img {
	background-color: transparent;
	background-image: url("/images/frontend/sharing_icons-vfl158492.png");
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	font-size: 0;
	vertical-align: middle;
}

.icon-share-facebook {
	background-position: -240px 0;
}

.icon-share-twitter {
	background-position: -704px 0;
}

#menu-fidelity li {
    list-style-type: none;
}

#menu-fidelity li a {
    background: url('/images/frontend/fidelity/icon-b.png') transparent left center no-repeat scroll;
    line-height: 36px;
    text-decoration: none;
    color: #92857a;
    font-weight: bold;
}

#menu-fidelity li a.menu-2 {
    background-image: url('/images/frontend/fidelity/icone-euro.png');
}
#menu-fidelity li a.menu-3 {
    background-image: url('/images/frontend/fidelity/icon-gift.png');
}
#menu-fidelity li a.menu-4 {
    background-image: url('/images/frontend/fidelity/icon-question.png');
}
#menu-fidelity li a.menu-5 {
    background-image: url('/images/frontend/fidelity/icon-book.png');
}
#menu-fidelity li a.menu-6 {
    background-image: url('/images/frontend/fidelity/icon-contact.png');
}

.celluleMesAvantages .textDaxlineRegular strong, .celluleMesAvantagesDroite .textDaxlineRegular strong {
    cursor: pointer;
}

.fidelity-help-carte-b, .fidelity-help-carte-b-premium {
    font-size: 12px;
    font-family: 'MrBricolageBold';
    color: #92857a;
    text-decoration: none;
}

.fidelity-help-carte-b {
    margin-right: 20px;
}

.fidelity-help-carte-b-premium {
    margin-left: 20px;
}

#cgu-trick {
    text-align: center;
}
.home-fid .slide-fade{
    text-align: center;
}
.home-fid .slide-fade a, .home-fid .slide-fade span {
    color: #010101;
    text-decoration: none;
}