.Owner{color:red;font-weight:bold}/* COULEURS */
h1, h5, .tGrouping{
	color: #4f85c4;
}

h4, ul a {
	color: #768db9;
}

h1 {
	background-color: #f0f4f9;
	border: 1px solid #e2e7ee;
}

.indicator {
	/* non interpreté lors du passage en PDF */
	background: #f0f4f9 url(http://manager.yooda.com/images/surv4/bg-h5.png) repeat 0 0;
}

h6{
	color: #875f0e;
	border: 1px solid #e6dc7f;
	background-color: #fffeec;
	/* non interpreté lors du passage en PDF */
	background: -moz-linear-gradient(top,rgba(255,254,236,1),rgba(255,252,212,1));
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,254,236,1)), color-stop(1,rgba(255,252,212,1)));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFEEC,EndColorStr=#FFFFFCD4);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFEEC,EndColorStr=#FFFFFCD4)";
}

/* POLICES */
body{
	font-family:Arial,Verdana,sans-serif;
}
h1, h2, h5{
	font-family: Arial,Verdana,sans-serif;
}

/* Generic */
body{
	/* non interpreté lors du passage en PDF */
	background-color: #efefef;
}

#container{
	border: 1px solid #dddddd;
	margin: 20px auto;
	padding: 10px;
	/* non interpreté lors du passage en PDF */
	width: 950px;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
}
.indicator{
	margin: 0px 0 70px 0;
	padding: 0 0 10px;
}

