/*

	Author	: Denis "karbon8.net" TOGBE
	Domain	: fetez-clairs.org

*/

/* GENERAL SETTINGS */

*
{
	margin:0;
	padding:0;
}

a
{
	color:#00E5FF;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

body
{
	background:#333333;
	color:#FFFFFF;
	font-family:Helvetica, Tahoma, Arial, Verdana, "Trebuchet MS", Sans-serif;
	font-size:.75em;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Impact, Helvetica, Tahoma, Arial, Verdana, "Trebuchet MS", Sans-serif;
	font-weight:lighter;
}

hr
{
	margin:10px 0;
}

img
{
	border:none;
}

ul
{
	list-style-position:inside;
	list-style-type:none;
}

/* HEADER */

#header
{
	height:280px;
	text-align:center;
}

#header a
{
	border:none;
	color:transparent;
}

#header img
{
}

/* SIDEBAR LEFT */

#sidebar-left
{
	float:left;
	width:300px;
}

#sidebar-left a
{
	text-decoration:none;
}

.sidebar-left-elem-top
{
	background:#000000 url(images/bg-sidebar-left-elem-top.gif) no-repeat top;
	margin:0 0 10px;
	padding:12px 0 0;
}

.sidebar-left-elem-bottom
{
	background:#000000 url(images/bg-sidebar-left-elem-bottom.gif) no-repeat bottom;
	padding:0 0 12px;
}

.sidebar-left-elem
{
	background:#000000 url(images/bg-sidebar-left-elem.gif) repeat-y;
	padding:0 25px;
}

#menu
{
	padding:10px 25px;
	text-transform:uppercase;
}

#menu .link, #menu .toggle
{
	background:#000000;
	padding:3px 10px;
}

#menu ul .link p, #menu ul .toggle p
{
	background:#333333;
	padding:3px 7px;
}

#menu ul .link p:hover, #menu ul .toggle p:hover, #menu ul p.current
{
	background:#F0037F;
}

#menu ul .toggle p:hover
{
	cursor:pointer;
}

#menu ul ul .link p, #menu ul ul .toggle p
{
	padding:3px 20px;
}

#menu ul ul .link p:hover, #menu ul ul .toggle p:hover, #menu ul ul p.current
{
	background:#00A0C6;
}

#menu ul ul .toggle p:hover
{
	cursor:pointer;
}

#menu ul ul ul .link p, #menu ul ul ul .toggle p
{
	padding:3px 30px;
}

#menu ul ul ul .link p:hover, #menu ul ul ul .toggle p:hover, #menu ul ul ul p.current
{
	background:#008837;
}

#menu ul ul ul .toggle p:hover
{
	cursor:pointer;
}

#menu a
{
	color:#FFFFFF;
}

#menu a:hover
{
	border:none;
}

#links
{
	padding:10px 25px;
	text-align:center;
}

#links p
{
	padding:10px 0;
}

#links a
{
	border:none;
	color:#FFFFFF;
}

/* SIDEBAR RIGHT */

#sidebar-right
{
	float:right;
	width:340px;
}

#sidebar-right a
{
	text-decoration:none;
}

.sidebar-right-elem-top
{
	background:#000000 url(images/bg-sidebar-right-elem-top.gif) no-repeat top;
	margin:0 0 10px;
	padding:11px 0 0;
}

.sidebar-right-elem-bottom
{
	background:#000000 url(images/bg-sidebar-right-elem-bottom.gif) no-repeat bottom;
	padding:0 0 11px;
}

.sidebar-right-elem
{
	background:#000000 url(images/bg-sidebar-right-elem.gif) repeat-y;
	padding:0 25px;
}

.sidebar-right-elem a
{
	border:none;
}

.sidebar-right-elem em
{
	background:#222222;
	color:#FFFFFF;
	font-style:normal;
	padding:2px;
}

.sidebar-right-elem h1
{
	color:#F0037F;
	font-size:2.5em;
	letter-spacing:1px;
	padding:10px 0;
	text-align:center;
	text-transform:uppercase;
}

#agenda
{
	border-top:1px dotted #808080;
}

#previous-event
{
	padding:0 0 10px;
	text-align:center;
}

#previous-event img:hover
{
	cursor:pointer;
}

#next-event
{
	padding:10px 0;
	text-align:center;
}

#next-event img:hover
{
	cursor:pointer;
}

.event
{
	border-bottom:1px dotted #808080;
	color:#BABABA;
	padding:7px 0;
	text-align:center;
	text-transform:uppercase;
}

.event p
{
	margin:10px 0;
}

.top-news-video, .top-news-picture
{
	margin:0 auto;
	padding:0 0 10px;
	width:270px;
}

.top-news-video div
{
	border:1px solid #808080;
	padding:1px 4px;
}

.top-news-picture div
{
	text-align:center;
}

.top-news-video p, .top-news-picture p
{
	padding:10px 0 0;
	text-align:right;
	text-transform:uppercase;
}

/* CONTENT */

#content
{
	margin:0 340px 0 300px;
	padding:0 0 20px;
}

#content h1
{
	font-size:3em;
	padding:15px 0;
	text-align:left;
}

#content .bodytext
{
	text-align:justify;
}

div.csc-textpic-left div.csc-textpic-text, div.csc-textpic-right div.csc-textpic-text, div.csc-textpic-clear
{
	clear:none;
}


div.csc-textpic-left div.csc-textpic-imagewrap, div.csc-textpic-right div.csc-textpic-imagewrap, div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image
{
	float:none;
}

/* FOOTER */

#footer
{
	padding:50px 0 0;
	clear:both;
}

#footer p
{
	background:#000000 url(images/bg-footer.gif) repeat-x top;
	padding:35px 0 30px;
	text-align:center;
}

#footer a
{
	color:#FFFFFF;
}
