/*
Theme Name: HEC Option
Theme URI: http://themehybrid.com/themes/HEC Option
Description: A child theme of Options with a light mixture of grays, greens, and reds.
Template: options
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 0.1
*/

*
{
	margin: 0;
	padding: 0;
}

/* Paragraphs */
p
{
	margin: 0 0 15px 0;
}

/* Links */
a
{
	color: #205C98;
	text-decoration: none;
}

a:hover
{

text-decoration:underline;
}

#content a, #full-posts a
{
}

/* Lists */
ul li
{
	list-style: none;
}

.post ul
{
	list-style: disc;
}

.post ul, .post ol
{
	margin: 0 0 15px 25px;
}

.post ul ul, .post ul ul ul, .post ol ol, .post ol ol ol
{
	margin-bottom: 0;
}

/* Blockquotes */
blockquote 
{
background:#ffffff url(images/quote_left.jpg) no-repeat scroll 0 0;
text-align: center;
font-size: 13px;
margin-top: 10px
}

blockquote 
{
clear:both;
padding:0 0 0 50px;
}


blockquote p 
{
background:transparent url(images/quote_right.jpg) no-repeat scroll right bottom !important;
}


blockquote p
{
padding-right:55px;
padding-top:0px;
margin-top: 10px
}

/* Code */
pre
{
	overflow: auto;
	margin: 0 0 15px 0;
}

code
{
	font-size: 1.1em;
}

/* Left, right, and center alignment */
.left, .alignleft
{
	float: left;
	margin-right: 10px;
}

.right, .alignright
{
	float: right;
	margin-left: 10px;
}

.center, .aligncenter
{
	margin: 0 auto 15px auto;
	display: block;
}

/* Headers and how they should look */
h1
{
	font-size: 22px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 15px;
}

h4
{
	font-size: 12px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 12px;
}

h2, h3, h4, h5, h6
{
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	color: #205c98;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	text-decoration: none;
	color: #205C98;
}

#content .post-title, #full-posts .post-title, #excerpts .post-title
{
	margin: 0px;
	padding: 0;
}

#content h2, #content h3, #content h4, #content h5, #content h6, #full-posts h2, #feature h2, #comments-template h3
{
}

/* Body */
body
{
	margin: 0;
	padding: 0;
	color: #4d4d4d;
	font: 12px Arial, Tahoma, Verdan, sans-serif;
	text-align: center;
	background-image: url(images/fond2.jpg);
	background-color: #F5F6F3;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-attachment: fixed;
}

#body-container
{
	width: 900px;
	margin: 0 auto 50px auto;
	background: #FAF9F8;
	overflow: hidden;
	border-right: 0px #ddd solid;
border-left:10px solid #FAF9F8;
border-right:10px solid #FAF9F8;
border-top:10px solid #FAF9F8;
}

#extra-container
{
	margin: 0 auto;
}

/* Contains content and sidebar */
#container
{
	float: left;
	width: 900px;
	padding: 11px 0px 11px 0px;
	text-align: left;
}

/************************************************
	Header
************************************************/

#header-container
{
	/*height: 70px;*/
	width: 100%;
}

#header
{
	float: left;
	width: 900px;
	height: 173px;
	margin: 0 0 -31px 0;
	text-align: left;
	background: #e6e6e6 url(images/header.jpg) 0 0 no-repeat;
}

#header h1
{
	float: left;
	margin: 40px 0 0 20px;
	font-weight: bold;
	text-indent: 0px;
	font-size: 26px;
	width: 325px;
}

#header h1 a
{
	color: #ffffff;
}

#header h2
{
	float: left;
	clear: left;
	font-size: 1.1em;
	margin: 3px 0 0 10px;
}

/************************************************
	Feed
************************************************/

#feed
{
	float: right;
	clear: right;
	width: 254px;
	height: 28px;
	margin: 0 13px 0 0;
	padding: 35px 36px 0 0;
	background: url(images/feed-icon.gif) no-repeat right 35px;
	text-align: right;
}

