body {
	margin: 0;
	padding: 0;	
	min-width: 994px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: silver;
	background: #000000 url(../images/main_bg.jpg) no-repeat center;
	overflow: visible;
}

/* @group New */

a {
	text-decoration: none;
	color: silver;
}

a:hover {
	text-decoration: underline;
	color: white;
}

.header {
	background-image: url(../images/header_bg.png);
	width: 100%;
	height: 40px;
}

.header_contenu {
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 40px;
}

.header_logo {
	float: left;
	margin-left: 137px;
}

.main {
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	height: 780px;
	display: block;
}

.main_logo {
	margin-left: 105px;
	display: block;
	float: left;
	margin-right: 15px;
}

.main .titre {
	width: 994px;
	height: 119px;
	display: block;
	float: left;
}
.main .titre .sous_titre {
	color: #fbf462;
	font-size: 24px;
	width: 427px;
	float: left;
	display: block;
	margin-top: 43px;
}

.main .titre ul.top_menu {
	float: left;
	display: block;
	width: 427px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.main .titre ul.top_menu li {
	float: left;
	display: inline;
	margin-left: 29px;
	margin-top: 10px;
	font-size: 14px;

}

.main .titre ul.top_menu li a {
	color: #ffd901;
}

.main .titre ul.top_menu li a:hover {
	color: #fbf462;
}

.main .titre ul.top_menu li:first-child {
	margin-left: 0;
}
.partenaires_titre {
	padding-top: 10px;
	margin-left:20px;
	height:20px;
	float:left;
}
ul.partenaires_logos {
	display: block;
	float: left;
	padding: 0 0 0 10px;
	height: 90px;
	margin: 0;
	width: 700px;
}

ul.partenaires_logos lh {
	display: block;
	height: 20px;
	margin:0px;
	padding:0px;
	margin-top: 10px;
}

ul.partenaires_logos li {
	width: 100px;
	float: left;
	display: inline;
}

a>.logo_telefilm {
	width: 100px;
	height: 50px;
	background-image: url(../images/logo_telefilm.png);
}

a:hover>.logo_telefilm {
	width: 100px;
	height: 50px;
	background-image: url(../images/logo_telefilm_over.png);
}

a>.logo_canada {
	width: 100px;
	height: 50px;
	background-image: url(../images/logo_canada.png);
}

a:hover>.logo_canada {
	width: 100px;
	height: 50px;
	background-image: url(../images/logo_canada_over.png);
}

a>.logo_rnfq {
	width: 100px;
	height: 50px;
	background-image: url(../images/logo_rnfq.png);
}

a:hover>.logo_rnfq {
	width: 100px;
	height: 50px;
	background-image: url(../images/logo_rnfq_over.png);
}

a>.logo_oifq {
	width: 100px;
	height: 50px;
	background-image: url(../images/logo_oifq.png);
}

a:hover>.logo_oifq {
	width: 100px;
	height: 50px;
	background-image: url(../images/logo_oifq_over.png);
}

a>.logo_ulaval {
	width: 100px;
	height: 50px;
	background-image: url(../images/logo_ulaval.png);
}

a:hover>.logo_ulaval {
	width: 100px;
	height: 50px;
	background-image: url(../images/logo_ulaval_over.png);
}

a>.logo_fqcp {
	width: 100px;
	height: 50px;
	background-image: url(../images/logo_fqcp.png);
}

a:hover>.logo_fqcp {
	width: 100px;
	height: 50px;
	background-image: url(../images/logo_fqcp_over.png);
}

a>.logo_abq {
	width: 100px;
	height: 50px;
	background-image: url(../images/logo_abq.png);
}

a:hover>.logo_abq {
	width: 100px;
	height: 50px;
	background-image: url(../images/logo_abq_over.png);
}

.preload {
	display: none;
}


ul.social {
	width: 137px;
	margin: 6px 0 0 411px;
	padding: 0;
	display: block;
	list-style-type: none;
	position: absolute;
	top: 719px;
}

/*non lu par IE7*/
html>/**/body ul.social{
margin: 6px 0 0 553px;
	
}
ul.social li {
	display: inline;
	float: left;
}

ul.social li:first-child {
	margin-right: 7px;
	margin-top: 3px;
}

a>.social_email {
	width: 24px;
	height: 22px;
	background-image: url(../images/social_mail.png);
}

a:hover>.social_email {
	width: 24px;
	height: 22px;
	background-image: url(../images/social_mail_over.png);
}

a>.social_facebook {
	width: 26px;
	height: 22px;
	background-image: url(../images/social_fb.png);
}

a:hover>.social_facebook {
	width: 26px;
	height: 22px;
	background-image: url(../images/social_fb_over.png);
}

a>.social_twitter {
	width: 20px;
	height: 22px;
	background-image: url(../images/social_tw.png);
}

a:hover>.social_twitter {
	width: 20px;
	height: 22px;
	background-image: url(../images/social_tw_over.png);
}

.footer {
	background-image: url(../images/footer_bg.png);
	width: 100%;
	height: 121px;
}

.footer_contenu {
	//background-color: silver;
	background-image: url(../images/footer_bg.png);
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 121px;
}

.footer_logo {
	float: left;
	margin-left: 193px;
}

.footer ul.menu {
	display: block;
	float: right;
	padding: 0;
	margin: 37px 137px 0 0;
	width: 484px;
}

.footer ul.menu li {
	float: left;
	display: inline-block;
	list-style-type: none;
	margin-left: 40px;
}

.footer ul.menu li:first-child {
	margin-left: 0px;
}

.footer ul.sous-menu {
	display: block;
	float: right;
	padding: 0;
	margin: 15px 137px 0 0;
	width: 484px;
	list-style-type: none;
	font-size: 11px;
	color: #4f4f4f;
}

.footer .sous-menu a {
	color: #4f4f4f;
}

.footer .sous-menu a:hover {
	color: gray;
}


/* @end */


img {border:0;}

.content {
	
	margin: 0;
	padding: 0;
	width:994px;
	
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	height:661px;
	float:none;
}

/**--------------section gauche--------*/
.section_gauche {
	width: 121px;
	height:600px;
	float:left;
	overflow:visible;
	margin-right: 16px;
}

.section_gauche h1 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 16px;
	font-weight: normal;
	font-style: normal;
	color: white;
}

