/*
Theme Name: Eliops
Theme URI: http://www.eliops.fr/
Description: Created By Gabs
Version: 1.0
Author: Gabs
Author URI: http://www.eliops.fr/
Tags: 
*/
#cache {
    MARGIN-TOP: -12px; 
	Z-INDEX: 12000; 
	LEFT: 50%; 
	MARGIN-LEFT: -84px; 
	POSITION: absolute; 
	TOP: 50%; 
	VISIBILITY:hidden;
}
#loading {
    FONT: 15px/1.2 Verdana; COLOR: #FFF; 
	background:#999 url("images/ajax-loader.gif") no-repeat center;
}

/* General */

body {
	margin: 0;
	background:#fff url("images/fond.gif");
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}


/* Page */
#background{
	margin: 0;
	background:url("images/background.gif") repeat-y center;
}

#page {
	margin: 0 auto;
	width: 1024px;
	background-color:#fff;
}

#page-top {
	background: url("images/page_top.jpg") no-repeat;
}

#page-top-Weo {
	background: url("images/page_top_Weo.jpg") no-repeat;
}
#page-top-Forum {
	background: url("images/page_top_forum.jpg") no-repeat;
}
#page-top-Contact {
	background: url("images/page_top_contact.jpg") no-repeat;
}
#page-top-Downloads {
	background: url("images/page_top_download.jpg") no-repeat;
}
#page-top-Eliops{
	background: url("images/page_top.jpg") no-repeat;
}

#page-top-Campus{
	background: url("images/page_top_Campus.jpg") no-repeat;
}

/* Header */

#header {
	height: 220px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 8.3px;
		left: 17.5px;
	}
	
	#header #header-info h1 {
		color: #fff;
		font: normal 111px Monotype Corsiva, Times;
		padding-bottom: 10px;
	}
	
	#header #header-info h1 a {
		color: #19a;
		text-decoration: none;
	}
	
	#header #header-info .description {
		position: relative;
		top:120px;
		left: 6px;
		color: #069;
		font: bold 29px Colonna MT, Times;
	}
	
/* Main */
.textwidget{
	margin-left:15px;
	margin-right:15px;
}

