* {margin: 0; padding: 0;}
/*div {border: 1px solid orange}
img, form {border: 1px dashed blue}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow}
ul {border: 1px solid green}
li {border: 1px solid lightgreen}*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	background-color: #FFFFFF;
	margin-top: 5px;
	color:#000000;
	
	}
p {
	margin : 0 6px 5px 6px;
	text-align: justify;
	font-size: 9pt;
}
p:first-letter	{
	font-size:115%;
	color:#FF9933;
	font-weight: bold;
	padding: 1px;
}

p.saison:first-letter, p.show:first-letter, p.orange:first-letter	{
	padding:1px;
	font-size:115%;
	 color:#0066CC !important;	
	 font-weight: bold;
	 }
.sun p:first-letter	{
	padding:1px;
	font-size:115%;
	color:#0066CC !important ; 	
	font-weight: bold;
}	 
	 
	 
ul {
	list-style-position: inside;
	list-style-type: square;
	margin: 10px 15px 10px 5px;
	text-align: left;
	padding: 0;	}
a {
	font-weight:bold;
	text-decoration:none;
	font-size: 9pt;
	padding: 0 5px;
}
a:link {
	color:#FF9933;	
}
.sun a:link	{
	color:#0066CC;
	}
.detail a:link	{
	color:#333333;
}
#piece a:link {
	font-size: 14pt;
	padding: 5px 5px;
}
li {
	list-style-position: inside;
	list-style-image: url(images/arrow.gif);
	margin: 0px;
	padding: 0px;
}

a:visited {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
	font-size: 9pt;	
	padding: 0 5px;
}
.sun a:visited {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
	font-size: 9pt;	
	padding: 0 5px;
}


a:hover {
	font-weight:bold;
	color:#DDDDDD;
	text-decoration:none;
	font-size: 9pt;	
	padding: 0 5px;
}

.sun a:hover {
	font-weight:bold;
	color:#DDDDDD;
	text-decoration:none;
	font-size: 9pt;	
	padding: 0 5px;
}
a:active {
	font-weight:bold;
	color:#DDDDDD;
	text-decoration:none;
	border-left:solid 2px #FF9933;
	font-size: 9pt;
	padding: 0 5px;
}

h3:first-letter, h4:first-letter	{	color:#FF9933;	}
h3 {
	font-size: 11pt;
	font-weight: bold;
	margin: 5px auto;
	text-align: center;
	font-variant: small-caps;
	font-family: "Tahoma", "Trebuchet MS", "Verdana", sans-serif;
	color: #333333;
}
h1 {
	font-size: 24pt;
	font-weight: bold;
	text-align: left;
	padding: 0;
	line-height: 26pt;
	font-family: "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	color: #FF9933;
	margin: 10px auto 10px 28px;
	
	font-variant: small-caps;
	letter-spacing:6pt;
	}
	
.test	{
	font-size: 24pt;
	font-weight: bold;
	text-align: left;
	padding: 0;
	line-height: 24pt;
	font-family: "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	color: #FF9933;
	margin: 0 auto 0 28px;
	font-variant: small-caps;
	letter-spacing:6pt;
	}
h2 {
	font-size : 14pt;
	font-weight : bold;
	text-align : center;
	margin : 8px auto;
	padding : 0;
	line-height : 16pt;
	color: #FFFFCC;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-variant: small-caps;
	}
h4 {
	font-size : 11pt;
	font-weight : bold;
	text-align : left;
	margin : 5px;
	padding : 0;
	line-height : 12pt;
	font-variant: small-caps;
	color: #333333;
}
div#details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 10px 300px 10px 20px;
	padding:10px;
	text-align: left;
	border-top: solid 1px #FF9933;
	border-bottom: solid 1px #FF9933;
	border-right: solid 1px #FF9933;
	border-left: solid 10px #FF9933;
	width:335px;
	-moz-border-radius:10px;
	border-radius:10px;
	
}
.detail p {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	margin: 5px;
	text-align: left;
	border:none;
	width:310px;
}
	
.show {
	font-size: 9pt;
	padding: 0;
	
}

.saisie {
	border: thin ridge #CCCCCC;
	font-size: 10pt;
	margin: 5px;
	width : 200px;
}
.submit {
	border: solid 1px #FF9933;
	width: 210px;
	font-size: 10pt;
	margin: 0 auto 5px auto;
	background-color: #0066CC;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #FFFFCC;
	padding: 0;
	line-height: 11pt;
	font-weight: bold;
	height: 13pt;
	vertical-align:middle;
}
.reset {
	border: thin ridge #CCCCCC;
	width: 200px;
	font-size: 10pt;
	margin: 10px;
	background-color: #D7D7D7;
	text-align: right;	}
.lieu {
	color: #FFFFCC;
	
	}
.detail {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
	
.resultat	{
	background-color:#FFFFCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.bottom {
	background-color: #0066CC;
	width:175px;
	color: #FFFFCC;
	border-bottom: solid 2px #FF9933;
	text-align: center;
	
}
.nav {
	background-color : #FFFFCC;
	border-bottom:medium double #FF9933;
	border-top: medium double #FF9933;
	clear:right;
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: visible;
}


.formail {
	text-align: left;
	color:#FFFFCC;
	width: 120px;
	height: auto;
	margin: 5px auto 0 5px;
	padding-left: 3px;
	float:left;
	cursor: pointer;
	background-color:#0066CC;
}
label {
	background-color: #FF9933;
	margin: 5px auto 0 auto;
	font-size: 9pt;
	width: 135px;
	color: #000000;
	text-align: left;
	display: block;
	padding-left: 3px;
	line-height:11pt;
}

.orange {
	background-color: #FF9933;
	margin: 0 auto;
	font-size: 9pt;
	width: 210px;
	color: #000000;
	text-align: center;
	
}
select {
	font-size: 9pt;
	background-color: #0066CC;
	width: 210px;
	margin: 0 auto 5px auto;
	color: #FFFFCC;
	border: solid 1px #FF9933;
	line-height: 12pt;
	font-weight: bold;
	
}
.contact {
	font-size: 9pt;
	background-color: #0066CC;
	width: 185px;
	margin: 5px auto 0 10px;
	color: #FFFFCC;
	border: solid 1px #FF9933;
	line-height: 12pt;
	font-weight: bold;

}
option {
	line-height: 12pt;
	font-weight: bold;
	color: #FF9933;
	overflow:visible;
}


legend {
	background-color: #0066CC;
	padding: 5px;
	border: none;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;

}
.proprio {
	border: 2px solid #F0DDA2;
	font-size: 9pt;
	width : 200px;
	background-color: #DFEDFF;
	margin-bottom: 5px;
	margin-left: 20px;
}

fieldset {
	margin : 5px auto 5px auto;
	padding-bottom:10px;
	border: 1px ridge #FF9933;
	text-align: center;
	width:350px;
	display: block;
	}
hr {
	width: 75%;
	clear:both;
	margin: 5px auto;
	padding: 0;
	color: #FF9933;
	height: 1px;	
	background-color:#FF9933;
	
}
#box {
	padding: 0;
	text-align: center;
	width: 765px;
	overflow: auto;
	-moz-border-radius:12px;
	border-radius:12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 5px solid #FF9933;
	background-image: url(images/bleu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

#provence {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 705px;
	text-align: center;
	background-color: #0066CC;
	overflow:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 28px;
	padding-bottom:5px;
	overflow: hidden;
	border-left :solid 10px #FF9933;
	border-top: solid 1px #FF9933;
	border-right: solid 1px #FF9933;
	border-bottom: solid 1px #FF9933;
	-moz-border-radius:10px;
	border-radius:10px;
	}
.lien {
	width:13.5%;
	margin: 3px auto 0 auto ;
	text-align: center;
	float:left;
	}
.lien2 {
	width:16.5%;
	margin: 3px auto 0 auto ;
	text-align: center;
	float:left;
	}
	
#index {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 395px;
	text-align: center;
	background-color: #0066CC;
	color: #FFFFCC;
	padding:6px;
	margin: 0 auto 0 0;	
		}
.titre_haut	{
	width:555px;
	font-size:11pt;
	margin:15px auto 0 35px;
	text-align:left;
	color:#FFCC33;
	font-variant: small-caps;
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	letter-spacing:12pt;
	font-weight:bold;
	line-height: 11pt;
	
}

.titre_bas	{
	width:575px;
	font-size:11pt;
	margin:0px auto 15px 35px;
	text-align:right;
	color:#FFCC33;
	font-variant: small-caps;
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	letter-spacing:12pt;
	font-weight:bold;
	line-height: 11pt;
	padding:0;
	
}

.foot {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFCC;
	text-align: center;
	width: 705px;
	margin: 25px auto 10px 28px;
	border-left-width: 10px;
	border-top-style: none;
	clear:both;
	border-left :solid 10px #FF9933;
	border-top: solid 1px #FF9933;
	border-right: solid 1px #FF9933;
	border-bottom: solid 1px #FF9933;
	-moz-border-radius:10px;
	border-radius:10px;
	background-color: #0066CC;
	overflow: auto;
}
#montbrun {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066CC;
	margin:0 0;
	
	}
.result	{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9933;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin:0 ;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #0066CC;
	}
.recherche {
	background-color: #FF9933;
	width: 255px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0066CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 0 0 auto;
	float:right;
	padding: 5px 0;
	
}
p.row:first-letter {
	font-size:125%;
	 color:#FF9933;	
	 font-weight: bold;
}
p#index:first-letter {
	margin:0;
	padding:0;
	font-size:125%;
	 color:#FF9933;	
	 font-weight: bold;
}
.doublerow {
	color: #FFFFCC;
	background-color: #0066CC;
	text-align: center;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF9933;
	border-left-color: #FF9933;
}
.saison	{
	text-align:center;
	
	padding:5px 0;
}

.row	{
	margin:3px auto;
	text-align:center;
}
.sql	{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 25px 10px 10px 28px;
	width:705px;
	border-top: solid 1px #FF9933;
	border-right: solid 1px #FF9933;
	border-bottom: solid 1px #FF9933;

}
.row1	{
	text-align: center;
	background-color: #0066CC;
	color: #FFFFCC;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF9933;
}
.row2	{
	text-align: center;
	background-color: #0066CC;
	color: #FFFFCC;
}
/*table,tr,td {
	margin: 0px;
	padding: 0px;
	border:none;
	}*/

