html {
    margin : 0;
    padding : 0;
    height : 100%;
    width : 100%;
}

body {
    margin : 0;
    padding : 0;
    height : 100%;
    width : 100%;
    position : absolute;
    top : 0;
    left : 0;
    font-family : Verdana;
    color : #ffffff;
    font-size : 11px; 
    line-height : 20px;
    background-color : #111111;

   	background-position: center;
	background-repeat: repeat-y;
}

.corps {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

.titrebillet {
	font-family: Verdana;
	font-size: 15px;
	color: #ba5c1e;
	font-weight : bold;
}

 .titresites {
	font-family: Verdana;
	font-size: 12px;
	color: #ba5c1e;
}

.titrefaq {
	font-family: Verdana;
	font-size: 15px;
	color: #ffffff;
}

li.titrefaq {

list-style: disc inside; color:#ba5c1e;
list-style-position:outside;
margin-left:-20px; 
 
 }

hr {
color: #ba5c1e;
background-color: #ba5c1e;
height: 1px;
border: 0;
}

a img {
    border : 0;
}

acronym {
    display : none;
}

b {
    color : #ffffff;
}

a, a:visited, a:active {
    color : #ffffff;
    text-decoration : underline;
    font-weight : normal;
}

a:hover {
    color : #ba5c1e;
    text-decoration : none;
}


INPUT.button {
border:1px solid black;
background-color:#ba5c1e;
font-weight:bold;
height:20px;
color :white;
cursor:pointer;
}

INPUT {
     color:#000000;
     font-size:11px;
     font-family:verdana;
	
}


SELECT {
     color:#000000;
     font-size:11px;
     font-family:verdana;
	
}


.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
}

input.required, textarea.required {
	border: 1px solid #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #ba5c1e;
	color : #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #111111;
	color : #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
}

.validation-advice {
	margin: 0px 0;
	padding: 0px;
	
	color : #FF3300;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
	color: #ba5c1e;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}