@media all {

	* {
		margin:0;
		padding:0;
		font-family:Verdana, Arial, Helvetica;
		font-size:10pt;
		color:black;
	}

	a:link, a:active, a:visited, a:hover {
		color:rgb(16,16,115);
		color:rgb(255, 172, 3);	
		font-weight:bold;
		text-decoration:none;
	}
	
	img {
		border:0;
	}
	
	/* for divs */
	.col1 {
		width:290px;
	}
	
	.col2 {
		margin-left:310px;
		padding:0;
	}

	div.col1 {
		float:left;
	}
	
	div.col2 h4, h4.col2 {
		border-bottom:1px solid black;
		text-decoration:none;
	}

	table.cols {
		width:100%;
	}
		
	td.col1 {
		vertical-align:top;
		width:220px;
	}
	
	td.col2 {
		vertical-align:top;
		padding-left:10px;
	}
	
	.pframe {
		text-align:center;
	}
	
	.pframe img {
		padding:2px;
		background:rgb(255,255,255);
		/*border:2px solid rgb(180,180,180);*/
		box-shadow:0px 0px 5px rgb(127,127,127);
		-moz-box-shadow:0px 0px 5px rgb(127,127,127);
		-webkit-box-shadow:0px 0px 5px rgb(127,127,127);
	}


	.photo {
		padding:10px;
		background:rgb(255,255,255);
	}
	
	img.thumb {
		margin-right:10px;
		margin-bottom:10px;
	}

	div.floatfill {
		padding-right:20px;
	}

	div.floatfill img {
		float:left;
		width:100%;
	}
	
	.whitebox {
		background:rgb(255,255,255);
		padding:5px 10px;
		margin:15px 5px;
		border:1px solid rgb(220,220,220);
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
/*
		box-shadow: 0 0 10px rgb(120,120,120);
		-moz-box-shadow: 0 0 10px rgb(120,120,120);
		-webkit-box-shadow: 0 0 10px rgb(120,120,120);
*/
	}
}

@media screen {

	html {
		border:0;
	}

	body {
		background:url('../img/site/bg.body.png');
	}

	#main {
		position:absolute;
		left:0;
		right:0;
		top:5px;
		bottom:5px;
		width:95%;
		min-width:1000px;
		margin:auto;
		box-shadow:0px 0px 5px rgb(16,16,115);
		-moz-box-shadow:0px 0px 5px rgb(16,16,115);
		-webkit-box-shadow:0px 0px 5px rgb(16,16,115);
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		overflow:none;
	}
	
	#top {
		position:absolute;
		left:0;
		right:0;
		height:150px;
		border-radius:10px 10px 0 0;
		-moz-border-radius:10px 10px 0 0;
		-webkit-border-radius:10px 10px 0 0;
		border-top:1px solid rgb(16,16,115);
		border-right:1px solid rgb(16,16,115);
		background:rgb(255,255,255);
	}
	
	#bandmenutop {
		position:absolute;
		left:150px;
		right:1px;
		top:110px;
		height:24px;
		text-align:center;
		z-index:2;
		background:url('../img/site/stretch.band.png');
		box-shadow:0px 0px 2px rgb(133,133,178);
		-moz-box-shadow:0px 0px 2px rgb(133,133,178);
		-webkit-box-shadow:0px 0px 2px rgb(133,133,178);
		margin:0 auto;
	}
	
	#bandmenutop * {
		margin:0;
		padding:0;
		font-size:12px;
		font-weight:bold;
		font-style:italic;
		vertical-align:top;
		line-height:12px;
		color:rgb(133,133,178);
	}
	
	#bandmenutop p {
		width:700px;
		margin:4px auto;
		border-radius:15px 5px 15px 5px;
		-moz-border-radius:15px 5px 15px 5px;
		-webkit-border-radius:15px 5px 15px 5px;
		padding:2px 0;
		background:rgb(255,255,255);
		opacity:0.95;
	}

	#bandmenutop a {
		text-decoration:none;
	}
	
	#bandmenutop a.curMenu {
		color:black;
	}
	
	#bandbackground {
		position:absolute;
		background:white url('../img/site/stretch.yellow.png');
		height:90px;
		left:0;
		right:1px;
		top:10px;
