/*--common styles--*/
html{
	height:100%;
	width:100%;
	background:url(../images/bg-page.jpg);
}
body{
	background:url(../images/bg-lines.jpg) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	min-width:1000px;
	width:100%;
	min-height:100%;
}
* html body{height:100%;}
img{border:none;}
a{
	color:#000;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
/*--page--*/
.page{
	background:url(../images/bg-line-brown.gif) repeat-x 0 100%;
	width:100%;
	overflow:hidden;
	display:table;
}
/*--wrapper--*/
#wrapper{
	background:#fff;
	width:940px;
	margin:0px auto;
	overflow:hidden;
}
/*--header--*/
#header{
	padding:10px 0 0 42px;
	height:62px;
}
/*--logo--*/
.logo{
	float:left;
	margin:12px 0 0;
	width:120px;
	overflow:hidden;
	background:#f00;
}
.logo a{
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	width:100%;
	height:21px;
	overflow:hidden;
}
/*--header box--*/
.h-box{
	height:100%;
	overflow:hidden;
}
.h-inner{
	float:right;
	padding:7px 0 0 10px;
}
/*--links--*/
.h-box .link-1,
.h-box .link-2{
	float:left;
	text-indent:-9999px;
	height:32px;
}
.h-box .link-1{
	background:url(../images/img-link-1.gif) no-repeat;
	width:23px;
	margin:0 20px 0 0;
}
.h-box .link-2{
	background:url(../images/img-link-2.gif) no-repeat;
	width:59px;
	margin:0 15px 0 0;
}
/*--top info--*/
.top-info{
	float:left;
	list-style:none;
	padding:5px 0 0;
	margin:0 6px 0 0;
	font-size:11px;
	line-height:14px;
}
.top-info li{
	float:left;
	padding:0 11px 0 14px;
	white-space:nowrap;
	background:url(../images/sep-header.gif) no-repeat 0 55%;
}
.top-info li a{
	float:left;
	text-decoration:underline;
	color:#48150d;
}
.top-info li a:hover{text-decoration:none;}
/*--choose language--*/
.form-lang{
	float:left;
	padding:2px 0 0;
}
.form-lang fieldset{float:left;}
.form-lang .sel{
	width:96px;
	float:left;
	margin:0 16px 0 0;
	padding:0;
}
/*--main--*/
#main{
	width:100%;
	padding:5px 0 0 0;
	overflow:hidden;
}
.m-inner{
	position:relative;
	width:100%;
	overflow:hidden;
}
/*--sidebar--*/
#sidebar{
	float:left;
	width:168px;
	padding:12px 28px 0 40px;
}
/*--content logo--*/
.logo-cnt{
	width:100%;
	display:block;
	position:relative;
	margin:0 0 -36px;
	overflow:hidden;
}
.logo-en{margin:0 0 -44px;}
.logo-cnt a{
	float:left;
	display:inline;
	cursor:pointer;
}
.logo-cnt a img{display:block;}
/*--text box--*/
#sidebar .txt-box{
	position:relative;
	z-index:2;
	width:80px;
	overflow:hidden;
	margin:0 0 4px;
	color:#48150d;
	font-size:14px;
	line-height:12px;
}
#sidebar .txt-box strong{display:block;}
#sidebar .txt-box p{
	margin:0;
	font-size:10px;
}
/*--sidebar box--*/
.s-box{
	width:100%;
	overflow:hidden;
	padding:0 0 4px;
}
.s-box h3{
	margin:0 0 9px;
	font-size:1px;
	line-height:1px;
}
.s-box h3 img{display:block;}
/*--listing--*/
.s-box .listing{
	list-style:none;
	padding:0;
	margin:0;
}
.s-box .listing li{
	height:1%;
	vertical-align:middle;
	padding:0 0 1px;
}
.s-box .listing li:after{
	content:"";
	display:block;
	clear:both;
}
.s-box .listing li a{
	background:url(../images/bg-nav-orange.png);
	float:left;
	cursor:pointer;
	width:162px;
	color:#48150d;
	font-size:10px;
	line-height:17px;
	padding:0 0 2px;
}
.s-box .listing a strong{
	float:right;
	display:inline;
	position:relative;
	margin:-3px -5px 0 0;
	padding:0 7px;
	width:148px;
	background:#fff;
	border:solid #e2e1e1;
	border-width:0 1px 1px;
}
.s-box .listing li a:hover,
.s-box .listing li a.active{
	text-decoration:none;
	background:url(../images/bg-nav-orange-hover.png);
}
.s-box .listing li a:hover strong,
.s-box .listing li a.active strong{background:#85cebc;}
.s-box .listing li:first-child strong{
	border-top-width:1px !important;
}
/*--content--*/
#content{
	float:right;
	width:704px;
	margin:-5px 0 0;
	overflow:hidden;
}
/*--row--*/
.row{
	width:100%;
	overflow:hidden;
}
/*-- txt disclaimer au-dessus du video scroll--*/
.disclaimer{
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	text-align:right;
	line-height:20px;
	font-size:10px;
	background-color:#EB6F24;
	height:20px;
	padding-right:25px;
	vertical-align:middle;
	background-image: url(../images/downarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
/*--player--*/
.player{
	min-height:484px;
	padding:0 60px 15px 30px;
	background:url(../images/bg-content-player.jpg) no-repeat;
}
.player:after{
	content:"";
	display:block;
	clear:both;
}
* html .player{height:484px;}
/*--heading--*/
.player .heading{
	width:100%;
	overflow:hidden;
	padding:30px 0 12px;
}
/*--main title--*/
.player .heading h1{
	margin:0;
	float:left;
	font-size:1px;
	line-height:1px;
	position:relative;
	z-index:2;
}
.player .heading h1 img{display:block;}
.player .heading .btn{
	float:right;
	margin:9px 0 0;
	overflow:hidden;
	position:relative;
	z-index:2;
	cursor:pointer;
}
.player .heading .ttl-origines{
	background:url(../images/ttl-content.png) no-repeat;
	display:block;
	overflow:hidden;
	width:589px;
	height:62px;
	padding:67px 0 0 131px;
	margin:-44px 0 0;
}
.player .heading .ttl-origines img{display:block;}
/*--player holder--*/
.player-holder{
	width:242px;
}
.player .player-holder{
	float:left;
	margin:5px 32px 0 0;
	background-image:url(../images/img-player.png);
	background-repeat:no-repeat;
	width:241px;
	height:228px;
}
.indexplayer-holder{
	padding:0;
	width:645px;
	height:340px;
}

.player .indexplayer-holder{
	padding:0;
	float:left;
	margin:0px 32px 0 0;
	background-image:url(../images/img-player.png);
	background-repeat:no-repeat;
	width:645px;
	height:340px;
}
* html .player .player-holder{margin:0 29px 0 0;}
.player-holder img{display:block;}
/*--text box--*/
.player .txt-box{
	height:1%;
	overflow:hidden;
	color:#48150d;
}
/*--title--*/
.player .txt-box .ttl{
	display:block;
	font-size:14px;
	line-height:20px;
}
.player .txt-box p{
	line-height:20px;
	margin:0 0 22px;
}
.player .txt-box .btn{
	display:block;
	width:100%;
	overflow:hidden;
	padding:0 0 5px;
}
.player .txt-box .btn a{
	overflow:hidden;
	float:left;
}
.player .txt-box .btn a img{display:block;}
/*--twocolumns--*/
.twocolumns{
	height:1%;
	overflow:hidden;
	padding:0 40px 0 12px;
}
/*--articles--*/
.articles{
	float:left;
	width:332px;
}
/*--box--*/
.articles .box{
	height:1%;
	overflow:hidden;
	padding:0 0 35px 18px;
}
/*--heading--*/
.articles .box h2{
	background:url(../images/bg-articles-heading.jpg) no-repeat;
	width:332px;
	margin:0 0 3px -18px;
}
.articles .box h2.title-front {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	text-indent:10px;
	height:24px;
	line-height:24px;
	background-image: url(../images/bg-form-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.articles .box p{
	line-height:20px;
	margin:0;
	padding:0 0 5px;
}
/*--post--*/
.articles .post{
	background:url(../images/bg-post.gif) repeat-x;
	border:1px solid #d8d8d8;
	height:1%;
	overflow:hidden;
	margin:0 0 5px;
	padding:8px 12px 8px 10px;
}
.articles .post .inner{
	width:202px;
	float:left;
}
/*--entry title--*/
.articles .post .entry-ttl{
	display:block;
	color:#48150d;
	font-size:14px;
	line-height:16px;
	padding:0 0 3px;
}
.articles .post .entry-ttl a{color:#48150d;}
.articles .post p{
	line-height:14px;
	padding:0;
}
.articles .post .link{
	float:right;
	padding:0 15px 0 0;
	margin:17px 0 16px;
	background:url(../images/bullet-post.gif) no-repeat 100% 55%;
	color:#48150d;
	line-height:14px;
}
/*--player box--*/
.player-box{
	float:right;
	width:279px;
	background:url(../images/bg-player-box.jpg) repeat-y;
	margin:69px 0 0;
	padding:0 10px 0 11px;
}
.player-box .cols{
	width:100%;
	padding:0 0 7px;
}
.player-box .cols:after{
	content:"";
	display:block;
	clear:both;
}
.player-box .cols .col-1{
	float:left;
	width:136px;
	margin:-69px 0 0;
}
.player-box .cols .illustration{
	width:100%;
	display:block;
	overflow:hidden;
	text-align:center;
	height:72px;
}
.player-box .cols .txt-box{
	height:1%;
	overflow:hidden;
	padding:13px 5px 0;
}
.player-box .cols .txt-box .btn{
	display:inline-block;
	overflow:hidden;
	margin:0 -5px 3px;
	position:relative;
	cursor:pointer;
}
.player-box .cols .txt-box .btn img{display:block;}
.player-box .cols p{
	margin:0;
	font-size:11px;
	line-height:12px;
	color:#48150d;
}
.player-box .cols .col-2{
	float:right;
	width:133px;
	margin:-69px 0 0;
}
.player-box .player-holder{
	width:283px;
	height:253px;
	float:left;
	margin:0 0 -20px;
	background-image:url(../images/img-player-big.png);
	background-repeat:no-repeat;
}
/*form-holder*/
.form-holder {
	height:1%;
	overflow:hidden;
}
.form-holder .form-box {
	background: url(../images/bg-form-box.gif) repeat-y;
	width: 704px;
	margin:0 0 5px;
}
.form-holder .form-box .form-w1 {
	background: url(../images/bg-form-box-top.gif) no-repeat;
}
.form-holder .form-box .form-w2 {
	background: url(../images/bg-form-box-bottom.gif) no-repeat 0 100%;
	padding:3px 16px 30px 20px;
}
.form-holder .form-title {
	background: url(../images/bg-form-title.gif) no-repeat;
	padding:0 23px 4px;
	height:1%;
	overflow:hidden;
	margin:0 0 29px;
}
.form-holder .form-title h3 {
	font-size:14px;
	line-height:20px;
	color:#fff;
	margin:0;
}
.form-holder .form-line {
	height:1%;
	overflow:hidden;
	padding:0 0 18px 14px;
}
.form-holder .form-line div {
	float:left;
	width:290px;
}
.form-holder .form-line div label {
	float:left;
	width:120px;
	text-align:right;
	padding:3px 8px 3px 0;
	font-size:12px;
	line-height:16px;
	color:#48150d;
}
.form-holder .form-line div span {
	float:left;
	background: url(../images/bg-input-text.gif) no-repeat;
	width: 156px;
	height: 20px;
	overflow:hidden;
	padding:1px;
}
.form-holder .form-line div label span{
	width:auto;
	height:auto;
	background:none;
	padding:0;
	width:130px;
	position:relative;
	margin:-5px 0 0 -10px;
	display:block;
	text-align:right;
	float:none;
}
.form-holder .form-line div span input {
	outline:none;
	background:none;
	border-style:none;
	float:left;
	width: 146px;
	padding:2px 5px;
	color:#000;
	border:0;
	font-size:12px;
}
.form-holder .form-line div select {
	float:left;
	width:158px;
}
.form-holder .textarea {
	height:1%;
	overflow:hidden;
	padding:0 0 0 144px;
}
.form-holder .textarea div {
	background: url(../images/bg-textarea.gif) no-repeat;
	width: 458px;
	height: 152px;
	overflow:hidden;
}
.form-holder .textarea textarea {
	padding:3px 1px 3px 5px;
	width: 452px;
	height: 146px;
	background:none;
	border-style:none;
	border:0;
	margin:0;
	outline:none;
	overflow:auto;
	font-size:12px;
}
.form-holder .textarea label {
	font-size:14px;
	line-height:18px;
	color:#48150d;
	display:block;
	padding:0 3px 7px;
}
.form-box-alt {
	padding:0 16px 21px 31px;
	margin:-23px 0 0;
	height:1%;
	overflow:hidden;
	text-align:center;
}
.form-box-alt .checkbox {
	padding:0 0 16px;
	margin:0 0 0 153px;
	height:1%;
	float:left;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
	color:#48150d;
}
.form-box-alt .checkbox input {
	width:14px;
	height:13px;
	padding:0;
	margin:2px 6px 0 0;
	float:left;
}
.form-box-alt .checkbox label{
	float:left;
	width:450px;
	text-align:left;
}
.form-box-alt .checkbox a {
	color:#e91e25;
	text-decoration:underline;
}
.form-box-alt .checkbox a:hover {text-decoration:none;}
.form-box-alt .btn{margin:0 0 0 8px;}
/*title*/
.title {
	overflow:hidden;
	background: url(../images/bg-title.gif) no-repeat;
	width: 705px;
	padding:177px 0 0;
	margin-left:0px;
}
.title div {
	float:left;
	width:657px;
	padding:0 17px 0 31px;
	margin:-111px 0 0;
}
.title h1 {
	overflow:hidden;
	margin:0 0 1px;
}
.title strong {
	display:block;
	overflow:hidden;
	margin:0 0 2px;
}
.title img{display:block;}
.title ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
.title ul li {
	height:1%;
	overflow:hidden;
	vertical-align:top;
	padding:0 0 7px;
}
.title ul li a {
	height:23px;
	overflow:hidden;
	float:right;
	cursor:pointer;
}
.title ul li a img{display:block;}
/*--about page--*/
/*--section--*/
.section{
	height:1%;
	padding:0 17px 55px 31px;
	overflow:hidden;
}
/*--illustration--*/
.section .illustration{
	float:left;
	margin:0 17px 0 0;
	padding:5px 0 0;
}
* html .section .illustration{margin:0 14px 0 0;}
.section .illustration img{display:block;}
/*--text box--*/
.section .txt-box{
	height:1%;
	overflow:hidden;
	text-align:justify;
}
.section .txt-box p{
	color:#48150d;
	line-height:18px;
	margin:0;
	padding:0 0 18px;
}
.section .txt-box p span,
.section .txt-box p em{
	color:#eb6f24;
	font-weight:bold;
}
/*blockquote*/
.section .txt-box blockquote{
	margin:0;
	padding:0 0 18px;
	width:100%;
	overflow:hidden;
}
.section .txt-box blockquote q:before{content:"";}
.section .txt-box blockquote q:after{content:"";}
.section .txt-box blockquote q{
	font-style:italic;
	font-weight:bold;
	line-height:18px;
	color:#eb6f24;
}
.section .txt-box .link{
	display:block;
	line-height:18px;
}
.section .txt-box p a{
	color:#e91e25;
	text-decoration:underline;
	font-weight:bold;
}
.section .txt-box p a:hover{text-decoration:none;}
.c-area{
	padding:5px 0 29px;
	overflow:hidden;
	width:100%;
	background:url(../images/bg-c-area.gif) no-repeat 50% 100%;
}
.c-area .inner{
	float:left;
	padding:0 12px 0 21px;
	margin:0 0 0 -52px;
}
.c-area .inner a{
	float:left;
	display:inline;
	cursor:pointer;
	margin:0 0 0 52px;
}
.c-area .inner a img{display:block;}
/*end of about page*/
/*--calendrier_fr page--*/
/*--section text box listing--*/
.section .txt-box .listing{
	list-style:none;
	padding:0;
	margin:0;
	width:380px;
	text-align:left;
	overflow:hidden;
}
.section .txt-box .listing li{
	height:1%;
	overflow:hidden;
	vertical-align:middle;
	margin:0 0 18px;
}
.section .txt-box .listing .date{
	font-size:12px;
	line-height:18px;
	color:#48150d;
	display:block;
}
.section .txt-box .listing .ttl{
	font-size:14px;
	line-height:18px;
	color:#48150d;
	font-weight:bold;
}
/*--end of calendrier_fr page--*/
/*--content listing--*/
.content-listing{
	height:1%;
	overflow:hidden;
	padding:0 17px 0 0px;
	list-style:none;
}
.content-listing .block{
	width:100%;
	overflow:hidden;
	color:#48150d;
}
.content-listing .illustration{
	float:left;
	width:149px;
	text-align:center;
	padding:12px 0 0;
	background:url(../images/bg-content-listing.gif) no-repeat;
	min-height:128px;
}
* html .content-listing .illustration{height:140px;}
.content-listing .illustration span{
	display:inline-block;
	border:3px solid #f7f7f7;
}
.content-listing .illustration span img{display:block;}
.content-listing .txt-box{
	float:right;
	width:523px;
	padding:11px 0 0;
	line-height:18px;
}
.content-listing .txt-box .ttl{
	width:100%;
	overflow:hidden;
}
.content-listing .txt-box .ttl strong{font-size:14px;}
.content-listing .txt-box p{
	margin:0;
	padding:0 0 18px;
	line-height:18px;
	text-align:justify;
}
/*----*/
/*--footer--*/
#footer{
	position:relative;
	height:34px;
	width:940px;
	overflow:hidden;
	margin:0px 10px 0 15px;
}
/*--btm listing--*/
.btm-listing{
	list-style:none;
	padding:0 0 0 14px;
	margin:0;
	font-size:10px;
	line-height:14px;
}
.btm-listing li{
	display:inline;
	padding:0 0 0 10px;
	margin:0 3px 0 0;
	background:url(../images/sep-footer.gif) no-repeat 0 55%;
}
.btm-listing li:first-child{
	background:none;
	padding-left:0;
}
.btm-txt{
	color:#000;
	font-size:10px;
	line-height:14px;
	margin:0 0 0 14px;
	display:block;
}
/* contact-form */
.contact-form{
	width:645px;
	margin:-15px 0 175px 30px;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#48150d;
}
.contact-form p{
	margin:0 0 12px;
}
.contact-form .cols{
	overflow:hidden;
	width:100%;
}
.contact-form fieldset{
	display:block;
	width:100%;
	margin:73px 0 0;
}
.contact-form .cols .fields{
	float:left;
	width:303px;
}
.contact-form .row{
	overflow:hidden;
	width:100%;
	margin:0 0 18px;
}
.contact-form .row p{
	float:left;
	width:139px;
	margin:0;
	text-align:right;
	font-weight:bold;
}
.contact-form .cols .row input{
	border:1px solid #dcdfe6;
	border-top-color:#aaadb2;
	padding:2px 3px;
	width:150px;
	float:right;
}
.contact-form .cols .contact{
	float:left;
	width:265px;
	padding:14px 0 0 32px;
}
.contact-form .cols .contact strong{
	font-size:14px;
	display:block;
}
.contact-form .cols .contact address{font-style:normal;}
.contact-form .cols .contact span{display:block;}
.contact-form .cols .contact address strong{font-weight:normal;}
.contact-form .row textarea{
	border:1px solid #dcdfe6;
	border-top-color:#aaadb2;
	padding:2px 3px;
	width:450px;
	float:left;
	height:146px;
	margin:0 0 0 6px;
	overflow:auto;
}
.contact-form form .btn{
	text-align:right;
	padding:2px 42px 0 0;
}
/* contest-rules */
.contest-rules{
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#48150d;
	padding:0 17px 0 31px;
	margin:0 0 -12px;
}
.contest-rules a{
	color:#e91e25;
	text-decoration:underline;
}
.contest-rules a:hover{text-decoration:none;}
.contest-rules .content-list{
	list-style:none;
	margin:0;
	padding:0;
}
.contest-rules .content-list li{
	background:none;
	text-indent:0;
}
.contest-rules .heading{
	overflow:hidden;
	width:100%;
	margin:36px 0 0;
	height:25px;
	display:block;
}
.contest-rules h2{
	margin:0;
	font-size:14px;
	float:left;
	font-weight:bold;
}
.contest-rules .heading h2 a{float:left;}
.contest-rules .heading p a{float:right;}
.contest-rules p{margin:0 0 18px;}
.contest-rules p span,
.contest-rules address strong{display:block;}
.contest-rules div p{margin:0;}
.contest-rules address{
	font-style:normal;
	margin:0 0 18px;
}
.contest-rules ul{
	list-style:none;
	margin:0 0 18px 50px;
	padding:0;
}
.contest-rules ul li{
	background:url(../images/blt.png) no-repeat 0 8px;
	text-indent:8px;
}
.contest-rules ol{
	list-style:none;
	margin:0;
	padding:0;
}
.contest-rules ol li{margin:0 0 18px;}
/* competition */
.competition{
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#48150d;
	padding:0 17px 10px 31px;
	margin:-15px 0 0;
}
.competition div{margin:0 0 18px;}
.competition h2{
	margin:0;
	font-size:14px;
	font-weight:bold;
}
.competition p{margin:0;}
