<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ASSE : Association Sportive de Saint-Étienne, Ligue 1 de Football Français, Allez Les verts !</title>
<link href="http://cdn.asse.fr/css/style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />

<link rel="alternate" type="application/rss+xml" title="Actualité de l'AS Saint Etienne" href="http://www.asse.fr/rss/site.php" /><script>
function resetMenu(){   
	document.getElementById("Actu").src = "http://cdn.asse.fr/images/img2011/menu/01.png";   
	document.getElementById("Pros").src = "http://cdn.asse.fr/images/img2011/menu/02.png";   
    document.getElementById("Formation").src = "http://cdn.asse.fr/images/img2011/menu/03.png";    
    document.getElementById("Club").src = "http://cdn.asse.fr/images/img2011/menu/04.png"; 
    document.getElementById("Histoire").src = "http://cdn.asse.fr/images/img2011/menu/05.png";         
    document.getElementById("Mediatheque").src = "http://cdn.asse.fr/images/img2011/menu/06.png";    
    document.getElementById("Billetterie").src = "http://cdn.asse.fr/images/img2011/menu/07.png";
	document.getElementById("Services").src = "http://cdn.asse.fr/images/img2011/menu/08.png"; 
	document.getElementById("Communaute").src = "http://cdn.asse.fr/images/img2011/menu/09.png";
	document.getElementById("Partenaires").src = "http://cdn.asse.fr/images/img2011/menu/10.png";
	document.getElementById("Feminines").src = "http://cdn.asse.fr/images/img2011/menu/11.png";
	document.getElementById("Boutique").src = "http://cdn.asse.fr/images/img2011/menu/12.png";

    document.getElementById("contenuActu").style.display="none"; 
    document.getElementById("contenuPros").style.display="none"; 
    document.getElementById("contenuFormation").style.display="none";  
    document.getElementById("contenuClub").style.display="none"; 
    document.getElementById("contenuHistoire").style.display="none";    
	document.getElementById("contenuServices").style.display="none";   
	document.getElementById("contenuCommunaute").style.display="none";
	document.getElementById("contenuPartenaire").style.display="none";   
    document.getElementById("contenuPresse").style.display="none";   
	document.getElementById("contenuMediatheque").style.display="none"; 
	document.getElementById("contenuFeminine").style.display="none"; 
	document.getElementById("contenuBoutique").style.display="none"; 
	document.getElementById("contenuBilletterie").style.display="none"; 
	document.getElementById("navHautLevel2").style.backgroundImage = ''; 

	document.getElementById("contenuFemininesEquipes").style.display="none";  
	document.getElementById("contenuFemininesClub").style.display="none"; 
	document.getElementById("navHautLevel3Feminine").style.display="";	

}




function clicHover(element){

    chgHover2(document.getElementById(element));

}

function chgHover2(element){
		resetMenu();
		
        var noBandeau = 0;

		switch(element.id){
	
			 case "mediatheque":
             newImg = "http://cdn.asse.fr/images/img2011/menu/06_on.png";
             document.getElementById("contenuMediatheque").style.display="block"; 
            break;  
			
			case "media":
            newImg = "http://cdn.asse.fr/images/img2011/menu/06_on.png";
             document.getElementById("contenuMediatheque").style.display="block"; 
            break; 
	
			case "feminines":
            newImg = "http://cdn.asse.fr/images/img2011/menu/11_on.png";
            document.getElementById("contenuFeminine").style.display="block"; 
            break;
			
			case "communaute":
            newImg = "http://cdn.asse.fr/images/img2011/menu/09_on.png";
            document.getElementById("contenuCommunaute").style.display="block"; 
            break;
			
			case "services":
             newImg = "http://cdn.asse.fr/images/img2011/menu/08_on.png";
            document.getElementById("contenuServices").style.display="block";
            break;
			
			case "coeurVert":
             newImg = "http://cdn.asse.fr/images/img2011/menu/05_on.png";
            document.getElementById("contenuHistoire").style.display="block";  
            break;
			
			case "formation":
            newImg = "http://cdn.asse.fr/images/img2011/menu/03_on.png";   
            document.getElementById("contenuFormation").style.display="block"; 
            break;
			
			case "pros":
            newImg = "http://cdn.asse.fr/images/img2011/menu/02_on.png";   
            document.getElementById("contenuPros").style.display="block";
            break;
			
			case "histoire":
            newImg = "http://cdn.asse.fr/images/img2011/menu/04_on.png";
			document.getElementById("contenuClub").style.display="block";
            break;
			
			case "actu":
            newImg = "http://cdn.asse.fr/images/img2011/menu/01_on.png";
            document.getElementById("contenuActu").style.display="block";  
            break;
			 
			case "prochain":
            newImg = "http://cdn.asse.fr/images/img2011/menu/01_on.png";
            document.getElementById("contenuActu").style.display="block"; 
            break;
			
			default:
			 newImg = "http://cdn.asse.fr/images/img2011/menu/01_on.png";
            document.getElementById("contenuActu").style.display="block";  
            break;
			break;
	
	}


	
		element.src = newImg;
      
		if(noBandeau == 0) document.getElementById("navHautLevel2").style.backgroundImage = "url(http://cdn.asse.fr/images/img2011/bg_sous_menu.jpg)";
		

}

