@CHARSET "ISO-8859-1";


#panels-thematiques {
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 30px;
}
	
	#panels-thematiques h3 {
		
		font-size: 14px;
	}


#menu-panels-thematiques {
	width: 280px;	
	float: left;
	margin-top: 15px;
}

	#menu-panels-thematiques a {
		display: block;
		width: 80px;
		background: url(/public/images/etudes-en-ligne/access-panels/panels-thematiques/puce.gif) top left no-repeat;
		padding-left: 15px;
		color: #7e7f81;
		font-weight: bold;
		margin: 0px 0px 10px 0px;
		text-decoration: none;
	}
	
	#menu-panels-thematiques a:hover {
		text-decoration: underline;
	}
	
	#menu-panels-thematiques a.selected {
		color: #1d8cc3;
		text-decoration: underline;
	}

#content-panels-thematiques {
	width: 550px;
	float: right;
}


#accueil-panels-thematiques {

}

	#accueil-panels-thematiques a {
		display: block;
		width: 115px;
		height: 68px;
		padding-left: 110px;
		padding-top: 10px;
		background-repeat: no-repeat;
		background-position: top left;
		
		float: left;
		color: #000;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}

		#accueil-panels-thematiques a.gauche {
			clear: both;
		}
		#accueil-panels-thematiques a.rouge {
			color: #d70a1b;
		}
		
	
	
	
	
#panel-thematique-details {
		
}

	#panel-thematique-details .titre-details {
		width: 115px;
		height: 68px;
		padding-left: 110px;
		padding-top: 10px;
		background-repeat: no-repeat;
		background-position: top left;
		color: #000;
		font-weight: bold;
		font-size: 12px;
	}
	
	#panel-thematique-details h5 {
		background: url(/public/images/etudes-en-ligne/access-panels/panels-thematiques/puce-noire.gif) 10px center no-repeat #ececec; 
		color: #000;
		width: 250px;	
		padding: 5px 0px 5px 25px;
		margin: 15px 0px 10px 0px;
	}

	#panel-thematique-details h6 {
		color: #1d8cc3;
		font-size: 11px;
		background: url(/public/images/etudes-en-ligne/access-panels/panels-thematiques/puce-critere.gif) 3px left no-repeat;
		padding-left: 13px;
		margin-top: 5px;
	}
		#panel-thematique-details h6.inactif {
			color: #707173;
		}
		

	#panel-thematique-details table {
		border-spacing: 0px;
		border-collapse: collapse;
		margin: 5px 0px 15px 13px;
		font-size: 10px;
	}
		
		
		#panel-thematique-details table th {
			padding:4px;
			background: #9b9c9e;
			color: #fff;
			text-align: left;
		}
		
		#panel-thematique-details table td {
			padding:3px;
			border: 1px solid #ececec;
		}
		#panel-thematique-details table td.titre {
			background: #ececec;
			color: #000;
			font-weight: bold;
			width: 300px;
		}
		#panel-thematique-details table td.chiffre {
			color: #000;
			width: 150px;
			text-align: center;
		}		




/* CONTACT */
.content  .contact{
	display : block;
	clear : both;
	color : #7f7f7f;
	text-decoration : none;
	font-size : 12px;
	background : url(../../../images/contact.jpg) no-repeat top left #fff;
	padding-left : 95px;
	width : 149px;
	padding-top : 13px;
	height : 78px;
	margin : 30px auto 0px auto;

}
	.content  .contact strong{
		font-size : 24px;
		margin-left : -2px;
		color : rgb(29,140,195);
	}
	.content  .contact span{
		font-weight : bold;
		font-size : 14px;
	}		