/*	www.djvega.cc
	Vega - www.djvega.cc  */

/* ----------------------------------------------------------------------- */
/* Body */

body
{
	background-color: #202020;
	background-image: url(./images/bg.gif);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-left: 12px solid #666666;
	border-right: 12px solid #666666;
}

/* ----------------------------------------------------------------------- */
/* LINKS */

a
{
	color: #0066FF;
	font-style: normal; 	
	text-decoration: none
}

a:hover 
{
	text-decoration: underline
}

/* ----------------------------------------------------------------------- */
/* NAV - liens fixes au TOP */

#nav
{
	width: 680px;
	height: 25px;
	border-bottom: 1px solid white;
	color: white;
	background-color: #202020;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	
	position: fixed;
	top: 0px;
	margin-left: -340px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;

	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}

#nav ul
{
	margin: 0px;
}

#nav li
{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

#nav li a:hover
{
	background-color: #666666;
}

/* ----------------------------------------------------------------------- */
/* MAIN */

#main
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

/* ----------------------------------------------------------------------- */
/* MAIN-HEADER */

#header1
{
	margin: 0px;
	border-bottom: 1px solid white;
	width: 680px;
	height: 180px;
	background-image: url(../images/header1.jpg);
}
#header2
{
	margin: 0px;
	border-bottom: 1px solid white;
	width: 680px;
	height: 180px;
	background-image: url(../images/header2.jpg);
}
#header3
{
	margin: 0px;
	border-bottom: 1px solid white;
	width: 680px;
	height: 180px;
	background-image: url(../images/header3.jpg);
}
#header4
{
	margin: 0px;
	border-bottom: 1px solid white;
	width: 680px;
	height: 180px;
	background-image: url(../images/header4.jpg);
}
#header5
{
	margin: 0px;
	border-bottom: 1px solid white;
	width: 680px;
	height: 180px;
	background-image: url(../images/header5.jpg);
}
#header6
{
	margin: 0px;
	border-bottom: 1px solid white;
	width: 680px;
	height: 180px;
	background-image: url(../images/header6.jpg);
}
#header7
{
	margin: 0px;
	border-bottom: 1px solid white;
	width: 680px;
	height: 180px;
	background-image: url(../images/header7.jpg);
}

/* ----------------------------------------------------------------------- */
/* MAIN-MENU */

#menu
{
	width: 680px;
	height: 25px;
	border-bottom: 1px solid white;
	color: white;
	background-color: #202020;
}

#menu ul
{
	margin: 0px;
}

#menu li
{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#menu li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover
{
	background-color: #666666;
}

/* ----------------------------------------------------------------------- */
/* MAIN-HEADERTITLE */

#headertitle
{
	background-image: url("../images/header_bg.gif");
	height: 79px;
	padding-top: 1px;
	position: relative;
}

.headertitleicon
{
	width: 70px;
	height: 56px;
	margin-top: 13px;
	margin-left: 12px;
	background-image: url("../images/header_ico.png");
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/header_ico.png');
}

#headertitle h1
{
	position: absolute;
	left: 82px;
	top: 8px;
	color: white;
	font-size: 48px;
	font-weight: bold;
	margin: 0px;
}

#headertitle h1.shad
{
	left: 84px;
	top: 10px;
	color: black;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#headertitle em
{
	font-style: normal;
	text-decoration: none;
}

/* ----------------------------------------------------------------------- */
/* MAIN-BODY */

#body
{
	padding-top: 1px;
	background-color: white;
	position: relative;
	border-right: 200px solid #eeeeee;
}

/* BODY FOR THE GUESTBOOK */

#body2
{
	padding-top: 1px;
	background-color: white;
	position: relative;
}

/* ----------------------------------------------------------------------- */
/* MAIN-BODY-SIDEBAR */

#sidebar
{	
	width: 180px;
	position: absolute;
	right: -200px;
	_right: 0px;
	top: 0px;
	padding: 10px;
}

#sidebar h3
{
	font-size: 13px;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
}

#sidebar ul
{
	margin-left: 1em;
	padding-left: 0px;
}

#sidebar p
{
	margin-bottom: 8px;
}

/* ----------------------------------------------------------------------- */
/* MAIN-BODY-BODY-CONTENT */

#content
{
	padding: 20px;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	color: #333333;
}

#content h2
{
	font-size: 18px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 1px solid black;	
}

#content .date
{
	float: right;
}

#content .postedBy
{
	float: left;
}

#content .meta
{
	height: 1em;
}

#content p
{
	text-align: justify;
	text-indent: 3em;
	line-height: 1.3em;
}

/* ----------------------------------------------------------------------- */
/* Images */

.bordercolor 
{ border-style: solid; border-width: 2px; border-color:black; }

.bordercolorwhite
{ border-style: solid; border-width: 2px; border-color:white; }

.noborder
{ border-style: none; border-width: 0; border-color:black; }

/* ----------------------------------------------------------------------- */
/* Tableaux */

.tbl_legende { border: thin dotted black; border-width: 1px; }
.tbl_sitemanager { border: thin solid black; border-width: 1px; padding: 8px; }

/* ----------------------------------------------------------------------- */
/* Div pour le sitemanager */

.div_sitemanager
{
	background-color: #f3f3f3;
}

/* ----------------------------------------------------------------------- */
/* Div qui est caché */

.div_cache
{
	display: none;
}

/* ----------------------------------------------------------------------- */
/* Style Div pour l'agenda et disco et tout partout ;-) */	

.div_agenda
{
	border: 0px; 
	background-color: #f3f3f3;
	padding: 4px;
	width: 430px;
	text-align: left;
}

.div_agenda2
{
	border: 0px; 
	padding: 4px;
	width: 430px;
	text-align: left;
}

/* ----------------------------------------------------------------------- */
/* Style Div formulaire - guestbook */	

.div_formguest
{
	border: 1px solid black; 
	background-color: #f7f7f7; 
	padding: 4px;
	margin-bottom: 2px;
	margin-left: 15px;
	width: 500px;
}

/* ----------------------------------------------------------------------- */
/* Style Div deplié - mix media */	

.div_deplie
{
	border: 1px solid black; 
	background-color: #f7f7f7; 
	padding: 4px;
	margin-bottom: 2px;
	margin-left: 15px;
	font-size: 8pt;
}

/* ----------------------------------------------------------------------- */
/* Style Div pour les sections - media */	

.div_section
{
	border: 1px dashed black; 
	background-color: #e2e2e2;
	padding: 2px;
	width: 620px;
	margin: 2px;
	margin-bottom: 10px;
	text-align: left;
}

/* ----------------------------------------------------------------------- */
/* Style Div pour les downloads */	

.div_download
{
	border: 1px solid red; 
	background-color: #f7f7f7;
	padding: 3px;
	width: 330px;
	margin: 3px;
	text-align: left;
}

/* ----------------------------------------------------------------------- */
/* Style Div bouton pour deplier - secion mix media */	

.div_bouton
{
	border: 2px solid black; 
	background-color: #f7f7f7;
	padding: 2px;
	width: 235px;
	margin: 2px;
	text-align: left;
}

/* ----------------------------------------------------------------------- */
/* Boutons et formulaires */

.button
{
	border: 2px solid black; 
	font-family: Verdana;	
	font-weight: bold; 
	font-size: 8pt; 
	color: white;
	background-color: #666666;
	text-decoration: none 		
}

.form 
{
	font-family: Verdana;	
	font-style: normal; 
	font-size: 8pt; 
	color: #000000;
	text-decoration: none
}

.formulaire
{
	border: 2px solid black; 
	background-color: white; 
	padding: 2px;
}

/* ----------------------------------------------------------------------- */
/* DIVERS STYLES */

.comments
{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 2em;
	background-image: url("../images/ico_editcomment.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

small.super
{
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.3em;
}

.b
{ font-weight: bold; }
.white
{ color: white; }
.black
{ color: black; }
.red
{ color: red; }
.s07
{ font-size: 7pt; }
.s08
{ font-size: 8pt; }
.s09
{ font-size: 9pt; }
.s10
{ font-size: 10pt; }
.s11
{ font-size: 11pt; }
.s12
{ font-size: 12pt; }
.s16
{ font-size: 16pt; }
.justify
{ text-align: justify; }

/* ----------------------------------------------------------------------- */
/* FOOTER */

#footer
{
	width: 678px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #b0b0b0;
	background-color: #eeeeee;
	color: #b0b0b0;

}

