@import url("bestlln_general.css");

.header { 
	background: url('../img/header_darkgreen_other.jpg') no-repeat center 15px;
}


/* BODY */
/* cfr bestlln_general*/

/*******************************************************************/
/* CONTENEUR */
/* cfr bestlln_general*/

/*******************************************************************/
/* HEADER_LANGUAGES */
/* cfr bestlln_general*/
	
/*******************************************************************/
/* HEADER */
/* menu */
#selected{ /*"lien mort" = lien hypertexte de la page actuellement affichée*/
	color: #095AA5;
	font-weight: bold;
	text-align:center;
	padding:0 5px 4px 5px; /*haut, droite, bas et gauche*/
	margin:0 4px 0 4px;
	border-bottom: 1px solid white;
}
/* cfr bestlln_general*/

/*******************************************************************/
/* CENTRE */
/*.centre, centre p 	cfr bestlln_general*/

.centre h1
{
	font-size: 24px;
	font-weight:normal;
	font-family: "Verdana", arial; 
	color: #000000; 
	text-align:left;
	padding-left: 30px;
	background: url('../img/blue_h1.png') no-repeat left center;/*bottom;*/
	border-bottom: 1px solid #095AA5;
}
.centre h2
{
	font-size: 18px;
	font-family: "Verdana", arial;
	color: #095AA5;
	text-align: left;
	padding-left: 5px;
}
.centre a{
	text-decoration:none;
	color:#095AA5;
}
.centre a:hover {
	text-decoration:underline;
	color:#095AA5;
}
.centre a:active{
   text-decoration:underline;
   color:#1293F1;	
}
/*.centre a img		cfr bestlln_general */


/*******************************************************************/
/* GAUCHE */
/*.gauche 	cfr bestlln_general */

/* menu */
.gauche h1{
	width: 120px;
	background: url('../img/blue_mg.png') bottom left no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
.gauche ul{
	width: 120px;
	list-style-image: url('../img/blue_menu.png');
	margin: 0;
	padding: 0px;   /*haut, droite, bas et gauche*/
	font-size:11px;
	font-weight:normal;
	color:#095AA5;
	text-align:left;
}
.gauche ul li{
	margin: 3px 0px 3px 20px; /*haut, droite, bas et gauche*/
}
.gauche ul li a{
	text-decoration:none;
	color:#095AA5;
}
.gauche ul li a:hover {
	text-decoration:underline;
	color:#095AA5;
}
.gauche ul li a:active {
	text-decoration:underline;
	color: #1293F1;
}

/*******************************************************************/
/* DROITE */
/* .droite 		cfr bestlln_general */

/*******************************************************************/
/* PIED */
.pied {
	height: 111px;
	background: #FFFFFF url('../img/bottom_blue.png') no-repeat left center;
	font-size: 12px;
	text-align: right;
	margin-top: 270px;
	margin-right: 5px;
}
/*.pied a img	cfr bestlln_general	*/


