/* CSS pour l'affichage sur écran */
/*
	::: structure ::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	line-height: normal; 
}
#header #logo h1 {
	background-color: #eee;
	padding: 10px 0;
	margin: 0;
}
#header #logo p {
	float: right;
	padding: 15px 0;
}
#header #navigation {
	border-bottom:2px solid #c00;
/*
	Warning: fixing a height here might break depending on the fonts used
*/
	font-size: 1.8em;
	height: 3.5em;
}
#main {
	padding-top: 25px;
}
/*
#main #sidebar {
	position:absolute;
	background-color:#fff;
	width:240px;
	padding-bottom:25px;
}
#main #content {
	padding-bottom:10px;
	width:680px;
	margin-left:250px;
}
*/
#main #sidebar {
	float: left;
	width:240px;
	padding-bottom:25px;
	background-color: #fff;
}
#main #content {
	float: left;
	width:680px;
	padding-bottom:25px;
	margin-left:20px;
}

/*
	::: header navigation ::::::::::::::::::::::::::::::::::::::::::::::::
*/
#navigation li {
	float:left;
	display:inline;
	width:160px;
	width:158px;
	background-color:#ccc;
	margin-left:2px;
	text-transform:lowercase;
	
}
#navigation li.h {
	margin-left:0;
	width:160px;
}
#navigation li a {
	display:block;
/*
	Warning: if you change the padding here - check the #navigation above
*/
	padding: 2em 0.5em 0.3em 0.5em;
}
#navigation li a:hover {
	background-color:#bbb;
	color:#fff;
}
#navigation li a#cur {
	background-color:#c00;
	color:#fff;
}
#navigation li a#cur strong {
	font-weight:normal;
	color:#fff;
}

/*
	::: index :::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#picture {
float:left;
margin: 0;
padding: 0;
width:480px;
height: 373px;
}

#intro {
float:left;
padding: 0;
margin-left:80px;
margin-top:60px;
height: 313px;
width:320px;
}

#intro h1 {
color:#c00;
margin-bottom: 20px;
}

#intro p {
font-size:12px;
margin-bottom: 10px;
}
/*
	::: main sidebar :::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#sidebar h2 {
	padding:0 0 10px 1em;
}
#sidebar h3 {
	padding:0 0 20px 1em;
}
#sidebar li {
	padding:2px 1em;
}
#sidebar dl {
/*
	dl in sidebar are used as info boxes
*/
	margin:0 0 1em 1em;
	padding:.5em;
	background-color:#eee;
}
#sidebar dl dt {
/*
	dt is the title of the info boxes
*/
	font-size:1.2em;
	color:#666;
}
#sidebar dl dt strong {
	float:left;
	font-weight:normal;
}
#sidebar dl dt em {
	display:block;
	color:#c00;
	font-style:normal;
	text-align:right;
}
#sidebar dl dd {
/*
	dd is the content of the info boxes
*/
	font-size:1em;
	margin-top:.5em;
	padding:.5em 0 .5em .5em;
	border:1px solid #999;
	border-width:1px 0;
	border-width:0;
}
#sidebar dl dd#info_02 a {
	display: block;
	margin: 0.4em 0 0.4em 0;
}
#sidebar dl dd#info_02 .currentRanking {
	color: #c00;
	font-weight: bold;
	margin: 0.4em 0 0.4em 0;
}
#sidebar dl hr {
	height: 1px;
	margin: 0.7em 0 0.7em 0;
	padding: 0;
	border: none;
	border-top: 1px dashed #666;
}

/*
	::: main content :::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
/*
#content h2 {
	margin:0 0 1em 0;
}*/
#content p {
	font-size:1.2em;
	margin-bottom:2em;
}
#content div.col01,
#content div.col02 {
	width:300px;
	width:330px;
	margin-bottom:25px;
}
#content div.col01 {
clear:both;
float:left;
}
#content div.col02 {
float:right;
}
#content div.col01,
#content div.col02 {
	padding:3px;
}
#content div.col01 li,
#content div.col02 li {
	font-size: x-small;
	font-weight: normal;
	background-color: #fafafa;
	border-bottom:1px solid #ccc;
	padding: 0;
	margin: 0;
}
#content div.col01 ul li ul,
#content div.col02 ul li ul {
	margin-top:0.5em;
}
#content div.col01 li.top,
#content div.col02 li.top {
	border-top:1px solid #ccc;
}
#content div.col01 li a,
#content div.col02 li a {
	display: block;
	padding: 0.7em 10px 0.7em 10px;
}
#content div.col01 li a:hover,
#content div.col02 li a:hover {
	color:#fff;
	background-color:#c00;
}
#content div.col01 li:hover,
#content div.col02 li:hover {
	color:#fff;
	background-color:#c00;
}