#feed li a
{
	font-size: .9em;
	color: #666;
}

/************************************************
	Navigation
************************************************/

/* Main navigation bar (#sub-nav is bottom bar) */
#navigation, #sub-navigation
{
	float: left;
	letter-spacing: .03em;
	text-align: left;
	color: #CCCCCC;
}

#navigation
{
	width: 888px;
	margin: 0 0 0 12px;
	font-size: 1em;
	background: # FAF9F8;
}

#sub-navigation
{
	width: 900px;
	font-size: .9em;
	background: #deded4;
}

  #nav {
    float:left;
    width:100%;
    background:none;
    font-size:93%;
    line-height:normal;
	
    }
	
	
 #nav ul {
    margin:0;
     padding:10px 10px 0;
    list-style:none;
	
    }
	
  #nav li {
    float:left;
    margin-right:4px;
    padding:0px 0px 0px 0px;

 list-style:none;


    }
	
	  #nav a {
	  float:left;
          display:block;
	  background:url("images/nav_droit.png") no-repeat right top;
          padding:5px 12px 4px 12px;	
          color:#3E3E40;
         /* background-color:#FAF9F8;*/
          text-decoration: none;
          height: 22px;
	  line-height: 22px;
	 }
	
	#nav a:hover, #nav li.current_page_item a 
	{

text-decoration:underline;
	  
  }
	


/* Drop-down controls */
#nav ul, #sub-nav ul
{
	float: left;
}

#nav li ul, #sub-nav li ul
{
	visibility: hidden;
	position: absolute;
	width: 15em;
	left: -999em;
}

#nav li:hover ul, #sub-nav li:hover ul
{
	left: auto;
	z-index: 1000;
}

#nav li ul li, #sub-nav li ul li
{
	width: 15em;
}

#nav li ul ul
{
	margin: -37px 0 0 15em;
}

#sub-nav li ul ul
{
	margin: -30px 0 0 15em;
}

#nav li:hover ul ul, #sub-nav li:hover ul ul
{
	visibility: hidden;
}

#nav li:hover ul, #nav li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul
{
	left: auto;
}

#nav li:hover ul ul, #sub-nav li:hover ul ul
{
	visibility: hidden;
}

#nav li:hover ul, #nav li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul
{
	visibility: visible;
	left: auto;
}

/************************************************
	Search
************************************************/

#searchform 
{
background-color:#E9EAE5;
color:#808080;
height:42px;
margin:0px 0 0;
padding:5px 0 0 10px;
}

#search-inner label
{
	display:block;
	margin:0;
	padding:2px 0;
	font-size:11px;
}
input#s
{
	margin:0;
	padding:2px;
	font-size:11px;
	width: 200px;
	border:1px #b3b3b3 solid;
}

input#searchsubmit
{
	margin:0;
	padding:1px;
	font-size:11px;
	background-color:#f2f2f2;
	border:1px #b3b3b3 solid;
}



/************************************************
	Main content
************************************************/

#home, #content
{
	width: 590px;
}

#no-sidebar
{
	width: 900px;
}

#home.left, #content.left, #sidebar.left
{
	float: left;
	margin: 0;
}

#home.right, #content.right, #sidebar.right
{
	float: right;
	margin: 0;
}

/************************************************
	Images
************************************************/

/* Images */
.post img, #sidebar img
{
	padding: 3px;
	background: #eee;
	border: 1px solid #ccc;
}

a img
{
	border: none;
}

#author-box .avatar, .author .post .avatar
{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
}

/* Post images */
.single img, .attachment img
{
	max-width: 98.5%;
}

/* Feature images */
#feature img, #features-numbers img
{
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
}

html>body #feature img, html>body #features-numbers img
{
	max-width: 300px;
	width: auto;
}

/* Thumbnail images */
img.thumbnail
{
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 5px 0;
}

/* Medium images */
img.medium
{
	max-width: 300px;
	float: left;
	margin: 0 10px 5px 0;
}