function chgHover(element){
		resetMenu();
		
        var noBandeau = 0;

		switch(element.id){
        
            
            case "Actu":
            newImg = "http://cdn.asse.fr/images/img2011/menu/01_on.png";
            document.getElementById("contenuActu").style.display="block";   
            break;
                
            case "Pros":
            newImg = "http://cdn.asse.fr/images/img2011/menu/02_on.png";   
            document.getElementById("contenuPros").style.display="block";
            break;
            
            case "Formation":
            newImg = "http://cdn.asse.fr/images/img2011/menu/03_on.png";   
            document.getElementById("contenuFormation").style.display="block";
            break;

		    case "Club":
			newImg = "http://cdn.asse.fr/images/img2011/menu/04_on.png";
			document.getElementById("contenuClub").style.display="block";
			break;
            
            case "Histoire":
            newImg = "http://cdn.asse.fr/images/img2011/menu/05_on.png";
            document.getElementById("contenuHistoire").style.display="block";  
            break;
                                        
            case "Mediatheque":
             newImg = "http://cdn.asse.fr/images/img2011/menu/06_on.png";
             document.getElementById("contenuMediatheque").style.display="block"; 
            break;  
			
			case "Billetterie":
            newImg = "http://cdn.asse.fr/images/img2011/menu/07_on.png";
            document.getElementById("contenuBilletterie").style.display="block"; 
            break;
			
			case "Services":
            newImg = "http://cdn.asse.fr/images/img2011/menu/08_on.png";
            document.getElementById("contenuServices").style.display="block";
            break;
			
			case "Communaute":
            newImg = "http://cdn.asse.fr/images/img2011/menu/09_on.png";
            document.getElementById("contenuCommunaute").style.display="block";
            break;
					
			case "Partenaires":
            newImg = "http://cdn.asse.fr/images/img2011/menu/10_on.png";
            document.getElementById("contenuPartenaire").style.display="block";  
            break;
			
			case "Feminines":
            newImg = "http://cdn.asse.fr/images/img2011/menu/11_on.png";
            document.getElementById("contenuFeminine").style.display="block"; 
            break;
	

			case "FemininesEquipes":
            newImg = "http://cdn.asse.fr/images/img2011/menu/11_on.png";
			document.getElementById("contenuFeminine").style.display="block"; 
			 document.getElementById("navHautLevel3Feminine").style.display="block";
            document.getElementById("contenuFemininesEquipes").style.display="block"; 
			
            break;
			
			case "FemininesClub":
            newImg = "http://cdn.asse.fr/images/img2011/menu/11_on.png";
			document.getElementById("contenuFeminine").style.display="block"; 
			 document.getElementById("navHautLevel3Feminine").style.display="block";
            document.getElementById("contenuFemininesClub").style.display="block"; 
			
            break;
			
			case "Boutique":
            newImg = "http://cdn.asse.fr/images/img2011/menu/12_on.png";
            document.getElementById("contenuBoutique").style.display="block"; 
            break;    

			case "AutreFeminine":
            newImg = "http://cdn.asse.fr/images/img2011/menu/12_on.png";
			document.getElementById("contenuFeminine").style.display="block"; 
             document.getElementById("contenuFemininesEquipes").style.display="hidden"; 
            break;  			
		
			default:
			newImg = "";
			break;
	
	}

	
		element.src = newImg;
      
		if(noBandeau == 0) document.getElementById("navHautLevel2").style.backgroundImage = "url(http://cdn.asse.fr/images/img2011/bg_sous_menu.jpg)";
		

}

function showBloc(chBloc){

    switch(chBloc){
		    case "bloc_billetterie":
			document.getElementById("bloc_billetterie").style.display ="block";
            document.getElementById("pm").style.display ="none";
            document.getElementById("dm").style.display ="none";  
            document.getElementById("calendrier").style.display ="none";
			
			document.getElementById("prochain").src = "http://cdn.asse.fr/images/img2011/reservez/prochain.png"; 
            document.getElementById("dernier").src = "http://cdn.asse.fr/images/img2011/reservez/dernier.png";     
            document.getElementById("calendrierimg").src = "http://cdn.asse.fr/images/img2011/reservez/calendrier.png";
            
            overBloc("billetterie");
            break;
			
			
            case "pm":
			document.getElementById("bloc_billetterie").style.display ="none";
            document.getElementById("pm").style.display ="block";
            document.getElementById("dm").style.display ="none";  
            document.getElementById("calendrier").style.display ="none";
			
			document.getElementById("btn_billetterie").src = "http://cdn.asse.fr/images/img2011/reservez/billetterie.png";
            document.getElementById("dernier").src = "http://cdn.asse.fr/images/img2011/reservez/dernier.png";     
            document.getElementById("calendrierimg").src = "http://cdn.asse.fr/images/img2011/reservez/calendrier.png";
            
            overBloc("prochain");
            break;
            
            case "dm":
			document.getElementById("bloc_billetterie").style.display ="none";
           document.getElementById("pm").style.display ="none";
            document.getElementById("dm").style.display ="block";  
            document.getElementById("calendrier").style.display ="none";
			document.getElementById("btn_billetterie").src = "http://cdn.asse.fr/images/img2011/reservez/billetterie.png";
            document.getElementById("prochain").src = "http://cdn.asse.fr/images/img2011/reservez/prochain.png";   
            document.getElementById("calendrierimg").src = "http://cdn.asse.fr/images/img2011/reservez/calendrier.png";
            overBloc("dernier");   
             break;
            
            case "calendrier":
			document.getElementById("bloc_billetterie").style.display ="none";
            document.getElementById("pm").style.display ="none";
            document.getElementById("dm").style.display ="none";  
            document.getElementById("calendrier").style.display ="block";	
			document.getElementById("btn_billetterie").src = "http://cdn.asse.fr/images/img2011/reservez/billetterie.png";
            document.getElementById("prochain").src = "http://cdn.asse.fr/images/img2011/reservez/prochain.png";
            document.getElementById("dernier").src = "http://cdn.asse.fr/images/img2011/reservez/dernier.png";                 
            overBloc("calendrier");   
            break;
    }

}

