/* All desktop-client things go here */

html,body
{
	margin: 0;
	height: 100%;
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
	text-align: center;
	color: white;
	background-color: black;
}

/* Rule to fix quirks-mode inheritance behavior */
table, caption {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

img
{
	border: 0; 
	padding: 0;
	vertical-align: top;
}


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

a:hover
{
	text-decoration: underline;
}

sup
{
	vertical-align: top;
}

h1
{
	border-bottom: 1px solid #666;
	margin-bottom: 2px;
	font-size: 13px;
	padding-left: 4px;
	margin-left: 4px;
	margin-right: 4px;
}

p
{
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 9px;
}


#bgImgTL, #bgImgBR
{
	position: fixed;
	background-repeat: no-repeat;
	z-index: 1;
}

#bgImgTL
{
	top: 0;
	left: 0;
	width: 200px;
	height: 430px;
	background-image: url('../img/bg-tl.jpg');
	background-position: top left;
}

#bgImgBR
{
	bottom: 0;
	right: 0;
	width: 300px;
	height: 348px;
	background-image: url('../img/bg-br.jpg');
	background-position: bottom right;
}



#container
{
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	height: 100%;
	text-align: left;
	z-index: 2;
}

#container tr td
{
	vertical-align: middle;
}

.credits
{
	font-size: 8px;
	text-align: right;
	margin-top: 3px;
}

.credits a
{
	color: #f40;
}

.language
{
	text-align: right;
	font-size: 10px;
	padding-bottom: 2px;
}

.language img
{
}


#contents
{
	width: 802px;
	border-collapse: collapse;
	background-color: green;
	border: 1px solid #555;
	table-layout: fixed;
	color: black;
}

#contents #leftColumn
{
	width: 200px;
	background-color: #ddd;
	vertical-align: top;
	padding: 0;
	background-image: url('../img/bg-leftpane.jpg');
}

#contents #rightColumn
{
	background-color: black;
	height: 600px;
	padding: 0;
	padding-left: 1px;
}

#logoCleuziou
{
	width: 200px;
	height: 70px;
	display: block;
}

.menu
{
	border-collapse: collapse;
	width: 95%;
	margin: auto;
	margin-top: 16px;
}

.menu td
{
	padding: 0;
	font-size: 0.9em;
	border-bottom: 1px solid #aaa;
	padding-bottom: 2px;
	padding-top: 4px;
}

.menu .l
{
	width: 24px;
}

.menu .r
{
	padding-left: 4px;
}

.menu .r a
{
	display: block;
	height: 24px;
	line-height: 24px;
}

.rubIcon
{
	width: 24px;
	height: 24px;
	display: block;
	border: 1px solid #666;
}


.slideshow
{
	overflow: hidden;
}

/* Sliding panels */

#slidingPanel
{
	position: absolute;
    left: -400px;
	width: 400px;
	height: 600px;
	bottom: 0;
	background-color: red;
	border-right: 1px solid black;
}

/* Carousel-related */

.carousel
{
	background-image: url('../img/car-bg.png');
	background-repeat: repeat-x;
	background-color: #222;
	position: relative;
	height: 138px;
	border-bottom: 1px solid black;
	width: 600px;
}

.carousel .wrapper {
	height: 100%;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 516px;
	margin: 0 42px;
}

.carousel img.selected
{
	border: 1px solid white;
}

.carousel ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	padding-top: 5px;
	margin: 0;
	position: absolute;
	top: 0;
}

.carousel li {
	list-style: none;
	display: block;
	float: left;
	width: 129px;
	height: 115px;
	padding: 0;
	margin: 0;
}

.carousel a.arrow {
	width: 37px;
	height: 36px;
	margin-top: 42px;
	cursor: pointer;
	background-image: url('../img/ca-arrows.png');	
	margin-left: 558px;	
	text-indent: -9999px;
	display: block;
	position: absolute;
	outline: 0;
}

.carousel a.arrow:hover
{
	background-position: 0 108px;
}

.carousel a.arrow.back:hover
{
	background-position: 0 36px;
}

.carousel a.arrow.back {
	margin-left: 3px;	
	background-position: 0 72px;
}

.hover, .contactform {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hover {
	visibility: hidden;
}



div.carousel-container, div.static-container
{
	height: 600px;
	overflow: hidden;
	position: relative;
}

div.carousel-container div.hover
{
	top: 120px;
	background-image: url('../img/opa80.png');
}

table.tarifs
{
	width: 550px;
	margin: auto;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#formu-contact-table
{
	width: 570px;
	margin: auto;
	border: none;
	margin-top: 25px;
	padding-right: 15px;
}

#formu-contact-table td
{
	text-align: right;
	padding-right: 5px;
}

#formu-contact-table input.textin {
	width: 98%;
	border: 1px solid black;
	padding: 5px;
}

#formu-contact-table textarea {
	width: 98%;
	margin: 0;
	border: 1px solid black;
	padding: 5px;
}

.partnerTable 
{
	border-collapse: separate;
}

.partnerTable tr td
{
	padding: 10px;
	border: 1px solid black;
	background-color: white;
}

/* Modal-related */

.modal-overlay
{
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000;
	z-index:101;
	display: none;
}

