/* Anti-spam */
.div_lastname{display: none;}


/*
 * Surchage des balises
 */
/*BODY {
  background-color:	#FFFFFF;
  margin: 			0px;
  font-family:		Verdana,Arial;
  font-size:		12px;
}

FORM {
	padding: 		0px;
	margin: 		0px;
}*/

/* ******************************************************
 * 		Classes Utilisées pas le système plateforme
 * ******************************************************/
	.SITEError {
		color: 			red;
		font-size: 		14px;
		text-decoration:italic;	
	}
	.acdHead {
		cursor:hand;
	}
	.acdHeadSelected {
		cursor:hand;
		font-weight: bold;
	}
/* ******************************************************/


/* ******************************************************
 * 			Classes de la maquette du site
 * ******************************************************/
/* mise en forme des div et texte */
 
	BODY {
		font-family: arial;
		color: #003868;		
		font-size: 12px;
    padding: 		0;
    margin: 		0;
	}
	
	A {
		text-decoration: none;
	}
	A:hover {
    color:#FF3868;
    text-decoration:underline;
  }
  
	P {
		padding: 0;
		margin: 0;	
	}
	
	UL, BLOCKQUOTE {
		padding: 0;
		margin: 0;
    padding-left:20px;	
	}
	
	#MAIN {
		color: #003868;
		width: 1000px;
		text-align: left;
	}
	
	#MENU_GAUCHE{
		float:left;
		width:180px;
		height:400px;
		background: url("../imgs/etoile_menu.gif") no-repeat 0px 145px;
		padding-top : 13px;
	}
	
	#CONTENEUR {
		float:left;
		margin-top:20px;
	}
	
	#content {
		width:580px;
		padding-left:30px;
	}
	
	#HEADER {
		width:100%;
		border-bottom:5px solid #FFCD0D;
		padding-bottom:17px;
		margin-bottom:20px;
	}
	
	.titre_header {
		font-family: arial;
		color : #003399;
		font-weight : bold;
		font-size : 1.4em;
	}
	
	.stitre_header {
		font-family: arial;
		color : #003399;
		font-weight : normal;
		font-size : 1.3em;
	}
	
	#MENU_HAUT{
    margin-bottom:35px;
	}
	#MENU_BAS{
    margin-top:55px;
	}
	#MENU_HAUT A, #MENU_BAS A{
    font-family: arial;
		margin-right :15px;
		color: #003399;
		font-weight: bold;
		font-style: italic;
		font-size: 1.0em;
    text-decoration:none;
	}
	
	.agenda {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #003399;
    text-decoration: none;
  }
/* ******************************************************/

/* ******************************************************
 * 			Classes des contenus du site
 * ******************************************************/
  .TITRE {
    font-family: arial;
		margin-left:4px;
    color: #003399;
		font-weight: bold;
		font-size: 16px;
  }
  
  .SOUSTITRE {
    font-family: arial;
		/*margin-left:4px;*/
    color: #003399;
		font-weight: bold;
		font-size: 13px;
  }
  
  .TEXTE {
    font-family: arial;
		color: #003868;		
		font-size: 12px;
  }
  
  A.TEXTE {
    font-family: arial;
    color:#0000FF;
		font-size: 12px;
  }
  
  A.TEXTE:hover {
    color:#FF3868;
    text-decoration:underline;
  }
  
  #content A {
    color:#003399;
  }
  #content A:hover {
    color:#FF3868;
    text-decoration:underline;
  }
  
  #content .ACTU_DATE{
    font-family: arial;
		margin-right:20px;
    color: #003399;
		font-weight: bold;
		font-size: 13px;
  }
  
  #content A.ACTU_TITRE{
    font-family: arial;
    color: #003399;
		font-weight: bold;
		font-size: 13px;
		font-style: italic;
  }
  
  #content SPAN.ACTU_TITRE{
    font-family: arial;
    color: #003399;
		font-weight: bold;
		font-size: 13px;
  }
 
/* ******************************************************/
