#Ribbon
{
	background-color:#bfdbff;
	padding-bottom:2px;	
	border-bottom:1px solid #95a8c3;
}

#Ribbon *
{
	outline:none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
		
}

.Ribbon_Tabs
{

	padding-left:5px;
	padding-top:5px;
	background-image:url(../images/ribbon/logo.png);
	background-position:right center;
	background-repeat:no-repeat;
}

.Ribbon_Tab
{	
	 border-top:1px solid #bfdbff;
	 border-left:1px solid #bfdbff;
	 border-right:1px solid #bfdbff;
	 padding:5px;
	 padding-bottom:2px;
	 font-size:12px;
	 color:#15428b;	
	 height:15px;
	 display:block;
	 float:left;
	 margin-right:5px;
	 cursor:pointer;
}

.Ribbon_Tab.Hover
{
	 border-top:1px solid #8db2e3;
	 border-left:1px solid #8db2e3;
	 border-right:1px solid #8db2e3;
	 -moz-border-radius-topleft: 5px;
	 -moz-border-radius-topright: 5px;
	 -moz-border-radius-bottomright: 0px;
	 -moz-border-radius-bottomleft: 0px;
	 -webkit-border-radius: 5px 5px 0px 0px;
	 border-radius: 5px 5px 0px 0px;
	 
	-webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .3);
	 -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .3);
	 box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .3); 
 
	background: #f0f6ff;
	background: -moz-linear-gradient(top, #f0f6ff 0%, #e2d3a4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f6ff), color-stop(100%,#e2d3a4));
	background: -webkit-linear-gradient(top, #f0f6ff 0%,#e2d3a4 100%);
	background: -o-linear-gradient(top, #f0f6ff 0%,#e2d3a4 100%);
	background: -ms-linear-gradient(top, #f0f6ff 0%,#e2d3a4 100%);
	background: linear-gradient(top, #f0f6ff 0%,#e2d3a4 100%);
}

.Ribbon_Tab.Actif
{
	 border-top:1px solid #8db2e3;
	 border-left:1px solid #8db2e3;
	 border-right:1px solid #8db2e3;
	 -moz-border-radius-topleft: 5px;
	 -moz-border-radius-topright: 5px;
	 -moz-border-radius-bottomright: 0px;
	 -moz-border-radius-bottomleft: 0px;
	 -webkit-border-radius: 5px 5px 0px 0px;
	 border-radius: 5px 5px 0px 0px;

	-webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .2);
	 -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .2);
	 box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .2); 

	background: #dbe6f5;
	background: -moz-linear-gradient(top, #f0f6ff 0%, #dbe6f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f6ff), color-stop(100%,#dbe6f5));
	background: -webkit-linear-gradient(top, #f0f6ff 0%,#dbe6f5 100%);
	background: -o-linear-gradient(top, #f0f6ff 0%,#dbe6f5 100%);
	background: -ms-linear-gradient(top, #f0f6ff 0%,#dbe6f5 100%);
	background: linear-gradient(top, #f0f6ff 0%,#dbe6f5 100%);
}

.Ribbon_Pages
{
	margin-left:2px;
	margin-right:2px;
	padding:2px;
	height:97px;
	display:none;
	
	 border:1px solid #8db2e3;
	 -moz-border-radius-topleft: 5px;
	 -moz-border-radius-topright: 5px;
	 -moz-border-radius-bottomright: 5px;
	 -moz-border-radius-bottomleft: 5px;
	 -webkit-border-radius: 5px 5px 5px 5px;
	 border-radius: 5px 5px 5px 5px;	

	background: #dfe8f5; /* Old browsers */
	background: -moz-linear-gradient(top, #dfe8f5 0%, #c8d8ed 30%, #d0def0 30%, #e7f2ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe8f5), color-stop(30%,#c8d8ed), color-stop(30%,#d0def0), color-stop(100%,#e7f2ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dfe8f5 0%,#c8d8ed 30%,#d0def0 30%,#e7f2ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dfe8f5 0%,#c8d8ed 30%,#d0def0 30%,#e7f2ff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #dfe8f5 0%,#c8d8ed 30%,#d0def0 30%,#e7f2ff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe8f5', endColorstr='#e7f2ff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #dfe8f5 0%,#c8d8ed 30%,#d0def0 30%,#e7f2ff 100%); /* W3C */	 
	 
}

.Ribbon_Groupe
{
	float:left;
	margin:1px;
	height:93px;
	
	 border:1px solid #c5d2df;
	 -moz-border-radius-topleft: 5px;
	 -moz-border-radius-topright: 5px;
	 -moz-border-radius-bottomright: 5px;
	 -moz-border-radius-bottomleft: 5px;
	 -webkit-border-radius: 5px 5px 5px 5px;
	 border-radius: 5px 5px 5px 5px;		
}

.Ribbon_Groupe:hover
{
	background-image:url(../images/ribbon/groupe_fond.png);	
}

.Ribbon_Groupe_Content
{
	height:73px;
	background-image:url(../images/ribbon/groupe_fond.png);
}

.Ribbon_Groupe_Titre
{
	position:relative;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	text-align:center;
	background-color:#c3daf2;	
	font-size:10px;
	color:#3e6aaa;
	height:15px;
}

.Ribbon_Item_Small
{
	display:block;
	color:#15428b;
	font-size:11px;
	margin:3px;
	padding-right:4px;
	padding-top:4px;
	padding-left:20px;
	padding-bottom:1px;
	background-repeat:no-repeat;
	background-position:2px 2px;
	min-height:16px;
}

.Ribbon_Item_Small:hover
{
	padding-right:3px;
	padding-top:3px;
	padding-left:19px;
	padding-bottom:0px;
	border:1px solid #dbce99;
	background-position:1px 1px;
	
	 -moz-border-radius-topleft: 3px;
	 -moz-border-radius-topright: 3px;
	 -moz-border-radius-bottomright: 3px;
	 -moz-border-radius-bottomleft: 3px;
	 -webkit-border-radius: 3px 3px 3px 3px;
	 border-radius: 3px 3px 3px 3px;	
	 	 
	background-color: #ffffff;
}

.Ribbon_Item_Big
{
	display:block;
	color:#15428b;
	font-size:11px;
	margin:3px;
	background-repeat:no-repeat;
	background-position:center 2px;
	min-height:13px;
	min-width:60px;
	text-align:center;
	padding:3px;
	padding-top:50px;
}

.Ribbon_Item_Big:hover
{
	padding:2px;
	padding-top:49px;
	border:1px solid #dbce99;
	background-position:center 1px;
	
	 -moz-border-radius-topleft: 3px;
	 -moz-border-radius-topright: 3px;
	 -moz-border-radius-bottomright: 3px;
	 -moz-border-radius-bottomleft: 3px;
	 -webkit-border-radius: 3px 3px 3px 3px;
	 border-radius: 3px 3px 3px 3px;	
	 	 
	background-color: #ffffff;
}

