/*BLUE*/
/*
body{
	background-image:url('appliBackground.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#titre-logo-application{
	background-image:url('application_logo_250_blue.png');
	width:252px;
	height:76px;
	display:block;
}*/

/*LIGHT BLUE TRANSPARENT*/

body{
	background-image:url('appliBackground.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
/*#titre-logo-application{
	background-image:url('application_logov5_250_blue.png');
	width:301px;
	height:76px;
	display:block;
}*/
#titre-logo-application{
	background-image:url('logoGoutte.png');
	width:84px;
	height:76px;
	display:block;
}
#bienvenue-titre{
	color:#10309b;
	/*color:#0866ff;*/
	/*color:#1530ac;
	color:rgba(11,94,215,1);*/
	font-weight:bold;
	font-size:2em;
	font-variant:small-caps;
	/*text-shadow: 5px 5px 10px;*/
}
#bienvenue-sous-titre{
	color:#2050ab;
	/*color:#0866ff;*/
	/*color:#1530ac;
	color:rgba(11,94,215,1);*/
	/*text-shadow: 5px 5px 10px;*/
}
#ctx-accueil > div {
	color:#10309b;
}
/*#titre-prefixe{
	background-image:url('constellation.gif');
	background-repeat: no-repeat;
	width:252px;
	height:76px;
	display:block;
}*/



/*GREEN*/
/*
body{
	background-image:url('appliBackground.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#titre-logo-application{
	background-image:url('application_logo_250_green.png');
	width:250px;
	height:64px;
	display:block;
}*/