@import url(position_home.css); 

#BANDEAU {
	text-align:center;
}

#DATE {
	text-align:left;
	color:#009ED6;
	font-size:1em;
}

#INFO_SOUS_BANDEAU {
	text-align:center;
}
  
#INFOS_SOUS_BANDEAU h1 {
    color:#FAB900;
    font-weight:bold;
    font-size:1.5em;
    text-align:center;
  }
  
#INFOS_SOUS_BANDEAU p {
    color:#FAB900;
    font-weight:bold;
    text-align:center;
}

#RECHERCHE input {
	width:7em;
}

#RECHERCHE .bouton_ok {
	background-color: #0092D9;
	color:#FFF;
	font-weight:bold;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	height:20px;
	width:30px;
	font-size:1em;
}


/* taille des imagettes pour la page d'accueil */
#CENTRE .csc-textpic-imagewrap img {
	width:74px;
	height:76px;
}

/* 18/12/09 - on impose plus de taille dans la une sur 1 colonne */
#UNE_1COL_CENTRE .csc-textpic-imagewrap img {
  padding-top:10px;
	width:auto;
	height:auto;
}

#CENTRE div.csc-textpic
{
  padding-bottom:5px;
}

/* permet de mettre les images à droite dans news sinon float:left */ 
#CENTRE dl.csc-textpic-image 
{
   float: none; 
}  

#CENTRE h1  {
    margin-top:15px;
    display:block; 
}

#CENTRE h2  {
    margin-top:15px; 
}

#CENTRE h2 {
    text-indent:2pt;
	font-weight:bold;
	font-size:1.25em;
    text-align:left;
    padding-left: 10pt;
    background:#FFF url(../images/home_puce_une.gif) no-repeat top left;
} 
  
#CENTRE p {
    text-align:left;
	color:#000;
	font-weight:normal;
	font-size:1em;
    /*background:#fff url(../images/pilule_bleu.gif) no-repeat top center;*/
}
  
#CENTRE a:link, #CENTRE a:visited {
    color:#1261A6;
    font-weight:bold;
    font-size:1em;
    text-decoration:underline;
}
  
#CENTRE a:hover{
    color:#1261A6;
    font-weight:bold;
    font-size:1em;
    text-decoration:none; 
}

#UNE_CENTRE {
}

#UNE_CENTRE h1  {
    margin-left:50pt;
    margin-right:50pt;
	  color:#FFF;
    font-weight:bold;
    font-size:1.5em;
    text-align:center;
    background:#009ED6;
}


#CENTRE h3  {
    color:#000;
    font-weight:bold;
    font-size:1em;
}

#UNE_2COL_CENTRE {
	text-align:left;
}


#UNE_2COL_D_CENTRE {	
}


#AUTRE_CENTRE h1{
	color:#FFF;
    font-weight:bold;
    font-size:1.5em;
    text-align:center;
    background:#FAB900;
    width:100%;
}


#AUTRE_COL_D_CENTRE {	
}


#INFOS_GAUCHE h1{
	font-size:1em;
	background:#0092D9;
	text-align:center;
	font-weight:bold;
	font-variant:small-caps;
	color:#FFF;
}

#INFOS_GAUCHE p {
	text-align:left;
}
  
#INFOS_GAUCHE a:link, #INFOS_GAUCHE  a:visited{
	color:#1261A6;
	font-weight:bold;
	font-size:1em;
	text-decoration:underline;
}

#INFOS_GAUCHE  a:hover{
	text-decoration:none;
}

	
#PIED h1, #PIED p {
	text-align:center;
	font-weight:bold;
	color:#0092D9;
	font-size:1em;
}

#PIED h1 {
	margin-top:20px;
}

#PIED p {
	margin-bottom:30px;
}

/*nav gauche niv1*/
#NAV_GAUCHE ul{
	list-style-type:none;
	text-align:center;
	padding:0px;
	margin:0px;
}

#NAV_GAUCHE ul li{
	background-image: url(../images/onglet_turqG.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #0092D9;
	list-style: none;
	width:auto;
}
  
#NAV_GAUCHE ul li a:link, #NAV_GAUCHE ul li a:visited{
	background-image: url(../images/onglet_turqD.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	text-decoration:none;
	margin: 6px 0px 2px 0px;
	padding-bottom:7px;
 	width:100%;
}
   
#NAV_GAUCHE ul li a:hover{
	text-decoration:underline;
}

/* niveau 2 */
/*---------------------------------------------------------------*/

/* decalage niveau 2 par rapport au niveau 1 */
/* gestion position menu 2 */
#NAV_GAUCHE ul li ul {  
	position: absolute; 
	left: -999em; /* cache le menu par defaut */
	z-index:1000;
	width: 15em;
	margin: -0.5em 0 0 8em; 
}



#NAV_GAUCHE ul li ul li {  
	background-color:#1261A6;
 	background-image:none; 
}

#NAV_GAUCHE ul li ul li a:link, #NAV_GAUCHE ul li ul li  a:visited {
	background-color:#1261A6;
	background-image:none;
	color:#FFF;
	text-align:left;
	text-indent:10pt;
	font-weight:bold;
}

/* roll-over sur le lien */
#NAV_GAUCHE ul li ul li a:hover {
	text-decoration:underline;
	background-color:#1261A6;
	color:#FAB900;
	background-image:none;
}

/* affiche niveau 2 sur roll_over niveau 1 */
#NAV_GAUCHE ul li:hover ul, #NAV_GAUCHE ul li.sfhover ul {
	left:0;
	background-color:#1261A6;
	background-image:none;
}



