/* NEW CSS Document */
/* CW MODS */
.getMenuStatique div table { background-color: transparent; }
.flexslider { z-index:1; }
.getMenuStatique div { z-index:2; }
.DIVSousMenu { z-index:2; }
/* CW END */

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.news h1 {
	background-color: #0099FF;
	display: block;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.news a {
	font-size: 12px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}
.news p {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.news p {
	font-size: 12px;
}
.news h1 {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: rgb(255,255,255);
	display: block;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 21px;
}
.news ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.news ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	margin-bottom: 5px;
}
.news p .btn {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	display: block;
	min-width: 25px;
	max-width: 75px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.news p .btn:hover {
	background: #757575;
	background-image: -webkit-linear-gradient(top, #757575, #575757);
	background-image: -moz-linear-gradient(top, #757575, #575757);
	background-image: -ms-linear-gradient(top, #757575, #575757);
	background-image: -o-linear-gradient(top, #757575, #575757);
	background-image: linear-gradient(to bottom, #757575, #575757);
	text-decoration: none;
}
.cut-darkgray {
	background: #666666; /* fallback */
	background: linear-gradient(315deg, transparent 5px, #666666 0) bottom right;
	background-repeat: no-repeat;
		display: block;
	width: 355px;
	min-height:15px;
	color:#FFFFFF;
	font-size:12px;
	padding:5px 0px 3px 5px;

}
.cut-darkgray p{
}
/* news */
.bienvenue {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.bienvenue p {
	font-size: 11px;
}
.bienvenue h2 {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: rgb(0, 143, 212);
	display: block;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.cut-gray {
	background: #cccccc; /* fallback */
	background:
 linear-gradient(315deg, transparent 20px, #cccccc 0) bottom right;
	background-repeat: no-repeat;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
	color:#fff;
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	min-width: 160px;
	background-color: black;
	color: #fff;
	text-align: left;
	padding: 10px;
	border-radius: 6px;
	/* Position the tooltip text - see examples below! */
    position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	margin-left: -40px; /* Use half of the width (120/2 = 60), to center the tooltip */
	opacity: 0;
	transition: opacity 1s;
}
.tooltip .tooltiptext a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.tooltip .tooltiptext a:hover {
	color: #09F;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.tooltip:hover .tooltiptext {
    opacity: 1;
}