body{
	padding: 0px;
	margin: 0px;
}

body, table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

table h1,table h2,table h3,table h4,table h5,table h6{
	font-size:100%;
	font-weight:normal;
}

#global{
	width: 800px;
	height: 100%;
}

#head{
	background-color: #FFFFFF;
	height: 50px;
	text-align: center;
}

#content{
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 16px;
}

#foot{
	background-color: #FFFFFF;
	height: 50px;
		text-align: center;
}

#logo{
	margin: 4px;
}

#menu{
	background-color:#FFFFFF;
}

#menu b{
	font-weight: normal;
}

#menu a{
	color: #FFFFFF;
}

#menu a:hover{
	color: #000;
}

.article{
	background-color: #FFF;
	padding: 8px;
	padding-bottom: 16px;
	margin: 0px 16px 32px 16px;
	text-align:left;
	border-bottom: #BBB 1px solid;
}

.article h2{
	font-size: 16px;
	font-weight: bold;
}

.article .texte{
	text-align: justify;
	margin: 8px;
}

.article .photo{
}

.article .thumbs{
	margin-top:8px;
}
a {
	color: #999999;
}
