﻿@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	height: 100%;
	overflow: auto;
}

body {
	background-color: White;
}

body, p, td, li, blockquote {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #03617b;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}
	
td {
	padding: 0px;
	vertical-align: top;
}

h1 {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 5px;
}

h2 {
	color: #03617b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	margin-left: 30px;
	margin-right: 180px;
	border-top: 1px solid #56adca;
}

td h2 {
	margin-left: 5px;
	margin-right: 5px;
	border: none;
}

p.h2 {
	margin-left: 40px;
	margin-right: 20px;
	font-style: italic;
}

p.note {
	font-weight: bold;
}

p.bouton {
	text-align: center;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 20px;
}

li {
	list-style-image: url('img/puce.gif');
	line-height: 20px;
}



/* tableau de présentation */
#main, #bg_main, #bg_main_left {
	position: absolute;
	width: 560px;
	top: 160px;
	bottom: 35px;
	left: 50%;
	margin-left: -380px;
}

#main, #bg_main {
	position: absolute;
	width: 560px;
	top: 160px;
	bottom: 35px;
	left: 50%;
	margin-left: -380px;
	padding-left: 190px;
	padding-right: 10px;
}


#main {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	z-index: 8;
}

* html #main, * html #bg_main, * html #bg_main_left {
	height: 100%;
	border-top: 160px solid White;
	border-bottom: 35px solid White;
	top: 0px;
	bottom: 0px;
	width: 760px;
}


#bg_main {
	background-color: #73cae6;
	background-image: url('img/backgrounds/main.gif');
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 6;
}

/* Vague + reflet gauche */
#bg_main_left {
	overflow: hidden;
	z-index: 7;
}

#bg_main_left table {
	height: 100%;
	width: 265px;
}

#bg_main_left td {
	background-image: url('img/backgrounds/left.jpg');
	background-position: left;
	background-repeat: no-repeat;
}


/* Ombres */
#left, #right {
	position: absolute;
	width: 10px;
	height: 100%;
	top: 0px;
	z-index: 5;
}

#left {
	background-image: url(img/shadows/left.gif);
	background-position: right;
	background-repeat: repeat-y;
	left: 50%;
	margin-left: -390px;
}

#right {
	background-image: url(img/shadows/right.gif);
	background-position: left;
	background-repeat: repeat-y;
	left: 50%;
	margin-left: 380px;
}


/* Menu */
#menu {
	position: absolute;
	background-image: url('img/backgrounds/main_top.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 760px;
	height: 160px;
	top: 0px;
	left: 50%;
	margin-left: -380px;
	z-index: 10;
}

#menu table {
	height: 100%;
}

#menu .logo {
	width: 240px;
	background-image:url('img/logo.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#menu .accueil, #menu .services, #menu .foreign, #menu .contact {
	width: 130px;
	text-align: center;
}

#menu .accueil {
	padding-top: 65px;
}

#menu .services {
	padding-top: 20px;
}

#menu .foreign {
	padding-top: 20px;	
}

#menu .contact {
	padding-top: 5px;
}



/* Formulaire */
.form {
	margin-top: 20px;
}

.form .item {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.form .item label {
	width: 130px;
	float: left;
	text-align: right;
	line-height: 26px;
	padding-right: 10px;
	font-weight: bold;
}

.form .item input {
	border: 1px solid #00617c;
	height: 19px;
	width: 254px;
	padding: 0px;
	margin-right: 0px;
	vertical-align: middle;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 12px;
}

.form .item textarea {
	border: 1px solid #00617c;
	padding: 0px;
	margin-right: 0px;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 12px;
	width: 260px;
	height: 150px;
}

.form input:hover, .form input:focus, .form textarea:hover {
	border: 1px solid #00617c;
	background-color: #c4e8f4;
}


.form .error input, .form .error textarea {
	border: 1px solid Red;
	background-color: #50b1ce;
}

.form .actions {
	text-align: center;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.confirmation {
	text-align: center !important;
	font-size: 14px;
	line-height: 30px;
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ccff99;
}


.form input, .form textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




/* Copyright */
#bottom {
	position: absolute;
	width: 760px;
	height: 35px;
	bottom: 0px;
	left: 50%;
	margin-left: -380px;
	z-index: 9;
}

#bottom table {
	width: 100%;
	height: 100%;
}

#bottom td {
	color: #00617c;
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#bottom td.left {
	text-align: left;
}

#bottom td.right {
	text-align: right;
}

* html #bottom img {
	vertical-align: middle;
}

#bottom a {
	color: #00617c;
	text-decoration: none;
}

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

a img {
	border: 0px;
}

a {
	color: #00617c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: White;
}
