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; }


#nav a#lang{
    position: absolute; top: -4px; right: 4px;
}

#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;
}

/*
mini cal
*/
.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;
}
/*
redef pr etre specifique
*/
a.c_event{
	color: #B1140F;
	font-weight: bold;
	text-decoration: none;
}
a.c_event:hover{
	color: #000000;
	font-weight: bold;
    text-decoration: none;
}
a.c_formation{
	color: #0099ff;
	font-weight: bold;
	text-decoration: none;
}
a.c_formation:hover{
	color: #000000;
	font-weight: bold;
    text-decoration: none;
}
.c_legende_event{
    color: #B1140F;
	font-weight: normal;
	font-size: 18px;
}
.c_legende_formation{
    color: #0099FF;
	font-weight: normal;
	font-size: 18px;
}

#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;	
}
div.event {
    /*width: 470px;*/ 
}

/*
utilise dans post.php
depuis 20111021
*/
div#event_detail
{
    width: 592px;
}
.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; 
} 
 
.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;
}
 

div#post_title{
    display: inline;
	position: relative;
	float: left;    
    width:500px;
}
div#post_title p{
    margin :0;
    padding:0;
    line-height:20px; /* mem dim que fb like box */
}
div#fb_like_box{
    display: inline;
	position: relative;
	float: left;
    width:90px;
    float:left;
    outline:0px dotted red;
    z-index:1;
 
}
div#fb_like_box div{
    margin-left:35px;
}
.f_clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
