// Créé par José Caldéron - Mars 2002 - josecalderon@mac.com
// Description : 
// Bloc contenant les fonctions utilisées dans la section du site de la FCSQ
// Ces fonctions sont les parties HTML communes à toutes les pages de la section

function Section_BlocMenuGauche() {
document.write('<img name="fscq_12" src="/Presse/_images/bloc_gauche_Presse.gif" width="160" border="0" usemap="#BlocGaucheMap">');
document.write('<!-- MAP SUR MENU_GAUCHE -->');
document.write('<map name="BlocGaucheMap">');
document.write('	<area shape="rect" coords="33,40,150,65" href="/Presse/Communiques/index.html">');
document.write('	<area shape="rect" coords="33,70,150,85" href="http://www.fcsq.qc.ca/Presse/Communiques/VoirCommuniques.asp">');
document.write('	<area shape="rect" coords="33,100,150,105" href="/Presse/contact_medias.html">');


document.write('	<area shape="rect" coords="33,130,150,140" href="http://www.fcsq.qc.ca/Presse/communiques/VoirCommuniquesCS.asp?Archive=O">');
document.write('	<area shape="rect" coords="33,160,150,165" href="/Presse/Allocutions/index.html">');
document.write('	<area shape="rect" coords="33,190,150,185" href="/Presse/archives.html">');
document.write('	<area shape="rect" coords="33,220,150,205" href="/Presse/tournee_2011-2012.html">');

//document.write('	<area shape="rect" coords="33,110,150,125" href="#">');
//document.write('	<area shape="rect" coords="33,130,150,145" href="#">');
//document.write('	<area shape="rect" coords="33,150,150,165" href="#">');
//document.write('	<area shape="rect" coords="33,170,150,185" href="#">');
//document.write('	<area shape="rect" coords="33,190,150,205" href="#">');
//document.write('	<area shape="rect" coords="33,210,150,225" href="#">');
document.write('</map>');
}

function Section_BlocImageDroite() {
//document.write('<div align="right">');
document.write('<img name="fscq_11" src="/Presse/_images/droit_Presse.jpg" border="0" height="198">');
//document.write('</div>');
}