.autres_jeux {
	background-color:#000000;
	
	padding: 16px;
	margin-bottom: 16px;
	font-size: 11px;
} 

/*non lu par IE7*/
html>/**/body .autres_jeux{
background-color: rgba(0,0,0,0.7);	
}
.autres_jeux .jeu_01 {
	border-bottom: 1px dotted silver;
	margin-bottom: 16px;
	padding-bottom: 0;
}

.autres_jeux .jeu_01 p {
	margin-top: 8px;
	margin-bottom: 16px;
}

.autres_jeux .jeu_02 p {
	margin-bottom: 0;
}

* html .section_gauche{
padding-right:0px;
	
}

.bannerGauche{
	width:121px;
	margin: 0 0 16px;
	background: rgba(0,0,0,0.7) center;
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	padding: 0;
}
.bannerGauche img
{
	margin-right: auto;
	margin-left: auto;
	display: block;
}
/*-------fin section gauche-----------*/
.section_centre {
	width:720px;
	height:645px;
	float:left;
}
* html .section_centre {
/*padding-right:15px;*/
}

.section_centre table{
	background-image:url(../images/bg_transparent.png);
	background-repeat:repeat;
	height:700px;
	overflow:scroll;
	width:720px;
}

.section_centre .partenaires {
	width: 720px;
	height: 90px;
	background-color:#000000;	
	display: block;
	margin-top: 16px;
}

/*non lu par IE7*/
html>/**/body .section_centre .partenaires{
background-color: rgba(0,0,0,0.7);	
}
.imageJeu{
	width:720px;
	height: 540px;
	background: black ;
}
* html .imageJeu{
margin-left:10px;
}
.section_centre p
{
	margin-right:110px ;
	margin-left:320px;
	float:left;
	color:#FFFFFF;
	width: 300px;
	height: 250px;
	margin-top: 200px;
	text-align:left;
	
}
*html .section_centre p
{
margin-left:160px;
margin-right:0px;
}
.menu_droit {
	width: 121px;
	height: 540px;
	float:left;
	margin-left: 16px;
}

.logoCreo{
	border:none;
	height:61px;
	width:105px;
	margin-top:10px;
/*	padding-right:8px;
	padding-left:7px;*/
}
*html .logoCreo{
}
.logoPartenaire
{
	
	height:460px;
	width:130px;
}

* html .logoPartenaire
{
	margin-top:-5px;
	
	height:460px;
	width:130px;
	
}

.txt {
	width: 620px;
	padding: 100px 50px 50px;
	color: white;
	text-align: center;
}
.titrePage{
font-size:20px;


}
.gamelink {	
	font-size: 14px;
	font-weight: Bold;
}