/*
		z-index:1;
*/
		z-index:4;
	}

	#band {
		position:absolute;
		height:80px;
		left:0;
		right:1px;
		top:15px;
/*
		z-index:4;
*/
/*
		background:url('../img/site/stretch.yellow.png');
*/
		z-index:4;
		overflow:hidden;
	}

	#bandlogo {
		position:absolute;
		left:3px;
/*
		width:212px;
*/
		top:0;
	}

	#bandmiddle {
		position:absolute;
		left:300px;
		top:0;
	}	
		
	#bandad {
		position:absolute;
		left:750px;
		top:0;
	}

	#side {
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		width:150px;
		background:rgb(16,16,115);
		padding-top:10px;
		border-radius:10px 0 0 10px;
		-moz-border-radius:10px 0 0 10px;
		-webkit-border-radius:10px 0 0 10px;
		overflow:hidden;
		z-index:3;
	}
	
	#sidemenu {
		position:absolute;
		top:150px;
		left:0;
		overflow:none;
	}
	
	#sidemenu p {
		color:rgb(255,172,3);
		font-weight:bold;
		font-size:13px;
		padding-left:5px;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	#sidemenu a {
		display:block;
		background:url('/img/puces/puce.12x12.png') no-repeat 0 3px;	
		color:white;
		font-size:13px;
		height:16px;
		width:150px;
		padding:2px 0 2px 16px;
		margin:1px 0;
		margin-left:10px;
		font-family:arial;
		font-weight:bold;
		font-style:italic;
		text-decoration:none;
	}
	
	#sidemenu a.curMenu {
		text-decoration:underline;
	}

	#sidetenyears {
		position:absolute;
		left:0;
		bottom:70px;
		width:138px;
		text-align:center;
		overflow:hidden;
	}
	
	#sideplanet {
		position:absolute;
		bottom:0;
		left:0;
		width:150px;
		height:74px;
		background:url('../img/site/planete.png');
		background-repeat:no-repeat;
		border-radius:0 0 0 10px;z-index:1000;
		-moz-border-radius:0 0 0 10px;z-index:1000;
		-webkit-border-radius:0 0 0 10px;z-index:1000;
		border-left:1px solid rgb(16,16,115);
		border-bottom:1px solid rgb(16,16,115);
		z-index:+1;
	}
	
	#content {
		position:absolute;
		left:150px;
		top:140px;
		right:0;
		bottom:21px;
		border-right:1px solid rgb(16,16,115);
		overflow:auto;
		padding:0 10px 0 10px;
		z-index:1;
	}

	#content, #top {
		background:rgb(250,245,255);
	}

	#contentFooter {
		width:400px;
		background:url('../img/site/footer.png');
		border-radius:10px 10px 0 0 ;
		-moz-border-radius:10px 10px 0 0;
		-webkit-border-radius:10px 10px 0 0;
		margin:40px auto 0;
		padding:3px;
		text-align:center;		
	}
	
	#footer {
		position:absolute;
		left:0;
		right:0;
		bottom:0px;
		height:20px;
		overflow:none;
		border-bottom:1px solid rgb(16,16,115);
		border-right:1px solid rgb(16,16,115);
		color:white;
		border-radius:0 0 10px 10px;
		-moz-border-radius:0 0 10px 10px;
		-webkit-border-radius:0 0 10px 10px;
		z-index:2;
		padding-left:150px;
		background:rgb(133,133,178);
	}
	
	#footer a {
		text-decoration:none;
	}

	#footer a.curMenu {
		color:rgb(255,255,255);
	}

	p {
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.box {
		padding:10px;
	}

	.bouton_i {
		background:url('/img/buttons/bouton_i.gif');
		background-repeat:no-repeat;
		padding-left:25px;
	}

}

@media print {

	body {
		background:rgb(255,255,255);
	}
	
	#main, #content {
		width:100%;
	}
	
	#content {
		position:absolute;
		left:0;
		top:0;
		right:0;
		bottom:0;
	}


	#content2 {
		position:absolute;
		left:0;
		top:0;
		right:0;
		bottom:0;
		width:100%;
	}
	
	.screen {
		visibility:hidden;
		display:none;
	}

	.print {
		visibility:visible;
	}
}

