.artInfoContent{
    padding: 0 20px 0 20px;
}
.contenu {
    margin-top: 20px;
    padding: 10px 20px 20px 20px;
}

.artMainContent {
    background: url(../images/articles/main_top.gif) top left;
}
.artMainContentBottom {
    background: url(../images/articles/main_bottom.gif) bottom left;
}
.idTitre {
    margin: 10px 0 10px 0;
}
.latest-news .idTitre {
    margin: 0 0 10px 0;
   
}


.latest-news-bottom {
    background: url(../images/articles/bottom_actus.gif) no-repeat bottom left;
    width: 635px;
}
/*-> Menu principal */
#nav, #nav ul { /* Listes du menu */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 25px;
	z-index: 300;
}

#nav ul li {
	
}

#nav li { /* Elements listes du menu */
	float: left;
}

	/* Niveau 2 */
	#nav li ul { /* second-level lists */
		position: absolute;
		background: url(../images/menus/bg_global_smenu.jpg) top left;
		width: 960px;
        height: 38px;
        left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	
	#nav li li { /* all list items */
        line-height: 25px;
	}
	
	#nav li li a {				/* Liens niveau 2 */
        font-size: 1.4em;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        padding: 0 85px 0 37px;
        line-height: 25px;
        background: url(../images/menus/separateur_menu.gif) no-repeat center right;
	}
    
    #nav li li span {
      /*line-height: 25px;
      background: url(../images/menus/fleche.gif) no-repeat center left;*/
    }
    
    #nav li li div {
		background: url(../images/menus/fleche.gif) no-repeat 0 0;
		height: 25px;
		float: left;
	}
	
		/* Niveau 3 */
		/* #nav li ul ul { third-and-above-level lists
			margin: -21px 0 0 142px !important;
			margin: -21px 0 0 140px;
			width: 165px;
		} */
		
		/* a#nav li li li { ll list items
			float: left;
			background: url(../images/nav/bkg_level2.png) #FF8C3F no-repeat center left;
			margin: 0 0 0 2px;
		} */
		/* #nav li li.sans_fleche { all list items
			float: left;
			background: url(../images/nav/bkg_level2.png) #FF8C3F no-repeat center left;
			margin: 1px 0 1px 0;
		} */
		
		/* #nav li li li a {			Liens niveau 2
			display: block;
			width: 165px;
		} */

			/* Niveau 4 et Plus
			#nav li ul ul ul { /* third-and-above-level lists
				margin: -21px 0 0 176px !important;
				margin: -21px 0 0 176px;
				width: 165px;
			} */
			
	/* Gestion des Hovers Mozilla Like ...*/
	
    /*#nav li:hover ul ul {
		left: -999em;
	}*/
    
    
    #nav li.sfhover ul, #nav li li.sfhover ul{ /* lists nested under hovered list items */
		left: 0px;
	}
    #nav li li.sfhover {
		background: url(../images/menus/bg_global_smenu_on.jpg) no-repeat -5px 0;
	}
    #nav li li.sfhover div {
		background: url(../images/menus/fleche_over.gif) no-repeat 0 0;
		height: 25px;
	}
    #nav li li.sfhover div a {
		color: #FFF;
	}
    #nav li li.count_0:hover, #nav li li.count_0_active:hover {
		background: url(../images/menus/bg_global_smenu_on.jpg) no-repeat top left;
	}
    
    
    
    
    #nav li:hover ul, #nav li li:hover ul{ /* lists nested under hovered list items */
		left: 0px;
	}
    #nav li li:hover {
		background: url(../images/menus/bg_global_smenu_on.jpg) no-repeat -5px 0;
	}
    #nav li li:hover div {
		background: url(../images/menus/fleche_over.gif) no-repeat 0 0;
		height: 25px;
	}
    #nav li li:hover div a {
		color: #FFF;
	}
    #nav li li.count_0:hover { /*, #nav li li.count_0_active:hover {*/
		background: url(../images/menus/bg_global_smenu_on.jpg) no-repeat top left;
	}
    
    /* Sous Menu Actif */
    #nav li li.count_0_active {
        background: url(../images/menus/bg_global_smenu_on.jpg) no-repeat top left;
    }
    
    #nav li li.count_active {
        background: url(../images/menus/bg_global_smenu_on.jpg) no-repeat -5px 0;
    }
    
    #nav li li.count_0_active div,
    #nav li li.count_active div {
        background: url(../images/menus/fleche_over.gif) no-repeat 0 0;
        height: 25px;
    }
    #nav li li.count_0_active a,
    #nav li li.count_active a {
        color: #FFF;
    }
    
    #nav li ul.deploy {
        /*position: absolute;
        z-index: 100;*/
        left: 0px;
    }
    
    
    /*#nav li:hover ul {
        left: -999em;
    }*/
    
    
	/*#nav li li.count_0:hover, li li.count_0_active:hover, #nav li #sm30.sfhover, #nav li #sm40.sfhover {
		background: url(../images/menus/bg_global_smenu_on.jpg) no-repeat top left;
	}
	#nav li li:hover, #nav li.sfhover li.sfhover {
		background: url(../images/menus/bg_global_smenu_on.jpg) no-repeat -5px 0;
	}
	#nav li li:hover a,
	#nav li li.sfhover a {
		color: #FFF;
	}
	#nav li:hover ul ul, #nav li.sfhover ul ul {
		left: -999em;
	}
	/*#nav li li:hover, #nav li li.sfhover {
		background-color: #FFAA5D;
	}*/
	/*#nav li:hover ul, #nav li li:hover ul{ /* lists nested under hovered list items
		
		left: 0px;
	}
    
    
    
	#nav li.sfhover ul, #nav li li.sfhover ul {
		left: 0px;
		margin-top: 53px;
	}
	
	#nav li li div {
		background: url(../images/menus/fleche.gif) no-repeat 0 0;
		height: 25px;
		float: left;
	}
	#nav li li:hover div,
	#nav li li.sfhover div {
		background: url(../images/menus/fleche_over.gif) no-repeat 0 0;
		height: 25px;
	}*/
	
	/*#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items
		left: auto;
	}*/


