@charset "utf-8";

/* ---------------------------   PAGE ASTUCE   ------------------------------------*/


/*PAGE ASTUCE (entete des astuces titreJeu/plateforme) */

#enteteAstuce {
    font-family:'Arial', sans-serif;
	margin-bottom:20px;
	margin-top:20px;
	width:742px;
	overflow:hidden;
	float:left;
}

#enteteAstuce .iconeSujet {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	float:left;
}

#enteteAstuce .iconeSujet img{
	width: 40px;
	height: 40px;
}

#enteteAstuce .titre {
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	width:692px;
	float:left;
}

#enteteAstuce .plateforme {
    font-size:13px;
}


/* PAGE ASTUCE (skyscraper pub ) */
#skyscraperPubPageAstuce {
	margin-bottom:20px;
	width:180px;
	height:620px;
	background:url(../images/skyscraperPub.png) no-repeat;
	clear:left;
}

/*PAGE ASTUCE (tableau des astuces) */

#tableauPageAstuce {
    font-family: Arial, sans-serif;
    font-size: 12px;
	width:552px;
	min-height:600px;
	float:left;
	margin-bottom:20px;
}

/*navigation liste astuces*/

#tableauPageAstuce #navigation {
   font-family: 'Arial', sans-serif;
   font-size:12px;
   text-align:center;
   width:552px;
   margin-top:5px;
   margin-bottom:10px;
}

#tableauPageAstuce #navigation a{
   padding:2px;
   text-decoration:none;
   display:inline-block;
   color:#000000;
}

#tableauPageAstuce #navigation span{
   padding:2px;
   display:inline-block;
   color:#CCCCCC;
}

#tableauPageAstuce #navigation span.actuel{
   font-weight:bold;
}

#tableauPageAstuce #navigation span.actuel, #tableauPageAstuce #navigation a:hover{
   color:#EB7106;
}

/* numero des pages*/

#tableauPageAstuce #page {
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
	text-align: right;
	background-color:#1F6894;
	width:542px;
	height:1em;
	padding:5px;
	clear:left;
}

/*chargement*/

#tableauPageAstuce #chargement {
	font-size: 12px;
	color:#FFFFFF;
	text-align:center;
	background:url(../images/transparentGris50.png) repeat;
	width:552px;
	height:600px;
	position:relative;
	z-index:1;
}

#tableauPageAstuce #chargement .infos{
	color:#000000;
	background-color:#FFFFFF;
    text-align:center;
	border:double 3px #0B6694;
	width:200px;
	height:25px;
	padding:5px 0px;
	margin:0px 173px;
	position:relative;
	z-index:1;
	top:100px;
}

#tableauPageAstuce #chargement .infos span{
   	font-size: 11px;
    position:relative;
	z-index:1;
	top:-7px;
}

#tableauPageAstuce #blocAstuce{
}

#tableauPageAstuce #aucunResultat {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-top:10px;
}

/*LISTE ASTUCES (Tabbed panels)*/

#tableauPageAstuce .TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 130%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	width:552px;
}

#tableauPageAstuce .TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	background-color: #transparent;
}

#tableauPageAstuce .TabbedPanelsTab {
	position: relative;
	float: left;
	margin: 0px 2px 0px 0px;
	list-style: none;
	cursor: pointer;
	height:25px;
}


/* Etats de l'onglet AIDES */

#tableauPageAstuce .TabbedPanelsTab .astuceAide {
	width:90px;
	height:25px;
	background:url(../images/ongletListeAstucesAide.png) no-repeat top left;
}

#tableauPageAstuce .TabbedPanelsTabHover .astuceAide {
    width:90px;
	height:25px;
	background-position:top center;
}

#tableauPageAstuce .TabbedPanelsTabSelected .astuceAide {
    width:90px;
	height:27px; /* On donne un peu plus de hauteur pour que l'onglet recouvre la bande verte*/
	background-position:top right;
}

/* Etats de l'onglet CODES */

#tableauPageAstuce .TabbedPanelsTab .astuceCode {
	width:90px;
	height:25px;
	background:url(../images/ongletListeAstucesCode.png) no-repeat top left;
}

#tableauPageAstuce .TabbedPanelsTabHover .astuceCode {
    width:90px;
	height:25px;
	background-position:top center;
}

#tableauPageAstuce .TabbedPanelsTabSelected .astuceCode {
    width:90px;
	height:27px; /* On donne un peu plus de hauteur pour que l'onglet recouvre la bande verte*/
	background-position:top right;
}

#tableauPageAstuce .TabbedPanelsContentGroup {
	background-color: #FFFFFF;
	color: #000000;
	clear:both;
	/*height: 150px;
	width: 360px;*/
}

#tableauPageAstuce .TabbedPanelsContent {
}

#tableauPageAstuce .TabbedPanelsContentVisible {
}

#tableauPageAstuce .blocUnique {
}

#tableauPageAstuce .blocUnique .titreAstuce {
	color:#1F6894;
	font-size:14px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F6894;
	padding-left:10px;
	padding-bottom:2px;
	margin-bottom:15px;
}

#tableauPageAstuce .blocUnique .contenuAstuce {
	font-size: 12px;
	padding-top:0.1em;
	padding-bottom:0.4em;
	padding-left:1em;
	margin-bottom:10px;
}

/*Mise en forme editeur*/

#tableauPageAstuce #blocAstuce .contenuAstuce {

}

#tableauPageAstuce #blocAstuce .contenuAstuce  a {
    text-decoration:none;
    color:#1F6894;
	font-weight:bold;
}

#tableauPageAstuce #blocAstuce .contenuAstuce  a:hover{
    color:#EB7106;
}

#tableauPageAstuce #blocAstuce .contenuAstuce a:hover img{
    border-color:#9B2B2F;
}

#tableauPageAstuce #blocAstuce .contenuAstuce #centrer {
   width:540px; 
   text-align:center;
}

#tableauPageAstuce #blocAstuce .contenuAstuce .titre {
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	font-size:18px;
	margin-bottom: 10px;
	display:block;
}

#tableauPageAstuce #blocAstuce .contenuAstuce .imageGauche {
	float: left;
	margin-right:10px;
	border: 1px solid #666666;
}

#tableauPageAstuce #blocAstuce .contenuAstuce .imageDroite {
	float: right;
	margin-left:10px;
	border: 1px solid #666666;
}


