/* CSS Document */

body {
	
	margin-top: 50px;

	background-image: url(outlook_express_fichiers/papier_journal.jpg);
	background-repeat: repeat;
}
#header{
width:760px;
height:115px;
margin:auto;
margin-bottom:50px;

}

#logo {
width:105px;
height:114px;
float:left;
text-align:right;
}
#outlook {
width:400px;
height:114px;
float:right;
font-size: 24px;
font-family:"Monotype Corsiva", Verdana, "Times New Roman",  "Comic Sans MS", "Courier New";
}
#texte {
width:518px;
height:200px;
font-size: 12px;
font-family: "Lucida Grande", Verdana, sans-serif;
background:inherit;
color:#663333;
margin-left:40%;
margin-top:50px;	
}

#rose {
position:absolute;
left:138px;
top:261px;
width:131px;
height:109px;
z-index:3;
visibility: visible;
}

#menu {
position:absolute;
left:230px;
top:292px;
width:123px;
height:133px;
z-index:4;
visibility: visible;
color: #CC0066;
font-family:"Monotype Corsiva", Verdana, "Times New Roman",  "Comic Sans MS", "Courier New";
font-weight: bold;
font-size:16px;
}
#chat{
width:80px;
height:110px;
margin:auto;
text-align:center;
}

a {
text-decoration: none;
color: #CC0066;
background:inherit;


}
a:hover {
text-decoration: none;
color: #003300;
background:inherit;
}

