@charset "UTF-8";
/* CSS Document */
/* venant de jScrollPane.css*/
.jScrollPaneDrag {
	position: absolute;
	background: #184B7B; /*bleu*/
	cursor: pointer;
	overflow: hidden;
}
/* venant de jjdstyle.css*/
#f2 {
	float: right;
	height: 320px;
	margin-top:0px;
	margin-right: 30px;
	width: 520px;
	/* overflow: hidden; */
}
#accueil {
	height: 320px;
	overflow: auto;
}
h1{
	font-size:15px;
	font-weight:normal;
	color:#184B7B;
	margin:20px 0px 15px 15px;
}


/*Configuration des titres*/
div.titre{
	float:right;
	margin-top:10px; /*ici se trouve toute la marge du titre + cadre en dessous*/
	margin-right:30px;
	width: 519px;
	border-left:#CCCCCC 1px solid;
}
div.titre a{
	text-decoration:none;
}
div.titrecouleur{
	height: 29px; 
	background:#184B7B;
	float:left;
	border-top:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
}
/*div.titrecouleur:hover{
	background:#ffffff;
}*/
div.titreblanc{
	height: 29px; 
	background:#ffffff;
	float:left;
	border-top:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
}
div.titreblanc:hover{
	background:#184B7B;
}
h6{
	font-size:12px;
	line-height:14px;
	letter-spacing:1px;
	margin:0px;
	padding:7px 15px 5px 15px;
	font-weight:bold;
	text-decoration:none;
}
div.titrecouleur a h6{
	color:#ffffff;
}
/*div.titrecouleur:hover h6{
	color:#184B7B;
}*/
div.titreblanc a h6{
	color:#184B7B;
}
div.titreblanc:hover h6{
	color:#ffffff;
}

/*Configuration des langues*/
div.langues{
	margin-top:314px;
	float:left;
}
div.langues p{
	font-size:10px;
	font-weight:bold;
}
div.langues p a{
	color:#184B7B;
	text-decoration:none;
}
div.langues p a:hover{
	color:#ffffff;
	background-color:#184B7B;
}
a{
color:#184B7B;
text-decoration:underline;
}
a:hover{
color:#ffffff;
background-color:#184B7B;
}


