@charset "utf-8";
/* CSS Document */
img {
	border: none;
}
fieldset {
	width:400px;
	margin: 0px auto 0px 0px;
	border: none;
	display:block;
	padding: 0px;
	text-align:right;
}
form.simple fieldset {
	margin: 0px;
}
label {
	display:block;
	padding: 0px;
	margin: 5px 0px;
	text-align:right;
}

div#top {
	background-color: #000000;
	background-image: url(../images/city.jpg);
	background-repeat: no-repeat;
	height: 111px;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 40px;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 10;
}
p#presentation{
	position:absolute;
	left: 15%;
	top: 0px;
	text-align:left;
}
span#index_compagnie {
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
	color:#E00;
}
form#langswitch {
	vertical-align: top;
	position:absolute;
	right: 15px;
	top: 15px;
	width: 100px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
form#langswitch fieldset{
	filter: alpha(opacity=100);
	width: 100px;
}
form#langswitch:hover{
	opacity: 1;
}
table#menuwrap {
	text-align: center;
	height: 28px;
	position: relative;
	top: 65px;
	margin: 0px auto;
	padding: 0px;
}
table#menuwrap td{
	font-size: 11px;
	padding: 0px 4px;
	color: #000;
	text-align: center;
	letter-spacing: normal;
}
table#menuwrap td a{
	color: #FFF;
	text-decoration: none;
}
td.menubutton  {
	background-image: url(../images/menu_on.png);
	background-color: #900;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
td.menubutton:hover {
	background-image: url(../images/menu_on.png);
	background-color: #C00;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
td.menuselected {
	background-image: url(../images/menu_on.png);
	background-color: #A00;
	filter: alpha(opacity=100);
	opacity: 1;
}
table#submenuwrap {
	background: transparent url(../images/submenu_bg.png) repeat-x scroll;
	text-align: center;
	position: relative;
	height: 20px;
	width: 100%;
	top: 65px;
	margin-top: -3px;
	padding: 0px;
}
table#submenu {
	position: relative;
	margin: -1px auto;

}
table#submenu td {
	line-height: 20px;
	padding: 0px 5px;
	font-size:11px;
}
table#submenu td a{
	color: #FFF;
	text-decoration: none;
}




div#body{
	text-align: left;
	margin: 0px 7.5%;
	width: 85%;
	position: absolute;
	top: 110px;
	padding-bottom: 45px;
}




body {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.4px;
	font-size:13px;
	color: #FFF;
	background-color: #000;
	margin: 0px;
}
p {
	text-align:justify;
}
a {
	color: #E00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.pdflink:after {content: url("../images/pdf.gif");}

h1 {
	text-align: center;
	font-weight:normal;
	letter-spacing: normal;
	margin: 15px 0px;
}

table#rescom {
	margin: 0px auto;
	height: 30px;
	width: 300px;
	font-size: 16px;
	text-align: center;
}

div#footer {
	background-repeat: repeat-x;
	height: 26px;
	text-align: center;
	padding-top: 3px;
	color: #FFFFFF;
	background-color: #000;
	font-size: 10px;
	border-top: 4px #E00 double;
	border-bottom: thin #E00 solid;
	position: fixed;
	bottom: 0px;
	z-index:10;
	width: 100%;
}

fieldset#email_input {
   width: 500px;
   
}

fieldset#email_input label {
   width: 500px;
   text-align: left;
   height: 30px;
}

fieldset#email_input label input {
   width: 400px;
   float: right;
}

fieldset#email_input textarea {
   width: 500px;
   float: right;
}
