body {
	background-color:#1f302f;
        background-image:url(Image/grudge.jpg);
        background-repeat:repeat-x;
        background-attachment:fixed;
        background-position:bottom center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #edeff4;
}

a:link {color:#edeff4}
a:visited {color:#FFFFFF}
a:hover {color:#3399ff}
a:active {color:#3399ff}
a {
	text-decoration:none;
}


/*website boxes*/

#navihead {

        left:10px;
        top:0px;
        position:fixed;
}

	
#navi {
	margin-bottom:2px;
	font-size:20px;
	left:25px;
	position:relative;
	width:98px;
}

#navi a, #navi h3 {
	background: #665450 url(Image/line.jpg);
	display:block;
	padding:2px;
	font-size:10px;
	font-weight:normal;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	margin:0 2px 2px 2px;
}

#navi a.current {
	font-style: italic
}

#navi h3 {
	color: #ff9999
}

#content
{
        top:150px;
	position:relative;
	padding:5px;
	margin-left: 12px;
	margin-left:auto;
	margin-right:auto;
	width: 336px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-image:url(Image/line.jpg)
}

#me
{
        top:80px;
	position:relative;
	padding:0px;
	margin-left:300px;
	margin-right:auto;
	width: 336px;
        z-index:-6;
}

#copyright
{
	color:#967E7A;
	font-size:10px;
	bottom:0px;
	left:20px;
        position:fixed;
        z-index:1;
}

#langue
{
	color:#967E7A;
	font-size:10px;
	bottom:0px;
	left:400px;
        position:fixed;
        z-index:2;
}