@import url("printCV.css");

@media screen {

	#choixCSS, #bas {
		display: block;
	}

	#choixCSS {
		background-color: #FFEFD3;
		border: 1px solid #A89E8C;
		color: #544F46;
		margin-left: 85%;
		padding: 3px;
		position: absolute;
		right: 0.1cm;
		text-decoration: underline;
		top: 0.4cm;
	}
	#choixCSS a, #choixCSS a:link, #choixCSS a:visited {
		color: #544F46;
	}
	#choixCSS a:hover, #choixCSS a:focus {
		color: #A89E8C;
	}
	#choixCSS h5 {
		color: #544F46;
		margin: 0;
	}

	#bas a {
		text-decoration: none;
	}

	/*surlignage de texte par l'utilisateur*/
	/*CSS3*/
	::selection {
		background-color: #000;
		color: #FFD799;
	}
	/*Gecko*/
	::-moz-selection {
		background-color: #000;
		color: #FFD799;
	}

}
