body { background-color: #303030; }
body, table, tr, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
}

#wrapper { margin: 0 auto; width: 850px; border-left: 7px solid #545454; border-right: 7px solid #545454; }
#container { border-left: 4px solid #3c3c3c; border-right: 4px solid #3c3c3c; background: #fff; }

#nav { position: relative; padding: 3px; margin: 2px 34px; width: 768px; }
#nav a { font-size: 10px; font-weight: lighter; color: #000; text-transform: uppercase; border-left: 1px dotted #000; border-bottom: 1px dotted #000; padding: 5px 7px; margin: 2px 0 0; }
#nav a:hover,
#nav a.current { color: #ae1d15; }

#sub-nav { padding: 12px 0 0; }
#sub-nav a ,
#subsub-title{ display: block; width: 150px; font-size: 11px; font-weight: lighter; color: #000; border-left: 1px dotted #000; border-bottom: 1px dotted #000; padding: 2px 3px; margin: 0 0 5px 0; }
#subsub-title{
    padding: 0;
    border-width:0;
    font-weight:bold;
    width: auto;
    font-size:16px;
}
#sub-nav a:hover { color: #ae1d15; }
#sub-nav a.current {font-weight: bolder;}

#sidebar h2 { margin-top: 20px; font-size: 12px; font-weight: lighter; border-bottom: 1px dotted #000; }

#content { padding-left: 10px; }
#content h2 { margin: 0 0 10px; padding: 0; font-size: 14px; color: #ae1d15; font-weight: bolder; border-bottom: 1px dotted #000; }

#header { padding: 0px 37px 0; }
#header-photo { padding:0; margin:0; width: 768px; height: 200px; }
#header-photo * {margin:0; padding: 0; border: 0; }

#btn_index { float: right; margin-top: -35px; }
#btn_index a { opacity:.5;filter: alpha(opacity=50); -moz-opacity: 0.5; }
#btn_index a:hover { opacity:1;filter: alpha(opacity=100); -moz-opacity: 1; }

#btn_capsule a { opacity:.5;filter: alpha(opacity=50); -moz-opacity: 0.5; }
#btn_capsule a:hover { opacity:1;filter: alpha(opacity=100); -moz-opacity: 1; }

.pagination {clear: both; position: relative; margin: 10px 0 20px; padding: 10px 0; text-align: center; color: #B1140F; }
.pagination b { margin: 2px 0; padding: 2px 5px; font-weight: bolder; }
.pagination a { margin: 2px 0; padding: 2px 5px; border: 1px solid #ddd; background: #efefef; color: #666; }
.pagination a:hover {background: #fff; border-color: #B1140F; color: #B1140F; }

.alignleft{ text-align: left; }
.alignright{ text-align: right; }
.aligncenter{ text-align: center; }
.alignjustify{ text-align: justify; }
.redtitle{
	color: Red;
}
.menufont{
	color: White;
	font-weight: bold;
}
.day { color: #333; }
.today { color: #111; border: solid thin #ccc; }
.calendarselect{
	background-color: Red;
	color: White;
}
.calendarselect:hover{
	background-color: #000000;
}
a{
	color: #B1140F;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #000000;
	font-weight: bold;
text-decoration: none;
}

#post.sortable-list li { height: 120px; border: 1px solid #ccc; background: #fff; padding: 10px; margin: 10px 0; }
#post.sortable-list li img { width: 100px; height: 100px; }

select{
	font-size: 11px;
	color: Red;
	background-color: #F3F3F3;	
}
.event { /*width: 470px;*/ }
.event code { overflow: auto;  }

.bigtitle { font-size: 20px; font-weight: bold; }
.title { font-size: 16px; }

.post { border-bottom: 1px dotted #000; }

/**********************************
 * Le menu de droite
 */
.menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 160px; /* Width of Menu Items */ 
	background-color: white;
	border-bottom: 1px solid #fff;
	text-align:left;
} 

.menu ul li { 
	position: relative; 
} 

.menu li ul { 
	position: absolute; 
	left: 159px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
} 

.menu li:hover ul {
	display: block; 
} 

.menu li:hover>ul { 
	visibility: visible; 
} 

.menu ul ul {
	visibility: hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html .menu ul li { float: left; height: 1%; } 
* html .menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

.menu ul, .menu li { 
	margin: 0 0 0 0; 
	line-height: 17px;
} 

/* Styles for Menu Items */ 
.menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #fff; 
	/*background: #B1140F;  IE6 Bug */ 
	padding: 2px 0 2px 10px; 
	border: 1px solid #fff; 
	/*border-left: 1px solid #333;*/
	border-bottom: 0; 
} 

/* Hover Styles */ 
.menu ul a:hover { 
	color: #000; 
	/*background: #f9f9f9; */
} 

/* Sub Menu Styles */ 
.menu li ul a { 
	text-decoration: none; 
	color: #fff; 
	/*background: #B1140F;  IE6 Bug */ 
	padding: 2px 0 2px 10px; 
	border: 1px solid #fff; 
	font-weight: normal;
	border-bottom: 0; 
} 

/* Sub Menu Hover Styles */ 
/*#menu li ul a:hover { 
	color: #000; 
	background: #f9f9f9; 
} 
#menu .sepmenu {
	background-color: #fff;
}*/
/*#tree_page_id_8 { margin-top: 10px; }
.menu a.submenu { background-image: url(images/bg-menu.gif); background-position: center right; background-repeat: no-repeat; } 
/*#menu ul a.submenu:hover { background-image: url(images/bg-menu.gif) no-repeat right; }*/
/*#menu ul li.submenu1 * { background-color:  #01A0C7; }
#menu ul a.submenu1 { background:  #01A0C7 url(images/bg-menu.gif) no-repeat right; }
#menu ul li.submenu2 * { background-color:  #BFE10E; }
#menu ul a.submenu2 { background:  #BFE10E url(images/bg-menu.gif) no-repeat right; } 
#menu ul li.submenu3 * { background-color:  #FFBE00; }
#menu ul a.submenu3 { background:  #FFBE00 url(images/bg-menu.gif) no-repeat right; } 
#menu ul li.submenu4 * { background-color:  #FF4001; }
#menu ul a.submenu4 { background:  #FF4001 url(images/bg-menu.gif) no-repeat right; } */

.latest-event{
float: left;
width: 160px;
padding: 5px;
}

#main h2, #main table td h2 {
	margin: 0;
	padding: 2px 0;
	font-size: 13px;
}
#main h3, #main table td h3 {
	margin: 0;
	padding: 1px 2px;
	font-size: 10px;
}

/** bottom menu **/
/*
#bottom_menu {
    background: #fff;
    text-align: left;
	font-weight: bolder;
}
#bottom_menu h3 {
    padding: 2px 10px;
    background: #333;
    color: #fff;
	font-weight: bolder;
}
#bottom_menu .bottom_menu_box {
    background: #fff;
    float: left;
	display:block;
    padding: 10px;
    border-right: 1px solid #ddd;
	width:170px;
}
#bottom_menu .bottom_menu_box_title {
    margin: 0;
    padding: 2px 0;
}
#bottom_menu .bottom_menu_box a {
    color: #333;
    text-decoration: underline;
	font-weight:lighter;
}
#bottom_menu .bottom_menu_box a:hover {
    color: #666;
    text-decoration: none;
}
*/