@charset "utf-8";

/*
 * DEMO 2 ProAdmin
 * 
 * couleur 1 : #eb711d
 * couleur 2 : #EFCA30
 * couleur 3 : #40525e
 * 
 * typo 1 : Arial
 * typo 2 : Helvetica
 * 
 */

/* CSS Document */


* {
	margin:0;
	padding:0;
}

body{ 
	padding: 20px 0 0 0;
	margin:0; 
	background-image:url(/images/fond.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:  #7bcefa;
}

div#wrapper {
	position: absolute;
	width: 950px;
	left: 50%;
	margin-left: -475px;
}

#Content{
	width:950px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid #87888a;
}

#footer{
	text-align: center;
	font-size: 8px;	
	width:950px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#blocklogo{
	/*margin-top: 20px;	
	margin-bottom: 18px;*/	
}

#bcktrsimg{
	background-position: 0px 110px;
}

.bcktrans{
	background-image: url('/images/fondblanc_trans_1.png');
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#blockimage{
	width: 380px;	
}

#blocktext2 {
	display: block;
	width: 110px;
	float: right;
	border: 0px solid black;
	padding: 10px;
	text-align: center;
}

#text ul li {
	font-size: 12px;
}

img {
	border: 0;
	/*display: block;*/
}


#site_plan li {
	list-style:none;
}

#site_plan>li {
	margin-top:5px;
}

#site_plan>li li {
	margin-top:0px;
}

#text div#frm_resa td {
	font-size: 12px;
}

/*
 * classe spéciales
 */
.bgcolor1 {
	background-color:#eb711d;
}

.bgcolor2 {
	background-color:#EFCA30;
}

.bgcolor3 {
	background-color:#40525e;
}

.forecolor1 {
	color:#eb711d;
}

.forecolor2 {
	color:#EFCA30;
}

.forecolor3 {
	color:#40525e;
}

.bordercolor1 {
	border-color:#eb711d;
}

.bordercolor2 {
	border-color:#EFCA30;
}

.bordercolor3 {
	border-color:#40525e;
}

#actualites{
	background-color: #ffffff;
	padding: 5px;
	padding-top: 15px;	
}

#actualites .title{
	padding: 5px;
	background-color: #ebedec;
}

#actualites .title h2{
	font-weight: bold;
}

#actualites .txtnews{
	color: #777779;
	font-size: 12px;
	padding-left: 5px;	
}

#actualites .txtnews a{
	color: #777779;
}

#actualites .txtnews .titrenews{
	font-weight: bold;
	font-size: 14px;
}
/*
 * classe spéciales
 */

div#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#menu li {
	padding: 0;
	margin: 0;
}

div#inscription_nl td {
	font-size: 12px;
}




/* projets de grandes dimensions */
table#form_pgd {
	width: 100%;
	font-size: 13px;
}

table#form_pgd input, table#form_pgd textarea  {
	width: 100%;
}


div#footer {
	font-size: 11px;
	font-family: 'Verdana', sans-serif;
}

div#footer img {
	display: inline;
}


td#etlogo img {
	display: block;
}

#popup_album {
	display: none;
}