/**
 * Styles de l'index
 *
 * @author		Julie Tétard <julie@2jstudio.com>
 * @version		E-cog 3.0
 * @package 	public
 * @subpackage	index
 * @category	css
 * @internal	last modified
 */



/**
 * En-tête
 */
	
	/* Titre */
	#contenu h2 {				
		clear:none;
		float:left;
	}
	/* Formulaire choix région */
	#region_form input, #region_form select {
		float:right;
		margin-top:2px;
	}
	#region_form input {
		padding:1px;
		margin-left:2px;
	}
	/* Menu */
	#region_menu {				
		position:relative;
		clear:both;
		float:none;
		margin:0;
		background-color:#000000;
		overflow:hidden;
		height:29px;
		width:514px;
	}
	#region_menu li.first {
		border-left:none;
		border-right:none;
		border-top:none;
	}
	#region_menu li {
		display:block;
		float:left;
		clear:none;
		cursor:pointer;
		margin:0;
		padding:0;
		border-left:2px solid #FFFFFF;
		border-right:none;
		border-top:none;
		height:29px;
	}
	#region_menu li img {
		cursor:pointer;
	}


/**
 * Contenu
 */

	/* Bordure uniquement si liste toute seule */
	.border {
		border:2px solid #FF9900;
	}
	/* Liste */
	h3 {
		color:#FF9900;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		padding:0 0 10px 25px;
		margin:10px 0 0 0;
		background:url(../pix/shared/fleaYellow.gif) 10px 3px no-repeat;
	}
	ul.e_items {
		margin:0 0 0 5px;
	}
	ul.e_items li h4 a {
		color:#000000;
		font-weight:normal;
	}
	ul.e_items .e_date {
		font-size:11px;
		line-height:16px;
		font-style:normal;
		font-weight:bold;
	}
	/* Elément */
	.e_item {
		min-height:300px;
		font-size:11px;
		text-align:justify;
		clear:both;
		margin:0 auto;
	}
	.e_nav {
		padding:0 20px 10px 20px;
	}