/* Flickr / gallery stream images */
#home .flickr img, #gallery-stream img
{
	width: 75px;
	height: 75px;
	margin: 2px 13px 2px 0;
	padding: 3px;
	background: #eee;
	/*border: 1px solid #ccc;*/
}

/* Captions */
.wp-caption
{
	padding: 5px 0 3px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
}

.wp-caption p.wp-caption-text
{
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #666;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: none;
}

.gallery
{
	width: 100%;
	margin-bottom: 18px;
}

/************************************************
	Sections of the site
************************************************/

/* Section headers */







.section-header, .menu h2
{
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	padding: 18px 0 10px 0;
	margin: 0 0 5px 0;
	background: #ffffff;
}

/* Sections and posts */
.section, #content .post, #excerpts .post, #full-posts .post, .paged .post
{
background:#FFFFFF none repeat scroll 0 0;
line-height:150%;
margin:0px 0 10px 0px;
overflow:hidden;
padding:10px;
}

#sidebar .menu h2
{
	font-size: 18px;
	font-weight: normal;
	color: #205C98;
	padding: 0px;
	margin: 0 0 5px 0;
	/* background: #fff url(images/filet_h2.gif) 0 0 no-repeat;*/
        background: #ffffff;
}

/* No sidebar */
#no-sidebar .post, #no-sidebar #comments-template, #no-sidebar .section
{
	width: 898px;
}

#no-sidebar .post



{
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
}

/* Posts */
#content .post, #home.paged .post
{
	padding: 10px;
}

/* Breadcrumb */
.breadcrumb
{
	padding: 10px;
	margin-top: 0px;
}

/* Author box */
#author-box
{
	padding: 10px;
}

/* Navigation links */
.navigation-links
{
	padding: 10px;
}

.navigation-links .previous
{
	float: left;
	width: 50%;
}

.navigation-links .next
{
	float: right;
	width: 50%;
	text-align: right;
}

/* Navigation image attachment */
.attachment-image
{
	max-width: 99%;
	margin: 15px auto;
	display: block;
}

.navigation-attachment
{
	float: left;
	width: 100%;
}

.navigation-attachment img
{
	max-width: 150px;
	max-height: 150px;
}

.navigation-attachment .left
{
	float: left;
	width: 160px;
}

.navigation-attachment .right
{
	float: right;
	width: 160px;
	text-align: right;
}

/* Related posts plugin */
#related
{
	padding: 10px;
}

#related ul
{
	width: 100%;
}

#related ul li
{
	list-style-type: none;
}

/* Clouds */
div.cloud
{
	padding: 0 10px 10px 10px;
}

/* Excerpts / Full Posts */
#excerpts, #full-posts
{
	width: 590px;
	padding: 0;
	margin: 0;
	background: transparent;
}

#excerpts .post, #full-posts .post
{
	padding: 10px;
}

/* Features Gallery */
#myGallery
{
	width: 590px;
	height: 240px;
	margin: 0 0 10px 0;
	padding: 0;
}

#myGallery .imageElement
{
	display: none;
}

#myGallery h3, #myGallery h2
{
	font-size: 1.5em;
}

/* Feature */
#feature
{
	padding: 10px;
}

/* Flickr photos and Gallery images (home) */
#home .flickr, #home .gallery-stream
{
	width: 580px;
	padding: 0px 0 10px 10px;
	border-bottom: 1px #E6E6E6 solid;
}

#home .flickr .section-header, #home .gallery-stream .section-header
{
	margin-right: 10px;
}

/* Post blocks */
#post-blocks
{
	width: 590px;
	background: transparent;
	padding: 0;
	margin: -10px 0 10px 0;
}

#post-blocks .post
{
	width: 268px;
	margin: 10px 0 0 0;
	padding: 0 10px 10px 10px;
	background: #fff;
	border-bottom: 1px #E6E6E6 solid;
}

#post-blocks .even
{
	float: right;
	clear: none;
}

#post-blocks .odd
{
	float: left;
	clear: both;
}

