.contentstyle1{
	color: #ffffff;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #584b42;
	width: 286px;
	overflow: auto;   /* scroll */   
	margin:0;
	margin-bottom: 1em;
	padding: 10px;
	background-color:#9e9b84;
	}

.contentstyle1 a{	
	color:#ffb60e; 
	}

.contentstyle1 a:hover{	
	color:#000000; 
	}	

.contentstyle2{
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #584b42;
	width: 286px;
	overflow: auto;   /* scroll */   
	margin:0;
	margin-bottom: 1em;
	padding: 10px;
	background-color:#b6beb3;
	}

.contentstyle2 a{	
	color:#1f567d; 
	}

.contentstyle2 a:hover{	
	color:#000000; 
	}	



.liste li{
	list-style-type: square;
	list-style-image: url(img/puce.gif);
}




/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs1{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	font-family: Calibri, 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

.shadetabs1 li{
	display: inline;
	margin: 0;
	}

.shadetabs1 li a{
	color: #504845; /*2d2b2b */
	font-size: 17px;
	font-weight: bold;
	font-family: Calibri, 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	position: relative;
	top:-3px;
	z-index: 1;
	padding: 3px 5px 3px 5px;
	margin: 0px 2px 0px 0px;
	border: 1px solid #584b42;
	background: #9e9b84 url(img/shade1.gif) top left repeat-x;
	}

.shadetabs1 li a:visited{
	color: #2d2b2b;
	}

.shadetabs1 li a:hover{
	color: #2d2b2b;
	text-decoration: none;
	background: #aaad9a url(img/shade1over.gif) bottom left repeat-x;
	}

.shadetabs1 li a.selected{ /*selected main tab style */
	position: relative;
	top: -2px;
	color:#ffffff;
	background-image: url(img/shade1active.gif);
	border-bottom-color: #9e9b84;
	}

.shadetabs1 li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	}


/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.shadetabs2{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	font-family: Calibri, 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

.shadetabs2 li{
	display: inline;
	margin: 0;
	}

.shadetabs2 li a{
	color: #504845; /*2d2b2b */
	font-size: 17px;
	font-weight: bold;
	font-family: Calibri, 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	position: relative;
	top:-3px;
	z-index: 1;
	padding: 3px 5px 3px 5px;
	margin: 0px 2px 0px 0px;
	border: 1px solid #584b42;
	background: #9e9b84 url(img/shade2.gif) top left repeat-x;
	}

.shadetabs2 li a:visited{
	color: #2d2b2b;
	}

.shadetabs2 li a:hover{
	color: #2d2b2b;
	text-decoration: none;
	background: #aaad9a url(img/shade2over.gif) bottom left repeat-x;
	}

.shadetabs2 li a.selected{ /*selected main tab style */
	position: relative;
	top: -2px;
	color:#ffffff;
	background-image: url(img/shade2active.gif);
	border-bottom-color: #b6beb3;
	border-bottom-width:2px;
	}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	}

