/*
Theme Name: Webschool
Description: Le thème par defaut pour la WSF
Author: Your Webschool !
*/

/* ---------------------------------------------------------- */
/* CSS Reset ------------------------------------------------ */
/* ---------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strike, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, form, label, select, button, 
table, caption, tbody, tfoot, thead, tr, th, td
{ margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; text-decoration: none; outline: 0; font-weight: inherit; font-style: inherit; }
body { font-family: Arial, sans-serif; line-height: 1; background: #000; }
ol, ul { list-style: none; }
table { border-spacing: 0; border-collapse: collapse; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: none; }

.clear { clear: both; }

/* ---------------------------------------------------------- */
/* CSS STYLES ----------------------------------------------- */
/* ---------------------------------------------------------- */
#wrapper { width: 974px; margin: 0 auto; }

	/*== HEADER ==*/
	#header { margin-top: 26px; background: url("images/header.jpg") no-repeat; overflow: hidden; }
		#header-top { margin-bottom: 45px; }
			#header-info { float: left; margin: 110px 0 0 262px; }
				#header  h1 a { color: #000; font: normal 40px "Impact", Impact; text-decoration: none; }
					#header p { color: #fff; font: normal 12px "Lucida Grande", verdana, lucida, helvetica, sans-serif; font-weight: bold; }
				
					/*-- Infos from Cifacom --*/
					.currentinfo { background-color: white; float: right; font: normal 12px "Lucida Grande",verdana,lucida,helvetica,sans-serif; margin-top: 78px; padding: 7px; width: 225px; }
						.info { float: left; font-family: arial; width: 129px; }
							.info a, .info a:hover, .info a:visited, .info a:active { color: #6DA100 !important; text-decoration: none; }
							.info a:hover { font-weight: bolder; }
						.more { font-family: arial; }
						.photo { float: left; height: 75px; width: 75px; }
						.prenom { font-weight: bold; text-transform: capitalize; }
						.nom { font-weight: bold; text-transform: uppercase; }
						.section { font-weight: bold; }
						.site { font-size: 14px; font-variant: small-caps; font-weight: bold; }
						.blog { font-size: 14px; font-variant: small-caps; font-weight: bold; }
					
					/*-- Navigation --*/
					ul#header-nav { float: left; }
						ul#header-nav li { color: #ffffff; float: left; font: normal 12px/32px "Lucida Grande",verdana,lucida,helvetica,sans-serif; margin-right: 8px; text-align: center; }
							ul#header-nav li a { background: url("images/header_menu_bg.jpg") no-repeat; color: #ffffff; display: block; font-weight: bold; height: 30px; text-decoration: none; width: 100px; }
							ul#header-nav li a:hover { background-position: 0 -30px; color: #ffffff; font-weight: bold; }
							ul#header-nav li.current_page_item a { background: #fff no-repeat; color: black; }
								ul#header-nav li ul { display: none; }
		
					/*-- Search form --*/
					#search-form { float: right; background: url("images/sidebar_search_vert.jpg") no-repeat; height: 27px; width: 252px; }
						#sb { background: transparent; border: 0; color: #000000; float: left; font: bold 13px "Lucida Grande",verdana,lucida,helvetica,sans-serif; height: 17px; padding: 5px; width: 149px; }
						#searchsubmitb { background: transparent; border: none; float: right; height: 27px; width: 83px; }
						
					#header #header-feed { height: 102px; left: 380px; position: absolute; top: 310px; width: 195px; }
					#header #header-foo { color: #ffffff; font: normal 12px "Lucida Grande",verdana,lucida,helvetica,sans-serif; height: 102px; left: 40px; position: absolute; top: 335px; width: 300px; }
						#header #header-foo a { color: #ffffff; text-decoration: underline; }
					#header #header-feed2 { height: 40px; left: 660px; position: absolute; top: 25px; width: 40px; }
					#header #header-text { color: #000000; font: normal 12px "Lucida Grande",verdana,lucida,helvetica,sans-serif; left: 40px; position: absolute; top: 315px; width: 325px; }
						#header #header-text a { color: #000000; text-decoration: underline; }
					#header #header-slide { height: 15px; left: 547px; position: absolute; top: 208px; width: 10px; }
					#cat { color: #000000; font: normal 12px "Lucida Grande",verdana,lucida,helvetica,sans-serif; padding: 0 427px 0 262px; width: 285px; }
					#header-clear { height: 215px; width: 974px; }
					#header #header-recent { height: 120px; left: 680px; position: absolute; top: 100px; width: 300px; }
						#header #header-recent h3 { color: #ffffff; font: normal 13px/22px "Lucida Grande",verdana,lucida,helvetica,sans-serif; height: 22px; width: 285px; }
							#header #header-recent ul { list-style-type: none; margin: 0; padding: 5px 0 0 30px; }
								#header #header-recent ul li { background: url("images/header_recent.gif") no-repeat; color: #ffffff; font: normal 12px/29px "Lucida Grande",verdana,lucida,helvetica,sans-serif; padding-left: 8px; }
									#header #header-recent ul li a { color: #ffffff; text-decoration: none; }
									#header #header-recent ul li a:hover { text-decoration: underline; }
	
	/*== CONTENT ==*/
	#content { background-color: white; padding: 20px; overflow: hidden; }
		#main-content { float: left; width: 610px; }
			#cifanim { margin: 7px 0 0 7px; float: }
	
	#content .post {
		float: left;
		margin: 10px 0;
		width: 617px;
		background: url("images/post.gif") repeat-y;
	}
	
	#content .post-top {
		width: 617px;
		background: url("images/post_top_vert.jpg") no-repeat;
	}
	
	#content .post-bottom {
		width: 617px;
		background: url("images/post_bottom.gif") no-repeat left bottom;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 526px;
			height: 65px;
			padding: 20px 10px 0 81px;
			color: #410724;
			font: normal 12px "Lucida Grande",verdana,lucida,helvetica,sans-serif;
			position: relative;
		}
		
		#content .post .post-title a {
			color: #410724;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #410724;
			font: normal 20px "Lucida Grande",verdana,lucida,helvetica,sans-serif;
			padding-bottom: 3px;
		}
		
		#content .post .post-title h2 a {
			color: #410724;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			padding: 0 3px;
			width: 520px;
			height: 19px;
			line-height: 19px;
			color:white;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px "Lucida Grande",verdana,lucida,helvetica,sans-serif;
			color: #000000;
			width: 537px;
			padding: 0 40px;
		}
		
		#content .post .post-entry a {
			color:#6da100;
			font-weight:bold;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #ededed;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width: 526px;
			height: 19px;
			padding: 5px 10px 10px 81px;
			font: bold 10px "Lucida Grande",verdana,lucida,helvetica,sans-serif;
			color: #000000;
		}
		
			#content .post .post-info-in {
				line-height: 19px;
				width: 520px;
				padding: 0 3px;
				height: 19px;
				text-align: left;
			}
		
		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #000000;
			font: bold 15px "Lucida Grande",verdana,lucida,helvetica,sans-serif;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px "Lucida Grande",verdana,lucida,helvetica,sans-serif;
			color: #000000;
			width: 537px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #ededed;
		}
		
		#content .post .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/18px "Lucida Grande",verdana,lucida,helvetica,sans-serif;
			color: #000000;
			width: 537px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
		
	/* Main - Content - Navigation */
	
	#content .navigation {
		margin-bottom: 20px;
		font: bold 12px "Lucida Grande",verdana,lucida,helvetica,sans-serif;
		color: #000000;
		width: 600px;
		padding: 0 6px;
	}
	
	#content .navigation a {
		color: #000000;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
		
		/* Main - Sidebar */
	
	#sidebar, #add_this_block {
		float: left;
		width: 264px;
		padding-left: 40px;
		font: normal 12px/18px "Lucida Grande",verdana,lucida,helvetica,sans-serif;
		color: #000000;
		background-color:white;
		
	}
	
	#sidebar a, #add_this_block a {
		color: #000000;
		text-decoration: none;
	}
	
	#sidebar a:hover, #add_this_block a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box, #add_this_block .sidebar-box {
		width: 252px;
		background: url("images/sidebar_box.gif") repeat-y;
		margin-bottom: 15px;
	}
	
	#sidebar .sidebar-box-top, #add_this_block .sidebar-box-top {
		width: 252px;
		background: url("images/sidebar_box_top.gif") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom , #add_this_block .sidebar-box-bottom{
		width: 252px;
		background: url("images/sidebar_box_bottom.gif") no-repeat left bottom;
	}
	
	#sidebar .sidebar-box-blank, #add_this_block .sidebar-box-blank {
		width: 252px;
		margin-bottom: 15px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3, #add_this_block h3 {
			width: 237px;
			height: 36px;
			font-weight:bold !important;
			padding-left: 15px;
			font: normal 15px/36px "Lucida Grande",verdana,lucida,helvetica,sans-serif;
			color: #ffffff;
			background: url("images/sidebar_title_vert.jpg") no-repeat;
		}
		
		
		/* Sidebar - Search */
		
		#sidebar #sidebar-search {
			width: 252px;
			height: 27px;
			background: url("images/sidebar_search_vert.jpg") no-repeat;
		}
		
		#sidebar #sidebar-search #search-form {
			margin: 0;
			padding: 0;
			width: 252px;
			height: 27px;
		}
		
		#sidebar #sidebar-search #sb {
			width: 149px;
			height: 17px;
			border: 0;
			padding: 5px;
			font: bold 13px "Lucida Grande",verdana,lucida,helvetica,sans-serif;
			color: #000000;
			background: transparent;
			float: left;
		}
		
		#sidebar #sidebar-search #searchsubmitb {
			background: transparent;
			border: none;
			width: 83px;
			height: 27px;
			padding: 0;
			float: right;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul, #add_this_block ul{
			margin: 0;
			padding: 5px 0 15px 0;
			list-style-type: none;
		}
		
		#sidebar ul li, #add_this_block ul li {
			color: #000000;
			font: normal 12px/29px "Lucida Grande",verdana,lucida,helvetica,sans-serif;
		}
		
		#sidebar ul li a, #add_this_block ul li a {
			color: #000000;
			padding-left: 48px;
			text-decoration: none;
			background: url("images/sidebar_menu.gif") no-repeat left bottom;
			display: block;
			width: 204px;
			height: 29px;
		}
		
		#sidebar ul li a:hover, #add_this_block ul li a:hover{
			text-decoration: none;
			background: url("images/sidebar_menu_hover.gif") no-repeat left bottom;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul, #add_this_block ul li ul {
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 20px 0;
			width: 252px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 212px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 145px;
			padding: 5px 0;
		}
		
		#sidebar #calendar_wrap table {
			width: 145px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 3px 7px 5px 7px;
		}	
		

/* Footer */

#footer {
	width: 974px;
	height: 86px;
	color: #ffffff;
	font: normal 9px/15px "Lucida Grande",verdana,lucida,helvetica,sans-serif;
	text-align: center;
	background: url("images/footer_vert.jpg");
	clear:both;
	padding-top:4px;
	

}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
display:inline;
}

