/* CSS Document */
/* ---------------------------------------------------------------- Sous-menu */
	#sousMenu{
		width:762px;
		height:auto;
		float:left;
		margin-top:1px;
		padding-bottom:10px;
		background-color:#96bb0e;
	}
	#sousMenu ul{
		float:left;
		line-height:20px;
		margin-left:10px;
	}
	#sousMenu ul li{
		display:inline;
		margin-right:15px;
	}	
	#sousMenu ul li img{
		margin-right:5px;
		margin-bottom:3px;
	}
	#sousMenu ul li a{color:#000;}
	#sousMenu ul li a:hover{color:#fff;}
	h3 {
		font-size:2em;
		color:#fff;
		font-weight:normal;
		margin:4px 0 0 5px;
	}
/* ---------------------------------------------------------------- Compass */
	#compass {
	 	float:left;
  		color:#336699;
  		padding:8px 0 3px 5px;
  		width:750px;
	} 
	#compass ul {display:inline;} 
 	#compass ul li {
  		padding-left:2px;
  		display:inline;
 	}
 	#compass ul li .first {color:#336699;}
 	#compass ul li a {color:#336699;}
 	#compass ul li a:hover {text-decoration:underline;}
/* ---------------------------------------------------------------- Left */
	#left_intern{
		width:415px;
		min-height:400px;
		margin-left:10px;
		float:left;
		color:#315074;
	}
	* html #left_intern{
		margin-left:5px;
	}
	#left_intern a{
		color:#96bb0e;
		font-weight:bold;
	}
/* ---------------------------------------------------------------- Right */
	#right_container{
		width:302px;
		height:auto;
		float:right;
		margin-right:10px;
	}
	#right_internHaut{
		width:302px;
		height:5px;
		margin-top:10px;
		background-image:url(../img/intern_right_top.gif);
		float:left;
	}
	#right_intern{
		width:300px;
		height:auto;
		border-right:solid 1px #898989;
		border-left:solid 1px #898989;
		float:left;
	}
	* html #right_intern{
		margin-top:-9px;
	}
	#right_internBas{
		width:302px;
		height:5px;
		background-image:url(../img/intern_right.gif);
		float:left;
	}
	#imprPdf{
		width:36px;
		height:16px;
		background-image:url(../img/intern_btn_imprPdf.gif);
		clear:both;
		margin:3px 0 10px 250px;
	}
	#imprPdf a{
		width:15px;
		height:16px;
		float:left;
	}
	#aSavoir{
		background-image:url(../img/intern_right_Savoir.gif);
		padding-top:20px;
		margin:0 5px;
		float:left;
		margin-top:10px;
		width:275px;
	}
	#aSavoir p{
		color:#666;
	}
/* ---------------------------------------------------------------- Sommaire */
	#sommaire{
		width:415px;
		height:auto;
		float:left;
		margin:10px 0;
	}
	#sommaire p{
		/* GB : style en rouge */
		/*color:#0b5da0;
		font-size:1.2em;
		font-weight:bold;
		margin-bottom:5px;*/
		margin-bottom:10px;
		font-weight:bold;
		font-size:1em;
		color:#a60035;
	}
	#sommaire ul{
		width:415px;
		float:left;
		background-image:url(../img/dotted.gif);
		background-position:top;
		background-repeat:repeat-x;
	}
	#sommaire ul li{
		background-image:url(../img/dotted.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		padding:1px 0;
		margin-left:5px;
	}
	#sommaire ul li a{
		background-image:url(../img/puce_carreBleuC.gif);
		padding-left:10px;
		background-position:0 6px;
		color:#000;
		font-weight:normal;
	}
	#sommaire ul li a:hover{
		color:#0b5da0;
	}
/* ----------------------------------------------------------------- Autres */	
	#uc_news_page_descriptif a{
		color:#96bb0e;
		font-weight:bold;
	}