.row3 {
	background-color: #0066CC;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom: solid 2px #FF9933;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9933;
	}
.iesucks {
	box-sizing: border-box;

	-moz-box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	width: 705px;
	margin: 25px auto 10px 28px;
	color:#FFFFCC;
	border-left :solid 10px #FF9933;
	border-top: solid 1px #FF9933;
	border-right: solid 1px #FF9933;
	border-bottom: solid 1px #FF9933;

	-moz-border-radius:10px;
	border-radius:10px;
	overflow: auto;
	background-color:#0066CC;
	padding-bottom: 8px;
}
.iesucks p	{margin: 10px 10px auto 10px;	}
.iesucks pre p {margin: 10px 10px auto 10px;	}
.iesucks img, .pop img	{ border: inset 1px #808080;	}
.fin, .droite, .left	{	
	text-align:center;	 
	 margin:3px 5px;
	 }

.droite	{
	float:right;	
}
.left	{
	float:left;	
	}
a#piece	{
	font-size:14pt;
	}	
a#piece:hover {
	font-weight:bold;
	color:#DDDDDD;
	text-decoration:none;
	font-size: 14pt;
	padding: 5px 5px;
}
a#piece:visited {
	font-weight: bold;
	color: #0066CC  ;
	text-decoration: none;
	font-size: 14pt;
	padding: 5px 5px;
	}