#content div.col01 li a.sel,
#content div.col02 li a.sel {
	background-color:#fff;
	color:#333;
}

#content div.col01 li a.sel:hover,
#content div.col02 li a.sel:hover {
	background-color:#fafafa;
	color:#333;
}

#content div.col01 li.title,
#content div.col02 li.title,
#content div.col01 li.title:hover,
#content div.col02 li.title:hover {
	padding: 1em 0 0 0;
	margin: 0;
	background-color: #eee;
	border: none;
	color:#000;
	font-size: small;
	font-weight: bold;
	text-indent: 10px;
}

#content div.indtitle li.title,
#content div.indtitle li.title,
#content div.indtitle li.title:hover,
#content div.indtitle li.title:hover {
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	background-color:#eee;
	color:#000;
	font-size: 14px;
	font-weight: bold;
}

#content div.col04 {
	float:right;
}
#content div.col03 {
	float:left;
}
#content div.col03
{
	width:400px;
}
#content div.col04
{
	width:260px;
}

#content div.col03,
#content div.col04 {
	margin-bottom:10px;
	padding: 0;
	background-color: #fff;
}
#content div.col03 li {
 	color:#333; 
	font-size: x-small;
	font-weight: normal;
	padding-top: 0.2em;
}
#content div.col03 ul li ul, #content div.col04 ul li ul {
 	background-color: #fff;
	margin-top: 0.5em;
	padding-top: 1px;
}

#content div.col03 li.title,
#content div.col03 li.title,
#content div.col03 li.title:hover,
#content div.col03 li.title:hover 
#content div.col04 li.title,
#content div.col04 li.title,
#content div.col04 li.title:hover,
#content div.col04 li.title:hover {
	padding: 0.5em 0 0 0;
	background-color:#eee;
	color:#000;
	font-size: small;
	font-weight: bold;
	text-indent: 10px;
}
#content div.col03 ul li ul {
	padding-top: 10px;
	text-indent: none;
}

div#chart , div#desind {
	padding: 0;
	margin: 0px 0px 0px 33px;
}

#desind table {
	padding: 0;
	margin: 0;
}

#chart table {
	padding: 0;
	margin: 0;
}

#desind td {	
	text-align: right; 
	height: 20px;
	width: 30px;
	border: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
 }
 
#desind td.des1, 
#desind td.des2, 
#desind td.des3, 
#desind td.des4, 
#desind td.des5, 
#desind td.des6 {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: right; 
	height: 20px;
	margin: 0;
	padding: 0;
}

#desind td.line {	
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
 	background-image: url(line.gif);
	background-position: top;
 	background-repeat: repeat-y;
	vertical-align: top;
	text-align: center;
	height: 20px;
	width: 40px;
	padding: 0;
	margin: 0;
}

#desind td.angle {	
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
 	background-image: url(angle.gif);
	background-position: top;
 	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
	height: 20px;
	width: 40px;
	padding: 0;
	margin: 0;
}

#desind td.inddesblank {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 200px;
	height: 20px;
	padding: 0;
	margin: 0;
}

#desind td.des1 {	width: 200px; height: 20px; }
#desind td.des2 {	width: 240px; height: 20px; }
#desind td.des3 {	width: 280px; height: 20px; }
#desind td.des4 {	width: 320px; height: 20px; }
#desind td.des5 {	width: 360px; height: 20px; }
#desind td.des6 {	width: 400px; height: 20px; }


#chart td {
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 40px;
	height:30px;
	padding: 0;
	margin: 0;
}

#chart td.firstrow {
	border-top: 1px solid #ccc;
	width: 40px;
	height:30px;
	padding: 0;
	margin: 0;
}

#chart td.lastcol {
	border-right: 1px solid #ccc;
	width: 40px;
	height:30px;
	padding: 0;
	margin: 0;
}

#chart td.firstrowlastcol {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 40px;
	height:30px;
	padding: 0;
	margin: 0;
}

#chart td.charths {
	border: none;
	padding-right: 15px;
	text-align: right;
	height:20px;
	width:200px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:185px;
}

#chart img {
	vertical-align: middle;
	text-align: center;
	visibility: visible;
	border: none;
}

ul span {
	display:none;
}

ul span.vis {
	display:inline;
}


ul span.domain {
	display:inline;
	color: #999;
}