function overBloc(chBloc){

      switch(chBloc){
		 		  
		   	case "billetterie":
			document.getElementById("btn_billetterie").src = "http://cdn.asse.fr/images/img2011/reservez/billetterie_on.png";
            document.getElementById("prochain").src = "http://cdn.asse.fr/images/img2011/reservez/prochain.png";
            document.getElementById("dernier").src = "http://cdn.asse.fr/images/img2011/reservez/dernier.png";   
            document.getElementById("calendrierimg").src = "http://cdn.asse.fr/images/img2011/reservez/calendrier.png";
            break;

			case "prochain":
			clicHover('actu');
            document.getElementById("btn_billetterie").src = "http://cdn.asse.fr/images/img2011/reservez/billetterie.png";
            document.getElementById("prochain").src = "http://cdn.asse.fr/images/img2011/reservez/prochain_on.png";
            document.getElementById("dernier").src = "http://cdn.asse.fr/images/img2011/reservez/dernier.png";   
            document.getElementById("calendrierimg").src = "http://cdn.asse.fr/images/img2011/reservez/calendrier.png";
            break;
            
            case "dernier":
            document.getElementById("btn_billetterie").src = "http://cdn.asse.fr/images/img2011/reservez/billetterie.png";
            document.getElementById("prochain").src = "http://cdn.asse.fr/images/img2011/reservez/prochain.png";
            document.getElementById("dernier").src = "http://cdn.asse.fr/images/img2011/reservez/dernier_on.png";   
            document.getElementById("calendrierimg").src = "http://cdn.asse.fr/images/img2011/reservez/calendrier.png";     
             break;
            
            case "calendrier":
			document.getElementById("btn_billetterie").src = "http://cdn.asse.fr/images/img2011/reservez/billetterie.png";
            document.getElementById("prochain").src = "http://cdn.asse.fr/images/img2011/reservez/prochain.png";
            document.getElementById("dernier").src = "http://cdn.asse.fr/images/img2011/reservez/dernier.png";   
            document.getElementById("calendrierimg").src = "http://cdn.asse.fr/images/img2011/reservez/calendrier_on.png";
            break;
    }
    
}

function popup(file,large,long){    
    var Left=window.screen.width/2-175;
    var Top=window.screen.height/2-175;
    //Videment faut modifier la config!!
    var Configuration="'toolbar=no, menubar=no, location=no, directories=no, status=no, resizeable=no, width="+large+", height="+long+", left=" + Left + ", top=" + Top;
    window.open(file,'Popup',Configuration);
}
</script>



<script type="text/javascript" src="http://cdn.asse.fr/javascript/jquery-1.7.2.min.js" ></script><script type="text/javascript" src="http://cdn.asse.fr/javascript/slide.js"></script>

    <script type="text/javascript">
    var GB_ROOT_DIR = "javascript/greybox/";
</script> 

<script type="text/javascript" src="http://cdn.asse.fr/javascript/greybox/AJS.js"></script>
<script type="text/javascript" src="http://cdn.asse.fr/javascript/greybox/AJS_fx.js"></script>
<script type="text/javascript" src="http://cdn.asse.fr/javascript/greybox/gb_scripts.js"></script>
<link href="http://cdn.asse.fr/javascript/greybox/gb_styles.css" rel="stylesheet" type="text/css" />   <script type="text/javascript">
<!--
function favoris() {
      if ( navigator.appName != "Microsoft Internet Explorer" ){
          window.sidebar.addPanel("ASSE.fr - Le site officiel","http://www.asse.fr","");
      }
      else {
          window.external.AddFavorite("http://www.asse.fr","ASSE.fr - Le site officiel");
      }
}
//-->
</script><!-- BEGIN Hi-Media Media Settings - v1.0 -->
<script type="text/javascript">
	var adlSite='asse.fr';
	var adlZone='ros';
	var adlKv='';
	var adlHasDcopt = false;
	var adlPro=window.location.protocal=='https:'?'https:':'http:';
	document.write('<'+'sc'+'ript type="text/javascript" src="'+adlPro+'//js.himediads.com/js?lang=fr&s='+adlSite+'&z='+adlZone+'&d='+Math.floor(Math.random()*10000000000)+'"><\/'+'sc'+'ript>');</script>
<!-- END Hi-Media Media Settings - v1.0 --></head>
<body style="background-color:#000000;"><div id="bgBordure"  style="background:#000000 url(http://cdn.asse.fr/images/img2011/ASSE_habillage_Remboursement.jpg) no-repeat top center; padding-top:197px;" > <div id="conteneur">
            <div id="centre">
			                    <div style="position: relative;"><a href="https://www.winamax.fr/landing/landing_leads.php?ldg=asse-remboursement&banid=15460" target="_blank"><img src="http://cdn.asse.fr/images/img2011/empty_bg.gif" width="1252" height="200" alt="" style="position:absolute; top:-200px; left:-126px;" border="0" ></a><a href="https://www.winamax.fr/landing/landing_leads.php?ldg=asse-remboursement&banid=15460" target="_blank"><img src="http://cdn.asse.fr/images/img2011/empty_bg.gif" width="126" height="862" alt="" style="position:absolute; top:0px; left:-126px;" border="0" ></a><a href="https://www.winamax.fr/landing/landing_leads.php?ldg=asse-remboursement&banid=15460" target="_blank"><img src="http://cdn.asse.fr/images/img2011/empty_bg.gif" width="126" height="862" alt="" style="position:absolute; top:0px; left:1000px;" border="0" ></a><div id="entete"><div id="contenuEntete">


                <div style="width:1000px; height:29px; position:relative;"><div style="float:left; position: absolute; left:248px; top:7px;">
	<a href="index.php?page=identification" title="Identification" style="text-decoration:none" class="lien_haut_vert"><strong>S'identifier >></strong></a></div><div id="liens_haut">
<a href="javascript:void(favoris());" class="lien_haut"><img src="http://cdn.asse.fr/images/img2011/etoile_favoris.png" width="16" height="15" alt="Ajouter aux favoris"> ajouter aux favoris</a>   |
<a href="index.php?page=contact_cdv" class="lien_haut">contact</a>|
<a href="index.php?page=mentionslegales" class="lien_haut">mentions légales</a>|
<a href="index.php?menu=actu&page=archives" class="lien_haut">archives</a>|
<a href="/medias/" class="lien_haut">asse médias</a>|
<a href="index.php?page=uk" class="lien_haut"><img src="http://cdn.asse.fr/images/img2011/drapeau_anglais.jpg" width="22" height="14" alt="English"></a> 
<a href="index.php?page=es" class="lien_haut"><img src="http://cdn.asse.fr/images/img2011/drapeau_espagnol.jpg" width="22" height="14" alt="Espa&ntilde;ol"></a> 
</div></div>
                <div style="width:248px; height:130px; float:left; cursor:pointer;"  onclick="document.location='http://www.asse.fr/index.php'">
            &nbsp;

                </div><div style="width:728px; height:90px; float:left; margin-top:26px;">
                          <div id="adl_728x90">
  <table cellspacing="0" cellpadding="0" border="0">
    <tr>
      <td valign="top" width="728" height="90">
       <object  type="application/x-shockwave-flash"  data="http://cdn.asse.fr/images/img2011/bandeau_app_orange.swf" width="728" height="90"> 
    <param name="movie" value="http://cdn.asse.fr/images/img2011/bandeau_app_orange.swf" />
    <param name="quality" value="high" /> 
    <param name="wmode" value="transparent" />    
    <param name="play" value="true" />
    <param name="bgcolor" value="#ffffff" />    
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />   
    <embed src="http://cdn.asse.fr/images/img2011/bandeau_app_orange.swf" quality="high" bgcolor="#ffffff" width="728" height="90" name="anim" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
  </object></td>
    </tr>
  </table>
