body {
	margin: 0;
	padding: auto;
	width: 100%;
	font-family : Arial, sans-serif;
	/* background  : url(background.jpg); */
	background-color: black;
	background-repeat:no-repeat;
	background-position:center top;
	font-family : arial, sans-serif;
	margin-top:1em;
}

#text a {
	color : navy ;
	text-decoration:underline;
}
#text a:hover {
	color : navy ;
	text-decoration:none;
}
#text a:visited {
	color : navy ;
	text-decoration:underline;
}

#text a img {
	border:0;
	text-decoration:none;
}

#head {
	margin: auto;
	padding-top: 10px;
	padding-left:20px;
	width: 960px;
	height: 190px;
	color: white;
	text-align: left;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#menu {
	margin : auto;
	padding : 0;
	width : 980px;
	height : 40px;
	color  : white;
	text-align : center;
	background-image : url(images/menuhr.png);
	background-repeat : repeat-x;
}

#menu a {
	text-decoration:none;
	border-bottom:0;
}
#menu a:hover {
	text-decoration:none;
	border-bottom:0;
}
#menu #smenu1 a:hover, #menu #smenu2 a:hover, #menu #smenu3 a:hover {
	color:#00c9ff;
	text-decoration:underline;
}

#menuup {
	background-image  : url(images/menuup.png);
	background-repeat : none;
	width   : 305px;
	height  : 40px;
	margin  : 0;
	margin-top : 10px;
	padding : 0;
}

#menucenter {
	padding-top : 6px;
	background-color: #410101;
	margin  : 0;
	padding-bottom : 1em;
}

#menucenter p {
	padding-top    : 0px;
	padding-bottom : 0px; 
	padding-left   : 10px;
	padding-right  : 10px;
	margin : 0px;
}

#menucenter h2 {
	padding : 0px;
	margin  : 0px;
	padding-bottom : 5px;
}

#menucenter a {
	color : white;
}

#menudown {
	background-image  : url(images/menudown.png);
	background-repeat : none;
	width   : 305px;
	height  : 40px;
	margin  : 0;
	padding : 0;
}

#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: relative;
left:-3px;
margin : auto;
width : 974px;
}

#navigation{
position: absolute;
top: 173px;
left:0px;
z-index:100;
width : 100%;
margin:auto;
text-align:center;
}

#menu dl {
float: left;
width: 115px;
}
#menu dt {
padding-top:10px;
cursor: pointer;
text-align: center;
font-weight: bold;
height:30px;
border-right : 1px solid black; 
border-left : 1px solid #333333;
}

#menu #smenu1,#menu #smenu2,#menu #smenu3 {
	display : none;
	width : 250px;
	background : #222222;
	text-align:left;
	padding:5px;
	border : solid 1px black;
}


#menu dt:hover {
	background-image: url(images/hover.png);
	background-repeat: repeat-x;
}

ul#mhor {
	padding-left: 50px;
	padding-right: 10px;
	margin: 0;
	list-style-type : none;
	}

ul#mhor li {
	padding : 0 0.5em;
	line-height : 40px;
}

ul#mhor li:hover {
	background-image: url(images/hover.png);
	background-repeat: repeat-x;
}

li.btg {
	float : left;
	border-right : 1px solid black; 
	border-left : 1px solid #333333;
	cursor : pointer;
}

li.btd {
	float : right;
	border-right : 1px solid black; 
	border-left : 1px solid #333333;
	cursor : pointer;
}

#menu a { 
	color: white;
	font-family:arial,sans-serif;
	font-weight:bold;
	text-decoration: none
}


#content {
	margin: auto;
	padding: 0;
	width: 980px;
	/* height:500px; */
	color: white;
	text-align: center;
	background-image: url(images/backcont.png);
	background-position:center top;
	background-repeat: repeat-y;
}

#box {
	background-image: url(images/h1.png);
	background-repeat : no-repeat;
	background-position:left top;
	width:612px;
	color : black;
	margin-left   : 10px;
	padding-top   : 0px;
	padding-left  : 12px;
	padding-right : 10px;
	float : left;
}

#namePage {
	margin-top:70px;
	height:70px;
}

h1 {
	color : #252525;
}

#text {
	text-align : left;
	/* width: 590px; */
	margin-left    : 10px;
	padding-left   : 120px;
	padding-right  : 35px;
	padding-bottom : 10px;
	padding-top    : 6px;
	margin : 0;
	text-align : justify;
	background-image  : url(images/tete.png);
	background-repeat : no-repeat;
	color : #252525;
}

#footer {
	margin: auto;
	padding: 0;
	width: 980px;
	height: 80px;
	color: black;
	text-align: left;
	background-image: url(images/footer.png);
	background-position: left top;
	background-repeat: no-repeat;
	clear:both;
	padding-top:20px;
}

h1 {
	font-size   : 150%;
	font-weight : bold;
	margin-left : 20px;
}

#menucenter h2 { text-align:center; }

#sidebar {
	width:305px;
	background-position:center top;
	margin-top: 25px;
	margin-left:10px;
	background-repeat : no-repeat;
	text-align:left;
	float: left;
}

/* p, h2 { padding: 0; margin:0;} */



