/********************************/
/* FEUILLE DE STYLE UNIVERSELLE */
/********************************/
/* suppression de toutes les bordures sur toutes les images par défaut */
body, div, p, td,img { 
	margin:0;
	padding:0;
	border:0;
} 
table {
	border-collapse:collapse;
	border-spacing:0;
}

/**************************************/
/* FEUILLE DE STYLE DE MON SITE PERSO */
/**************************************/
/* definition image de fond et police par défaut */
body {
	background:url("./images/bg.gif");
	font-family:verdana;
	font-size:14px;
	color:#333333;
}

/* definition du style des liens */
a{
	color:orange; 
	text-decoration: none;
}

a.current{
	color:#000000;
}


a:hover {
	color:white; 
	text-decoration: none;
}


img{
	border:0;
}

/* defintion des 4 zones de texte communes 
pour toutes les pages :
- entete
- menu
- corps de la page
- pied de page */
#entete{
	background:orange;
	color:white;
	font-size:24px;
	text-align:left;
}

#menu { 
	float:left;
	background:#336699;
	padding:5px;
	margin:10px;
	width:150px;
	height:220px;
	color:white;
	font-size:16px;
	text-align:right;
}

#corps {
	margin:10px;
}

#pied_de_page{
	background:#888888;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	color:white;
	font-size:12px;
	text-align:right;
}
/* spécifique a l'album : cadre photo */
div.cadre1photo{
	border: #336699 1px solid;
	text-align:center;	
	width:150px;
	height:220px;
	margin:0px 20px;
	float:left;
	font-size:12px;
	color:#000000;
}

div.cadre1photo .cadre_entete{
	background: #336699;
	color:#ffffff;
	font-weight:bold;
	margin:0 0 15px 0;
	font-size:14px;
}

div.cadre1photo img{
	width:100px;
}
