body {
	background-color: #002228; 
	background-image:url(../images/barbara-libertine.jpg); 
	background-repeat:no-repeat;
	margin-top:120px;
	font-family: Georgia, "Times New Roman", Times, serif; 
}



#hotxor { width: 220px; height: 90px; position: absolute; top: 5px; left: 700px;   }
#bloc1 {font-size: 50px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
position: absolute; left: 10px; top: 10px; color: red; z-index : 1 ;}
#bloc2 {font-size: 50px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
position: absolute; left: 13px; top: 13px; color: yellow; z-index : 2 ;}


#menu { width: 550px; height: 20px; position: absolute; top: 80px; left: 80px; color: yellow;}

#mois { width: 550px; height: 75px; position: absolute; top: 150px; left:100px;  color: yellow; }

#fenetre { width: 200px; height: 200px; position: absolute; top: 80px; left:710px;  color: yellow; }

#contenu { width: 600px; height: 20px; position: absolute; top: 250px; left: 100px;  color: yellow; }



a:link {
 color: #FFFFFF;
 background-color: #000000;
 text-decoration: underline;
 font-style: normal;
 font-weight: normal;
}
a:hover {
 color: #FFFFFF;
 text-decoration: none;
 background-color: #FF3300;
 font-weight: normal;
 font-style: normal;
}
a:active {
 color: #FFFFFF;
 text-decoration: none;
 background-color: #A5A5A5;
 font-weight: normal;
 font-style: normal;
}
a:visited {
 color: #ffbc90;
 text-decoration: underline;
 font-weight: normal;
}