#main {
	float:left;
	width:799px;
}
	/* Main - Content */
	
	#content {
		float:left;
	}
	
	#contents {
		float:left;
	}
	
	/* Main - Content - Post */
	
	#contents .post{
		margin-bottom: 30px;
		width:550px;
		_width:540px;
	}
	
		/* Post - Title */
		
		#contents .post .post-title{
			color: #0005c8;
			font: normal 25px Freestyle Script, Times;
		}
		
		#contents .post .post-title a{
			color: #0005c8;
			text-decoration: none;
		}
		
		#contents .post .post-title a:hover{
			text-decoration: underline;
		}
		
		#contents .post .post-title .post-date {
			width: 150px;
			height: 50px;
			/* background: url("images/post_date.gif") no-repeat; */
			/*background: url("images/date.gif") no-repeat;*/
		}
		
		#contents .post .post-title .post-date span {
			padding-top: 17px;
			margin-left: 47px;
			font: bold 18px Collona MT, Times;
			color: #30F;
			text-align: center;
			width: 100px;
			text-transform: lowercase;
			display: block;
		}
		
		#contents .post .post-title h2{
			color: #0005c8;
			font: normal 20px Times;
			float: left;
		}
		
		#contents .post .post-title h2 a{
			color: #000fff;
			text-decoration: none;
		}
		
		#contents .post .post-title h2 a:hover{
			text-decoration: underline;
		}
		
		#contents .post .post-title .post-title-info {
			padding-left: 10px;
		}
		
		/* Post - Entry */
		
		#contents .post .post-entry{
			font: normal 11px/18px Verdana, Times;
			color: #8294d3;
			padding: 0 10px;
			text-align: justify;
		}
		
		#contents .post .post-entry a {
			color: #0005c8;
			text-decoration: none;
		}
		
		#contents .post .post-entry a:hover{
			text-decoration: underline;
		}
		
		#contents .post .post-entry a.more-link{
			font: bold 11px/20px Verdana, Times;
			float: right;
			margin-bottom: 5px;
			color: #0005c8;
			text-decoration: none;
		}
		
		#contents .post .post-entry a.more-link:hover{
			text-decoration: underline;
		}
		
		#contents .post .post-entry blockquote {
			border-left: 10px solid #152756;
			margin: 0px 30px;
		}
		
		/* Post - Info */
		
		#contents .post .post-info{
			clear: both;
			height: 50px;
			text-align: right;
			font: bold 11px/25px Verdana, Times;
			color: #0005c8;
			padding: 0 10px;
			padding-top: 5px;
			background: url("images/divider.gif") no-repeat center bottom;
		}
		
		#contents .post .post-info a{
			color: #0005c8;
			text-decoration: none;
		}
		
		#contents .post .post-info a:hover{
			text-decoration: underline;
		}
		
		/* Post - Bottom */
		
		#contents .post .post-bottom {
			clear: both;
			height: 50px;
			background: url("images/divider.gif") no-repeat center bottom;
		}
		/* Post - Subtitle */
		
		#contents .post h3 {
			margin: 20px 0 5px 0;
			color: #d2d7eb;
			font: bold 15px Verdana, Times;
		}
		
		/* Post - Comments */
		
		#contents .post .comments {
			font: normal 11px/18px Verdana, Times;
			color: #8294d3;
			width: 710px;
			float: left;
		}
		
		#contents .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#contents .post .comments ol li {
			padding: 8px;
		}
		
		#contents .post .comments ol li a{
			color: #aaa;
			text-decoration: none;
		}
		
		#contents .post .comments ol li a:hover{
			text-decoration: underline;
		}
		
		#contents .post .comments ol li.alt{
			background: #efefff;
		}
		
		#contents .post .comments ol li cite{
			color: #aaa;
			font-style: normal;
			font-weight: bold;
		}
		
		#contents .post .comments ol li cite a {
			color: #aaa;
			text-decoration: none;
		}
		
		#contents .post .comments ol li cite a:hover{
			text-decoration: underline;
		}
		
		#contents .post .comments ol li .commentmetadata a{
			color: #c00;
			text-decoration: none;
		}
		
		#contents .post .comments ol li .commentmetadata a:hover{
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#contents .post #commentform {
			font: normal 11px/18px Verdana, Times;
			color: #8294d3;
			width: 685px;
			padding-left: 25px;
			margin: 0;
			float: left;
		}
		
		#contents .post #commentform a {
			color: #fff;
			text-decoration: none;
		}
		
		#contents .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#contents .navigation {
		font: bold 11px/25px Verdana, Times;
		color: #0005c8;
		height: 25px;
		margin-bottom: 30px;
	}
	
	#contents .navigation a {
		color: #0005c8;
		text-decoration: none;
		width: 150px;
		height: 25px;
		background: url("images/navigation.gif");
		text-align: center;
		display: block;
	}
	
	#contents .navigation a:hover {
		text-decoration: underline;
	}
	
	#contents .navigation .navigation-previous {
		float: left;
	}
	
	#contents .navigation .navigation-next {
		float: right;
	}
	
	/* Main - Sidebar */
	#main ul
	{
		list-style-type:none;
		margin: 0;
		padding: 0;
	}

	#sidebar {
		float: left;
		margin-left: 15px;
		margin-right: 10px;
		width: 200px;
		font: normal 11px/18px Verdana, Times;
		color: #8294d3;
	}
	
	#sidebar a {
		color: #8294d3;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		background: url("images/sidebar.gif") repeat-y;
		margin-bottom:10px;
	}
	
	#sidebar .sidebar-box-top {
		background: url("images/sidebar_top.gif") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
		background: url("images/sidebar_bottom.gif") no-repeat left bottom;
		padding-bottom: 10px;
		#margin-bottom:-10px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			height: 30px;
			font: bold 15px/30px Verdana, Times;
			color: #fff;
			/**background: url("images/sidebar_title.gif") no-repeat;**/
		}
		
		#sidebar form {
		}
		/* Sidebar - Menus */
		
		#sidebar ul, #sidebar .subscribe, #sidebar .eshopwidget{
			margin: 0;
			margin-left:25px;
		}
		
		#sidebar ul li {
			color:red;
			font-weight: bold;
		}
		
		#sidebar ul li a {
			color: #8294d3;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
			
			#sidebar ul li ul li {
				/*background: none;*/
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			text-align: center;
		}
		
		#sidebar #searchform #s {
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			margin-left:30px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: left;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			font-weight: normal;
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today, #sidebar #calendar_wrap a {
			font-weight: bold;
		}
		
		
