/* CSS Document */
html,
/* PAGE
*****************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #3300CC;
	margin-top: 0px;
}
#page{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 800px;
}
/* Top
*******************************************************/
#top {
	height: 155px;
	background-image: url(image/fond_top.jpg);
	text-align: center;
	font-style: italic;
	font-size: 30px;
	padding-left: 350px;
	padding-top: 20px;
}
/* Centre
*******************************************************/
#centre {
	width: 800px;
	height: 479px;
	background-image: url(image/fond.jpg);
	background-repeat: no-repeat;
}
/* Menu
*******************************************************/
#menu {
	width: 140px;
	height: 442px;
	float: left;
	text-align: left;
}
#menu img{
	border: 0px;
}
#menu ul {
	display: block;
	margin: 0px;
	padding: 8px;
}
#menu li {
	display: block;
	margin: 0px;
	padding: 6px;
}
#menu a {
	color: #3388EE;
	text-decoration: none;
	background-color: #FFFFFF;
}
#menu li a:hover {
	border-bottom-color: #000099;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #000099;
	border-top-style: solid;
	border-top-width: 1px;
	color: #000099;
}
/* Contenu
*******************************************************/
#contenu {
	width: 650px;
	height: 442px;
	float: right;
}
#contenu img {
	border: 0px;
}
#texte {
	padding-left: 60px;
	padding-right: 60px;
	text-align: justify;
}
#texte a {
	color: #0066FF;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#texte a:hover {
	text-decoration: none;
	color: #000099;
}
#tab {
	padding-left: 60px;
	padding-right: 30px;
}
#tab a {
	color: #0066FF;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#tab a:hover {
	text-decoration: none;
	color: #000099;
}
#frame {
	padding-left: 50px;
	padding-right: 50px;
}
#menuh {
	text-align: center;
	border-width: 1px;
	border-style: groove;
	border-color: #000000;
	width: 400px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#menuh a {
	color: #0066FF;
	text-decoration: none;
	background-color: #FFFFFF;
}
#menuh a:hover {
	text-decoration: none;
	border-bottom-color: #000099;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #000099;
}
code {
	text-align:left;
	color: #666666;
	font-style: italic;
}
/* Bas
*********************************************************/
#copyright {
	width: 175px;
	float: left;
	margin-left: 5px;
}
#asso {
	width: 500px;
	float: right;
	margin-right: 5px;
	text-align: right;
	font-style: italic;
}
