/* CSS Document */

body {
font: 75% tahoma, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background: url(../images/background.jpg) repeat top center; 
background-color:#000000;
}

p {
margin: 0 0 10px 0;
}

h1 {
	font-size:18px;
	text-align:center;
	color:#999999;
}

h2 {
    font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#999999;
}

h3 {
	font-size:12px;
	color: #999999;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
}

fieldset{
    border: 1px solid #666666;
	background-color:#CCCCCC;
}   


#header {
    height: 180px;
    background: url(../images/header.png) no-repeat;
}

#conteneur {
    position: relative;
    width: 1024px;
    margin: 0 auto;
	background: url(../images/content.png) repeat;
	background-color:#000000;
}


#menu {
	position: absolute;
	margin-left:50px;
	width: 200px;
	top: 190px;
}

#menu ul {
    text-decoration: none;  
    color: #666666;
	font-size:11px;
	font-weight: bold;
	margin-left:-2px;
	padding-left:50px;
}


#menu li {
	list-style-type: none;
	font-weight: normal;
	margin-left: 5px;
	font-style: normal;
	line-height: 15px;
	text-decoration:none;
}

#menu li a {
	margin-left: 10px;
	list-style-type: none;
	font-weight: normal;
}

#menu a {
    text-decoration: none;  
    color: #666666;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
}

#menu a:active {
    text-decoration: none;
    color: #000000;
}


#menuadmin {
	position: absolute;
	left:20px;
	width: 200px;
	top: 190px;
}
#menuadmin ul {
    text-decoration: none;  
    color: #666666;
    font-size:11px;
    font-weight: bold;
}


#menuadmin li {
	margin-left: 10px;
	list-style-type: none;
}

#menuadmin a {
    margin: 0 2px;
    text-decoration: none;  
    color: #666666;
}

#menuadmin a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
}

#menuadmin a:active {
    text-decoration: none;
    color: #000000;
}

#centre {
    background: url(../images/centre.png) no-repeat;
	padding : 20px 5px 5px 5px;
	padding-right: 15px;
	padding-left: 230px;
	padding-right: 210px;
	font-size:11px;
	text-align: justify;
	vertical-align: top;
}

#centre a:link {
    text-decoration: underline;
    color: #666666;
    font-weight: bold;
}


#centre a:hover {
    text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
}


#centre a:active {
text-decoration: none;
color: #666666;
font-weight: bold;
}


#centre a:visited {
text-decoration: none;
color: #666666;
font-weight: bold;
}


#pied {
	height: 200px;
	background: url(../images/footer.png) no-repeat;
	text-align: center;
	background-color:#000000;
	vertical-align: bottom;
	color:#666666;
	font-weight:bold;
	font-size:11px;
}


#pied a {
	color:#666666;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}

#pied a:hover {
	color:#666666;
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}



#zoomExUl {

list-style-type: none;

padding: 0;

margin: 10px 0 0 0;

}

#zoomExUl li {

display: inline;

margin: 5px;

}

#virtualImgDiv {

border-color: #fff;
background: #fff url(../images/redWhiteLoader.gif) center center no-repeat;

}

#virtualImgMask {

background: #000;

}

#virtualImgCloseLink {

background: url(../images/closebox.png) right top no-repeat;
margin: 5px 5px 5px 0;


}

#virtualBoxLegend {

padding: 10px 0 0 0;

text-align: left;

color: #666;

font-size: 11px;

}