ul a.sel {
	color:#c00;	
	background-color:#fff;
	border-bottom: 1px solid #c00;
	border-top: 1px solid #c00;
}
ul a.sel span {
	display:block;
	margin-top:-5px;
	margin-bottom: 5px;
	color:#333;	
	font-size:1em;
	padding-left:1em;
	font-weight:normal;
}

ul a.sel:hover span {
	color:#333;
}
#content #view {
	clear:both;
	margin:0;
	width: 100%;
	text-align: center;
}


#content #view li.viewresult {
	padding-top:10px;
	padding-left:5px;
	padding-bottom:10px;
	border: 1px solid #c00;
	color:#c00;
	background-color:#fafafa;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content #view li.viewresult:hover {
	padding-top:10px;
	padding-left:5px;
	padding-bottom:10px;
	background-color:#c00;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content #view li.noview,
#content #view li.noview:hover {
	padding-top:10px;
	padding-left:5px;
	padding-bottom:10px;
	border: 1px solid #333;
	color:#333;
	background-color:#fafafa;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#infocontent p {
	margin: 0px 210px 10px 0px;
	font-size: 12px;
	padding: 0;
}

#infocontent h2 {
	margin: 20px 210px 10px 0px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#infocontent a,
#infocontent a:hover,
#infocontent a:visited {
color:#00f;
text-decoration: underline;
}

#contenths {
	margin-right: 10px;
	background-color: #fff;
	margin:0;
	width: 100%;

}

#contenths {
	padding-bottom:10px;
	width:650px;
	width:700px;
	width:680px;
	margin-left:250px;
}

#contenths a,
#contenths a:hover,
#contenths a:visited {
color:#00f;
text-decoration: underline;
}
/*
	::: misc :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#indic {
	margin: 15px 10px 10px 0px;
}

#indic h2 {
	font-size: 11px;
	margin: 15px 10px 5px 0px;
	font-weight: bold;
}

#city {
	padding-right: 10px;


}
#city p {
	margin-bottom: 5px;
}

#city h2 {
	font-size: 11px;
	margin: 15px 0px 10px 0px;
	font-weight: bold;
}

div.indtitle {
	width:676px;
	padding: 0;
	margin-bottom:10px;
}

ul span.statgroupactive {
	display:block;
	color:#c00; 
	font-weight:bold;
	margin-left: 12px;
}

h2.rankingtype {
	font-size:1.8em;
	font-weight: normal;
	color:#333;
	padding: 0;
	margin: 0;
}

h2.domain {
	font-size:1.8em;
	color:#c00;
	font-weight:normal;
	padding: 0;
	margin: 0;
	text-transform: lowercase;
}

h2.branch {
	font-size:1.4em;
	color:#c00;
	font-style: normal;
	font-weight:bold;
	padding: 0;
	margin: 0;
	margin-top: -8px;
	margin-bottom: 10px;
	text-transform: lowercase;
}

form.indic_choice, form.indic_choice fieldset {
	margin: 0;
	padding: 0;
}
h2.indic_domaintitle {
	font-size: x-small;
	font-weight: bold;
	color: #999;
	padding: 2em 0 0.4em 0;
	border-bottom: 1px solid #ccc;
}
form.indic_choice div.indic_element {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
}
form.indic_choice label {
	cursor: pointer;
}
form.indic_choice div.indic_desc {
	padding: 0.2em 0.2em 0.2em 14px;
}
form.indic_choice .formbutton {
	width: 100%;
	padding: 0.5em;
	border: 1px solid #c00;
	background-color: #fafafa;
	cursor: pointer;
	font-size: medium;
	font-weight: bold;
}
form.indic_choice .formbutton:hover {
	background-color: #c00;
	color: #fff;
}
.checkbox {
	margin: 0 0.2em 0 0.4em;
	vertical-align: middle;
}
.red { color:#c00; }
.hide { display:none; }

.vishide { visibility:hidden; }


ul.school_list .selected_01 {
	margin: 1em 0 1em 0;
}
ul.school_list .selected
{
	font-weight:bold;
}
ul.school_list .selected_01 ul {
	margin: 0.4em 0 0.4em 0;
}

.hes_map {
	padding: 10px 0 5px 40px;
}

#workshop
{
	font-size: 12px;
}

#workshop form p 
{
	clear:both;
	font-size:1em;
	margin:0 0 1px 0 ;
}

#workshop form input.bord
{
	border:1px solid #000000;
}
#workshop form p label
{
	float:left;
	width:350px;
	text-align:right;
	padding-right:7px;
}