</div>     </div>					 

                </div>


            </div>
       <div id="navHaut2">
	   <a href="index.php"><img src="http://cdn.asse.fr/images/img2011/menu/01.png" border="0" width="85" height="30" id="Actu" alt="Actualité de l'ASSE" onmouseover="chgHover(this)" style="position:relative; z-index:12;"></a>
	   	   <a href="#"><img src="http://cdn.asse.fr/images/img2011/menu/04.png" border="0" width="94" height="30" alt="Clubs" id="Club" onmouseover="chgHover(this)" style="margin-left:-13px; position:relative; z-index:11;"></a> 
	   
	   <a href="#"><img src="http://cdn.asse.fr/images/img2011/menu/02.png" border="0" id="Pros" width="91" height="30" alt="Pros"  onmouseover="chgHover(this)" style="margin-left:-14px; position:relative; z-index:10;"></a>
	
	   <a href="#"><img src="http://cdn.asse.fr/images/img2011/menu/03.png" border="0" id="Formation" width="95" height="30" alt="Formation"  onmouseover="chgHover(this)" style="margin-left:-13px; position:relative; z-index:9;"></a>  
	   

	   
	   <a href="#"><img src="http://cdn.asse.fr/images/img2011/menu/05.png" border="0" width="92" height="30" alt="Histoire" id="Histoire" onmouseover="chgHover(this)" style="margin-left:-13px; position:relative; z-index:8;"></a>
	   
	   <a href="index.php?menu=mediatheque&page=mediatheque"><img src="http://cdn.asse.fr/images/img2011/menu/06.png" border="0" width="92" height="30" alt="Médiathèque" id="Mediatheque" onmouseover="chgHover(this)" style="margin-left:-13px; position:relative; z-index:7;"></a>
	   
	   <a href="http://www.asse.fr/index.php?page=billetterie" ><img src="http://cdn.asse.fr/images/img2011/menu/07.png" border="0" width="97" height="30" alt="Billetterie" id="Billetterie" onmouseover="chgHover(this)" style="margin-left:-13px; position:relative; z-index:6;"></a>
	   
	   <a href="#"><img src="http://cdn.asse.fr/images/img2011/menu/08.png" border="0" width="95" height="30" alt="Services" id="Services" onmouseover="chgHover(this)" style="margin-left:-13px; position:relative; z-index:5;"></a>
	   
	   <a href="#"><img src="http://cdn.asse.fr/images/img2011/menu/09.png" border="0" width="93" height="30" alt="Communaute" id="Communaute" onmouseover="chgHover(this)" style="margin-left:-13px; position:relative; z-index:4;"></a>
	   
	   <a href="http://clubdesetoiles.asse.fr/" target="_blank"><img src="http://cdn.asse.fr/images/img2011/menu/10.png" border="0" width="96" height="30" alt="Partenaires" id="Partenaires" onmouseover="chgHover(this)" style="margin-left:-13px; position:relative; z-index:3;"> </a>
	   
	   <a href="index.php?menu=feminines&page=actualites-feminines"><img src="http://cdn.asse.fr/images/img2011/menu/11.png" border="0" width="92" height="30" alt="Feminines" id="Feminines" onmouseover="chgHover(this)" style="margin-left:-13px; position:relative; z-index:2;"></a>
	   
	   <a href="http://www.boutiquedesverts.fr?utm_source=AsseOff&utm_medium=index&utm_campaign=menu" target="_blank"><img src="http://cdn.asse.fr/images/img2011/menu/12.png" border="0" width="87" height="30" id="Boutique" alt="Boutique officielle ASSE – La boutique des verts" title="Boutique officielle ASSE – La boutique des verts" onmouseover="chgHover(this)" style="margin-left:-13px; position:relative; z-index:1;" ></a>
	   
	   
	   
	   
	   
	   
	   </div>			

		
            <div id="navHautLevel2" style="background:url(http://cdn.asse.fr/images/img2011/bg_sous_menu.jpg) top left;"><div id="contenuActu" class="contentSM"  style="display:block;" >

				<div class="title_sous_menu">Actualités</div>
                <a href="index.php?menu=actu&amp;page=agenda_hebdomadaire">Agenda de la semaine</a>
                <a href="index.php?menu=actu&amp;page=calendrier&teamId=1">Calendrier/Résultats</a>
                <a href="index.php?menu=actu&amp;page=classement">Classement</a>
                <a href="index.php?page=matchcenter">Statistiques</a>
                <a href="index.php?menu=actu&amp;page=archives">Archives</a>

             </div>
            <div id="contenuPros" class="contentSM">
<div class="title_sous_menu">Pros</div>
                <a href="index.php?menu=pros&page=photo_officielle">Photo officielle </a>
                <a href="index.php?menu=pros&page=staff_technique&teamId=1">Staff technique</a>
                  <a href="index.php?menu=pros&page=staff_medical&teamId=1">Staff médical</a>
                <a href="index.php?menu=pros&page=effectif_pro&teamId=1">Effectif professionnel</a>

             </div>

             <div id="contenuFormation" class="contentSM">
