BODY{
	background-color: #F0E68C;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

INPUT{
	font-size: xx-small;
}

SELECT{
	font-size: xx-small;
}

#main{
	background-color: #ffffff;
	width: 760px;
	height: 100%;
	border: solid 1px black;
	margin-bottom: 20px;
}

#header{
	width: 760px;
	background-color: #CF2800;
	padding: 0px;
	text-align: right;
	border-bottom: solid 1px black;
}

#content{
	margin-left: 160px;
	width: 595px;
}

#menu_left{
	font-size: xx-small;
	float: left;
	width: 150px;
	/*border-right: 1px dashed #990000;*/
}

/* menu left */
#menu_left ul{
	font-weight: bold;
	margin-top: 15px;
	padding: 0;
	margin-left: 10px;
	text-indent: 0;
	list-style: none;
}

#menu_left li{
	border-bottom: 1px dotted #000000;
	padding-top: 3px;
	padding-bottom: 1px;
}

#menu_left a{
	text-decoration: none;
	color: #990000;
}

/* content */

#barlang{
	margin: 0;
	padding: 0;
}

P{
	font-size: xx-small;
}

#content h1{
	font-size: medium;
	font-variant: small-caps;
	color: #990000;
}


/* formulaire identification */
#form_ident{
	width: 350px;
	margin-left: 150px;
	border: solid 1px #000000; 
	padding: 10px;
}

#form_ident label{
	width: 140px;
	text-align: right;
	margin-right: 10px;
}

#form_ident input{
	width: 170px;
	text-align: left;
}

#form_ident #btn{
	width: auto;
}

/* tableau réservation */
#tabreservation{
	width: 550px;
	font-size: xx-small;
	background-color: #C3CACE;
}

#tabreservation th{
	text-align: center;
	background-color: #C3CACE;
}

#tabreservation td{
	padding-left: 2px;
	padding-right: 2px;
}

#tabreservation .i{
	background-color: White;
	text-align: right;
}

#tabreservation .t{
	background-color: White;
	text-align: left;
	width: 350px;
}

#tabreservation .tot{
	text-align: right;
}

.negatif{
	color: Red;
}

/* tableau réservation */
#tabpayment{
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	font-size: xx-small;
	background-color: #C3CACE;
}

#tabpayment th{
	text-align: center;
	background-color: #C3CACE;
}

#tabpayment td{
	padding-left: 2px;
	padding-right: 2px;
}

#tabpayment .i{
	background-color: White;
	text-align: right;
	width: 85px;
}

#tabpayment .d{
	width: 85px;
	background-color: White;
	text-align: left;
}

#tabpayment .t{
	background-color: White;
	text-align: left;
}

#tabpayment .tot{
	text-align: right;
}

/* tableau des participant */
#tabpart{
	width: 590px;
	font-size: xx-small;
	background-color: #C3CACE;
	border: solid 1px gray;
}

#tabpart th{
	text-align: center;
	background-color: #C3CACE;
}

#tabpart td{
	padding-left: 2px;
	padding-right: 2px;
}

#tabpart td.detail{
	border-top: 1px solid Black;
}

#tabpart td.nom{
	font-size: x-small;
	text-align: center;
}

#tabpart td.detail p{
	margin: 0px;
	padding: 2px;
}

#tabpart td.detail .intitulle{
	font-weight: bold;
	width: 100px;
}

#tabpart div.detail{
	background-color: #F0E68C;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 10px;
	padding: 2px;
	border: solid 1px black;
	border-top: 0px;
}

#titre_option{
	font-weight: bolder;
	color: #FF3300;
}

#desc_option{
	color: #666666;
	font-weight: bold;
}

#detail_option{
	font-size: xx-small;
}

#detail_option .titre{
	font-weight: bolder;
	color: #990000;
}

#detail_option table.detail{
	font-size: x-small;
	clear: both;
}

#detail_option td.prix{
	text-align: right;
	width: 50px;
}

#detail_option .detail_cat{
	margin-top: 15px;
	width: 290px;
	border: 1px dashed #FFDEAD;
	padding: 2px;
	background-color: #FFF2DF;
}

#detail input{
	text-align: right;
}

.lign_0{
	background-color: #FFF2DF;
}

.lign_1{
	background-color: #E2DFFF;
}

#bar_fonct{
	width: 275px;
	float: right;
	border-left: dashed #990000 1px;
	padding: 5px;
}

ul#a_faire{
	font-size: xx-small;
}

ul#a_faire a{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

ul#a_faire a:hover{
	text-decoration: underline;
}

a.btn{
	border: solid 1px gray;
	text-decoration: none;
	padding: 10px;
	background-color: #990000;
	font-weight: bold;
	color: white;
}

a.btn:hover{
	background-color: #FF8C00;
}

label{
	font-size: xx-small;
}

.alltext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

input.btn_rouge{
	height:25px;
	background:#990000;
	color:#FFFFFF;
	font-weight:bold;
	margin:5px;
	font-size:12px;
}

#piedPage{
	text-align: center;
}

#piedPage A{
	color: #990000;
}

#form_chx_station{
	text-align: center;
}

#form_chx_station INPUT{
	font-size: xx-small;
}

#form_chx_station SELECT{
	font-size: xx-small;
}