/* ERREURS */
/*============ Error ==============*/
.error_show_newsletter {
	display :none;
}
.errorLog_newsletter {
	width:268px;
	position:absolute;
	top:3px;
	left:3px;	
	background: #DDDDDD;
	z-index: 100000000000000;
	font-size: 10px;
	padding: 3px 5px;
	color: #fff;
	border: 1px solid #FFF;
}
	.errorLog_newsletter h1 {
		display: none;
		font-size: 12px;
		text-align: center;
		text-transform: uppercase;
		color: #529194;
		padding: 0;
		margin: 0;
	}
	.errorLog_newsletter .error {
		margin: 2px 0 0 0;
		font-size: 10px;
	}	
		.errorLog_newsletter .error ul {
			margin-top: 0;
			margin-bottom: 0;
			padding-top: 0;
			padding-bottom: 0;
		}
		.errorLog_newsletter .error ul li {
			margin-top: 0;
			margin-bottom: 0;
			padding-top: 0;
			padding-bottom: 0;
		}
		.errorLog_newsletter p {
			margin: 0;
			padding: 0;
			text-align: right;
		}

.errorLog, .successLog  {
	width:400px;
	position:absolute;
	background: #7BB4B7;
	top:30%;
	left:50%;
	margin-left: -220px;
	z-index: 100000000000000;
	font-size: 1.25em;
	padding: 10px 20px;
	color: #fff;
	border: 6px solid #529194;
}
.errorLog {
	color: #000;
}
.successLog {
	color: #000;
}
.errorLog h1, .successLog h1 {
	font-size: 2.2em;
	text-align: center;
	text-transform: uppercase;
	color: #529194;
	padding: 0;
	margin: 10px 0 20px 0;
}
.errorList, .successList  {

}
.error_show, .success_show {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000000;
	width : 100%;
	height: 100%;
	background: #CCC;
	opacity: .70;
	filter: alpha(opacity=70);
}
.error_hide, .success_hide{
	display:none;
}

.error {
	margin: 10px 0 0 0;
	font-size: 0.8em;
}
	.error b {
		color: #000;
	}
	.error ul {
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.errorLog p, .successLog p {
		font-size: 11px;
	}

/* 
 * ---------------------------------------------
 *		Overlay error 
 * ---------------------------------------------	
*/
.error {
    color: #ED7F00;
}

p.close {
    color: #0B69AB;
}
#errorPad {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: #FFF;
	opacity: .70;
	filter: alpha(opacity=70);
}
#errorPad  p,  #errorPad  a {
    color: #ED7F00;
}
#erlogPad {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -134px;
}

/* 
 * ---------------------------------------------
 *		Search Results
 * ---------------------------------------------	
*/
.search-result-title a {
    color: #000;
    text-decoration: none;
    padding: 0 0 0 10px;
	background: url(../images/articles/liste_a_fleche.gif) no-repeat center left;
}

.retour {
    margin-top: 15px;
}
/* 
 * ---------------------------------------------
 *		Search Results
 * ---------------------------------------------	
*/
.list_media_img {
    float: right;
    padding: 0 15px 15px 0;
}


/*
 * ---------------------------------------------
 *		SiteMap
 * ---------------------------------------------
*/
.block_plan_site {
	width: 280px;
	margin: 0 10px 0 0;
	float: left;
}
.block_plan_site ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px;
}
	.block_plan_site ul li {
		margin-bottom: 5px;
		margin-top: 5px;
		font-size: 12px;
        padding: 0 0 0 10px;
        background: url(../images/articles/liste_a_fleche.gif) no-repeat 0px 5px;
	}
	.block_plan_site ul li ul li {
		font-size: 11px;
		/*background: url(../images/puce_arrow_brun.gif) no-repeat 10px 5px;*/
		background: url(../images/articles/liste_a_fleche.gif) no-repeat center left;
		
	}
	.block_plan_site  h2.subtitle {
		display: block;
		color: #63A224;
		font-size: 22px;
		font-weight: normal;
		font-family: "Times New Roman", Times, serif;
		padding: 2px 0 3px 22px;
		margin: 0 0 15px 0;
		/*background: url(../images/puce_title_vert.gif) left top no-repeat;*/
	}
	.block_plan_site a {
        color: #085893;
        text-decoration: none;
        font-weight: bold;
    }
    .block_plan_site li li a {
        color: #F19322;
        font-weight: normal;
    }