/* Footer */

#footer {
	clear: both;
	color: #8294d3;
	font: normal 11px/30px Verdana, Times;
	margin: 0 auto;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

	#footer #header-menu ul {
		list-style-type: none;
		height: 26px;
	}

	#footer #header-menu ul li {
		float: left;
		height: 16px;
		font: bold 10px Verdana, Times;
		color: #6f88d2;
		margin-right: 5px;
		background-image: url("images/newsletter.gif");
	}
	
	#footer #header-menu ul li a {
		color: #6f88d2;
		text-decoration: none;
		display: block;
	}
	
	#footer #header-menu ul li a:hover {
		color: #aaa;
	}
	
	#footer #header-menu ul li:hover {
	}
	
	#footer #header-menu ul li ul {
		display: none;
	}

#main .main-sidebar{
		margin-left: 15px;
		font: normal 11px/18px Verdana, Times;
		color: #8294d3;
	}
	#main .main-box {
		width: 770px;
		background: url("images/sidebar_long.gif") repeat-y;
		margin-bottom:10px;
	}
	
	#main .main-box-top {
		width: 770px;
		background: url("images/sidebar_top_long.gif") no-repeat;
	}
			
	#main .main-box-bottom {
		width: 770px;
		background: url("images/sidebar_bottom_long.gif") no-repeat left bottom;
		padding-bottom:10px;
	}

	#main h3{
		height: 30px;
		padding: 6px 0px 0px 15px;
		font: bold 15px/30px Verdana, Times;
		color: #fff;
	}
	/* Sidebar - Titles */
		
	#main h1 {
		padding-left: 15px;
		padding-top: 10px;
		font: bold 25px/35px Freestyle Script, Times;
		color: #fff;
	}

	/* Sidebar - Menus */
		
	#header #searchBar{
		position: absolute;
		right:10px;
	}
	
	#header #searchBar .hidden{
		color : #fff;
		font: normal 20px Times;
	}
	
	#header #searchBar input[type=submit]{
		border : 1px red dotted;
		font: bold 15px Times;
	}
	
	#header #searchBar input[type=submit]:hover {
		border : 1px red double;
		color : #f80;
	}
	
	
	
/* Main - News */
#newsletter {
	background: #c5e8f4 url("images/menubg.gif") repeat-x top center;
	width: 225px;
	font: normal 11px/18px Verdana, Times;
	color: #89d;
	height:100%;
	float:right ;
	_padding:0;
}


/* Main - newsletter - Post */

