@charset "utf-8";
/* CSS Document */

html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background-color:#000000;
	font-family:Verdana, Geneva, sans-serif;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #e8f0ff;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

img { border : none; }

#container
{
width: 790px;
margin: auto;
background-color: #0b1d38;
}

#content
{
margin-left: 10px;
margin-right: 10px;
margin-top:15px;
font-size:12px;
color:#cdd6e6;
text-align:justify;
}

#top
{
background-color: #0b1d38;
text-align:left;
}

#menu
{
	position:absolute;
	float:left;
	z-index:99;
	width:790px;
	height:148px;
}

#header_flash
{
	position:relative;
	float:right;
	left:-2px;
	top:0;
	z-index:89;
}

#logo {
	display:block;
}
	
#menu01 {
 width: 96px;
 height: 39px;
 background-image: url(img/menu/01.gif);
 display:block;
 float:left;
 background-repeat: no-repeat;	
}
#menu01:hover {
 background-image: url(img/menu/01b.gif);
 background-repeat:no-repeat;
}
#menu02 {
 width: 95px;
 height: 39px;
 background-image: url(img/menu/02.gif);
 display:block;
 float:left;
 background-repeat: no-repeat;	
}
#menu02:hover {
 background-image: url(img/menu/02b.gif);
 background-repeat:no-repeat;
}
#menu03 {
 width: 95px;
 height: 39px;
 background-image: url(img/menu/03.gif); 
 display:block;
 float:left;
 background-repeat: no-repeat;	
}
#menu03:hover {
 background-image: url(img/menu/03b.gif);
 background-repeat:no-repeat;
}
#menu04 {
 width: 95px;
 height: 39px;
 background-image: url(img/menu/04.gif);
 display:block;
 float:left;
 background-repeat: no-repeat;	
}
#menu04:hover {
 background-image: url(img/menu/04b.gif);
 background-repeat:no-repeat;
}
#menu05 {
 width: 95px;
 height: 39px;
 background-image: url(img/menu/05.gif);
 display:block;
 float:left;
 background-repeat: no-repeat;	
}
#menu05:hover {
 background-image: url(img/menu/05b.gif);
 background-repeat:no-repeat;
}
#menu06 {
 width: 95px;
 height: 39px;
 background-image: url(img/menu/06.gif);
 display:block;
 float:left;
 background-repeat: no-repeat;	
}
#menu06:hover {
 background-image: url(img/menu/06b.gif);
 background-repeat:no-repeat;
}
#menu07 {
 width: 95px;
 height: 39px;
 background-image: url(img/menu/07.gif);
 display:block;
 float:left;
 background-repeat: no-repeat;	
}
#menu07:hover {
 background-image: url(img/menu/07b.gif);
 background-repeat:no-repeat;
}
#menu08 {
 width: 123px;
 height: 39px;
 background-image: url(img/menu/08.gif);
 display:block;
 float:left;
 background-repeat: no-repeat;	
}
#menu08:hover {
 background-image: url(img/menu/08b.gif);
 background-repeat:no-repeat;
}

#titre {
	float:left;
	font-size:18px;
	color:#27B3E7;
	font-weight:bold;
	font-variant:small-caps;	
}

#sousmenu {
	float:right;
	margin-top:5px;
	text-align:right;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

#footer {
	width:790px;
	height:50px;
	background-image:url(img/footer_fond.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	text-align:center;
	line-height:15px;
	font-size:11px;
	color:#d0dff7;
	font-weight:bold;
	margin-bottom:13px;
}

.galarts {
	color:#b19ef6;
}

.galarts a:link {
	color: #c8bcf5;
	text-decoration: underline;
}
.galarts a:visited {
	text-decoration: underline;
	color: #c8bcf5;
}
.galarts a:hover {
	text-decoration: none;
	color: #ffffff;
}
.galarts a:active {
	text-decoration: underline;
	color: #c8bcf5;}