<div class="title_sous_menu">Formation</div>
               <a href="index.php?menu=formation&page=staff_technique&teamId=2">Staff technique</a>
                <a href="index.php?menu=formation&page=effectif_pro&teamId=2">Groupe excellence</a>
                <a href="index.php?menu=formation&page=jeune">Equipes jeunes</a>

             </div>

             <div id="contenuClub" class="contentSM">
			 <div class="title_sous_menu">Club</div>
                <a href="index.php?menu=histoire&page=datescle">Dates clés</a>
				<!--<a href="index.php?menu=club&page=organigramme">Organigramme</a>-->
                <a href="index.php?menu=histoire&page=saison">Saison</a>
                <a href="index.php?menu=histoire&page=palmares">Palmarès </a>
                <a href="index.php?menu=histoire&page=presidents">Présidents</a>
                <a href="index.php?menu=histoire&page=entraineurs">Entraîneurs</a>
                <a href="index.php?menu=histoire&page=joueurs">Joueurs</a>
                 <a href="index.php?menu=histoire&page=stade_gg">Stade Geoffroy-Guichard</a><a href="http://www.museedesverts.fr/" target="_blank" title="Musée des Verts">Musée des Verts</a>



             </div>


             <div id="contenuHistoire" class="contentSM">
			 <div class="title_sous_menu">Coeur-Vert</div>
<a href="http://www.assecoeurvert.fr/" target="_blank"> Le Blog </a>
<a href="index.php?menu=coeurVert&page=archives&action=search&id_saison=9&id_categorie=17"> Actualités </a>
<a href="index.php?menu=coeurVert&page=form_coeurvert"> Demande d'accompagnement </a>
<a href="index.php?menu=coeurVert&page=media&type=photo&id_rubrique=13"> Photos </a>	
<a href="index.php?menu=coeurVert&page=media&type=video&id_rubrique=13"> Vidéos </a>
<a href="http://verteattitude.asse.fr/" target="_blank">Verte Attitude</a>			
<a href="index.php?menu=coeurVert&page=respublica"> Partenariat Res Publica </a>


             </div>
			 
			    <div id="contenuMediatheque" class="contentSM">
				<div class="title_sous_menu">Médiathèque</div>
                <a href="index.php?menu=mediatheque&page=mediatheque">Photothèque</a>
                <a href="index.php?menu=mediatheque&page=media&type=video">ASSE WebTV</a>
             </div>
			 
			<div id="contenuBilletterie" class="contentSM">
			<div class="title_sous_menu">Billetterie</div>
                <a href="http://www.asse.fr/index.php?page=billetterie" >Réservez votre billet en ligne</a>

             </div>
			 
			 			<div id="contenuFeminine" class="contentSM">
						<div class="title_sous_menu">Féminines</div>
                <a href="index.php?menu=feminines&page=actualites-feminines" target="_self" id="AutreFeminine" onmouseover="chgHover(this)">Actualités</a>
				 <a href="#" target="_self" id="FemininesEquipes"  onmouseover="chgHover(this)">Equipes</a>
				  <a href="#" target="_self" onmouseover="chgHover(this)" id="FemininesClub">Club</a>
				  <a href="http://www.asse.fr/index.php?menu=feminines&page=media&type=photo&id_rubrique=6&id_saison=8" target="_self" id="AutreFeminine" onmouseover="chgHover(this)" >Médiathèque</a>
				  <a href="index.php?menu=feminines&page=partenaires_feminines" target="_self" id="AutreFeminine" onmouseover="chgHover(this)" >Partenaires</a>
				  <a href="index.php?menu=feminines&page=contact_cdv_feminines" target="_self"  id="AutreFeminine" onmouseover="chgHover(this)" >Contact</a>
				  <a href="index.php?menu=feminines&page=stade_feminine" target="_self"  id="AutreFeminine" onmouseover="chgHover(this)" >Stade</a>
				  <a href="http://www.boutiquedesverts.fr?utm_source=AsseOff&utm_medium=index&utm_campaign=menu" target="_blank" id="AutreFeminine" onmouseover="chgHover(this)">Boutique</a>
             </div>
			 
			 			 			<div id="contenuBoutique" class="contentSM">
									<div class="title_sous_menu">Boutique</div>
         			 <a href="http://www.boutiquedesverts.fr?utm_source=AsseOff&utm_medium=index&utm_campaign=menu" title="Boutique officielle ASSE – La boutique des verts" alt="Boutique officielle ASSE – La boutique des verts" target="_blank">
			 Commandez en ligne vos produits préférés</a>
			 
			<a href="index.php?page=boutique&menu=boutique"> Boutique des Verts Stade Geoffroy-Guichard</a>
             </div>
			 

			 
			 
			 <div id="contenuServices" class="contentSM">
			 <div class="title_sous_menu">Services</div>
                <a href="http://www.asse.fr/assetv/index.php" target="_blank">VOD</a>
                <a href="http://www.assemobile.fr/" target="_blank">ASSE Mobile</a>
                <a href="http://www.printmylife.fr/home/studioasse.php" target="_blank">Studio ASSE</a>
               <a href="http://itunes.apple.com/fr/app/a-s-s-e-officiel/id330010029?mt=8" target="_blank">iPhone</a>
                <a href="http://www.radioscoop.com/win/webradio.php?z=asse&s=15" target="_blank">Web Radio </a>
				<a href="index.php?page=maillotvert">Maillot Vert</a>
				<a href="http://visitevirtuelle.asse.fr/" target="_blank">Visite du Centre de l'Etrat </a>
				<a href="index.php?page=deezer">Deezer</a>
             </div>
			 
			<div id="contenuCommunaute" class="contentSM">
			<div class="title_sous_menu">Communauté</div>
                <!--<a href="http://clubdesverts.asse.fr/" target="_blank">Club des verts</a>-->
                <a href="http://www.facebook.com/assepageofficielle" target="_blank">Facebook</a>
                <a href="http://forum.asse.fr/" target="_blank">Forum</a>
              <!--<a href="http://www.asse-kids.fr/" target="_blank">ASSE Kid's Club</a>-->
				<a href="index.php?menu=communaute&page=kids">Stages d'été ASSE</a>
			<!--	<a href="http://assekidstage.canalblog.com/" target="_blank">Blog stages d'été ASSE </a>-->

				 <a href="index.php?menu=communaute&page=groupe_supporters">Groupes de supporters</a>
				 <a href="index.php?page=offres-promotionnelles">Carte Membre</a>
             </div>



              <div id="contenuPartenaire" class="contentSM">
			  <div class="title_sous_menu">Partenaires</div>
                <a href="http://clubdesetoiles.asse.fr/" target="_blank"> Découvrez nos prestations VIP</a>
                <!--<a href="index.php?menu=partenaire&page=equipe_commerciale_ASSE">Equipe commerciale ASSE  </a>
            <a href="index.php?menu=partenaire&page=newsletters">Newsletters</a>
                <a href="index.php?menu=partenaire&page=phototheque">Photothèque</a>-->


              </div>

              <div id="contenuPresse" class="contentSM">
