@charset "utf-8";

/* ---------------------------   HOME ASTUCES   ------------------------------------*/

/* HOME ASTUCES (pave de mise en avant)*/

#paveAstuces {
   font-family: 'Arial', sans-serif;
   font-size:11px;
   width:552px;
   height:180px;
   float:left;
   margin-bottom:20px;
   overflow:hidden;
}

/* HOME ASTUCES (recherche à gauche dans pave de mise en avant)*/

#rechercheGauchePaveAstuces {
	width:190px;
	height:150px;
	background-color: #000000;
	border-top: solid 2px #1F6894;
	border-bottom: solid 2px #1F6894;
	float:left;
	margin-top:25px;
}

#rechercheGauchePaveAstuces #centre{
	background:url(../images/recherchePaveAstuces.png) no-repeat left top;
	width:160px;
	height:90px;
	margin-left:20px;
	margin-top:25px;
	overflow:hidden;
}

#rechercheGauchePaveAstuces #centre .titre{
	font-family: 'Arial', sans-serif;
    font-weight:bold;
	font-size:13px;
	color:#000000; 
	text-transform:uppercase;
	margin-top:10px;
	text-align:center;
	line-height:1.3em;
}

#rechercheGauchePaveAstuces #centre input{
	width:135px;
	border:solid 1px #0B6694;
	margin-top:10px;
	margin-left:10px;
}

/*PAVE ASTUCES (Tabbed panels)*/

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

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

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

/* Etats de l'onglet ASTUCES A LA UNE */

#paveAstuces .TabbedPanelsTab .astuceUne {
	width:90px;
	height:25px;
	background:url(../../Assets/images/ongletPaveAstucesUne.png) no-repeat top left;
}

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

#paveAstuces .TabbedPanelsTabSelected .astuceUne {
	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 dernieres ASTUCES  */

#paveAstuces .TabbedPanelsTab .astuceDernier {
	width:175px;
	height:25px;
	background:url(../../Assets/images/ongletPaveAstucesDernier.png) no-repeat top left;
}

#paveAstuces .TabbedPanelsTabHover .astuceDernier {
    width:175px;
	height:25px;
	background-position:top center;
}

#paveAstuces .TabbedPanelsTabSelected .astuceDernier {
    width:175px;
	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 ASTUCES LES + CONSULTES */

#paveAstuces .TabbedPanelsTab .astuceConsult {
	width:130px;
	height:25px;
	background:url(../../Assets/images/ongletPaveAstucesConsult.png) no-repeat top left;
}

#paveAstuces .TabbedPanelsTabHover .astuceConsult {
    width:130px;
	height:25px;
	background-position:top center;
}

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


#paveAstuces .TabbedPanelsContentGroup {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	border-top: solid 2px #1F6894;
	border-bottom: solid 2px #1F6894;
	height: 150px;
	width: 552px;
}

#paveAstuces .TabbedPanelsContentGroup img {
 
}

#paveAstuces .TabbedPanelsContent {
	padding-left: 10px;
}

#paveAstuces .TabbedPanelsContentVisible {
}

/*PAVE ASTUCES (Sliding panels)*/

#paveAstuces .SlidingPanels {
    font-family:'Arial', sans-serif;
	font-size: 11px;
	width: 540px;
	height: 150px;
	overflow: hidden;
	position: relative;
	float: left;
}

#paveAstuces .SlidingPanelsContainer {
	height:160px;
	position: absolute;
	float:left;
	width: 8000em;/* Si on enlève la largeur, le slide sera vertical vers le BAS*/
}

#paveAstuces .SlidingPanelsContent {
	font-family:'Arial', sans-serif;
	font-size: 11px;
	width: 120px;
	height: 150px;
	padding-right:15px;
	float: left;/* Si on enlève la largeur, le slide sera vertical vers le HAUT*/
}

#paveAstuces .SlidingPanelsContent .blocImage{
	overflow:hidden;
	border: solid 1px #FFFFFF;
	height:90px;
	width:120px;
}

#paveAstuces .SlidingPanelsContent img{
	height: 90px;
	border:none;
}

#paveAstuces .titre	{
	font-family:'Arial', sans-serif;
	text-align: center;
	font-weight:bold;
	height:2.5em;
	overflow:hidden;
}

/*Survol*/
#paveAstuces .SlidingPanelsContent:hover .titre {
	color:#CFD5E2;
}

#paveAstuces .SlidingPanelsContent:hover .blocImage {
	border-color:#CFD5E2;
}

/*Navigation prec/suiv*/
#paveAstuces #navigationSlide{
	height:20px;
	padding-top:5px;
}

#paveAstuces #navigationSlide a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}

#paveAstuces #navigationSlide a:hover{
	color:#EB7106;
}

#paveAstuces #navigationSlide .gauche {
	float:left;
}

#paveAstuces #navigationSlide .droite {
	float:right;
	padding-right:15px;
}

/*HOME ASTUCES (titre)*/

#titreListeHomeAstuces {
    font-family: 'Arial', sans-serif;
    font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom:30px;
	clear:left;
}

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

/*HOME ASTUCES (principal astuces) */

#tableauListeAstuces {
  font-family: 'Arial', sans-serif;
  font-size:12px;
  width: 552px;
  min-height:950px;
  margin-bottom:10px;
  float:left;
}

/*navigation liste astuces*/

#tableauListeAstuces #navigation {
   font-family: 'Arial', sans-serif;
   font-size:12px;
   text-align:center;
   width:552px;
   height:16px;
   margin-top:5px;
   margin-bottom:5px;
   clear:left;
}

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

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

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

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

/* numero des pages*/

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

/*chargement*/

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

#tableauListeAstuces #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;
}

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

/*HOME ASTUCES (liste des astuces) */

#listeAstuces {
	font-family:'Arial', sans-serif;
	font-size:12px;
	border-collapse:collapse;
	empty-cells:show;
	width:552px;
	margin-bottom: 20px;
	padding-left:0px;
	padding-right:0px;
}

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

#listeAstuces #bloc {
	width:552px;
	margin-bottom:10px;
}

/*Entete*/
#listeAstuces #bloc .entete {
    font-size:13px;
	font-weight:bold;
	height:1.6em;
	border-top:solid 1px #1F6894;
	border-bottom:solid 1px #1F6894;
	margin-bottom:5px;
	background-color:#1F6894;
}

#listeAstuces #bloc .entete .blocAvantTitre {
	display:block;
	width:80px;
	float:left;
}

#listeAstuces #bloc .entete .titre {
	background-color:#FFFFFF;
	float:left;
	display:block;
	width:457px;
	padding-top:0.2em;
	padding-bottom:0.4em;
	padding-left:15px;
	height:1em;
}

/*detail*/

#listeAstuces #bloc .liste {
	width:552px;
	clear:left;
}

#listeAstuces #bloc .ligne {
	height:1.1em;
	margin-bottom:2px;
}

#listeAstuces #bloc .ligne a{
	text-decoration:none;
	color:#1F6894;
}

#listeAstuces #bloc .ligne a:hover{
	color:#EB7106;
}

#listeAstuces #bloc .ligne .date{
	display:block;
	width:75px;
	float:left;
	margin-left:5px;
}

#listeAstuces #bloc .ligne .astuce{
	display:block;
	width:457px;
	float:left;
	padding-left:15px;
}


