body{
	background: #231F20;
	text-align: center;
	padding: 0;
	margin: 0;
}
body, div, td{
	color: gray;
	font-family: arial;
	font-size: 14px;
}
a{
	color: gray;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}
div{
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0px solid green;
}
p{
	padding-right: 20px;
	text-align: justify;
}
img.photos{
	margin: 0;
	margin-left: 15px;
	margin-right: 25px;
	width: 310px;
}
div.top{
	margin: 0 auto 0 auto;
	background: white url(images/top.jpg) left top no-repeat;
	width: 913px;
}
div.bottom{
	margin: 0 auto 0 auto;
	background: url(images/bas.gif) left bottom no-repeat;
	text-align: justify;
	width: 913px;
	height: 13px;
}

input{
	border: 1px solid gray;
	font-family: arial;
}
img#logo{
	position: relative;
	margin-top: 35px;
	margin-bottom: 5px;
	left: 14px;
}	
div.menu{
	position: relative;
	float: right;
	height: 60px;
	top: 55px;
	right: 10px;
	background-image: url(images/menuOFF.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0px solid red;
	cursor: hand;
	cursor: pointer;
}
div.smenu{
	background-image: url(images/smenuON.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	border: 0px solid red;
	visibility: hidden;
	position: absolute;
	font-size: 11px;
	padding-left: 6px;
	top: 18px;
	left: 0;
	line-height: 20px;
}
div.smenu a, div.smenu a:hover{
	text-decoration: none;
	color: dimgray
	font-weight: normal;
}
div.smenu a:hover{
	/*font-weight: bold;*/
	text-decoration: underline;
}
div.titre{
	background-image: url(images/titres.gif);
	background-repeat: no-repeat;
	width: 500px;
	height: 17px;
	float: left;
}
div.maintxt{
	width: 545px;
	float:left;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 20px;
}