/****************************************************************/
/* ------------------------------------------------------------ */
/* Auteur:	Benoit Audet					*/
/* Date:	4 decembre 2005					*/
/* Version:	1.0.4						*/
/* Contact:	baudet@benoitaudet.com				*/
/* ------------------------------------------------------------ */
/* Description: Feuille des styles utilises a travers tout le	*/
/* 		site internet et ses modules, pour configurer	*/
/*		l'apparence des diverses parties le composant.	*/
/* ------------------------------------------------------------ */
/* Modifications:						*/
/*								*/
/* -> 2005-01-04: Creation du fichier original.			*/
/* -> 2005-07-25: Remaniement et nettoyage majeur du fichier.	*/
/* -> 2005-12-04: Ajout du separateur pour les nouvelles.	*/
/* -> 2006-03-20: Separation du "body" et des "td".		*/
/* -> 2006-07-24: Correction des styles de titre des annonces.	*/
/* ------------------------------------------------------------ */
/****************************************************************/

/* ------------------------------------------------------------ */
/* Section du style general par defaut de tout le site...	*/
/* ------------------------------------------------------------ */
body {
	background-color: #494949;
	background-image:url('images/fond_grad_01a.png');
	/* background-image:url('images/fond_test_01a.png'); */
	background-repeat:repeat-x;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

td {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

.imgclass {
	border-width: 0;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	}

/* ------------------------------------------------------------ */
/* Caracteres fideles au style general, mais de la couleur de	*/
/* dominance pour le site (differente de la couleur normale des	*/
/* catacteres qui, elle, est generalement noire...		*/
/* ------------------------------------------------------------ */
.normal_clr2 {
	color: #000000;
	}

/* ------------------------------------------------------------ */
/* Caracteres pour l'usage dans les fenetres de code source...	*/
/* ------------------------------------------------------------ */
.code_clr1 {
	font-family: Courier, monospace;
	}

/* ------------------------------------------------------------ */
/* Caracteres fideles au style general, mais plus petits, comme	*/
/* pour les notes explicatives, etc...				*/
/* ------------------------------------------------------------ */
.normal_08_clr1 {
	font-size: 8pt;
	}

/* ------------------------------------------------------------ */
/* Taille de la police du pied de page et des liens cliquables	*/
/* dans "sub_menu.php", "second_menu.php" et "corps_titre.php".	*/
/* ------------------------------------------------------------ */
.normal_11_clr1 {
	color: #828282;
	font-size: 11px;
	}

/* ------------------------------------------------------------ */
/* Titres des paragraphes de section et de la page d'accueil...	*/
/* ------------------------------------------------------------ */
.normal_15_clr2 {
	font-size: 15px;
	color: #000000;
	/* text-shadow: 1px 1px 1px gray; */
	}

/* ------------------------------------------------------------ */
/* Grands titres des sections de gestion (sous "secure/")...    */
/* ------------------------------------------------------------ */
.normal_16_clr1 {
        font-size: 16px;
        }

/* ------------------------------------------------------------ */
/* Grands titres pour chacune des pages/sections du site...     */
/* ------------------------------------------------------------ */
.normal_21_clr1 {
        font-size: 21px;
        }

/* ------------------------------------------------------------ */
/* Caracteres pour les annonces, selon les choix de couleurs...	*/
/* ------------------------------------------------------------ */
.annc_08_clr1 {
        font-size: 8pt;
	color: #000000;
        }
.annc_08_clr2 {
        font-size: 8pt;
	color: #ffffff;
        }
.annc_08_clr3 {
        font-size: 8pt;
	color: #000000;
        }
.annc_08_clr4 {
	font-size: 8pt;
	color: #ffffff;
	}
.annc_08_clr5 {
	font-size: 8pt;
	color: #000000;
	}
.annc_08_clr6 {
	font-size: 8pt;
	color: #000000;
	}

/* ------------------------------------------------------------ */
/* Pour fichiers "sub_menu.php" et "second_menu.php" seulement!	*/
/* ------------------------------------------------------------ */
.top_01b {
	color: #ffffff;
	}

/* ------------------------------------------------------------ */
/* Sert seulement a identifier la section actuellement choisie 	*/
/* (s'il y a lieu) comme lien actif pour un icone "d'annonce",	*/
/* dans le menu de droite (icones avec la meteo, etc.)...	*/
/* ------------------------------------------------------------ */
.top_02a {
	color: #ff0000;
	font-weight: bold;
	}

/* ------------------------------------------------------------ */
/* Taille des carateres pour les "Statistiques rapides" (qui ne	*/
/* s'affichent que si phpBB est installe avec le site web...	*/
/* ------------------------------------------------------------ */
.stat_01a {
	font-size: 0.9em;
	}

/* ------------------------------------------------------------ */
/* Couleurs et styles generaux des liens pour tout le site...	*/
/* ------------------------------------------------------------ */
a {
	color: #777777;
	text-decoration:none;
	}

a:visited {
	color: #777777;
	}

a:hover {
	color: #ff0000;
	text-decoration: underline;
	}


/* ------------------------------------------------------------ */
/* Liens fideles aux liens normaux, mais plus petits, comme 	*/
/* la page d'accueil, les fichiers a telecharger, les liens et	*/
/* les nouvelles...						*/
/* ------------------------------------------------------------ */
a.nouv {
	font-weight: bold;
	font-size: 8.5pt;
	}

a:hover.nouv {
	text-decoration: underline;
	}


/* ------------------------------------------------------------ */
/* Liens en blancs, pour ecriture sur des arriere-plans fonces,	*/
/* comme dans le cas des sub_menus...				*/
/* ------------------------------------------------------------ */
a.blanc {
	color: #ffffff;
	}

a:hover.blanc {
	color: #ffffff;
	text-decoration: underline;
	}

a:visited.blanc {
	color: #ffffff;
	}

/* ------------------------------------------------------------ */
/* Liens de style pour les annonces de la section de droite...	*/
/* ------------------------------------------------------------ */

/* ---------------------------- */
/* Style #1			*/
/* ---------------------------- */
.annc_01 {
	color: #000000;
	}

a.annc_01 {
	color: #000000;
	}
	
a:hover.annc_01 {
	color: #440000;
	text-decoration: underline;
	}

a:visited.annc_01 {
	color: #000000;
	}

/* ---------------------------- */
/* Style #2			*/
/* ---------------------------- */
.annc_02 {
	color: #ffffff;
	}

a.annc_02 {
	color: #ffffff;
	}

a:hover.annc_02 {
	color: #ffffff;
	text-decoration: underline;
	}

a:visited.annc_02 {
	color: #ffffff;
	}


/* ---------------------------- */
/* Style #3			*/
/* ---------------------------- */
.annc_03 {
	color: #000000;
	}
	
a.annc_03 {
	color: #000000;
	}

a:hover.annc_03 {
	color: #440000;
	text-decoration: underline;
	}

a:visited.annc_03 {
	color: #000000;
	}


/* ---------------------------- */
/* Style #4			*/
/* ---------------------------- */
.annc_04 {
	color: #ffec13;
	}

a.annc_04 {
	color: #ffec13;
	}

a:hover.annc_04 {
	color: #ffec13;
	text-decoration: underline;
	}

a:visited.annc_04 {
	color: #ffec13;
	}


/* ---------------------------- */
/* Style #5			*/
/* ---------------------------- */
.annc_05 {
	color: #bd0909;
	}

a.annc_05 {
	color: #bd0909;
	}

a:hover.annc_05 {
	color: #bd0909;
	text-decoration: underline;
	}

a:visited.annc_05 {
	color: #bd0909;
	}


/* ---------------------------- */
/* Style #6			*/
/* ---------------------------- */
.annc_06 {
	color: #000000;
	}

a.annc_06 {
	color: #000000;
	}

a:hover.annc_06 {
	color: #440000;
	text-decoration: underline;
	}

a:visited.annc_06 {
	color: #000000;
	}



/* ------------------------------------------------------------ */
/* Table avec image de fond pour l'entete du site pour toutes	*/
/* les sections autres que l'accueil...				*/
/* ------------------------------------------------------------ */
td.barre_01 {
	background-image: url(images/acc_fdtop_01a.jpg);
	}

/* ------------------------------------------------------------ */
/* Table avec image de fond pour la barre de navigation de tout	*/
/* le site au complet (drop-down menu)...			*/
/* ------------------------------------------------------------ */
td.barre_02 {
	background-image: url(images/fond_barre_01a.gif);
	}

/* ------------------------------------------------------------ */
/* Style pour les separateurs des nouvelles...                  */
/* ------------------------------------------------------------ */

td.sec_nvsepar_01 {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	}

/* ------------------------------------------------------------ */
/* Couleur du fond des tables contenant le texte du site web...	*/
/* ------------------------------------------------------------ */

td.contenu_txt_01 {
	background-color: #ffffff;
	}

/* ------------------------------------------------------------ */
/* Style pour l'affichage des tableaux du site (sec_tabl_01 et  */
/* sect_tabl_02)...						*/
/* ------------------------------------------------------------ */
td.sec_tabl_01 {
	color: #ffffff;
	font-size: 13px;
	background-color: #7c7c7c;
	border: 0px;
	}

td.sec_tabl_02 {
	background-color: #c2c2c2;
	border: 0px;
	}

td.sec_tabl_03 {
	background-color: #dfdfdf;
	border: 0px;
	}

/* ------------------------------------------------------------ */
td.sec_menu_01 {
	background-position: top;
	background-color: #dfdfdf;
	border: 0px;
	}

td.sec_menu_02 {
	background-position: top;
	background-color: #7c7c7c;
	border: 0px;
	}

td.sec_menu_03 {
	background-position: top;
	background-color: #c2c2c2;
	border: 0px;
	}

td.sec_menu_04 {
	background-position: top;
	background-color: #bd0909;
	border: 0px;
	}

td.sec_menu_05 {
	background-position: top;
	background-color: #ffec13;
	border: 0px;
	}

td.sec_menu_06 {
	background-position: top;
	background-color: #ffffff;
	border: 1px solid #212121;
	}

/* ------------------------------------------------------------ */
/* Titres des champs de formulaires...                          */
/* ------------------------------------------------------------ */
.champs_tbl {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	}

/* ------------------------------------------------------------ */
/* Formattage des champs de formulaires... 			*/
/* ------------------------------------------------------------ */
input, textarea, select {
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	}

input {
	text-indent : 2px;
	}

input.button {
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	}

.postbody {
	line-height: 18px
	}

/* ------------------------------------------------------------	*/
/* Contenu des champs a remplir (texte, etc.).			*/
/* ------------------------------------------------------------ */
input, textarea, select {
        color : #000000;
        font: normal 12px sans-serif;
        border-color : #000000;
	}

/* ------------------------------------------------------------ */
/* Couleur de fond pour les champs a remplir de texte...	*/
/* ------------------------------------------------------------ */
input.post, textarea.post, select {
        background-color : #FFFFFF;
	}

/* ------------------------------------------------------------ */
/* Contenu des champs a remplir pour la fenetre de code source.	*/
/* ------------------------------------------------------------ */
input.code, textarea.code {
	color : #000000;
	border-color : #000000;
	font-family: Courier;
	font-size: 12px;
        }



/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* STYLES pour les MENUS 					*/
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
table.menuBarHz {
}

/* ------------------------------------------------------------ */
/* Menus inactifs 						*/
/* ------------------------------------------------------------ */

.menuBarHzOFF {
 font-family: Arial, Helvetica, sans-serif;
 /* background-color: #000000; */
 /* background-image: url(images/fond_barre_01a.gif); */
 color: #000000;
 font-size: 9pt;
 font-weight: bold;
 padding-left: 7px;
 padding-right: 7px;
 padding-top: 4px;
 padding-bottom: 4px;
 border-top: 0px solid #c2c2c2;
 border-right: 0px solid #c2c2c2;
 border-bottom: 0px solid #c2c2c2;
}


/* ------------------------------------------------------------ */
/* Menus survolles 						*/
/* ------------------------------------------------------------ */

.menuBarHzOFFover {
 font-family: Arial, Helvetica, sans-serif;
 /* background-color: #000000; */
 color: #ff0000;
 font-size: 9pt;
 font-weight: bold;
 padding-left: 7px;
 padding-right: 7px;
 padding-top: 4px;
 padding-bottom: 4px;
 border-top: 0px solid #c2c2c2;
 border-right: 0px solid #c2c2c2;
 border-bottom: 0px solid #c2c2c2;
 cursor: hand;
}

.menuBarHzOFF a, .menuBarHzOFFover a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #ffffff;
 text-decoration: none;
 /* text-shadow: 0 1px 1px black; */
}

.menuBarHzOFF a:hover,
.menuBarHzOFFover a:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #ff0000;
 text-decoration: none;
 /* text-shadow: 0 1px 1px gray; */
}