<div class="title_sous_menu">Presse</div>
                    <a href="index.php?menu=presse&page=presse&detail=annonce">Communiqués</a>
                    <a href="index.php?menu=presse&page=presse&detail=">Charte</a>
                    <a href="index.php?menu=presse&page=presse&detail=joueur">Joueurs</a>
                    <a href="index.php?menu=presse&page=presse&detail=contact">Contact</a>

                </div>



            </div>
			

		<div id="navHautLevel3Feminine">
			<div id="contenuFemininesClub" style="display:none;">
				<div style="float:left; background:url(http://cdn.asse.fr/images_feminine/fleche_verte_f.png) no-repeat; width:78px; height:33px; color:#d5fc2a; margin:5px 0 0 0; padding:1px 0 0 20px; font-weight:bold;">Club</div>
				
								<div style="float:left; cursor:pointer; background:url(http://cdn.asse.fr/images_feminine/fleche.png) no-repeat; width:90px; height:33px; margin:5px 0 0 -17px; padding:1px 0 0 19px; font-weight:bold;" onmouseover="this.style.background='url(http://cdn.asse.fr/images_feminine/fleche_on.png) no-repeat'" onmouseout="this.style.background='url(http://cdn.asse.fr/images_feminine/fleche.png) no-repeat'"><a href="index.php?menu=feminines&page=histoire-feminines" style="color:#015820; ">HISTOIRE</a></div>
				
				<div style="float:left; cursor:pointer; background:url(http://cdn.asse.fr/images_feminine/fleche3.png) no-repeat; width:200px; height:33px; margin:5px 0 0 -25px; padding:1px 0 0 25px; font-weight:bold;" onmouseover="this.style.background='url(http://cdn.asse.fr/images_feminine/fleche3_on.png) no-repeat'" onmouseout="this.style.background='url(http://cdn.asse.fr/images_feminine/fleche3.png) no-repeat'"><a href="index.php?menu=feminines&page=classement_feminine" style="color:#015820; ">CLASSEMENT COMPLET</a></div>
				
				<div style="float:left; cursor:pointer; background:url(http://cdn.asse.fr/images_feminine/fleche3.png) no-repeat; width:200px; height:33px; margin:5px 0 0 -25px; padding:1px 0 0 25px; font-weight:bold;" onmouseover="this.style.background='url(http://cdn.asse.fr/images_feminine/fleche3_on.png) no-repeat'" onmouseout="this.style.background='url(http://cdn.asse.fr/images_feminine/fleche3.png) no-repeat'"><a href="index.php?menu=feminines&page=calendrier_feminine&teamId=1" style="color:#015820; "> CALENDRIER / RESULTATS</a></div>
		
			 </div>
			 
			<div id="contenuFemininesEquipes" style="display:none;" >
				<div style="float:left; background:url(http://cdn.asse.fr/images_feminine/fleche_verte_f.png) no-repeat; width:78px; height:33px; color:#d5fc2a; margin:5px 0 0 0; padding:1px 0 0 20px; font-weight:bold;">Equipes</div>
				
				<div style="float:left; cursor:pointer; background:url(http://cdn.asse.fr/images_feminine/fleche.png) no-repeat; width:90px; height:33px; margin:5px 0 0 -17px; padding:1px 0 0 19px; font-weight:bold;" onmouseover="this.style.background='url(http://cdn.asse.fr/images_feminine/fleche_on.png) no-repeat'" onmouseout="this.style.background='url(http://cdn.asse.fr/images_feminine/fleche.png) no-repeat'"><a href="index.php?menu=feminines&page=equipes-feminines&idE=1" style="color:#015820; ">DIVISION 1</a></div>
				
				<div style="float:left; cursor:pointer; background:url(http://cdn.asse.fr/images_feminine/fleche.png) no-repeat; width:88px; height:33px; color:#015820; margin:5px 0 0 -25px; padding:1px 0 0 25px; font-weight:bold;" onmouseover="this.style.background='url(http://cdn.asse.fr/images_feminine/fleche_on.png) no-repeat'" onmouseout="this.style.background='url(http://cdn.asse.fr/images_feminine/fleche.png) no-repeat'"><a href="index.php?menu=feminines&page=equipes-feminines&idE=87" style="color:#015820; ">U19 NAT</a></div>
				
				<div style="float:left; cursor:pointer; background:url(http://cdn.asse.fr/images_feminine/fleche2.png) no-repeat; width:88px; height:33px; color:#015820; margin:5px 0 0 -30px; padding:1px 0 0 20px; font-weight:bold;" onmouseover="this.style.background='url(http://cdn.asse.fr/images_feminine/fleche2_on.png) no-repeat'" onmouseout="this.style.background='url(http://cdn.asse.fr/images_feminine/fleche2.png) no-repeat'"><a href="index.php?menu=feminines&page=equipes-feminines&idE=89" style="color:#015820; ">U18 LIGUE</a></div>
				
				<div style="float:left; cursor:pointer; background:url(http://cdn.asse.fr/images_feminine/fleche3.png) no-repeat; width:200px; height:33px; color:#015820; margin:6px 0 0 -30px; padding:1px 0 0 27px; font-weight:bold;" onmouseover="this.style.background='url(http://cdn.asse.fr/images_feminine/fleche3_on.png) no-repeat'" onmouseout="this.style.background='url(http://cdn.asse.fr/images_feminine/fleche3.png) no-repeat'"><a href="index.php?menu=feminines&page=equipes-feminines&idE=90" style="color:#015820; ">ECOLE DE FOOTBALL</a></div>
			 </div>
		 </div>

