<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.profil{
	/*height: 550px;*/
}

.offre{
	/*height: 550px;*/
}

.candidat{
	/*height: 550px;*/
}

.tab-content{
	border-radius: 3px;
    background-color: rgb(255,255,255,0.5);
}

.onglet1:hover, .onglet2:hover, .onglet3:hover{
    background-color: #06a8cc;
    color:white;
}

.onglet1 a:hover, .onglet2 a:hover, .onglet3 a:hover{
    text-decoration: none;
    color:white;
}

.onglet1 a, .onglet2 a, .onglet3 a{
    text-decoration: none;
    color:#27c43a;
}

.onglet_courant, .onglet_courant a{
    background-color: #06a8cc;
    text-decoration: none;
    color:white;
}

.onglet{
	margin-right: 1px;
	margin-left: 1px;
	padding: 4px;
	border-radius: 6px 6px 0px 0px;
}

.tab-content{	
	/*border: solid 2px #f5670f;*/
	border-radius: 5px 5px 5px 5px;
	box-shadow: 3px 5px 8px grey;
	padding: 0px;
}

.champ{
	border-radius: 6px;
	padding-top: 4px;
}

.zone_offre_publie, .zone_candidat_propose{			
	border: solid 2px #06a8cc;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 3px 5px 8px grey;
}

.zone_candidat_prop_pour_une_offre{				
	border: solid 2px #f5670f;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 3px 5px 8px grey;
}

.offre_publie{
	border: solid 2px #f5670f;;
	border-radius: 3px 3px 3px 3px;
	padding: 10px;
}

.classement_jun{			
    background-color: #27c43a;
    color:white;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 4px;
}

.bg-color-bleu{
	background-color: #06a8cc;
}

.bg-color-orange{
	background-color: #f5670f;
}

.bg-color-vert{
	background-color: #27c43a;
}

.text-color-bleu{
	color: #06a8cc;
}

.text-color-orange{
	color: #f5670f;
}

.text-color-vert{
	color: #27c43a;
}

hr{
	margin: 1px;
}
</pre></body></html>