/* mise en forme générale du site Internet de letizia-capecchi.fr */

body {
	background: #F5F5F5;
	margin: 0; padding: 0;
	background: url('letizia-capecchi.jpg') fixed center no-repeat;
	text-align: center; font-family: Verdana, Tahoma, Arial, sans-serif; color: #F5F5F5; font-size: 13px;	
}
#page {
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}

#presentation {
	width: 400px; margin: 0; padding: 2;
	position: relative; top: 290px; left: 60px;	
	text-align: left; 
}
#social{
	margin-top: 20px;
}
#website {
	margin: 7px 0 0 2px;
}


/* Divers et généralités */
h1 {font-size: 38px; text-align: left; font-style: bold; font-family: "Comic Sans MS", "Brush Script MT", cursive;}
h2 {font-size: 14px; text-align: left; font-style: bold;}

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

img {border: 0; margin: 0; padding: 0;}
a:hover img { filter:alpha(opacity=70); opacity: 0.7;}
