@CHARSET "UTF-8";

#bienvenue-popup {
	width: 40em;
	height: 400px;
	background-color: #4dcd33;
	border: solid black 1px;
	display: none;
}

div.bienvenue-titre {
	height: 40px;
	margin-bottom: 15px;
	background-image: url('../../img/presentation/fond_titre_popup.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

span.bienvenue-titre {
	margin: 8px 0em 10px 1em;
	font-size: 1.5em;
	display: block;
	float: left;
	width: 19em;
}

div.bienvenue-fermer {
	margin: 10px 1em;
	float: right;
	text-align: right;
	width: 6em;
}

/* Partie centrale */
div.bienvenue-divcentrale {
	height: 240px;
}

div.bienvenue-ligne {
	height: 22px;
	margin: 6px 0;
	width: 6em;
	
	background-image: url('../../img/presentation/fond_ligne_bienvenue.png');
	background-repeat: no-repeat;
	background-position: right;
}

p.bienvenue-ligne {
	float: right;
	width: 6em;
	padding-left: 1em; 
}

div.bienvenue-logos {
	margin-top: 20px;
}

em.bienvenue-radio {
	position: absolute;
	display: block;
	width: 40em;
	text-align: center;
	margin-top: 20px;
}

img.bienvenue-logohcl {
	float: left;
	margin-left: 20px;
}

img.bienvenue-logohcf {
	float: right;
	margin-right: 20px;
}

/* Sponsors */
div.bienvenue-sponsors {
	text-align: center;
}

img.bienvenue-sponsors {
	vertical-align: middle;
	margin: 10px 20px;
}