﻿body{background:transparent;font-family: 'Arial', Arial, sans-serif;font-size:1em;width: 1320px;color:#000000;margin: 0 auto;}

.contenu19 iframe {width:950px;height:1360px;border:0;}/*cycle_solaire.php*/
.body19 {background:linear-gradient(to bottom right,#feef82 0%,#ffffff 100%);width:850px;border:0;}/*solaire_altitude.php, solaire_azimut.html, solaire_crepuscule.php, solaire_flux.php, solaire_jour.php, solaire_variation.php,*/
.contenu20 {background:transparent;width:925px;height:1340px;border:0;}/*cycle_solaireAn.php*/
/*spécial overdib*/
.overdib01{font-family: Arial;font-size:1em;color:#000000}
.overdib02{font-family: Arial;font-size:1em;color:#0066FF}
<!-- 
The CSS. You can of course have this in an external .css file if you like.
Please note that not all these styles may be necessary for your use of Coda-Slider, so feel free to take out what you don't need.
-->
	<style type="text/css">
		
		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */	
		p { text-align: left; margin: 10px 0 }
		p, ul { font-size: 10px; line-height: 1.4em } 
		p a, li a { color: #39c; text-decoration: none }
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		p#cross-links { text-align: center }
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		a:focus { outline:none }
		img { border: 0 }
		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
		body {
			/*background-image:url('Highcharts3/graphics/skies.jpg');
			background-repeat:no-repeat; */
			background-size:100% 100%;
			font-family: Verdana, Arial;		
			color: #000;
			width: 1025px;
			margin: auto;
			/*text-align: center;*/
			padding-bottom: 20px;
		}
		form{
			margin: 0 auto;
			width: 360px;		
			}
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 10px 0 10px;
		}
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			/*margin: 20px 0;*/
			position: relative;
			width: 100%;
		}
		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 640px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 2px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 1050px;
			clear: both;
			background: transparent;
			border-radius: 20px;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 900px;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 900px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		.wrapper iframe {
			width:900px; 
			height:1100px;
		}
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			width:800px;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 9px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #FFD000;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0 15px;
			-webkit-border-top-left-radius: 15px;
			-webkit-border-top-right-radius: 15px;
			-moz-border-radius-topleft: 15px;
			-moz-border-radius-topright: 15px;
			border-top-left-radius: 15px;
			border-top-right-radius: 15px; 
		}
		
		.stripNav li.tab1 a { background: #FFD000 }
		.stripNav li.tab2 a { background: #FFD000 }
		.stripNav li.tab3 a { background: #FFD000 }
		.stripNav li.tab4 a { background: #FFD000 }
		.stripNav li.tab5 a { background: #FFD000 }
		.stripNav li.tab6 a { background: #FFD000 }
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #FFD000;
		}

		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 430px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 20px;
			width: 15px;
		}
		
		.stripNavL {
			left: 5;
		}
		
		.stripNavR {
			right: 5;
		}
/*		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
*/
	.endroit1{
	background:red;
    font-family:"Arial";
	font-size: 1.125em;
	font-weight:bold;
	color: black;
    width: 180px;
 	}
	.endroit2{
	background:white;
    font-family:"Arial";
	font-size: 0.9em;
	/*font-weight:bold;*/
	text-align:center;
	color: black;
    width: 180px;
 	}
	.entete{
	background-image:url('images/horizon.jpg');
	background-repeat:no-repeat;
	background-size:100% 100%;
	}
	.red{
    width: 30px;
	background:red;
	text-align:center;
    font-family:"Arial";
    font-size: 1em;
	font-weight:bold;
    color:black;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
	}
	.blue{
    width: 50px;
	background:white;
	text-align:center;
    font-family:"Arial";
    font-size: 0.9em;
/*	font-weight:bold; */
    color:black;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
	}

	.unite{
    font-family:"Arial";
	font-size: 1em;
/*	font-weight:bold;*/
	color: #000000;
    width: 30px;
 	}

	.angle{
    width: 5px;
 	}	
	.soustitre{
	text-align:center;
	font-weight:bold;
    font-family:"Arial";
	font-size: 0.875em;
    width: 1000px;
	}	
	.soustitre3{
	text-align:center;
	font-weight:bold;
    font-family:"Arial";
	font-size: 0.875em;
 	color: red;
	width: 1000px;
	}	
	.label{
	text-align:right;
	font-weight:bold;
    font-family:"Arial";
	font-size: 0.875em;
	color:#000000;
    width: 90px;
	}	
	.formulaire01 form {
	width:500px;
	align:center;}