body
{
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
	background-color: rgb(112, 181, 189);
	background-image:url(fond.png);
	background-repeat:repeat-x;
}

h1
{
	color: #333333;
	font-size: 20px;
	margin: 0px;
}

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

a:hover
{
   color: #ffff00;
}

input, textarea, select
{
	border: 1px solid #CCCCCC;
	font-family: Trebuchet MS;
	font-size: 11px;
	background-color: #FFFFFF;
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
	border: 1px solid #999999;
}

textarea 
{
	overflow:auto;
	width: 95%;
}

img
{
	border: none;
	vertical-align: middle;
}

.info
{
	font-size: 10px;
	color: #D1ECEF;
}

.page
{
	margin: auto;
	width: 950px;
}

/* Style pour le formulaire de contact */

#fond_lightbox
{
	position: fixed;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	background-color: #000000;
	z-index: 99;
	text-align: right;
}

.ferme_lightbox
{
	position: absolute;
	left: 100%;
	margin-left: -60px;
	width: 24px;
	height: 24px;
	z-index: 101;
	background-color: #EEEEEE;
	text-align: right;
}

/* Style pour le formulaire de contact */

#lightbox_contact_formulaire textarea
{
	width: 95%;
}	
	
#lightbox_contact_formulaire 
{
	padding: 10px;
}

#lightbox_contact 
{
	position: absolute;
	top: 10%;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	overflow: auto;
	border: 2px solid #DDDDDD;
	background-color: #FFFFFF;
	z-index: 100;
}

#lightbox_plan 
{
	position: absolute;
	top: 10%;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	overflow: hidden;
	border: 2px solid #DDDDDD;
	background-color: #FFFFFF;
	z-index: 100;
}