#post-blocks .post-title
{
	margin: 0 0 5px 0;
	font-size: 15px;
}

/* Post sections */
#post-sections .section
{
	padding: 10px;
}

#post-sections .post-title
{
	font-size: 1em;
}

/* All post tabs */
#post-tabs .post-title, #post-block-tabs .post-title, #post-list-tabs .post-title
{
	font-size: 15px;
}

#post-tabs, #post-block-tabs, #post-list-tabs
{
	background: transparent;
	width: 590px;
	padding: 0;
}

#home .tab-content
{
	width: 100%;
	padding:0;
	margin:0;
	background: #fff;
}

#post-block-tabs .post, #post-list-tabs .post
{
	width: 270px;
	padding: 10px;
}

#post-block-tabs .even, #post-list-tabs .even
{
	clear: none;
	float: right;
}

#post-block-tabs .odd, #post-list-tabs .odd
{
	clear: both;
	float: left;
}

.odd, .even
{
	/*background:#00FF99;*/
	padding-bottom: 10px;
	/*border-bottom: 1px #e6e6e6 solid;*/
	margin-bottom: 0px;
}

/* Post tabs */
#post-tabs .post
{
	margin: 10px;
	padding: 0;
}

/* Post list tabs */
#post-list-tabs .post ul
{
	padding: 5px 2px 5px 7px;
}

#post-list-tabs .post li
{
	margin: 3px 0 5px 0;
	padding: 0;
}

#post-list-tabs .post li a
{
	display: inline;
	margin: 0;
	padding: 0;
}

/* Features and video numbers */
#features-numbers, #video-numbers
{
	background: transparent;
	width: 590px;
	padding: 0;
	border: none;

}



#features-numbers div.tab-content, #video-numbers div.tab-content
{
	top: 0;
	width: 570px;
	padding: 10px;
}

#features-numbers ul.tabs, #video-numbers ul.tabs
{
	width: 590px;
	display: block;
	clear: left;
	overflow: hidden;
}

/* Video tabbed */
#video-tabbed
{
	padding: 10px;
}

#video-tabbed .video-list
{
	float: right;
	width: 44%;
}

#video-tabbed .video-list ul
{
	width: 100%;
}

#video-tabbed .video-list li
{
	margin: 0 0 5px 0;
	border: 1px solid #ccc;
}

#video-tabbed .video-list li a
{
	color: #333;
	display: block;
	padding: 10px;
	background: #deddd4;












}

#video-tabbed .video-list li a:hover, #video-tabbed .video-list li a.tab-current
{
	text-decoration: none;

	background: #eee;




}

#video-tabbed div.video
{
	clear: none;
	float: left;
	width: 50%;
}

div.v
{
	display: none;
}

div.v1
{
	display: block;
}

/* Home custom sections */
#home-insert-1, #home-insert-2, #home-insert-3
{
	padding: 10px;
background-color: #ffffff;
border: 1pt solid #bfbdae;
}

#home-insert-1
{
margin-top: 0px;
}

#home-insert-2, #home-insert-3
{
	padding: 10px;
background-color: #ffffff;
border: 0pt solid #bfbdae;
}


/************************************************
	Sidebar
************************************************/

#sidebar
{
	width: 300px;
}

.menu
{
	overflow: hidden;
	width: 280px;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}

.menusearch
{
        overflow: hidden;
	width: 280px;
	margin-bottom: 10px;
	padding: 0 10px 15px 10px;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}




/* Sidebar lists and sidebar tab lists */
.menu div ul,.menu div li, .menu div li li, #sidebar .tabbed div li, #sidebar .tabbed div li li
{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
}

#sidebar .menu ul li a, .tabbed div ul li a
{
	display: block;
	padding: 2px 5px;
	/*color: #4d4d4d;*/
}

#sidebar .menu li li a, .tabbed div li li a
{
	display: block;
	padding: 2px 0 2px 8px;
}

/* Recent comments widget */
#sidebar ul#get-recent-comments li
{
	margin: 5px 0;
}

