/* CSS Document */
html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	background-color:#504949;
	background-image:url(../images/La+mer+mediterranee+golfe+de+Saint+Tropez+golfe+de+saint+raphael+les+issambres+les+criques.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#FFFFFF;
	font-family: "Tahoma", Verdana, Trebuchet MS;
	font-size:12px;
	margin: 0;
	padding: 0;
}
/*----------------------------------------*/
a.type1 {			color: #FFFFFF; font-size:12px; text-decoration:none }
a.type1:visited {	color: #FFFFFF; text-decoration:none }
a.type1:hover  {	color: #FFFF00; text-decoration:none }
/*----------------------------------------------*/
a.type2 {			color: #FFFFFF; font-size:16px; text-decoration:none }
a.type2:visited {	color: #FFFFFF; text-decoration:none }
a.type2:hover  {	color: #000000; text-decoration:none }
/*----------------------------------------------*/
a.type3 {			color: #FF0000; font-size:14px; text-decoration:none }
a.type3:visited {	color: #000000; text-decoration:none }
a.type3:hover  {	color: #FFFFFF; text-decoration:none }
/*----------------------------------------------*/
.ing {
	border-width: 0;
}
/*---------------------------------------*/
.div_site {
	/*border:#FF0000 solid 1px;*/
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height: auto;
	font-family: "Tahoma", Verdana, Trebuchet MS;
	font-size:12px;
}
/*--------------------------------------------*/
.div_entete {
	/*border:#FFFFFF solid 1px;*/
	position:absolute;
	left:0px;
	top:0px;
	width:auto;
	height:auto;
	/*margin-bottom:200px;*/
	z-index:500;
}
/*--------------------------------------------*/
.div_logoGroupe {
	/*border:#FFF000 solid 1px;*/
	float: left;
	width: 150px;
	height: 70px;
	padding-top:40px;
}
/*--------------------------------------------*/
.div_logoSite {
	/*border:#FFF000 solid 1px;*/
	float: left;
	width: 850px;
	height: 90px;
	margin-left:10%;
	padding-top:50px;
}
/*--------------------------------------------*/
.div_travaux {
	/*border:#FFF0FF solid 1px;*/
	float: left;
	width: 40%;
	height:auto;
	margin-left:3%;
}
/*--------------------------------------------*/
.div_contact {
	/*border:#FFF000 solid 1px;*/
	float: left;
	width: 50%;
	height:auto;
	text-align:center;
	margin-left:50px;
}
/*---------------------------------------*/
.td_CssTitre {
	background-color:#FFCC66;
	color:#F15A00;
	font-family:"Geneva", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	padding-left:50px;
}
/*---------------------------------------*/
.table100 {
	/*border:#006600 solid 2px;*/
	width:100%;
	border-collapse:collapse;
}
/*---------------------------------------*/
.td_L {
	text-align:left;
}
/*---------------------------------------*/
.td_C {
	text-align:center;
}
/*---------------------------------------*/
.td_R {
	text-align:right;
}
/*---------------------------------------*/
.td_J {
	text-align:justify;
}
/*---------------------------------------*/
.td_Cred {
	text-align:center;
	font-size:16px;
	color:#FF0000;
}
/*---------------------------------------*/
.td_Rred {
	text-align:right;
	font-size:14px;
	color:#FF0000;
}
/*---------------------------------------*/
.td_Cva {
	text-align:center;
	line-height:10px;
	vertical-align:baseline;
}
/*---------------------------------------*/
/*---------------------------------------*/
input,
select,
textarea {
	/*border:#FFFFFF solid 1px;*/
	background-color:#999999;
}
/*----------------------------------------*/
textarea:hover,
input:hover,
select:hover {
	/*border:#FFFFFF solid 1px;*/
	background-color:#FFCC99;
}
/*----------------------------------------*/
input[type=submit],
input[type=button], 
input[type=reset] {
	border:2px outset #A6BEDE;
	background-color:#F15A22;
	font-weight:bold;
	cursor:pointer;
 }
/*----------------------------------------*/ 
input[type=submit]:hover,
input[type=button]:hover, 
input[type=reset]:hover {
	border:2px outset white;
	background-color:#FFCC99;
 }
/*----------------------------------------*/
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active {
	border:2px inset #A6BEDE;
	background-color:#A6BEDE;
	color:black;
 } 
/*---------------------------------------*/
.edit80 {
	width:80%;
}
/*---------------------------------------*/