/* Propriétés de taille et positionnement */
h1{
	font-size:28px;
	margin:0 0 25px 0;
	padding: 15px;
	text-align: center;
	/* non interpreté lors du passage en PDF */
	display: block;
}
h2{
	font-size: 20px;
	margin:25px 10px;
	padding: 4px 0px;
	border-bottom: 1px solid #ddd;
	color: #444444;
}
h3{
	font-size: 14px;
	margin: 20px 10px 5px;
	color: #677da3;
}
h4{
	font-size: 11px;
	font-weight: normal;
	margin: 40px 10px 5px;
}
h5{
	font-size:25px;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px 0 30px;
	background-image:url(http://manager.yooda.com/images/surv4/puce-indices.png);
	background-repeat:no-repeat;
	background-position:10px 15px;
}
h6{
	position: relative;
	font-size:13px;
	margin: 15px 10px;
	padding: 10px;
	font-style: italic;
	/* non interpreté lors du passage en PDF */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
}

a{
	text-decoration: underline;
	color: #6288dd;
}
a:hover{
	text-decoration: none;
}
p{
	padding: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px;
	color: #555;
}
img{
	/* non interpreté lors du passage en PDF */
	display: block;
	position: relative;
	margin: 0 auto;
	border: 1px solid #e2e7ee;
}
ul{
	font-size: 0.9em;
	color: #202328;
	margin:5px 20px;
	padding: 4px 0;
	/* non interpreté lors du passage en PDF */
	list-style: none;
}
ul li{
	/* non interpreté lors du passage en PDF */
	padding:2px 20px;
	background: #FFFFFF url(http://manager.yooda.com/images/surv4/puce-lists.png) no-repeat 1px 3px;
}
blockquote{
	font-size: 13px;
	border-left: 2px solid #677da3;
	margin: 30px;
	padding: 0 10px;
	color: #66666;
	font-style: italic;
}

/*tableau*/
table{
	font-size:11px;
	margin: 0 auto;
	/* implicite lors du passage en PDF */
	border-collapse: collapse ;
	empty-cells: show;
	/* non interpreté lors du passage en PDF */
	border-spacing: 0px;
	width: 930px;
}
th{
	background: #ebebeb url(http://manager.yooda.com/images/surv4/bg-th.png) repeat-x 0 0;
	font-size: 13px;
	color: #525b6a;
	font-weight: normal;
	height: 30px;
	border: 1px solid #e5e5e5;
	padding:0px 10px;
}
.tEven{
	background-color:#FFFFFF;
}
.tOdd{
	background-color: #fcfcfc;
}


/*Utiliser par liste des positions*/
.tListPos{
}
td{
	border: 1px solid #e5e5e5;
	padding:6px 5px;
}
/* 1er */
.tRank1, .tEven .tRank1, .tOdd .tRank1, .tGrouping .tRank1{
	background-color:#9bda54;
}
/* 2-3 */
.tRank2, .tEven .tRank2, .tOdd .tRank2, .tGrouping .tRank2{
	background-color:#c9ef54;
}
/* 4-10 */
.tRank3, .tEven .tRank3, .tOdd .tRank3, .tGrouping .tRank3{
	background-color:#ecfe4f;
}
/* 11-20 */
.tRank4, .tEven .tRank4, .tOdd .tRank4, .tGrouping .tRank4{
	background-color:#fee357;
}
/* 20-30 */
.tRank5, .tEven .tRank5, .tOdd .tRank5, .tGrouping .tRank5{
	background-color:#fdc04a;
}
/* 30+ */
.tRank6, .tEven .tRank6, .tOdd .tRank6, .tGrouping .tRank6{
	background-color:#ef6843;
}
/* sorti */
.tRank0, .tEven .tRank0, .tOdd .tRank0, .tGrouping .tRank0{
}

.tInfoDate{
	color:#555555;
}
.tWin{
	margin-left:0.5em;
	color:#008000;
}
.tLost{
	margin-left:0.5em;
	color:#FF0000;
}
.tNew{
	margin-left:0.5em;
	color:#008000;
}
.tGone{
	margin-left:0.5em;
	color:#FF0000;
}
.tEqual{
	margin-left:0.5em;
}
.tGrouping{
	background-color:#efefef;
	font-weight:bold;
	text-align:left;
}
/*Utilisées par score positions*/
.tScorePos, .tScorePos{
	border-left:none;
	border-bottom:none;
	border-top:none;
}

/*Utilisées pour meilleur position*/
.tBestPos{
	text-align:center;
}
/*Utiliser pour nombre position*/
.tNbPos{
	text-align:center;
}
/*Utiliser pour analyse position*/
.tNbAnalysis{
	text-align:left;
}
/*Utiliser pour liste pages indexer*/
.tListPres .tList{
	background-color:#99FF66;
	text-align:center;
}
.tListPres .tNlist{
	background-color:#FFEEAA;
	text-align:center;
}
.tListLead .tOwner{
	color:#FF0000;
	font-weight:bold;
}
/*Utiliser pour l'analyse de sites leader*/
.tAnaLead .tRepSc{
	background-color:#EEEEEE;
}
/*Utiliser pour l'évolution des leaders*/
.tListLead .tRank1, .tListLead .tEven .tRank1, .tListLead  .tOdd .tRank1, .tListLead .tGrouping .tRank1{
	background-color:#88d130;
}
.tListLead .tRank2, .tListLead .tEven .tRank2, .tListLead  .tOdd .tRank2, .tListLead .tGrouping .tRank2{
	background-color:#b0e358;
}
.tListLead .tRank3, .tListLead .tEven .tRank3, .tListLead  .tOdd .tRank3, .tListLead .tGrouping .tRank3{
	background-color:#c8ee50;
}
.tListLead .tRank4, .tListLead .tEven .tRank4, .tListLead  .tOdd .tRank4, .tListLead .tGrouping .tRank4{
	background-color:#ebfe45;
}
.tListLead .tRank5, .tListLead .tEven .tRank5, .tListLead  .tOdd .tRank5, .tListLead .tGrouping .tRank5{
	background-color:#fefa45;
}
.tListLead .tRank6, .tListLead .tEven .tRank6, .tListLead  .tOdd .tRank6, .tListLead .tGrouping .tRank6{
	background-color:#fee14c;
}
.tListLead .tRank7, .tListLead .tEven .tRank7, .tListLead  .tOdd .tRank7, .tListLead .tGrouping .tRank7{
	background-color:#fdc04a;
}
.tListLead .tRank8, .tListLead .tEven .tRank8, .tListLead  .tOdd .tRank8, .tListLead .tGrouping .tRank8{
	background-color:#f9a449;
}
.tListLead .tRank9, .tListLead .tEven .tRank9, .tListLead  .tOdd .tRank9, .tListLead .tGrouping .tRank9{
	background-color:#ef6843;
}
.tListLead .tRank10, .tListLead .tEven .tRank10, .tListLead  .tOdd .tRank10, .tListLead .tGrouping .tRank10{
	background-color:#ea4c51;
}
.tListLead .tRank0, .tListLead .tEven .tRank0, .tListLead  .tOdd .tRank0, .tListLead .tGrouping .tRank0{
	background-color:#ffffff;
}