<div id="contenuPage"><a href="http://www.boutiquedesverts.fr?utm_source=AsseOff&utm_medium=index&utm_campaign=index_950_25" target="_blank"><img src="http://cdn.asse.fr/images/img2011/Index_950x25_2.gif" width="950" height="25" style="margin-bottom:10px;" border="0"></a> <style type="text/css">
.h1_selected{
    color:#61ad1b;
    font-weight:bold;
    font-size:20px;
}

.h1_not_selected{
    color:#61ad1b;
    font-size:15px;
}

.centre{
    float: right;
    width: 720px;
}

h2{
    background-image: url('http://cdn.asse.fr/images/mediatheque/ln_st.gif');
    color:#005621;
    font-size:19px;
    height:38px;
    line-height: 38px;
    background-position: 0 30px;
    background-repeat: no-repeat;
    position: relative;
}


.pagination{
    
    position: absolute;
    right: 0px;
    top:-5px;
    font-size:12px;
    color: gray;
}

.lienPagination{
    font-size: 12px;;
}

img{
    border:0;
}
</style>
<div id="fondVertHaut" style="width: 350px; float:left;">
    <!--<div class="titreBlanc" style="color:#a72118">Offre spéciale noël</div> -->
</div>
<a href="fichiers/Asse_Stage Jeune_2014-bd-FL.pdf" target="_blank"><img src="http://cdn.asse.fr/images/lien_brochure_kids.gif" width="600" style="margin-top:1px;"/></a>

<div style="width:950px;"> 
<div style="float:right; padding:10px; border:2px solid #a72118; text-align:center; width:415px; margin-bottom:20px; font-size:14px; background:#e5e5e5;"><span style="font-size:20px; font-weight:bold; color:#a72118">! ATTENTION !</span><br /><br />
   Stage n°3 (21/07 au 26/07/2014) : <span style="color:#a72118; font-weight:bold;">COMPLET</span><br /><br /><br />
</div> 


<!-- BLOC INFO ROUGE DROITE
<div style="float:right; padding:10px; border:2px solid #a72118; text-align:center; width:415px; margin-bottom:20px; font-size:14px; background:#e5e5e5;">
<span style="color:#a72118; font-weight:bold;">Les stages d'été 2013 de l'ASSE affichent complet. <br/>Les inscriptions sont closes. </span><br /><br />
Merci pour cette belle marque de confiance et de reconnaissance de la qualité de l’organisation et du savoir-faire technique de nos stages.
</div> -->
   

    <!--<img src="images/kidsnoel.jpg" width="950" height="378" alt="Kids Noel" style="margin-bottom:15px;" />-->
    
 <!--   
<img src="http://cdn.asse.fr/images/kids_bienvenue.jpg" width="500" height="80" alt="Bienvenu à l'ASSE" />-->
<!--<a href="fichiers/brochure2012.pdf" target="_blank"><img src="images/btn_fetes.gif" width="420" height="80" alt="Tarif Spécdial Fêtes" style="float:right;" /></a>-->
<div style="width:500px; float:left">
  <!--
  <table><tr><td><img src="http://cdn.asse.fr/images/kids_phone.jpg" width="40" height="30"  style="margin:5px; float:left;" /></td><td valign="middle" align="center"> <span style="font-family:Arial; font-size:14px; color:#313131;">Renseignements par téléphone au : <span style="font-weight:bold; color:#016330; font-size:16px;"> 04 77 91 15 65 </span></span><br /><br /></td></tr></table><br/><br/><br/>-->
    <img src="http://cdn.asse.fr/images/stage_foot_2014.png" width="480" height="619" alt="Kids"  style="margin:5px; float:left; margin-bottom:15px;  margin-top: -70px;"/><br />
    <span style="font-size:24px; color:#005e2a; font-weight:bold;">Un site privilégié</span>
     <hr style="color:#005e2a" /><br />
     <p style="text-align:justify;">Club formateur reconnu, l’ASSE organise des stages d’été depuis 1993.<br/><br/>
A 30 kilomètres de Saint-Etienne, au coeur d’un environnement champêtre, le lycée d’enseignement professionnel agricole de Montbrison-Précieux offre <b>un cadre idéal pour l’épanouissement des jeunes stagiaires</b>, lesquels bénéficient de toutes les infrastructures nécessaires à la pratique de leur sport favori.<br/><br/>
<b>Encadrés par des éducateurs et animateurs diplômés</b>, les jeunes stagiaires sont logés dans des chambres de 4 personnes.<br /><br /><br /><br />
</p>

    <span style="font-size:24px; color:#005e2a; font-weight:bold;">Le savoir-faire technique d'un club professionnel</span>
     <hr style="color:#005e2a" /><br />
     <p style="text-align:justify;">Les séances d’entraînement sont conçues par la <b>direction technique de l’ASSE</b> en collaboration avec des responsables brevetés d’État.<br/><br/>
En début de semaine, les stagiaires sont répartis par classes d’âge afin qu’ils puissent suivre une <b>progression harmonieuse</b>. <br /><br />

<!--Votre famille et vos amis pourront suivre quotidiennement l’évolution de votre enfant sur le blog des stages d’été : <a href="http://assekidstage.canalblog.com/" target="_blank" style="font-size:14px; color:#005e2a; font-weight:bold; text-transform:uppercase;">CLIQUEZ ICI >></a>-->
<!--
Votre famille et vos amis pourront suivre quotidiennement l'évolution de votre enfant sur le blog des stages d'été : <span style="font-size:14px; color:#005e2a; font-weight:bold; text-transform:uppercase;">A VENIR</span>-->
</p>
    
    </div>
 <div style="float:right; width:420px; padding:10px; background:#0a5d27; float:right;">
 <span style="font-size:24px; color:#FFFFFF; font-weight:bold;">Programme d’une journée type</span>
 <hr style="color:#FFFFFF" /><br /><br />
