body {
	background-color: #B3B3B3;
	margin: 0px;
	padding: 0px;
	background-image: url(images/grdt.png);
	background-repeat: repeat-x;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F1F1F;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #FF7300;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, "MS Sans Serif";
	font-size: 20px;
	margin: 0px;
	font-weight: bold;
	line-height: 22px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	color: #FF7300;
	font-family: "Trebuchet MS", Arial, "MS Sans Serif";
	font-size: 16px;
	line-height: 18px;
	width: 80%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3 {
	color: #000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

ul {
	margin: 0px;
	color: #1F1F1F;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li {
	list-style: none;
	margin: 0px;
	background-image: url(images/puce.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
select {
	cursor:pointer;
	padding-right: 5px;
}
input, textarea, select {
	color: #1F1F1F;
	border:thin solid #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
input#envoyer {
	color: #666;
	background-color: #CCC;
}
input#envoyer:hover, input#envoyer:focus {
	color: #fff;
	background-color: #FF7300;
	cursor:pointer;
}
input#fermer {
	color: #666;
	background-color: #FFF;
}
input#fermer:hover, input#fermer:focus {
	background-color: #CCC;
	cursor:pointer;
}
input[type="radio"], input[type="checkbox"] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}
input[readonly="readonly"] {
	background-color: #E2E2E2;
}
input:focus, textarea:focus, select:focus {
	border: thin solid #FF7300;
}

label {
	color: #1F1F1F;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
}
label:hover {
	color: #FF7300;
}
fieldset {
	border:1px solid #CCC;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
legend {
	color: #808080;
	font-family: "Trebuchet MS", Arial, "MS Sans Serif";
	font-size: 16px;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px !important;
	font-weight: normal;
	text-align: left;
}
th:hover {
	cursor: pointer;
	background-color: #CCC;
}
table td {
	padding:5px ;
}
#conteneur {
	width: 844px;
	padding: 0px;
	margin: 0px auto;
}

#entete {
	height: 130px;
	width: 100%;
	background: url(images/entete.png);
}

#visuel {
	width: 100%;
	background: url(images/visuel.png);
	height: 150px;
	margin: 0px;
	padding: 0px;
}
#logo {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#loginvisu {
	background-image: url(images/floteo-login.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;
}

#edito {
	width: 824px;
	text-align: right;
	height: 40px;
	background-image: url(images/fond-orange.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#edito td {
	width: 100px;
	text-align: center;
	background-color: #FF7300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#edito a {
	color: #FFF;
	text-decoration: none;
}
#edito td:hover {
	background-color: #808080;
}
#edito .select {
	background-color: #000;
}

#edito p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
	padding: 20px 20px 0px;
	font-variant: small-caps;
	text-align: right;
	font-weight: normal;
}

#edito h1 {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
}

#barrenav {

	float: right;
	height: 30px;
	margin-top: 51px;
}
#pied a {
	color: #D4D4D4;
}

#corps {
	margin: 0px;
	background: url(images/fond-blanc.png) repeat-y;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}


#corps a:hover {

	color: #808080;
	text-decoration: none;
}

#pied {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 83px;
	background: url(images/pied.png) no-repeat;
}

#pied p {
	padding-top: 12px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
}

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


#corps h1:first-letter {
	color: #FF7300;
	font-size: 28px;
}

.navig {
	height: 25px;
	background-color: #CCC;
	margin-bottom: 10px;
	padding-top: 10px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.navig li {
	display: inline;
	background-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


.gras {
	font-weight: 800;
}
.flotright {
	float: right;
}
.flotleft {
	float: left;
}

#partenaires {
	float: right;
	width: 50%;
	margin-right: 50px;
	text-align: center;
}


.fonctionnement {
	color: #808080;
	font: bold 13px "Trebuchet MS", Arial, "MS Sans Serif";
}

.go {
	padding: 0px 40px 0px 0px;
	background-image: url(images/fleche.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	margin-right: 12px;
	font-family: "Trebuchet MS", Arial, "MS Sans Serif";
	line-height: 40px;
}

.orange {
	color: #FF7300;
}
.gras {
	font-weight: bold;
}

.infophp {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.infophp #ticket td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 5px;
}
.infophp tr {
	height:35px;
}
.infophp td.titrecol {
	color: #333;
	background-color: #B5B5B5;
}
.infophp tr:hover {
	background-color:#FFE4CE;
}
.color0 {
	background: #EDEDED;
}
.color1 {
	background: #FFFFFF;
}


.savoir {
	font-size: 11px;
	background: url(images/icon_fleche.gif) no-repeat left center;
	padding: 0px 0px 0px 20px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FF7300;
}

.telecharger {
	font-weight: bold;
	font-size: 11px;
	padding: 0px 0px 0px 20px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FF7300;
	background-image: url(images/icon_version.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.assistance {
	font-weight: bold;
	font-size: 11px;
	background: url(images/icon_bulle.gif) no-repeat left center;
	padding: 0px 0px 0px 20px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.coldroite {
	float: right;
	width: 34%;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #E1E1E1;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #808080;
	border-right-color: #FF7300;
	border-bottom-color: #808080;
	border-left-color: #808080;
	padding-left: 10px;
}
.mail {
	font-weight: bold;
	font-size: 11px;
	background: url(images/icon_mail.gif) no-repeat left center;
	padding: 0px 0px 0px 20px;
	line-height: 30px;
	margin: 10px 0px 10px 10px;
}
.noir {

	color: #000000;
}
.atteindre {
	font-size: 11px;
	background: url(images/icon_fleche.gif) no-repeat left center;
	padding: 0px 0px 0px 20px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.fondgris {
	background: #F0F0F0;
}
#entree {
	cursor: pointer;
}
.reserve {

	height: 10px;
	margin: 0px;
	padding: 0px;
}
.fondorange {
	background-color: #FFB980;
}
#rechticket {
	text-align: right;
	width: 95%;
	padding: 10px;
}
.lettrine {
	font-size: 22px;
	color: #ED8001;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.colgauche {
	float: left;
	width: 10%;
	margin-right: 20px;
	margin-left: 10px;
	height: 50px;
	margin-bottom: 20px;
}
.colvignette {
	text-align: left;
	padding: 5px;
	background-color: #E1E1E1;
	border: 1px solid #FF7300;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.consulter {
	font-size: 11px;
	padding: 0px 0px 0px 20px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FF7300;
	background-image: url(images/icon_bulle.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.haut {
	font-size: 11px;
	padding: 0px 0px 0px 20px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FF7300;
	background-image: url(images/icon_haut.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.vignette {
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
}
.vignette:hover {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #FF7300;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
#formulairecontact, #formprojet, #formidentification {
	width: 95%;
	padding-left: 5px;
}

.infophp td.rupture {
	font-weight: bold;
	color: #333;
	font-size: 1.1em;
	height: 20px;
	background-color: #ccc;
}

#consult {
	background-color: #FF7300;
	padding: 10px;
	height: 30px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	width: 380px;
	text-align: center;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}
#consult:hover {
	background-color: #000;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.none {
	display: none;
}
