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

/**{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*//*body{
	width: 400px;
	margin: 10px auto;
}
a{
	text-decoration: none;
	color: #666;
}
*/
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;
}
