

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
html{
}
body {
	margin: 0;
	text-align: justify;
	font-size: 14px;
	color: #465470;
	font-family: Tahoma, Verdana, Arial;
	background-color:#7e8795;
	}

img, table, form { 
	margin: 0; 
	padding: 0; 
	border: none; 
}

p, h1, h2, h3, h4, h5, h6 { 
	margin: 0; 
	padding: 0; 
	font-size: 1em; 
	font-weight: normal; 
}

ol,ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a { 
	text-decoration: none; 
	color:#ff007e;
}
a:hover { 
	color:#b43b71;
	text-decoration: underline;
}

/* Images typographiques (via image_typo), URL a revoir... */
img { behavior: url(win_png.htc); }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }

/*  ------------------------------------------
/*  Bandeau
/*  ------------------------------------------ */
#global_bandeau{
	background:url(images/fond_bandeau.gif) repeat-x top left;
	height:160px;
}
	#bandeau{			
		width: 950px;
		margin:auto;
		text-align: left;
		height:155px;
		background:url(images/bandeau.gif) no-repeat top left;
	}	
		#logo{			
			background:url(images/logo.gif) no-repeat top left;
			float:left;
		}
			#logo a{			
				display:block;
				width: 146px;
				height:155px;
			}
		#outils{
			width:435px;
			height:20px;
			line-height:20px;
			float:right;
		}
			#outils li{
				float:left;
			}
			#outils li a{
				color:#657491;
				font-size:11px;
				padding:0 15px;
				border-right:1px solid #ff007e;
			}
		#outils li.recherche{
			padding-left:15px;
			font-size:11px;
				color:#657491;
		}
		#outils  form	{
			display:inline;

		}
			#outils form input{
				width:90px;
				border:0px;
				padding-left:2px;
				background:#fff;
				color:#7e8795;
				font-family: "Lucida Sans Unicode", Verdana, Arial, Tahoma;
				font-size: 8.5px;
				!font-size: 10px;
				height:13px;
				border: 1px solid #c9cdd4;
			}
			#outils form .submitBt{
				border:0px;
				color:#fff;
				font-size:9px;
				width:18px;
				height:16px;
				text-decoration:none;
				background: url(images/btn_ok.gif) no-repeat top left;
			}
	
	
/*  ------------------------------------------
/*  Zone principale
/*  ------------------------------------------ */
#global_zone_principale{
	background-color: #fff;
	min-height: 524px;
	height: auto !important;
	height: 524px;
	padding:20px 0px;
}
	#zone_principale{			
		width: 950px;
		margin:auto;
		text-align: left;
	}	
		#zone_principale #colonne_gauche{			
			width: 220px;
			float:left;
			text-align: left;
			line-height:20px;
		}
			#menu li.niveau1{
			}
			#menu li.niveau2{
				margin-left:20px;
			}
			#menu li.niveau3{
				margin-left:20px;
			}
			
				a.rubrique-active{
					font-size:15px;
					font-weight:bold;
				}
				 a.rubrique-inactive{
					font-size:15px;
					color:#5c6984;
					font-weight:bold;
				}
				a.sous-rubrique-active{
					font-size:13px;
					font-weight:bold;
				}
				 a.sous-rubrique-inactive{
					font-size:13px;
					font-weight:bold;
					color:#5C6984;
				}
				a.article-actif{
					font-style:italic;
				}
				a.article-inactif{
					color:#5C6984;
				}
			
			
		/*  Accueuil */
		#zone_principale #colonne_droite_accueil{			
			width: 673px;
			float:right;
			text-align: left;
		}	
		
			.titre_rose{
				margin-bottom:20px;
				color:#ff007e;
				font-size:18px;
			}
			#article_push{
				background:url(images/fond_encart_accueil.gif) no-repeat top left;
				width:633px;
				height:165px;
				padding:20px;
			}
			#article_push .logo_article_push{
				float:left;
				margin-right:20px;
				margin-bottom:10px;
			}
			#article_push .texte_article_push .lire_plus{
				font-weight:bold;
				color:#ff007e;
				margin-top:18px;
			}
			
			#travel{
				margin-top:20px;
			}
			
		
			/*  Rubrique */
			
		#zone_principale #colonne_droite{			
			width:710px;
			float:right;
			text-align: left;
		}	
			.titre_principal{
				line-height:35px;
				background:url(images/fond_titre_principal.gif) no-repeat bottom left;
				background-color:#f4f6fb;
				font-size:20px;
				color:#ff007e;
				font-weight:bold;
				padding-left:20px;
				margin-bottom:20px;
			}
			
			
			
			/*  Article galerie */
			

			#liste_document_galerie li {
				float:left;
				margin-right:10px;
			}
			#liste_document_galerie img{
				background-color:#FFFFFF;
				border:1px solid #CCCCCC;
				margin:0;
				padding:2px;
			}
			#liste_document_galerie .titre_doc {
				text-align:center;
			}
			
/*  ------------------------------------------
/*  Extra
/*  ------------------------------------------ */
#global_extra{
	background:url(images/fond_extra.gif) repeat-x top left;
	height:137px;
}
	#extra{			
		width: 950px;
		margin:auto;
		text-align: left;
		padding-top:20px;
	}
	#extra a{
		color:#61656d;
		text-decoration:underline;
	}	
	
	#extra .titre_extra{
		font-size:16px;
		line-height:20px;
		color:#818996;
	}	
	#extra .logo_extra{
		float:left;
		margin-right:10px;
	}	
	
	#extra #rss{
		width:220px;
		float:left;
	}		
		#extra #rss li{
			width:100%;
		}	
	#extra .link_job{
		width:345px;
		float:left;
		margin-left:20px;
	}		
		#extra .link_job ul.liste_deux_colonne li{
			width:165px;
		}	
		
	/************  Recherche  *******************/


#recherche a{
			background:url(images/puce2.gif) no-repeat;
			padding-left:10px;
			color:#08285c;
}
	#recherche .resultat{
		font-size:12px;
		padding-left:30px;
	}


	
/*  ------------------------------------------
/*  Footer
/*  ------------------------------------------ */
#global_footer{
	height:50px;
}
	#footer{			
		width: 950px;
		margin:auto;
		text-align: left;
		color: #fff;
		font-size:11px;
	}	
		#footer .copyright{
			margin-top:20px;
			float: left;}
		#footer .credits{
			margin-top:20px;
			float: right;}	
		#footer a{
			font-weight:bold;
			color: #ff7dbd;}

