@charset "utf-8";
#fond {
	background-attachment: fixed;
	background-image: url(image/fond.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100%;
	width: 100%;
	position:absolute;
	display:block;
}
body {
	color:#276581;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#dceff6;
}
a {
	color:#276581;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
hr{
	color: #6fc0e3;
	background-color: #6fc0e3;
	height:2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#goutte1_bas {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index:-1;
}
#barre_bas {
	background-color: #6fc0e3;
	position: fixed;
	height: 39px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	color:#FFF;
	padding:2px;
	text-align:center;
}
.formulaire 
{
	font-weight:bold;
	text-decoration:none;
}
.formulaire:hover
{
	text-decoration:underline;
}
#logo1_haut {
	position: absolute;
	left: 40px;
	top: 20px;
}
#barre_haut {
	background-color: #6fc0e3;
	position: absolute;
	height: 8px;
	right: 0px;
	left: 350px;
	top: 120px;
}
#menu_haut {
	text-align:right;
	position: absolute;
	right: 20px;
	left: 290px;
	top: 70px;
}
#centre_bouton {
	position:relative;
	margin-right: auto;
	margin-left:auto;
	top: 225px;
	text-align:center;
}
#centre_bouton a {
	margin-right:40px;
}
#part_droit {
	max-width:auto;
	margin-top:100px;
	margin-left:30%;
}
#part_droit2 {
	max-width:auto;
	margin-top:165px;
	margin-left:30%;
}

#part_droit_table {
		position:absolute;
		bottom:50px;
		top:200px;
		left:365px;
		width:auto;

}
#part_droit h1, #part_droit2 h1 {
	font-size:16px;
}
#part_droit p, #part_droit2 p {
	font-size:14px
}
#part_droit li, #part_droit2 li {
	font-size:14px;
}
#part_droit #part2, #part_droit2 #part2 {
	float:right;
	width:390px;
}
#part_droit #part1, #part_droit2 #part1 {
	width:390px;
	float:right;
	margin-right:20px;
}
.part_droit {
	float:left;
	margin-top:60px;
	padding-left:100px;
}

#part_gauche {
	float:left;
	padding-left:60px;
	margin-top:100px;
	margin-right:100px;
}
#part_bouton_gauche {
	margin-top:50px;
	margin-left:2px;
}
#part_bouton_gauche2 {
	margin-top:50px;
	margin-left:2px;
	border: 2px solid #6fc0e3;
	box-shadow: 0 0 50px #ffffff inset;
	padding:5px;
}

#part_bouton_gauche2 ul {
	width: 180px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
}
#part_bouton_gauche2 li {
	color: #276581 ;
	padding-top:10px;
	margin-bottom: 1px ;}
	
#part_bouton_gauche2 li a {
	display: block ;
	color: #276581 ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: left ;
	text-decoration: none ;
	padding: 4px 0 ;
	}
#part_bouton_gauche2 li a:hover, #part_bouton_gauche li a:focus, #part_bouton_gauche li a:active {
	text-decoration: underline;
	}
iframe 
{
	height:50px;
	border:none;
	padding:0px;
	margin:0px;
}
#formulaire {
 position: absolute;
 height: 560px;
 width: 600px;
 right: 50%;
 top: 50%;
 margin-top: -280px;
 margin-right: -300px;
 padding: 10px;
 background-color: #ffffff;
 display:block;
box-shadow: 0 0 50px #6fc0e3 inset, 0 0 20px #beae8c inset, 0 0 5px #6fc0e3;
}

#formulaire p {
	font-size:18px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6fc0e3;
	padding:5px;
	font-weight: bold;
}
#formulaire img {
		float:right
}
#formulaire table {
	margin-left:20px;
}
#titreprivate
{
	margin-left:345px;
	display:block;
}