/* @override http://localhost/~antony/rafabook.com/style.css */

/* @group global */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 100%;
	background: transparent;
}

ol, ul {
	list-style: none;
}

a img {
	border: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup {
	vertical-align: 0.6em;
	font-size: 80%;
	line-height: 0.1em;
}

strike {
	text-decoration: line-through;
}

u {
	text-decoration: underline;
}

.clear {
	clear: both;
}

a {
	cursor: pointer;
}

a.active {
	cursor: default;
}

/* @end */

html {
	height: 100%;
}

body {
	font: 75% Arial, Helvetic a, Geneva, sans-serif;
	color: #000;
	height: 100%;
	background-color: #102843;
}

#vcenter {
	width: 100%;
	height: 100%;
	
}
#vcenter td.iesensmauvais {
	vertical-align: middle;
	text-align: center;
	
}
#page {
	width: 970px;
	height: 620px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
}

#page .inner {
	width: 100%;
	height: 100%;
	background-position: 22px 23px;
	background-repeat: no-repeat;
}

#lang {
	position: absolute;
	right: 46px;
	top: 0;
}

#lang li,
#lang img {
	float: left;
}

#lang a {
	opacity: .4;
	float: left;
	margin-left: 4px;
	line-height: 20px;
	color: white;
}

#lang img {
	border: 1px solid black;
}



#lang .active,
#lang a:hover,
#lang a:active,
#lang a:focus {
	opacity: 1;
}

.fr #page {
	background-image: url(ima/bg_body.gif);
}

.en #page {
	background-image: url(ima/bg_body_en.gif);
}

.es #page {
	background-image: url(ima/bg_body_es.gif);
}

.fr #page .inner {
	background-image: url(ima/bg_page.jpg);
}

.en #page .inner {
	background-image: url(ima/bg_page_en.jpg);
}

.es #page .inner {
	background-image: url(ima/bg_page_es.jpg);
}

h1, h3 {
	padding-left: 30px;
	width: 328px;
	text-align: center;
}

h1 {
	padding-top: 40px;
}

h3 {
	margin: 10px 0;
	color: silver;
	font-weight: normal;
	font-style: normal;
}

big {
	font-size: 130%;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}
#content {
	width: 330px;
	border: 1px solid white;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

#content p.msg {
	text-align: center;
	padding: 20px 0;
}

#content .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-height:365px;
	background-color: #cbcbcb;
	z-index: 1;
	opacity: 0.5;
}
#content div.over {
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
}



#content h2 {
	background-color: black;
	color: white;
	font-size: 160%;
	text-align: center;
	line-height: 2em;
	height: 2em;
}



#precommande table {
	width: 80%;
	margin: 10px 0 10px 30px;
}

#precommande td {
	padding: 1px;
	height: 1.7em;
}

#precommande textarea {
	height: 5em;
}
#precommande select {
	background-color: white;
}

#precommande textarea,
#precommande .text {
	width: 100%;
	background-color: white;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.submit {
	width: 100%;
	background-color: silver;
}

#prix {
	color: white;
	font-size: 180%;
	font-weight: bold;
	position: absolute;
	top: 40px;
	right: 60px;
}

#partners {
	position: absolute;
	bottom: 18px;
	right: 55px;
}

#partners a img {
	opacity: .8;}

#partners a:hover img,
#partners a:active img,
#partners a:focus img {
	opacity: 1;
}

#partners a:hover,
#partners a:active,
#partners a:focus {
	outline: none;
}

#footer {
	position: absolute;
	bottom: 0;
	right: 50px;
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	
}

#footer a {
	color: white;
}

#footer a:hover {
	text-decoration: underline;
}

.downloads {
	background: url(ima/downloads_bg2.gif) no-repeat;
	padding-left: 65px;
	padding-top: 2px;
	height: 94px;
	margin-left: 57px;
	width: 210px;
	line-height: 21px;
	margin-top: -5px;
}

.downloads a {
	
	color: #2a2a2a;
	font-weight: bold;
	display: block;
	padding-left: 10px;
}

.downloads a.active,
.downloads a:hover,
.downloads a:focus,
.downloads a:active {
	color: black;
	outline: none;
}

.downloads i {
	font-weight: normal;
	font-size: 9px;
	color: #272727;
}

.contact #content p {
	margin: 7px;
}

.contact #content {
	bottom: 100px;
}
