@charset "utf-8";
/* ---------------------------   HOME TESTS   ------------------------------------*/

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

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

/* HOME TESTS (recherche à gauche du pave de mise en avant) */

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

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

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

#rechercheGauchePaveTests #centre input{
	width:135px;
	border:solid 1px #009179;
	margin-top:10px;
	margin-left:10px;
}

/*HOME TESTS (Tabbed panels)*/

#paveTests .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: 25px;
}

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

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

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

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

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

#paveTests .TabbedPanelsTabSelected .testUne {
	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 DERNIERS TESTS */

#paveTests .TabbedPanelsTab .testDernier {
	width:140px;
	height:25px;
	background:url(../../Assets/images/ongletPaveTestsDernier.png) no-repeat top left;
}

#paveTests .TabbedPanelsTabHover .testDernier {
    width:140px;
	height:25px;
	background-position:top center;
}

#paveTests .TabbedPanelsTabSelected .testDernier {
    width:140px;
	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 TESTS LES + CONSULTES */

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

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

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


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

#paveTests .TabbedPanelsContentGroup img {
    
}

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

#paveTests .TabbedPanelsContentVisible {
}

/*HOME TESTS (Sliding panels)*/


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

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

#paveTests .SlidingPanelsContent {
	width: 120px;
	height: 150px;
	padding-right:15px;
	float: left;/* Si on enlève la largeur, le slide sera vertical vers le HAUT*/
}

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

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

#paveTests .titre {
	text-align:center;
	font-weight:bold;
	height:2.5em;
	overflow:hidden;
}

/*Survol*/
#paveTests .SlidingPanelsContent:hover .titre {
	color:#8BC8BA;
}

#paveTests .SlidingPanelsContent:hover .blocImage {
	border-color:#8BC8BA;
}

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

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

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

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

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

/* HOME TESTS (talbeau de la home Tests) */

#tableauListeTests {
    font-family: 'Arial', sans-serif;
	width:742px;
	float:left;
	min-height:400px;
}

/*HOME TESTS (liste des tests) */

#tableauListeTests .titreTableau {
	font-family: 'Arial', sans-serif;
    font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width:742px;
	margin-bottom:10px;
	float:left;
}


/*navigation liste tests*/

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

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

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

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

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

/* numero des pages*/

#tableauListeTests #page {
	font-size: 12px;
	font-style: italic;
	text-align: right;
	width:742px;
	height:13px;
	clear:left;
}

/*chargement*/

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

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

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

/*tableau */

#tableauListeTests #listeTests {
	font-family:'Arial', sans-serif;
	font-size:12px;
	border-collapse:collapse;
	empty-cells:show;
	width:742px;
	margin: 0px;
	float:left;
	margin-bottom:10px;
}

/*aucun resultat*/
#listeTests #aucunResultat {
    font-style: italic;
	padding: 10px;
	text-align:center;
	color:#009179;
	font-size:14px;
} 

#listeTests #enTete {
	background: url('../images/bg_grad_green2.png') repeat-x;
	padding: 5px;
	padding-bottom:0.3em;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	height:1.3em;
	width:732px;
}

#listeTests #enTete a{
	text-decoration:none;
	color:#000000;
}

#listeTests #enTete a:hover{
	color:#FFFFFF;
}

#listeTests #titre {
    width:262px;
	float:left;
	height:1em;
}

#listeTests #plateforme{
    width:140px;
	text-align:left;
	float:left;
	height:1em;
}

#listeTests #genre{
    width:130px;
	text-align:left;
	float:left;
	height:1em;
}

#listeTests #noteGW{
    width:90px;
	text-align:center;
	float:left;
	height:1em;
}

#listeTests #noteWEB{
    width:50px;
	text-align:center;
	float:left;
	height:1em;
}

#listeTests #noteCOM{
    width:60px;
	text-align:center;
	float:left;
	height:1em;
}


#listeTests #enTete.infocus { 
    background-color: #E6E6E6;
}

#listeTests #enTete.selected {
 	color: #EAEAEA; 
}

#listeTests #ligne  {
	-moz-user-select: none;
	-khtml-user-select: none;
	margin: 0;
	padding:4px;
	float:left;
	width:732px;
	height:1em;
	overflow:hidden;
	cursor: pointer;
	border: solid 1px #FFFFFF;
}

#tableauListeTests  #ligne.even {
	background-color: #EBF4F1;
	border: solid 1px #EBF4F1;

}

#tableauListeTests .importance_2, #tableauListeTests .importance_3 {
	height:120px !important;
}


#tableauListeTests #infosSup {
    float:left;
	width:732px;
    margin-top:1em;
	margin-bottom:1em;
}

#tableauListeTests #infosSup #blocPhotoIntro {
    height:70px;
    margin-top:5px;
	margin-bottom:0px;
	padding-left:30px;
	padding-right:30px;
	
}

#tableauListeTests #infosSup #blocPhotoIntro .blocImage {
    float:left;
    margin-right:1em;
	overflow:hidden;
	height:67.5px;
	width:120px;
    border: solid 1px #009179;
}

#tableauListeTests #infosSup #blocPhotoIntro .blocImage img {
	width:120px;
}

#tableauListeTests #infosSup #accroche {
	font-size: 12px;
	/*font-style:oblique;
	color:#999999;*/
}

#tableauListeTests #infosSup .infosDate {
	font-size: 11px;
	text-align: right;
	padding-right:3em;
	clear:left;
}
#tableauListeTests #infosSup .infosDate .espace {
	padding-left: 1em;
}

#tableauListeTests #infosSup a {
	text-decoration:none;
	color:#1F6894;
}

/*survol*/
#tableauListeTests  #ligne.rowHover {
	cursor: pointer;
	border: solid 1px #009179;
}

#tableauListeTests  #ligne.rowHover #titre{
	color:#009179;
	font-weight:bold;
}

#tableauListeTests  #ligne.rowHover .espace{
	color:#009179;
}