<span style="font-size:16px; color:#b4cfc0; font-weight:bold;">8-13 ans</span><br /><br>
 <table cellpadding="10" cellspacing="10" style="color:#FFFFFF; border:1px solid white;" align="center">
 
 <tr><td><strong>8h00</strong></td><td> Petit-déjeuner </td></tr>
  <tr><td><strong>8h45</strong></td><td> Présentation des séances </td></tr>
   <tr><td><strong>9h00</strong></td><td>Séances d’entraînement </td></tr>
    <tr><td><strong>12h00</strong></td><td> Déjeuner</td></tr>
     <tr><td><strong>13h00</strong></td><td> Détente </td></tr>
      <tr><td><strong>14h30</strong></td><td> Perfectionnement technique et mise en situation </td></tr>
       <tr><td></td><td></td></tr>
        <tr><td><strong>15h30</strong></td><td> Causerie d’avant-match </td></tr>
         <tr><td><strong>16h00</strong></td><td>  Match </td></tr>
          <tr><td><strong>18h00</strong></td><td>  Temps libre </td></tr>
          <tr><td><strong>19h00</strong></td><td>  Dîner </td></tr>
          <tr><td><strong>20h00</strong></td><td>  Animation </td></tr>

</table>

 <br /><br /><br />



<span style="font-size:16px; color:#b4cfc0; font-weight:bold;">14-16 ans</span><br /><br />
 <table cellpadding="10" cellspacing="10" style="color:#FFFFFF; border:1px solid white;" align="center">
 
 <tr><td><strong>7h00</strong></td><td> Footing </td></tr>
  <tr><td><strong>8h30</strong></td><td> Petit-déjeuner  </td></tr>
    <tr><td><strong>9h00</strong></td><td> Présentation des séances </td></tr>
   <tr><td><strong>9h15</strong></td><td>Séances d’entraînement </td></tr>
    <tr><td><strong>12h30</strong></td><td>Déjeuner</td></tr>
     <tr><td><strong>13h30</strong></td><td>Détente, jeux </td></tr>
      <tr><td><strong>14h30</strong></td><td>Perfectionnement technique et mise en situation </td></tr>
       <tr><td></td><td></td></tr>
        <tr><td><strong>15h30</strong></td><td>Causerie d’avant-match </td></tr>
         <tr><td><strong>16h00</strong></td><td>Match </td></tr>
          <tr><td><strong>18h00</strong></td><td>Temps libre </td></tr>
          <tr><td><strong>19h30</strong></td><td>Dîner </td></tr>
          <tr><td><strong>20h30</strong></td><td>Foot en salle </td></tr>
</table>

 <br /><br /> 

 
 </div>   
 <img src="http://cdn.asse.fr/images/kids_bas.jpg" width="950" height="200" alt="KidsClub Bas" style="clear:both; margin-bottom:15px;" />
    
    <img src="http://cdn.asse.fr/images/partenaires_kids.jpg" alt="Partenaires Kids" width="950" height="194" border="0" usemap="#Map" style="clear:both;" />
<map name="Map" id="Map"><area shape="rect" coords="691,130,796,181" href="http://www.markal.fr/" alt="Markal" target="_blank" /><area shape="rect" coords="470,121,550,187" href="http://www.groupe-casino.fr/" alt="Groupe Casino" target="_blank" /><area shape="rect" coords="576,122,677,191" href="http://www.loire.fr/jcms/j_4149/accueil" target="_blank" alt="Conseil Général de la Loire" /><area shape="rect" coords="343,116,448,189" href="http://www.andros.fr/" target="_blank" alt="Andros" /><area shape="rect" coords="237,114,322,190" href="http://www.pasquier.fr/produit/gamme-6-Gamme+Pitch.html" alt="Pitch" target="_blank" /><area shape="rect" coords="114,99,206,189" href="http://www.fruite.fr/" alt="Fruité" target="_blank" /><area shape="rect" coords="-1,113,103,188" href="http://www.danone.com/" alt="Danone Professional" target="_blank" /></map>
<BR /><BR /><BR />     <hr style="color:#005e2a" /><br /><br />

</div></div>
        </div>
       
		   <div style="width:1000px; clear:both";>
			 <object type="application/x-shockwave-flash"  data="http://cdn.asse.fr/swf/bandeau_OK.swf" width="1000" height="95" >
					<param name="movie" value="http://cdn.asse.fr/swf/bandeau_OK.swf" />
					<param name="quality" value="high" /> 
					<param name="play" value="true" />
					<param name="menu" value="false" />  
					<param name="scalemode" value="noborder" />
		</object>
		</div>
	</div><map name="MapDroit" id="MapDroit">

 <area shape="rect" coords="3,8,217,85" href="index.php?page=bar_restaurant" alt="Carte bancaire" />
 <area shape="rect" coords="3,93,212,210" href="index.php?page=maillotvert""/>
 <area shape="rect" coords="3,211,214,316" href="http://www.boutiquedesverts.fr/#utm_source=AsseOff&utm_medium=index&utm_campaign=menu" target="_blank"/>
 <area shape="rect" coords="-2,319,215,420" href="http://www.boutiquedesverts.fr/#utm_source=AsseOff&utm_medium=index&utm_campaign=menu"  target="blank"/>
 <area shape="rect" coords="1,423,212,520" href="http://www.boutiquedesverts.fr/#utm_source=AsseOff&utm_medium=index&utm_campaign=menu" target="_blank" />


</map><script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2585164-10";
urchinTracker();
</script>   <SCRIPT LANGUAGE="JavaScript">
function _eStat_Whap_loaded_func(){
eStatWhap.serial("800000211176");
eStatWhap.send();
}
(function() {
var myscript = document.createElement('script');
myscript.src = "http://w.estat.com/js/whap.js";
myscript.setAttribute('async', 'true');
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(myscript, s);
} )();
</SCRIPT>
</html>

