/* CSS Document */
/* ------------------------------------------------------------------ Zone d'identification */
	#header #identification {
		clear:both;
		margin:0 0 0 250px;
		padding:23px 0 5px 100px
	}
	
	* html #header #identification {padding:11px 0 5px 100px}
	*+html #header #identification {padding:11px 0 5px 100px}
	#header #identification input.champ_identification {
		width:100px;
		height:15px;
		padding:2px 0 0 3px;
		font-size:1em;
		border:1px solid #414141;
		margin:0 5px 0 0
	}
	
	#header #identification input.bt_identification {
		position:relative;
		top:3px
	}
	#header #identification a {
		font-size:.9em;
		color:#c04d36;
		text-decoration:underline;
		margin:0 0 0 10px
	}
	#header #identification a:hover {text-decoration:none}
	#header #extranet ul {
		border-top:0px;
		margin-top:4px
	}
/* --------------------------------------------------------------------------------------------- Main */
	#main {color:#6f6f6f}
	#main p {
		text-align:justify;
		line-height:17px
	}
	#header #ligne{
		border-bottom:4px solid #7094bd
	}
/* --------------------------------------------------------------------------------- Left */
/* --------------------------------------------------------------------- Paragraphes */
	#main #left p {
		padding:0 0 0 15px;
		margin:0 0 10px 0
	}
	#main #left p a {
		color:#666;
		text-decoration:underline
	}
	#main #left p a:hover {text-decoration:none}
/* --------------------------------------------------------------------- Lien 'contact' */
	#main #left #contact {
		float:right;
		color:#c04d36;
		font-weight:bold
	}
	#main #left #contact:hover {text-decoration:underline}
/* --------------------------------------------------------------------------------- Right */
	#main #right #actualites_groupes {
		padding:0 220px 0 15px
	}
	#main #right #actualites_groupes li {
		float:left;
		width:100%;
		margin:0 0 20px 0
	}
	#main #right #actualites_groupes li img {
		float:left;
		border:1px solid #7c7e81;
		margin:0 15px 0 0
	}
	#main #right #actualites_groupes li a.titre {
		font-weight:bold;
		color:#7094bd;
		background:url(../../images/elements/fleches_bleu.gif) no-repeat 0 5px;
		padding:0 0 0 12px
	}
	#main #right #actualites_groupes li a.titre:hover {text-decoration:underline}
	#main #right #actualites_groupes li p {
		margin:3px 0 0 0;
		
	}
