@charset "iso-8859-1";
/* my base styles */
IMG{ border:0; margin:0; padding:0; }
DIV{ border:0; margin:0; padding:0; }
TABLE{ border:0; margin:0; padding:0; border-collapse: collapse; }
TD{ vertical-align: top;font-size: 100%;border:0; margin:0; padding:0; }
LI { font-size: 100%; }
UL { font-size: 100%; }
OL { font-size: 100%; }
.left{ text-align: left; }
.right{ text-align: right; }
.center{ text-align: center; }
.bold{ font-weight: bold; }
.small{ font-size: small; }
.xsmall{ font-size: x-small; }
.just{ text-align: justify; }
/* base styles */
a:active {outline:none;}
:focus {-moz-outline-style:none;}

body {
	background: url("../images/pageback.png") repeat-x top;
	background-color: #fff;
	line-height: 1.2em;
	font-size: 100%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* Centers the page content container in IE 5 browsers. */;
	margin: 0;
	padding: 0;
}

DIV#header{
	width:995px;
	height:96px;
	margin:0 auto;
	background: url("../images-splash/tete-femme.png") no-repeat top right;
}
DIV#header IMG{
	margin-top:20px;
}

/* top menu wrapper div to set height and center position the actual menu div */
DIV#topnav{
	height: 25px;
	width: 595px;
	margin: 0 auto;	
}


DIV#nav{
	color: #ffd4f1;
	font-weight: bold;
	font-family: Verdana;
	/*width: 990px;*/
	/*margin:0 auto 0 0;*/
}

DIV#nav UL{
	padding:1px 0 0 0;
	margin:0;
	}

DIV#nav LI{
	list-style: none;
	float: left;
	margin:0;
	padding:0;
	width: 119px;
	font-size: 12px;
	line-height: 21px; /*28*/
	white-space:nowrap;
	border: 0px solid yellow;
	text-align: center;
}

DIV#nav a.active{
	background-image:url('../images/menubckactive.jpg');
	color:#ffd4f1;
	/*border: 0;*/
}
DIV#nav a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;	
	border: 1px solid;
	border-color: #333 #C0C0C0 #C0C0C0 #333;
	background-image: url('../images/menubckon.jpg');
}

DIV#nav a:hover{
	color: #fff;
	border: 1px solid;
	border-color: #C0C0C0 #333 #333 #C0C0C0;
	background-image: url('../images/menubck.jpg');
	background-repeat: repeat-x;
}
DIV#main{
	width:100%;
	height:249px;
	background-color: #2f131f;
}
DIV#band{
	width:100%;
	height:25px;
	background-image: url('../images-splash/topmenubck.png');
}
DIV#wrapflash{
	width:995px;
	height:200px;
	margin:0 auto;
	background-image: url('../images-splash/fleur.png');
	background-repeat: no-repeat;
	background-position: top left
}
DIV#flash{
	height: 190px;
	width: 800px;
	margin-left: 195px;
}
DIV#altflash P{
	color:#fff;
	font-size:26px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
	margin: 0;
}
DIV#altflash A, DIV#altflash A:visited{
	color:#fff;
	text-decoration:none;
}
DIV#altflash A:hover, DIV#altflash A:visited:hover{
	color:blue;
	text-decoration:underline;
}

DIV#wrapcredit{
	height: 190px;
	width: 800px;
	margin-left: 195px;
	padding-top: 10px;
	text-align: left;
}
TABLE#credits{
	margin: 0;
}
TABLE#credits caption{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
TABLE#credits TD A{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
TABLE#credits TD A:hover{
	color: #fff;
	text-decoration: underline;
}
TABLE#credits TD{
	padding: 3px 0 2px 5px;
	margin:0 auto;
	color: #fff;
	text-align: left;
	vertical-align: baseline;
	font-size: 14px;
}
TABLE#credits TD.sm{
	/*font-size: 13px;*/
	width:200px;
}
TABLE#credits TD IMG{
	vertical-align: baseline;
}







