@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCC;
}

iframe{overflow:hidden;}

body {
	background-color: #000000;
	background-image: url(images/gauche.jpg);
	background-repeat: repeat-y;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCCFF;
}
a:hover {
	text-decoration: underline;
	color: #FF66FF;
}
a:active {
	text-decoration: none;
	color: #FF66FF;
}
.Style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.Style2 {
	color: #FF66FF;
	font-weight: bold;
	font-style: italic;
}
.Style3 {
	color: #FF0033;
	font-weight: bold;
	font-style: italic;
}
.Style4 {
	color: #FF66FF;
	font-weight: bold;
}
.Style5 {
	color: #FF0033;
	font-weight: bold;
}
.blog {
  		padding:5px;
		background:#000; 
		}

	.blogbody {
		font-family:palatino, georgia, verdana, arial, sans-serif;
		color:#BBBBBB;
		font-size:small;
		font-weight:normal;
  		background:#000;
  		line-height:200%;
		}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

	.title	{
		font-family: palatino, georgia, times new roman, serif;
		font-size: medium;
		color: #EEEEEE;
		}
		
#logo {
	position:absolute;
	left:150px;
	top:2px;
	width:802px;
	height:205px;
	z-index:1;
}
#menu {
	position:absolute;
	left:155px;
	top:251px;
	width:802px;
	height:45px;
	z-index:2;
}
#menu table {
	text-align: center;
}
#content {
	position:absolute;
	left:152px;
	top:320px;
	width:802px;
	z-index:3;
}