#sidebar ul#get-recent-comments li a
{
	display: inline;
	padding: 2px 0;
}

#sidebar ul.categories
{
	margin: 0 0 0 10px;
	padding: 0;
}

#sidebar ul li.cat-item
{
	margin: 0 0 0 10px;
	padding: 2px 0;
	list-style: url(images/puce.gif);
}

#sidebar ul li.cat-item a
{
	margin: 0;
	padding: 0;
}

#sidebar li.recentcomments
{
	color: #000;
	margin: 0;
	padding: 5px 0 5px 10px;
	border-bottom: 1px #e6e6e6 solid;
	font-style: normal;
	font-weight: bold;
}

#sidebar .recentcomments a
{
	font-style: italic;
	font-weight: normal;
}

#sidebar ul.xoxo.blogroll li
{
	margin: 0 0 0 10px;
	padding: 2px 0;
	list-style: url(images/puce.gif);
}

#sidebar ul.xoxo.blogroll li a
{
	margin: 0;
	padding: 0;
}

/* Sidebar video */
#sidebar .video h3
{
	font-size: 1em;
	margin: 5px 0;
}

/* Sidebar ads */
#sidebar .ads p
{
	margin: 0;
	padding: 0;
}

#sidebar .ads a img
{
	border: none;
	padding: 0;
}

#sidebar .ads img
{
	width: 125px;
	height: 125px;
	margin: 0 9px 5px 11px;
	border: none;
	padding: 0;
}

/* Sidebar gallery and flickr photos */
#sidebar .flickr img, #sidebar .gallery-stream img
{
	width: 75px;
	height: 75px;
	margin: 3px 9px 3px 7px;
}

/* Sidebar search */
#sidebar .search input, .search-inner input.s
{
	width: 96%;
	padding: 5px;
	background: #e9eae5;
	border: 1px solid #ccc;
}

#sidebar .search input.chb
{
	padding:0;
	margin:0;
	width:auto;
	border:none;
	background-color:transparent;
}
#sidebar .search input.abo-submit
{
	margin:10px 0 0 0;
	padding:0;
	width:auto;
}

/* Sidebar subscribe */
#sidebar .subscribe div
{
	padding-left: 2px;
}

#sidebar .subscribe #feed-sidebar
{
	height: 35px;
	overflow: hidden;
	background: url(images/feed-icon.gif) no-repeat left .3em;
}

#feed-sidebar li
{
	padding: 0 0 0 36px;
}

#feed-sidebar li a
{
	font-size: .9em;
	padding: 0;
	margin: 0;
}

