/* CSS Document */

body { 
	background: black;
	font-family: "helvevtica", sans-serif;
	font-size: 7pt ;
	color: white;
	margin: 0; 
	padding: 0;
	width: 100%;
	text-align: center;
}

h1, h2 {
	color: #C90;
}

h1 {
	font-size: 7pt;
}

h2 {
	font-size: 7pt;
	margin: 15px 0 0 0;
}

h3 {
	font-size: 7pt;
	margin: 10px 0 0 0;
	padding: 30px;
	text-decoration: none;
	color: #999999;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: white;
}

p {
	margin: 10px 0 0 0;
	padding: 0;
}

#pagecontainer {
	width: 100%;
}

#header {
	background: url('/images/logo.jpg') no-repeat 50% 50px;
	height: 154px;
}

#header p {
	display: none;
}

#menucontainer {
	height: 100px;
	width: 700px;
	margin: 50px auto 0 auto;
}

.menucadre {
	height: 100px;
	width: 100px;
	float: left;
	margin: 0 auto;
}

.menutxt, #menuiconactu, #menuiconpresent, #menuiconprestations, #menuiconmembres, #menuiconphotos, #menuiconvideos, #menuiconliens {
	height: 50px;
	margin: 0 auto;
}

#menuiconactu {
	width: 50px;
	background: url('/images/boutons/b1.jpg') no-repeat;
}

#menuiconpresent {
	width: 50px;
	background: url('/images/boutons/b2.jpg') no-repeat;
}

#menuiconprestations {
	width: 50px;
	background: url('/images/boutons/b3.jpg') no-repeat;
}

#menuiconmembres {
	width: 50px;
	background: url('/images/boutons/b4.jpg') no-repeat;
}

#menuiconphotos {
	width: 50px;
	background: url('/images/boutons/b5.jpg') no-repeat;
}

#menuiconvideos {
	width: 50px;
	background: url('/images/boutons/b6.jpg') no-repeat;
}

#menuiconliens {
	width: 50px;
	background: url('/images/boutons/b7.jpg') no-repeat;

.menutxt {
	width: 100px;
	margin: 10px auto 0 auto;
}
