/* GENERAL */
body, a{ color: #05346D; }
body, a{ color: #048; }

h2 span{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/fr/includes/img/winter/gradient-title.png) left top repeat-x;
}

/* BACK */
/* body{ background: #FFF url(/fr/includes/img/summer/background.png) center top no-repeat; } */
#midground{ background: url(/fr/includes/img/winter/midground.jpg) center top no-repeat; }

/* LOGO
#logo a{ background: url(/fr/includes/img/winter/logo.png) left top no-repeat; } */

/* MAIN NAV */
#main-nav a,
#main-nav strong{
	color: #fff;
	background: url(/fr/includes/img/winter/bg-nav.png) right top no-repeat;
}
#main-nav span{ background: url(/fr/includes/img/winter/bg-nav.png) left -25px no-repeat; }
#main-nav .current a,
#main-nav .current strong{
	background-position: right -50px ;
}
#main-nav .current span{ background-position: left -75px ; }
#main-nav a:hover{ color: #000; }

/* SEARCH BOX */
#search-box label{ background: url(/fr/includes/img/winter/t-recherche.gif) left center no-repeat; }
#search-input{
	color: #004680;
	border: 1 solid #5697ca;
	background: #fff;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
}

/* BOX 1 */
.box1.first{
	position: relative;
	margin-top: -10px;
}
.box1-tl{ background: url(/fr/includes/img/winter/box1-tl.png) left top no-repeat; }
.box1-br{ background: url(/fr/includes/img/winter/box1-br.png) right bottom no-repeat; padding: 0 20px 20px 0; }
.box1-in{ padding: 30px 0 0 30px; }

/* BOX 2 */
.box2-tl{
	padding-left: 15px;
	background: url(/fr/includes/img/winter/box2-tl.png) left 30px no-repeat;
}
.box2-br{
	padding: 0 15px 30px 0;
	background: url(/fr/includes/img/winter/box2-br.png) right bottom no-repeat;
}
.box2-in{
	padding-left: 15px;
}

/* BOX 3 */
.box3-top b,
.box3-bot b{
	display: block;
	overflow: hidden;
}
.box3-tl{
	float: left;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background: url(/fr/includes/img/winter/box3-tl.png) left top no-repeat;
}
.box3-tc{
	height: 4px;
	margin: 0 4px;
	overflow: hidden;
	background: url(/fr/includes/img/winter/box3-tc.png) center top repeat-x;
}
.box3-tr{
	float: right;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background: url(/fr/includes/img/winter/box3-tr.png) right center no-repeat;
}
.box3-bl{
	float: left;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background: url(/fr/includes/img/winter/box3-bl.png) left top no-repeat;
}
.box3-bc{
	height: 4px;
	margin: 0 4px;
	overflow: hidden;
	background: url(/fr/includes/img/winter/box3-bc.png) center top repeat-x;
}
.box3-br{
	float: right;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background: url(/fr/includes/img/winter/box3-br.png) right center repeat-x;
}
.box3-mid{
	overflow: hidden;
	background: url(/fr/includes/img/winter/box3-mr.png) right top repeat-y;
}
.box3-in{
	margin-right: 4px;
	padding-left: 4px;
	overflow: hidden;
	background: url(/fr/includes/img/winter/box3-ml.png) left top repeat-y;
}
.box3-cont{
	padding:5px;
	overflow: hidden;
	background: #FFF;
}

/* BUTTONS */
.button a{ background: url(/fr/includes/img/winter/buttons.png) right top no-repeat;  }
.button span{
	color: #235593;
	background: url(/fr/includes/img/winter/buttons.png) left -26px no-repeat;
}
.button .on{ background: url(/fr/includes/img/winter/buttons.png) right -52px no-repeat;  }
.button .on span{
	color: #05346D;
	background: url(/fr/includes/img/winter/buttons.png) left -78px no-repeat;
}
.button b{ background: url(/fr/includes/img/winter/buttons.png) center -106px no-repeat;  }

/* more */
.more a{
	background: url(/fr/includes/img/winter/more.gif) left 2px no-repeat;
}
.video .col2 .related .more a{ text-decoration: none; }

/* FOOTER */
#footer{
	/*background: #FFF url(/fr/includes/img/winter/bg-footer.gif) left bottom repeat-x;*/
	background: #FFF url(/fr/includes/img/winter/bg-footer.jpg) left top repeat-x;
}
#sub-nav{
	background: #0384c7;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#sub-nav a{
	color: #FFF;
}
/* copyright */
#footer .copyright{
	width: 136px;
	height: 20px;
	text-indent: -999em;
	background: url(/fr/includes/img/winter/copyright.gif) left top no-repeat;
}