/* Sidebar recent */
#sidebar .recent .post
{
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

#sidebar .entry
{
	padding: 0;
}

#sidebar .recent h3, #sidebar .asides h3
{
	font-size: .9em;
	margin: 0 0 1px 0;
}

#sidebar .recent h3 a
{
	font-weight: bold;
}

#sidebar .recent p
{
	font-size: .9em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

/************************************************
	Tabs
************************************************/

/* Tabs (actual tabs) */
.tabbed
{
	background: transparent;
	border: none;
}




#sidebar .tabbed
{
	margin-bottom: 10px;
	border: 1px solid #faf9f8;
}

.tabbed ul.tabs
{
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.tabbed ul.tabs li
{
	display: inline;
}

.tabbed ul.tabs li a
{

	color: #666;
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 10px .6em;
	background: #faf9f8 url(images/back_nav.gif) 0 0 repeat-x;
}

.tabbed ul.tabs li a.t4
{
	margin-right: 0;
}

.tabbed ul.tabs li a:hover
{
	text-decoration: none;
}

.tabbed ul.tabs li a.tab-current
{
	background: #fff;
	border-bottom: 1px solid #fff;
}

/* Tab content */

.tabbed div.tab-content
{
	height: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	clear: both;
	margin: 0;
	padding: 8px 5px 15px 5px;
	background: #fff;
	border-bottom: 1px solid #E6E6E6;
}

div.t2, div.t3, div.t4, div.t5
{
	display: none;
}

.tabbed div.c
{
	display: none;
}

.tabbed div.c1
{
	display: block;
}

/************************************************
	Comments Template
************************************************/

#comments-template
{
	padding: 10px;
	margin: 0 0 10px 0;
	background: #fff;
	/*border-bottom: 1px solid #999;*/
}

#comments-template ol
{
	list-style-type: none;
	margin-top: 10px;
}

#comments-template li
{
	width: 97.5%;
	clear: left;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 5px 1%;
	background: #dcdfd5;
	border: 1px solid #ccc;
}

#comments-template .avatar
{
	float: left;
	width: 50px;
	height: 50px;
	margin: 7px 12px 0 0;
	background: #eee;
	border: 1px solid #999;
	padding: 2px;
}

#comments-template li.alt
{
	background: #e9eae5;
}

#comments-template .comment-meta-data
{
	float: left;
	font-size: 1em;
	margin: 7px 0;
}

#comments-template li .comment-meta-data a.time
{
	margin-left: 5px;
	color: #666;
}

#comments-template li .comment-text
{
	float: left;
	width: 87%;
	padding: 0;
}

#no-sidebar #comments-template li .comment-text
{
	width: 92%;
}

#comments-template input
{
background-color:#ffffff;
border:1px solid #dddddd;
color:#000000;
margin:0 5px 0 0;
padding:5px;
}



#no-sidebar #comments-template input
{
	width: 25%;
}

#comments-template textarea
{
border-color:#DDDDDD;
border-style:solid;
border-width:1px;
font-size:12px;
font-family:helvetica;
margin:0;
padding:5px;
width:558px;
}

#comments-template input#submit 
{
margin:0;
font-size: 12px;
color: #205c98;

}

#comments-template #submit:hover
{
cursor: pointer;
color: #4d4d4d;
}


#comments-template input#reset 
{
margin:0;
font-size: 12px;
color: #205c98;

}

#comments-template #reset:hover
{
cursor: pointer;
color: #4d4d4d;

}



#no-sidebar #comments-template textarea
{
	width: 98%;
}

/*#comments-template input.submit-comment, #comments-template input.reset-comment, .button
{
	padding: 0;
	margin: 0 0 5px 0;
}*/

/************************************************
	Footer
************************************************/

/* Footer */
#footer
{
	clear: both;
	width: 900px;
	height: 30px;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 20px 0;
	color: #333;
	background: #fff;
	text-align:center;
}

#footer p
{
	margin: 5px 0;
	padding: 0 20px;
}

#footer p.left, #footer p.right
{
}

#footer p.right
{
	text-align: right;
}

/*
//////////////////////////////////////////////////////////////////////
*/

.byline
{
	margin: 0;
	padding: 0 0 10px 0;
	color: #4d4d4d;
	font-size: 10px;
}

.byline a
{
	color: #4d4d4d;
	text-decoration: none;
}

.searchform
{
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	color: #808080;
}

.search-inner label
{
	display: block;
	margin: 0;
	padding: 2px 0;
	color: #7E8078;
	font-size: 11px;
}

/*.search-inner input.s
{
	margin: 0 2px 0 0;
	padding: 5px;
	width: 220px;
	height: 12px;
	background: #fff url(images/back_nav.gif) 0 0 repeat-x;
	border: none;
	color: #666666;
}*/

input.searchsubmit
{
	margin: 0;
	padding: 0;
}

.post-meta-data
{
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	border-left: 1px #205c98 solid;
	font-size: 11px;
	float: left;
	clear:both;
}

.post-meta-data a
{
	color: #205c98;
}

h2#site-description
{
	margin: -1000px 0 0 35px;
	padding: 0;
	font-size:42px;
	color:#FFFFFF;
	width:420px;
	line-height:45px;
	font-weight:normal;
letter-spacing: -3px;
font-family:Arial black,Tahoma,Verdan,sans-serif;
 filter:alpha(opacity=85);
   -moz-opacity:0.85;
   -khtml-opacity: 0.85;
   opacity: 0.85;

}

#excerpts h3
{
	margin: 0;
	padding: 10px 0 0 0;
}

#foot_hec
{
	margin: 0;
	padding: 0 20px;
}







/*	MENU HEC
===============================================*/

#hz-menu
{
	text-align: center;
	background: #205c98 url(images/hz_background.jpg) repeat-x;
	border-bottom:1px solid #252525;
	padding: 0;
	margin:0 0 0px 0;
	height: 36px;
	color: #FCFCFC;
	font-size: 10px;
	font-family:Arial,Tahoma,Verdan,sans-serif;
}

#hz-menu ul
{
	padding: 0px;
	margin: 0 auto;
	height: 36px;
	width:800px;
}

#hz-menu ul li
{
	float:left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 36px;
	border-right: 1px solid #e9e8e8;
	
}
#hz-menu ul li img
{
	float:left;	
}


#hz-menu ul li a
{
	display:block;
	font-weight: bold;
	color: #FCFCFC;
	text-decoration: none;
	padding: 0px;
	margin: 10px 7px 0 5px;
	vertical-align: middle;	
	line-height: 16px;

}
#hz-menu ul li a img
{
	margin:-10px 0 0 0;
	padding:0;
}
#hz-menu ul li a:hover
{
	text-decoration: underline;

}
.r-more {

	display:block;
	margin:-5px 0 0 0;
	padding:0;
	font-size:11px;
	line-height:normal;
	text-decoration:none;
}

#sidebar img.feedrss	{
	margin:0;
	padding:0 5px;
	background:none;
	border:none;
}

#sidebar h2 a	{
	color:#205C98;
}


h2.pagetitle 
{
font-size:20px;
font-weight:normal;
line-height:22px;
margin:0px;
padding:10px;
color: #4D4D4D;
}

h2.pagetitle 
{
font-size: 1.6em;
background-color:#FFFFFF;
}




/*==============================================*/
/*Introduit de projet internationaux et Mosaic*/
/*==============================================*/



.post-title a
{
color: #33302e;
}

.entry
{
padding: 0px;
line-height:18px;
}

.entry-meta
{
	margin:10px 0 10px 0;
	padding-bottom:8px;
	font-size:11px;
	line-height:normal;
        border-bottom:0px #AEAEAE solid;
	
}

.entry ul li
{
list-style: url(images/puce_categorie.gif);
background-position:left 2px;
}

/*style the post date*/
.entry-date
{
	margin: 0;
	padding:0;
	color: #616161;	
}
.entry-text a
{
	color:#01acbc;
	text-decoration:none;
}
.catposted 
{
	display:block;
	margin:0;
	padding:2px 0;
	color:#616161;
}
.catposted a
{
	/*color:#616161;*/
	text-decoration:none;
}

.catposted a:hover
{
	/*color:#616161;*/
	text-decoration:underline;
}
.posted-by
{
	display: block;
	margin: 0px 0 0 0;
	padding: 0 0 0 24px;
	background-image: url(images/lettre.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.posted-by a
{
	color:#205C98;
	text-decoration:none;
}
.posted-by a:hover
{
	color:#205c98;
        text-decoration:underline;
}

.more-link
{
	color:#555555;
	text-decoration:none;
}
a.more-link:hover
{
	color:#205c98;
}
.comments
{
	display: block;
	margin: 2px 0 0px 0;
	padding: 0 0 3px 24px;
	background-image: url(images/bulle.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.comments a
{
	color:#555555;
	text-decoration:none;
}
.comments a:hover
{
	color:#205c98;
	text-decoration:underline;
}



/*==============================================*/
/*Twitter*/
/*==============================================*/



#twitter_update_list
{
padding: 10px;
border:1px solid #E6E6E6;
margin: 0px;
width:258px;
}



#twitter_update_list li
{

margin: 0 0 10px 0px;
}


#twitter_update_list a
{
color: #205c98 important!;
}







