@charset "utf-8";
/* CSS Document */


.boite {
	position:absolute;
	top:233px;
	left: 320px;
	height:525px;
	width:605px;
	font-family: Arial;
} 

.contenu {
	width: 605px;
	position: relative;
	background-color: #efeb85;
	margin-bottom:10px;
	border: 0px solid #c19f0e;
}
.contenu .top_left, .contenu .top_right, .contenu .bottom_left, .contenu .bottom_right {
	height: 19px;
	width: 19px;
	background-repeat: no-repeat;
	position: absolute;
}
.contenu .top_left { top: -6px; left: -5px; background-image: url("../images/hautG.png"); z-index: 1; }
.contenu .top_right { top: -6px; right: -5px; background-image: url("../images/hautD.png"); z-index: 1; }
.contenu .bottom_left { bottom: -5.5px; left: -5px; background-image: url("../images/basG.png"); z-index: 2; }
.contenu .bottom_right { bottom: -5.5px; right: -5px; background-image: url("../images/basD.png"); z-index: 3; }
.contenu .content { position: relative; padding: 8px; z-index: 4; }


body {
	background-image: url(../images/fond_2.jpg);
	background-repeat:repeat-x;
}
#avis {
	width: 300px;
	position: relative;
	top: -93px;
	left: 10px;
}

#administration {
	left: 25px;
	position: relative;
}

#accueil {
	left: 25px;
	position: relative;
}

table {
	background-color: #FFCC66;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}


h1 {
	font-family: Arial;
	font-size: x-large;
	color: #000000;
	font-weight: bolder;
}
h2 {
	font-family: Arial;
	font-size: 18px;
	color: #996600;
	font-weight: bold;
}
h3 {
	font-family: Arial;
	font-size: 24px;
	color: #996600;
	font-weight: bold;
}

h4 {
	font-family: Arial;
	font-size: 15px;
	font-weight: lighter;
	display: block;
}

tr {
	text-align: left;
	vertical-align: middle;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.Style2 {font-size: 12px;}

h6 {
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

