
#sefairedubien{
	stroke:blue;
	stroke-linecap:round;
	stroke-width:1.1em;
}
text > textPath{
	baseline-shift:-0.7ex;
	}

svg{
	background-image:url(images/fond-etoiles.png);
	background-repeat:no-repeat no-repeat;
	/*background-position : bottom right;*/
	background-size: cover;
}

.svg-container {
display: inline-block;
position: relative;
width: 100%;
padding-bottom: 100%;
vertical-align: middle;
overflow: hidden;
}

.svg-content {
display: inline-block;
position: absolute;
top: 0;
left: 0;
}

#stop1{
	stop-color:brown;
	stop-opacity:0.5;
}

#stop2{
	stop-color:cornflowerblue;
	stop-opacity:1;
}

#stop3{
	stop-color:lightyellow;
	stop-opacity:0.1;
}
#stop4{
	stop-color:lightyellow;
	stop-opacity:0.5;
}
#stop5{
	stop-color:brown;
	stop-opacity:0.8;
}
#stop6{
	stop-color:lightyellow;
	stop-opacity:0.1;
}
text{
	fill:yellow;
	stroke:none;
	font-family:sans-serif;
	fill-opacity:1;
	text-anchor:start;
	dominant-baseline:alphabetic;
	letter-spacing:2px;
}
circle{
	fill:deeppink;
	/*stroke:deeppink;
	stroke-width:1px;
	*/
}
#boule_fab{
	fill:yellow;
	/*stroke:deeppink;
	stroke-width:1px;
	*/
}
