/* 
	MAIRIE DE PROVINS - CSS des onglets 
	Patrick Hajzler
*/

ul, li{
	list-style: none;
}
.mon_onglet{
	float: left;
	padding: 2px 10px;
	margin-right: 5px;
	/*	color: #333;
	background: #d8f8ca;
	border: 1px solid #68ce3e;
	border-top: 1px solid #68ce3e;
	border-right: 1px solid #68ce3e;
	border-left: 1px solid #68ce3e;	
*/	background-image: url(../archives/images/onglet_inactif.png);
	/*border-bottom: 1px solid #000;*/	
	cursor: pointer;
	background-repeat: no-repeat;
	color: #5D5D5D;	/*margin-bottom: -1px;*/
}	
.mon_onglet:hover{
/*	background-color: #b8efa1;
*/	background-image: url(../archives/images/onglet_hover.png);
	background-repeat: no-repeat;
}				
.mon_onglet_selected{
	float: left;
	padding: 2px 10px;
	margin-right: 5px;
	/*	color: #333;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #fff;
*/	cursor: pointer;
	margin-bottom: -2px;
	font-weight: bold;
	/*background-color: #fff;*/
	background-image: url(../archives/images/onglet_actif.png);
	background-repeat: no-repeat;
}					
.clear{
	clear: both;
}
.mon_contenu{
	color: #666;
	/*border: 1px solid #000;*/
	padding: 10px;
	background-color: #fff;
	background-image: url(../archives/images/contenu_sup.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.mon_contenu fieldset{
	background-image: url(../archives/images/fond_fieldset.png);
}
.mon_contenu_bas{
	background-image: url(../archives/images/contenu_bas.png);
	width: 580px;
	height:20px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#mes_contenus, #mes_onglets{
	width: 580px;
}
.archives_article{
	background-image: url(../archives/images/BgArticle.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/****************************************************************/
.AC_mon_onglet{
	float: left;
/*	margin-right: 1px;
*/	margin-left: 5px;
	width: 112px;
	/*	color: #333;
	background: #d8f8ca;
	border: 1px solid #68ce3e;
	border-top: 1px solid #68ce3e;
	border-right: 1px solid #68ce3e;
	border-left: 1px solid #68ce3e;	
*/	background-image: url(../culture/images/onglet_inactif.png);
	/*border-bottom: 1px solid #000;*/	
	cursor: pointer;
	background-repeat: no-repeat;
	color: #5D5D5D;	/*margin-bottom: -1px;*/
	text-align: center;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}	
.AC_mon_onglet:hover{
/*	background-color: #b8efa1;
*/	background-image: url(../culture/images/onglet_hover.png);
	background-repeat: no-repeat;
}				
.AC_mon_onglet_selected{
	float: left;
/*	margin-right: 1px;
*/	margin-left: 5px;
	width: 112px;
	/*	color: #333;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #fff;
*/	cursor: pointer;
	margin-bottom: -2px;
	font-weight: bold;
	/*background-color: #fff;*/
	background-image: url(../culture/images/onglet_actif.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}					
.AC_clear{
	clear: both;
}
.AC_mon_contenu{
	color: #666;
	/*border: 1px solid #000;*/
	padding: 30px;
	background-color: #fff;
	background-image: url(../culture/images/contenu_sup.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.AC_mon_contenu fieldset{
	background-image: url(../culture/images/fond_fieldset.png);
}
.AC_mon_contenu_bas{
	background-image: url(../culture/images/contenu_bas.png);
	width: 530px;
	height:20px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#AC_mes_contenus, #AC_mes_onglets{
	width: 530px;
}
