/* CSS Document */

div#global {
width:800px;
background-color:#d7e8f0;
overflow:auto;
}

div#bandeau {
width:800px;
height:226px;
background-image:url(../Images/myrentete.jpg);
}

div#menu {
float:left;
width:200px;
background-color:#d7e8f0;
overflow:auto;
}

div#contenu {
float:left;
width:600px;
background-color:#d7e8f0;
overflow:auto;
}

div#piedpage {
clear:both;
width:800px;
height:134px;
background-image:url(../Images/myrpied.jpg);
}
body {
	background-color: #FFFFFF;
	background-image:url(../Images/tuile.jpg);
	background-repeat: repeat;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #3f738b;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #3f738b;
	text-decoration: none;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #bd5c55;
	text-decoration: underline overline;
	
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #3f738b;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #3f738b;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #3f738b;

}
