/* ---------------------------------
   FEUILLE DE STYLE FUNMEDIAS
---------------------------------- */

/* Marges à 0 */
*{margin:0px;padding:0px;}

/* Suppression des bordures des images en lien */ 
a img{border:none;}

/* FOND */
/*body { background-image: url(fonds/bg1.jpeg);}*/


/* Suppression des marges des form */
form{margin:0px;   }

/* Polices par defaut */
body, h1, h2, h3, h4, h5, h6, td{font: 11px "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;}

/* Elements communs pour les textes */
p{margin: 4px 0px;line-height:1.4em;padding:0px}

/* Couleurs des liens */
a:link{color:#000000;text-decoration: underline;}
a:visited{color:#000000;}
a:hover{color:#0000CC;text-decoration: underline;}
a:active{color:#0000CC;}

/* Elements des listes li et ul */
li{margin-bottom:0px}
ul,ol{margin-left:25px}

/* Définition du style de la balise body */
body {
	background-color: ffffff;
	background-image: url(images/bg1.jpeg);
	/*text-align: center;*/
	margin: 5px 0px;
}

.bgTiret {
	background-image: url(images/tiret.gif);
}
