﻿@charset "utf-8";
/* CSS Document */

/* couleur des cadres du IQ express */
.FondCouleur{
	background-color:#55798f;
}
/* couleur de texte et titre  */

.CouleurTexteCadre{
	color:#ffffff;
}


.TitreArticlePrincipale{
	float:left;
	width:200px;
}
.TitreArticlePrincipale h1{
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding:15px 0px 0px 0px;
}
.TitreArticlePrincipale a:link,.TitreArticlePrincipale a:visited, .TitreArticlePrincipale a:hover {
	text-decoration: underline;
}

.TitreArticlesSecondaires{
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding-top:15px;
}

.TitreArticlePrincipale h2{
	color:#4c4d4e;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 30px;
	margin:0;
	padding:0;
}


.TitreIQexpress{
	font-size: 20px;
	font-weight: bold;
	color: #004375;
	padding:0;
	margin:0;
}


/* Utilitaires */
#Clear{
	clear: both;
	margin:0; padding:0;
}
.FondGris {
	background-color:#f2f2f2;
}
.FondBlanc {
	background-color:#ffffff;
}
.FondGrisFonce{
	background-color:#696a6c;
}
.Gras{
	font-weight: bold;	
}

.Majuscule{
	text-transform: uppercase;
}
/* Contenue */

.ContenueIQexpress{
	width:537px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url("http://www.investquebec.com/images/filiales/back_gris-blanc.jpg");
	background-repeat: repeat-y;
}
.ContenueArticlePrincipale{
	width:374px;
	float:left;
	padding-top: 10px;
	padding-left: 10px;
}

.ContenueArticles{
	position: absolute;
}
.ContenueArticlesGauche{
	float: left;
	color:#000000;
	width:132px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
.ContenueArticlesGauche a:link, .ContenueArticlesGauche a:visited, .ContenueArticlesGauche a:hover {
	color:#004375;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;	
}

.ContenueArticlesSecondaires{
	padding-top:5px;
	font-size: 12px;
}
.ContenueArticlesSecondaires a:link, .ContenueArticlesSecondaires a:visited, .ContenueArticlesSecondaires a:hover{
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}

.CadreArticlePrincipale a:link, .CadreArticlePrincipale a:visited, .CadreArticlePrincipale a:hover {
	text-decoration: underline;
	}



/* Cadres */
.CadreDate{
	text-align: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	font-size: 12px;	
}
.CadreArticlePrincipale{
	width:204px;
	padding:10px;
	float:left;
	top: auto;
	left: auto;
	position: absolute;
	margin-top: 155px;
	margin-left: 162px;
	font-size: 12px;
	line-height: 18px;
	border-style: none;
}


.CadreBasPage {
	text-align: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.CadreBasPage a:link, .CadreBasPage  a:visited, .CadreBasPage  a:hover{
	color:#ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
.ImageArticlePrincipale{
	float:right;
	width:150px;
	background-color:#CCC;
}


