@charset "utf-8";
/* CSS Document */
img
	{
		border:none;
	}
.container
	{
		text-align:left;
		position:relative;
		padding:0;
		margin:0 auto;
		width:960px;
	}
	
body
	{
		text-align:center;
		background: url(image/fond.jpg) repeat-y top center #16110d;
		color:#FFF;
		margin-top:40px;
		font-family:bernard MT;
	}
	
a
	{
		color: #06F;
		text-decoration: none;
	}
	
a:hover
	{
		text-decoration:underline;
	}
	
	
.menu 
	{
		background-color: #f2f2f2;
		padding: 3px 8px;
		margin-bottom: 5px;
	}
			
.menu a
	{
		background-color: #7aa7fd;
		border: 1px solid #ffffff;
		padding: 2px 32px;
		font-weight: bold;
		color: #000;
	}

.menu a:hover
	{
		background-color: #e1cf5f;
		color: black;
	}
	
hr
	{
		background-color: #3e58c0;
		height: 1px;
		border: 0;
		margin-bottom:15px;
	}

h1
	{
		text-align:center;
		font-family:"Bernard MT Condensed"; font-size: 70px;
	}
	
.header
	{
		font-size:18px;
		margin-top:30px;
	}
	
.satie
	{
		font-family:kristen itc;
		color:#e1cf5f;
		text-align:center;
	}
	
.clara
	{
		font-family:papyrus;
		text-align:center;
		color:#7aa7fd;
		font-size:18px;
	}
	
.diner
	{
		font-family:Brush Script MT;
		color:#e461a2;
		font-size:25px;
		text-align:center;
	}
	
.tete
	{
		margin:20px;
		text-align:center;
		float:right;
	}
	
.moi
	{
		font-family: Verdana, Geneva, sans-serif;
		text-align:center;
		color:#ffff00;
		width:400px;
		font-size:14px;
	}
	
.archive
	{
		margin:40px;
		float:left;
	}
	
.titrefamille
	{
		font-family:jokerman;
		font-size:20px;
		text-align:center;
		color:red;
	}
	
.amourettes_titre
	{
		font-family:harrington;
		font-size:50px;
		margin-top:30px;
		text-align:center;
		color:#960;
	}
	
.amourettes_sstitre
	{
		text-align:center;
		font-size:18px;
		display:block;
	}
	
.amourettes
	{
		text-align:center;
		margin:auto;
		font-size:22px;
		font-family:harrington;
		
	}

.photo
	{
		height:200px;
		width:200px;
		background-position:top;
		float:left;
		margin:30px;
	}
.photo:hover
	{
		background-position: bottom;
	}
	
.jaune
	{
		display: inline;
		color: #C90;
	}
	
.rouge
	{
		display:inline;
		color:#F00;
	}
	

