html, body {
	height: 98.4%;
	margin: 0;
	padding: 0;
}

body {
	background-image: url("../images/fond.gif");
	background-attachment: fixed;
	background-repeat: repeat;
}

#global {
	position: relative;
	width: 773px;
	min-height: 100%;
	margin: 0 auto;
	background-color: white;
	color: black;
	padding: 5px 10px 20px;
	background: url(../images/ombre2.png) left repeat-y;
}

ul#menu, #menu li {
	list-style-type: none;
	margin:0;
	padding:0;
}

ul#menu {
	position: relative;
	top: 0;
	right: -4px;
	float: right;
}

#menu li {
	display: inline;
}

#menu a {
	text-decoration: none;
	background-image: url("../images/onglet.gif");
	background-position: right top;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
}

#menu a:hover, #menu a#ongletactif {
	background-position: right bottom;
	color: black;
}

#menu a#ongletpro {
	background: none;
	background-image: url("../images/onglet_pro.gif");
	background-repeat: no-repeat;
	width: 88px;
	padding: 0 10px;
}

#menu a#ongletpro:hover {
	color: red;
}

#accroche {
	position: relative;
	top: 2px;
	width: 777px;
}

#accroche img {
	display: block;
	float: left;
	border: 1px solid black;
	border-top-color: #31C2F1;
	margin: 0;
}

#accroche form {
	float: right;
	height: 26px;
	width: 169px;
	padding: 5px 0 0 10px;
	margin: 0;
	background-color: #0B6176;
	color: white;
	border-width: 0 0 1px 2px;
	border-style: solid;
	border-color: #188FAC;
}

#accroche form input {
	vertical-align: middle;
}

#passpro {
	background-color: #C3C8C9;
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #188FAC;
}

#contenu {
	position: relative;
	top: 10px;
	width: 95%;	
	margin: 2em auto 0;
	padding-bottom: 80px;
}

div#footer {
	position: absolute;
	width: 779px;
	height: 76px;
	bottom: 0;
	//bottom: -4px;
	margin: 0;
	padding: 0;
	background-image: url("../images/footer.gif");
	overflow: hidden;
}
#footer p {
	position: relative;
	left: 5000px;
}
#footer a {
	position: absolute;
	left: 690px;
	top: 50px;
	color: blue;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {border: none;}

strong, h4 {
	font-weight: bold;
	color: #123456;
}
td {vertical-align: top;}