/***************************************************************************************************************
  * PAGE_ARTICLE.CSS - Gere le positionnement et l'affichage des articles (elements/default.aspx) et des quizz (elements/quizz.aspx)
  ***************************************************************************************************************/

/*** APPEL DES FEUILLES DE STYLE ANNEXES ***/

div#centre
{
    margin:0 auto;
    width:770px;
}

div#blocfond {
    height:2500px;
}

/*** POSITIONNEMENT DES COLONNES ***/
div#col1A {
	width: 530px;
	margin: 0px 3px 0px 3px;
	padding: 10px 5px 10px 0px;
	float: left;
	color: #042286; /*bleu marine*/
}
div#col2A {
	width: 210px;
	*margin: 0px;
	margin: 0px 10px 0px 5px;
	padding: 0px;
	float: right;
}




/*** COLONNE 1 ***/
/*contient toutes les données provenant du back office*/
div.blocPrincipal {
	border: 1px solid #97B3DD; /*bleu clair*/
	text-align: center;
}
/*comporte l'anim flash*/
div.anim {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}
/*texte de l'article*/
div.textArticle {
	font-family: Tahoma;
	color: #042286; /*bleu marine*/
	font-size: 11px;
	font-style: normal;
	text-align: justify;
}

/*les liens*/
div#col1A a:link,
div#col1A a:visited {
	font-weight: bold;
	color: #386FC0; /*bleu*/
	letter-spacing: 1px;
	text-decoration: none;
}
div#col1A a:hover {
	font-weight: bold;
	color: #386FC0; /*bleu*/
	letter-spacing: 1px;
	text-decoration: underline;
}

/*encart jeux cadeaux*/
.encartKdo {
	background: url(http://www.tchatche.com/Images/cado.gif) no-repeat 5px 2px;
	border: 1px solid #d2e3ff;
	width: 500px;
	height: 45px;
	text-align: center;
	margin: 30px 0px 20px 10px;
}
.encartKdo img {
	float: left;
}
/*grand titre principal*/
div#col1A h5 {
	color: #025EC4; /*bleu vif*/
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
}
/*titre secondaire*/
div#col1A h4 {
	background-color: #025EC4; /*bleu vif*/
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px 0px 3px 5px;
	display: block;
	clear: both;
	text-align: left;
	margin: 15px 4px 10px 4px;
	text-transform: uppercase;
}
div#col1A h4 a:link,
div#col1A h4 a:visited {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
div#col1A h4 a:hover {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
}
/*introduction*/
div#col1A dfn {
	font-weight: bold;
	font-style: normal;
	text-align: center;
	display: block;
	padding: 0px 5px;
}
/*insertion des images dans les paragraphes*/
div#col1A img.right {
	float: right;
	padding: 1px;
	max-width: 200px;
	border: 1px solid #025EC4; /*bleu vif*/
	margin: 0px 5px 5px 5px;
}
div#col1A img.left {
	float: left;
	padding: 1px;
	max-width: 200px;
	border: 1px solid #025EC4; /*bleu vif*/
	margin: 0px 5px 5px 5px;
}
/*paragraphe*/
div#col1A p {
	margin: 15px 0px;
	line-height: 14px;
	text-align: justify;
	clear: both;
	padding: 0px 5px;
}
/*mise en valeur d'une portion de texte*/
div#col1A p strong,
div#col1A p b,
div#col1A p i,
div#col1A p em {
	font-family: Tahoma;
	color: #042286; /*bleu marine*/
	font-size: 11px;
	font-weight: bold;
}
/*copyright*/
div#col1A acronym {
	display: block;
	margin-top: 20px;
	padding: 0px 5px;
	font-size: 10px;
	color: #000;
	text-align: left;
}
/*lien vers page suivante/precedente*/
div#col1A div.navigation {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
div#col1A div.navigation a:link,
div#col1A div.navigation a:visited {
	text-decoration: none;
	color: #042286; /*bleu marine*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div#col1A div.navigation a:hover {
	text-decoration: underline;
}
div#col1A table.liste {
	color: #042286; /*bleu marine*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}





/*** COLONNE 2 ***/
/*bloc derniers articles*/
.art_bloc_210_centre div.lastArticle {
	margin-left: 3px;
	margin-bottom: 5px;
	width: 200px;
	height: 110px;
}
/*partie centrale*/
.art_bloc_210_centre {
	width: 206px;
	*width: 210px;
	background-color: #FFF;
	border-left: 2px solid #8595C6; /*bleu*/
	border-right: 2px solid #8595C6; /*bleu*/
	padding-top: 7px;
	padding-bottom: 8px;
	*padding-bottom: 12px;
	margin-top: -17px;
	*margin-top: -19px;
}
/*liens blocs derniers articles*/
.art_bloc_210_centre div.lastArticle a {
	font-family: Tahoma;
	color: #042286; /*bleu marine*/
	font-size: 11px;
	font-style: normal;
}
/*les listes a puces*/
.art_bloc_210_centre ul {
	margin: 0px 0px 0px 15px; 
	padding: 0px;
}
.art_bloc_210_centre ul li {
	margin: 3px 0px;
	list-style-type: none;
}
.art_bloc_210_centre ul li a {
	font-family: Tahoma;
	font-size: 11px;
	color: #050B6F; /*bleu fonce*/
}





/*** QUIZZ ***/
div#Quizz {
	border: 1px solid #97B3DD; /*bleu clair*/
}
div.textQuizz dfn {
	font-family: Tahoma;
	font-size: 12px;
	color: #050B6F; /*bleu fonce*/
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}
div.textQuizz center strong{
	font-family: Tahoma;
	font-size: 11px;
	color: red;
}
div.textQuizz a#ArticleControl_QuizzControl1_LoginButton img {
	border: 0px;
}
div.textQuizz table.table {
	font-family: Tahoma;
	font-size: 11px;
	color: #050B6F; /*bleu fonce*/
	font-weight: bold;
	margin: 0px 5px;
}
div.textQuizz table.table td.tdLegalMention{
	font-family: Tahoma;
	font-size: 11px;
	color: #050B6F; /*bleu fonce*/
	font-weight: normal;
	text-align: justify;
	line-height: 20px;
}
div.textQuizz table.table td.tdOptIn{
	font-family: Tahoma;
	font-size: 11px;
	color: #050B6F; /*bleu fonce*/
	font-weight: normal;
}

div.textQuizz table.radioList {
	font-family: Tahoma;
	font-size: 11px;
	color: #050B6F; /*bleu fonce*/
	font-weight: normal;
	margin-left: 20px;
}
div.textQuizz a.vote img {
	border: 0px;
}
















