/* 
    Document   : style
    Author     : Bilal
    Description:
        Purpose of the stylesheet follows.
*/
.center{
    text-align: center;
}
.sc-tooltip-wrapper{
	width: 180px;
	height: auto;
	background: #ffffff;
	color: #333333;
	z-index: 9999;
	display: none;
	overflow: hidden;
	position: fixed;
	border-radius: 10px;
	box-shadow: 0 0 7px #333;
	height: auto;
}
.sc-tooltip-wrapper img{
	float: left;
	/*max-width: 150px;*/
	height: 200px;
	margin:100px 8px 8px 30px;
	
}
.sc-tooltip-wrapper span{
	position: absolute;
	margin:0px 0px 10px 0px;
	height: 80px;
	padding: 10px;
	display: block;

	/*background: #DB1702;*/	/*rouge*/
       	/*color: #FFFFFF;*/	        /*écritures blanches quand le background est rouge*/
	
	/*background: #FFF604;*/	/*jaune*/
	/*color: #000000;*/		/*Pour mettre les écritures en noire quand le thème est jaune*/

       	background: #006100;	        /*vert*/
	color: #FFF;			/*écritures blanches quand le background est vert*/
}