/* CSS Document */
body {
	font-family: "Eras Demi ITC", Garamond, monospace;
	font-size:14px;
}
a:hover, {
	color:#FF3300;
}

.entete {
	margin:0; padding:0;
	position:absolute;
	width:940px; height:600px;
	background: url(../images/entete.png) no-repeat top left;
}
.centre {
	width:400px;
	margin:0; padding:0;
	margin-left:330px; margin-top:20px;
	text-align:center;
	font-size:16px;
}
.style2 {
	color: #0000FF;
	font-weight: bold;
	font-size: 24px;
}
.droite {
	margin:0; padding:0;
	margin-right:20px;
	margin-bottom:10px;
	text-align:right;
	font-size:small;
}
.droite a { color:#FFFFFF; }
.droite a:hover { color:#FF3300; }
.droite a:visited { color:#FFFFFF; }
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.menu {
	/*float:left;*/
	position:absolute; top:100px; left:0px;
	margin:0; padding:0; margin-left:25px;
	width:160px;
}
.menu ul {
	margin:0; margin-top:100px;
	padding:0; padding-top:10px;
	width:150px; height:274px;
	background: url(../images/boite.png) no-repeat top left;
	list-style-type:none;
	font-size:20px;
	text-align:center;
}
.menu ul li a, .menu ul li a:visited {
	text-decoration:none;
	font-size:22px;
	/*font-weight:bold;*/
	color:#0033FF;
	line-height:62px;
}
.menu ul li a:hover {
	text-decoration:none;
	color:white;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.topbg {
	background: url(../images/bgtop.png) no-repeat top right;
	width:740px; height:39px;
	margin:0; padding:0;
	margin-top:10px; margin-left:198px;
}
.botbg {
	background: url(../images/bgbottom.png) no-repeat top right;
	width:740px; height:39px;
	margin:0; padding:0;
	margin-left:198px;
}
.bg {
	background: url(../images/bg.png);
	margin:0; padding:0;
	padding-bottom:10px; padding-top:10px;
	margin-left:198px;
	width:740px;
	min-height:405px; /*height:400px;*/
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
h1 {
	margin:0; padding:0; margin-bottom:30px;
	font-size:24px;
	text-align:center;
}
h2 {
	margin:10px 0; padding:5px 0; margin-left:10px; margin-top:30px;
	text-indent:20px;
	background: url(../images/bgtitre.png) no-repeat top right;
	width:720px; height:30px;
	color: #0000FF;
	font-size:18px;	
}
h3 {
	font-size:14px;
	font-weight:bold;
}
h4 {
	font-size:13px;
	font-weight:bold;
}
.bg p { margin:10px 20px;}
.style {
	color: #0000FF;
	/*font-weight: bold;*/
}