/* ------------------------------------------------------------ */
/* Page presentement consultee... 				*/
/* ------------------------------------------------------------ */

.menuBarHzON {
 font-family: Arial, Helvetica, sans-serif;
 /* background-color: #000000; */
 /* background-image: url(images/fond_barre_01c.gif); */
 color: #ffffff;
 font-size: 9pt;
 font-weight: bold;
 padding-left: 7px;
 padding-right: 7px;
 padding-top: 2px;
 padding-bottom: 2px;
 border-top: 0px solid #c2c2c2;
 border-right: 0px solid #c2c2c2;
 border-bottom: 0px solid #c2c2c2;
}

.menuBarHzON a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #ff0000;
 text-decoration: none;
}

.menuBarHzON a:hover {
 color: #ff0000;
 text-decoration: none;
}

/*--------------------------------------------------------------*/
/* ------------------------------------------------------------ */
/* Sous-menus...						*/
/* ------------------------------------------------------------ */
/*--------------------------------------------------------------*/

table.simediaHzMenus {
 border: 2px solid #4f4f4f;
}

td.simediaHzMenus {
 
 background-color: #4f4f4f;
 padding-right: 7px;
 padding-left: 7px;
 padding-bottom: 1px;
 padding-top: 1px;
}

td.simediaHzMenus a,
td.simediaHzMenus a:visited {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #ffffff;
 font-weight: normal;
 text-decoration: none;
 /* text-shadow: 0 1px 1px black; */
}


