﻿	.lazyOwl
	{
		width:100%!important; border-radius:10px;
		height:100%!important;
		
	}
	
	.drapeaux
	{
		 background-color: #f1f1f1; 
		 border-radius:5px;
		 padding:8px;
		 font-size: 15px;
		 margin:3px;
		 color:black;
	 }	
	 
	 	.drapeaux:hover
	{
		 background-color: #ffd600;
		 color:black;
	 }	


	.activites
	{
		 background-color:#F8F8F8; 
		 border-radius:5px; 
		 padding:5px; 
		 width:100%; 
		 font-size: 12px;
		 color:black;
	 }	
	 
	 	.activites:hover
	{
		 background-color: #ffd600;
		 color:black;
	 }	
	 
	 .buttonShowCo
	 {
		 cursor: pointer; 
		 background-color:#ffdd00; 
		 border-radius:5px; 
		 -moz-border-radius:5px; 
		 color:black; 
		 padding:5px; 
		 margin-top:5px; 
		 margin-bottom:10px; 
		 text-align: center;
	 }
	 
	 .buttonShowCo:hover
	 {
		 cursor: pointer; 
		 background-color:#000; 
		 color:white; 

	 }