.sun	{
	width:255px;
	color:#222222;
	background-color:#FF9933;
	margin:10px 8px 10px 13px;
	float:right;
	padding:5px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:ridge 5px #9999CC;
}

.sun p, ul	{
	margin:0 5px 5px 5px;
	padding : 0;
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:10pt;
	line-height:12pt;
}
.popbox {
	background-color: #0066CC;
	text-align: center;
	/*padding: 10px;*/
	margin-top:0;
	color: #FFFFCC;
}
.pop	{
	
	border: 5px solid #0066CC;
	margin:10px 10px;
	border-top: solid 1px #FF9933;
	border-bottom: solid 1px #FF9933;
	border-right: solid 1px #FF9933;
	border-left: solid 10px #FF9933;
	-moz-border-radius:10px;
	border-radius:10px;

}	
.soustitre	{
	font-style:italic;
	font-size:8pt;
	margin:0 auto 6px auto;
}
.liste {
	list-style-position: inside;
	list-style-type:none;
	margin: 0 auto 0 20px;;
	padding: 0px;
	text-align:left;
	}
.liste li	{
	list-style-image:none;
	}	
	
a#fr {
position:absolute;
text-decoration:none;
margin-left:850px;
margin-top:10px;
}

a#ang{
margin-top:10px;
margin-left:885px;
position:absolute;
text-decoration:none;
}