/* ------------------------------------------------------------ */
/* Couleur lorsque survolle... 					*/
/* ------------------------------------------------------------ */

td.simediaHzMenusON {
 background-color: #4f4f4f;
 padding-right: 7px;
 padding-left: 7px;
 padding-bottom: 1px;
 padding-top: 1px;
 cursor: hand;
}

td.simediaHzMenusON a {
 color: #ffffff;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 font-weight: normal;
 text-decoration: none;
 /* text-shadow: 0 1px 1px black; */
}

td.simediaHzMenusON a:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #ff0000;
 text-decoration: none;
 text-shadow: 0 1px 1px black;
}

td.simediaHzMenusImage {
 padding-right: 0px;
 padding-left: 0px;
 background-color: #4f4f4f;
}

/* TEST */

.spiffy{
display:block;
width:90%;
}
.spiffy *{
display:block;
height:1px;
overflow:hidden;
background:#ffffff;
}
.spiffy1{
border-right:1px solid #989898;
padding-right:1px;
margin-right:3px;
border-left:1px solid #989898;
padding-left:1px;
margin-left:3px;
background:#d2d2d2;
}
.spiffy2{
border-right:1px solid #5d5d5d;
border-left:1px solid #5d5d5d;
padding:0px 1px;
background:#dcdcdc;
margin:0px 1px;
}
.spiffy3{
border-right:1px solid #dcdcdc;
border-left:1px solid #dcdcdc;
margin:0px 1px;
}
.spiffy4{
border-right:1px solid #989898;
border-left:1px solid #989898;
}
.spiffy5{
border-right:1px solid #d2d2d2;
border-left:1px solid #d2d2d2;
}
.spiffy_content{
padding:0px 0px;
background:#ffffff;
width:90%;
} 

