/* CSS Style */

html, body {
	height: 100%;
	margin: 0;
}

body {
	height: 100%;
	background: #abd5ff url(images/background.jpg) repeat fixed top left;
	font: 14px "Cooper Black", "Comic Sans MS", "Times New Roman", Arial;
	margin-left: -20px;
}

div#global {
	width: 800px;
	height: 100%;
	margin: 0 auto;
}

a img {
	border: none;
}

a:hover img {
	opacity: 0.8;
}

a, a:visited {
	text-decoration: none;
	color: #00519e;
}

a:hover {
	text-decoration: none;
	color: #00519e;
}

.mail {
	color:#000000;
	text-decoration: none;
}

.mail:hover {
	color:#000000;
	text-decoration: underline;
}
/* Header */

div#header {
	height: 149px;
}

/* Contenu */

div#content {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

/* Menu */

div#menu {
	width: 151px;
	height: 100%;
	background: url(images/poteau.jpg) repeat-y center bottom;
	float:left;
}

div#menu ul {
	font-weight: bold;
	list-style-type: none;
	margin-left: -20px;
	margin-top: 0px;
}

div#menu li {
	background: url(images/panneau.png) no-repeat;
	color: #000000;
	padding-top:15px;
	padding-left: 5px;
	text-align:left;
	width:151px;
	height:54px;
	font: 14px "Cooper Black", "Comic Sans MS", "Times New Roman", Arial;
	color: #00519e;
}

/* Boite */

div#boite {
	float: right;
	width: 579px;
}

div#boite_top {
	background: url(images/boite_top.png) no-repeat;
	width: 579px;
	height: 38px;
}

div#boite_middle {
	background: url(images/boite_middle.jpg) repeat-y top center;
	padding: 0 15px;
	margin: -16px 0;

}

h1, h2, h3 {
	text-align: center;
}

p {
	text-align: justify;
	color: #00519e;
	font: 16px "Cooper Black", "Comic Sans MS", "Times New Roman", Arial;
	text-indent: 15px;
}

div#boite_bottom {
	background: url(images/boite_bottom.png) no-repeat;
	width: 579px;
	height: 35px;
}

/* Footer */

div#footer {
	position: absolute;
	width: auto;
	bottom: 0;
}
