/*#maincontainer
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100px;
	background: url(../images/general/logo-menu.png) no-repeat left 0;
	background: url(../images/general/slogo-menu.png) no-repeat left 0;
}
#topsection2
{
	height: 100px;
	margin-top: 0px;
	margin-left: 300px;
	margin-left: 138px;
	background: url(../images/general/fond_menu.png) repeat left;
}

*//* ______________________ menu ______________________ */

.basictab ul
{
	margin: 0px;
	padding: 21px 0;
	margin-left: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center;
	/* alignement bloc menu */
	}
	
.basictab li{	float: left;		margin-top: 0px;}
.basictab li a
{
	display:block;
 	width: 100%;
	text-decoration: none;	padding: 7px 1px 8px 1px;
	border-right: 1px solid #c5c2c3;
	border-bottom: none;
	/*background-color: #FFFFFF;*/ /* fond menu non selectionne */
	color: #1C7CD2; /* liens non selectionnes */
	}
	
.basictab li a:visited{	color: #1C7CD2; /* liens visited */}
.basictab ul li a:hover{	margin-top: 0px;	background-color: #CCCCCC;	color: #ffffff;	background: url(../images/general/rollover.png) repeat left;	height:18px;}
.basictab li a:active{	color: black;}

/* ---------- page courante ---------- */
#courant:link{	margin-top: 0px;	height:18px;	color: #990066; /* FF9933*/}
#courant:visited{	color: #990066;}

#courant:hover {	margin-top: 0px;	background: url(../images/general/rollover.png) repeat left;	height:18px;	color: #cc6699;}

/* ---------- page courante ---------- */
.tabcontainer{	margin-top: 25px;	clear: left;	width:100%; /*width of 2nd level sub menus*/	height:2em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/}
.tabcontent{	display:none;	text-decoration: none;	padding: 0px 0px;	text-align: left;}
.tabcontent a:active, a:hover{	text-decoration: underline;	color: #990033; }
.tabcontent a.current{	text-decoration: none;	color: #990033;}
.tabcontent a.courant{	text-decoration: none;	color: #990066;}
.tabcontent a:link, a:visited{	text-decoration: none;	font-weight: bold;	color: #ffffff; /* couleur liens sous-menus */}

