/* CSS Document */

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


div#bandeau {
width:800px;
height:249px;
background-image:url(../Images/Entete2.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/CM2Pied.jpg);
}

body {
	background-color: #FFFFFF;
	background-image:url(../Images/Tuilebleue1.jpg);
	background-repeat: repeat;
}

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

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

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

a.liste2:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #988a5d;
	text-decoration: underline overline;
}

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

a.liste2:link:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #2a4853;
	text-decoration: underline overline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #2a4853;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #2a4853;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: 2a4853;
}