#newsletter .post{
}

	/* newsletter - Title */
	
	#newsletter .post .post-title{
		width: 200px;
		margin-left:10px;
		color: #0005c8;
		padding-top: 20px;
	}
	
	#newsletter .post .post-title a{
		color: #0005c8;
		text-decoration: none;
	}
	
	#newsletter .post .post-title a:hover{
		text-decoration: underline;
	}
	
	#newsletter .post .post-title .post-date {
		text-align: left;
		text-transform: lowercase;
		color: #000;
		font: normal 15px Monotype Corsiva, Times;
		/* background: url("images/post_date.gif") no-repeat; */
	}
	
	#newsletter .post .post-title .post-date span {
		padding-top: 2px;
		display: block;
	}
	
	#newsletter .post .post-title h2{
		color: #0005c8;
		font: normal 15px Freestyle Script, Times;
		float: left;
		padding: 4px 10px 6px 10px;
	}
	
	#newsletter .post .post-title h2 a{
		color: #000fff;
		text-decoration: none;
	}
	
	#newsletter .post .post-title h2 a:hover{
		text-decoration: underline;
	}
	
	#newsletter .post .post-title .post-title-info {
		float: left;
		padding-left: 10px;
	}
	
	/* Post - Entry */
	
	#newsletter .post .post-entry{
		font: normal 11px/18px Verdana;, Times
		color: #8294d3;
		padding: 0 10px;
		text-align: justify;
	}
	
	#newsletter .post .post-entry a{
		color: #0005c8;
		text-decoration: none;
	}
	
	#newsletter .post .post-entry a:hover{
		text-decoration: underline;
	}
	
	#newsletter .post .post-entry a.more-link{
		font: bold 11px/20px Verdana, Times;
		float: right;
		margin-bottom: 5px;
		color: #0005c8;
		text-decoration: none;
	}
	
	#newsletter .post .post-entry a.more-link:hover{
		text-decoration: underline;
	}
	
	/* Post - Info */
	
	#newsletter .post .post-info{
		text-align: right;
		font: bold 10px Verdana, Times;
		color: #0005c8;
		padding-top: 5px;
	}
	#newsletter .post .post-info a{
		color: #0005c8;
		text-decoration: none;
	}
	
	#newsletter .post .post-info a:hover {
		text-decoration: underline;
	}
	
	#newsletter .post .post-bottom{
		margin-top: 10px;
		margin-left: 10px;
		padding-bottom:10px;
		border-bottom: 1px solid #000;
	}	
	/* Post - Subtitle */
	
	#newsletter h3 {
		margin: 10px 0 0 0;
		color: #888;
		text-align:center;
		font: bold 20px Monotype Corsiva, Times;
	}
	
	#newsletter .bottom{
		/*height:400px;
		background: url("images/bottomrightbg.gif") no-repeat bottom right;*/
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
		height: 50px;
		font-family: arial, sans-serif;
		background: url("images/menubg.gif") repeat-x;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	z-index: 100;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#000; 
	width:100px; 
	/*height:30px; */
	border-bottom: 1px solid #000;
	background:#09c url("images/header_menu.gif") no-repeat;
	text-align: center;
	line-height:29px;
	font-weight:bold;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:90px; 
	w\idth:89px;
	}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#eda url("images/header_menu.gif");/*Couleur 3� niveau */
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#ba9 url("images/header_menu_hover.gif");/*Couleur 3� niveau  hover*/
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:100%;
	left:0; 
	width:100%;
	z-index: 100;
	}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	}

/* position the third level flyout menu */
.menu ul ul ul{
	left:100%;
	top:-1px; 
	width:100px;
	z-index: 100;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-90px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#ddb url("images/header_menu.gif");/*Couleur 2� niveau */
	color:#000; 
	line-height:1em; 
	padding:10px 10px; 
	border-width: 0;
	}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:90px;
	w\idth:89px;
	}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
{
	color:#000; /*Couleur 1� niveau HOVER  et Couleur 2� niveau  HOVER*/
	background:#bd8 url("images/header_menu_hover.gif");
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu ul ul .current_page a, .menu .current_page a{
  background: url("images/header_menu_current.gif");
}

.menu ul .current_page ul a {
  background: url("images/header_menu.gif");
}

.menu ul .current_page ul a:hover, .menu .current_page a:hover {
  background: url("images/header_menu_hover.gif");
}

span.editlink.page{
  position: relative;
  top: 20px;
  width:5px;
}

span.editlink a{
  width:5px;
  display: block;
  height: 16px;
  background: transparent url(images/edit.png) no-repeat left top;
  padding-left: 17px;
  color: #000;
  text-decoration: none;
}

span.editlink a:hover{
  background-position: left bottom;
  background-color: none;
  color:#ed1f24;
}