body {
	background:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:hover, a:visited { text-decoration:none;}

.menu { color:#FFFFFF; font-size:11px; }
a.menu { color:#FFFFFF; text-decoration:none; }
a.menu:hover { color:#E60027; text-decoration:none; }
a.menu:visited { color:#FFFFFF; text-decoration:none; }

.white {
	font: 11px Arial;
	color: #FFFFFF;
	text-decoration: none;
}

.menuh a{
font: 12px Arial;
	color: #000000;
	text-decoration: none;
}

.menuh a:hover{
	font: 12px Arial;
	color: #FFFFFF;
	text-decoration: none;
}

.menuh:hover{
	background-color:#3F3F3F;
	padding-top:4px;
	padding-bottom:5px;
}

.content{
font: 12px Arial;
	color: #000000;
	text-decoration: none;
}

table{
	font: 12px Arial;
	color: #000000;
	text-decoration: none;
}

.txt{
	font: 12px Arial;
	color: #000000;
	text-decoration: none;
}

.footer{
	font: 10px Arial;
	color: #FFFFFF;
	text-decoration: none;
}

.footer2{
	font: 10px Arial;
	color: #000000;
	text-decoration: none;
}

/*.menu a{
	font: 11px Arial;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover{
	font: 11px Arial;
	color: #FFFFFF;
	text-decoration: underline;
}*/

.treeview{
margin-top: 10px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

*+html .treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
margin-left: 40px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

li.vide
{
  background-image: url('../admin/deletedpage.gif');
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 3px 0 3px 20px;
  margin: .4em 0;
}

*+html li.vide{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
margin-left: 0px;
}

#categories {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;	
	background-color:#000000;
}
#categories li{
	margin:0;
	margin-left:9px;
	padding:0;
	background: url(../images/picto-menu-2.gif) no-repeat left 7px;
	color:#E60027;
}

#categories li:hover{
	background: url(../images/picto-menu-bas.gif) no-repeat left 12px;
}

.catTab{
	font: 11px Arial;
	display:block;
	color:#FFFFFF;
	margin-left:3px;
	padding:7px;
	text-decoration:none;
}
#titleCategories {
	font: 18px Georgia, "Times New Roman", Times, serif;
	border-bottom: 5px solid #3a8336;
	text-align:right;
	color:#3a8336;
	margin:10px 0 0 0;
}
#categories li a:hover {
font: 11px Arial;
	text-decoration:none;
}

/* DIAPORAMA */

.diaporama {
	/*position:relative;*/
	width:735px;
	height:189px;
}

.diaporama ul {
	list-style:none;
} 
.diaporama li{
	list-style-type:none;
	overflow:hidden;
	/*position:absolute;*/
}

.diaporama_controls{
	width:735px;
	/*margin:3px 0;
	padding:5px;*/
	clear:both;
	overflow:hidden;
}

.diaporama_controls .btns{
	float:right;
}

.diaporama_controls a{
	font-weight:normal;
	width:10px;
	height:13px;
	text-indent:-9999px;
	display:inline-block;
	/*margin:0 3px;*/
}

.diaporama_controls .prev{
	background:url(img/fleches_diapo.png) no-repeat top right;
}

.diaporama_controls .next{
	background:url(img/fleches_diapo.png) no-repeat top left;
}

.diaporama_controls .pause{
	background:url(img/fleches_diapo.png) no-repeat bottom right;
}

.diaporama_controls .play{
	background:url(img/fleches_diapo.png) no-repeat bottom left;
}