/* -------------------------------------------------- */
/* Test pour mettre du texte par dessus une image...  */
/* -------------------------------------------------- */

.txt_over_image {
	position: relative;
	width: 100%; /* for IE 6 */
}

/* Grosseur du titre des boites...	*/
.txt_over_01b {
	/* color: #ff0000; */
	font-weight: bold;
	font-size: 12pt;
}

/* ---------------------------------------------------- */
/* Boite des inconfournables...				*/
/* ---------------------------------------------------- */

/* Position en BAS a GAUCHE (bg) */
/* ----------------------------- */
.incont_table_txt_bg {
	background-color: #000000;
	opacity: .5; 
	position: absolute;
	bottom: 155px;
	height: 135px;
	left: 10px;
	width: 280px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.incont_txt_over_bg {
	color: #ffffff;
	font-size: 10pt;
	text-shadow: 1px 2px 2px black;
	text-align: left;
	position: absolute; 
	bottom: 183px;
	left: 20px;
	filter: glow(color=#000000,strength=3);
}

/* Position en HAUT a GAUCHE (hg) */
/* ------------------------------ */
.incont_table_txt_hg {
	background-color: #000000;
	opacity: .5; 
	position: absolute;
	top: 155px;
	/* bottom: 10px; */
	height: 135px;
	left: 10px;
	width: 280px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.incont_txt_over_hg {
	color: #ffffff;
	font-size: 10pt;
	text-shadow: 1px 2px 2px black;
	text-align: left;
	position: absolute; 
	top: 165px;
	/* bottom: 37px; */
	left: 20px;
	filter: glow(color=#000000,strength=3);
}

/* Position en BAS au MILIEU (bm) */
/* ------------------------------ */
.incont_table_txt_bm {
	background-color: #000000;
	opacity: .5; 
	position: absolute;
	bottom: 10px;
	height: 135px;
	left: 415px;
	width: 280px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.incont_txt_over_bm {
	color: #ffffff;
	font-size: 10pt;
	text-shadow: 1px 2px 2px black;
	text-align: left;
	position: absolute; 
	bottom: 38px;
	left: 425px;
	filter: glow(color=#000000,strength=3);
}

/* Position en HAUT au MILIEU (hm) */
/* ------------------------------ */
.incont_table_txt_hm {
	background-color: #000000;
	opacity: .5; 
	position: absolute;
	top: 10px;
	height: 135px;
	left: 415px;
	width: 280px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.incont_txt_over_hm {
	color: #ffffff;
	font-size: 10pt;
	text-shadow: 1px 2px 2px black;
	text-align: left;
	position: absolute; 
	top: 20px;
	left: 425px;
	filter: glow(color=#000000,strength=3);
}

/* ---------------------------------------------------- */
/* Boite des nouvelles...				*/
/* ---------------------------------------------------- */

/* Position en BAS a GAUCHE (bg) */
/* ----------------------------- */
.nouv_table_txt_bg {
	background-color: #000000;
	opacity: .5; 
	position: absolute;
	bottom: 10px;
	height: 135px;
	/* top: 100px; */
	left: 10px;
	width: 395px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.nouv_txt_over_bg {
	color: #ffffff;
	font-size: 10pt;
	text-shadow: 1px 2px 2px black;
	text-align: left;
	position: absolute; 
	bottom: 20px;
	left: 20px;
	filter: glow(color=#000000,strength=3);
}

/* Position en HAUT a GAUCHE (hg) */
/* ------------------------------ */
.nouv_table_txt_hg {
	background-color: #000000;
	opacity: .5; 
	position: absolute;
	/* bottom: 10px; */
	height: 135px;
	top: 10px; 
	left: 10px;
	width: 395px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.nouv_txt_over_hg {
	color: #ffffff;
	font-size: 10pt;
	text-shadow: 1px 2px 2px black;
	text-align: left;
	position: absolute; 
	/* bottom: 20px; */
	top: 20px;
	left: 20px;
	filter: glow(color=#000000,strength=3);
}


/* ------------------------------------ */
/* Boite de description de la photo...	*/ 
/* ------------------------------------ */

/* Position en HAUT a GAUCHE (hg) */
/* ------------------------------ */
.text_table_txt_hg {
	background-color: #000000;
	opacity: .5; 
	position: absolute;
	top: 10px;
	height: 135px;
	left: 705px;
	width: 200px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.text_txt_over_hg {
	/* color: #ff0000; */
	font-size: 10pt;
	font-style: italic;
	text-shadow: 1px 2px 2px black;
	text-align: left;
	position: absolute; 
	top: 20px;
	left: 715px;
	height: 120px;
	width: 180px;
	filter: glow(color=#000000,strength=3);
}

/* Position en HAUT a DROITE (hd) */
/* ------------------------------ */
.text_table_txt_hd {
	background-color: #000000;
	opacity: .5; 
	position: absolute;
	top: 10px;
	height: 135px;
	right: 10px;
	/* right: 49%; */
	width: 200px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.text_txt_over_hd {
	/* color: #ff0000; */
	font-size: 10pt;
	font-style: italic;
	text-shadow: 1px 2px 2px black;
	text-align: right;
	position: absolute; 
	top: 15px;
	right: 20px;
	/* right: 50%; */
	width: 180px;
	filter: glow(color=#000000,strength=3);
}

/* Position en BAS a DROITE (bd) */
/* ------------------------------ */
.text_table_txt_bd {
	background-color: #000000;
	opacity: .5; 
	position: absolute;
	bottom: 10px;
	height: 135px;
	right: 10px;
	/* right: 49%; */
	width: 200px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.text_txt_over_bd {
	/* color: #ff0000; */
	font-size: 10pt;
	font-style: italic;
	text-shadow: 1px 2px 2px black;
	text-align: right;
	position: absolute; 
	bottom: 20px;
	right: 20px;
	height: 120px;
	width: 180px;
	filter: glow(color=#000000,strength=3);
}

/* Position en BAS a GAUCHE (bg) */
/* ------------------------------ */
.text_table_txt_bg {
	background-color: #000000;
	opacity: .5; 
	position: absolute;
	bottom: 10px;
	height: 135px;
	left: 705px;
	width: 200px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.text_txt_over_bg {
	/* color: #ff0000; */
	font-size: 10pt;
	font-style: italic;
	text-shadow: 1px 2px 2px black;
	text-align: left;
	position: absolute; 
	bottom: 20px;
	left: 715px;
	height: 120px;
	width: 180px;
	filter: glow(color=#000000,strength=3);
}

