body{
	text-align:center;
	margin:0px;
	font-family:arial,verdana, arial, helvetica, sans-serif;	
}
td {
	font-size:12px;
	font-family:arial,verdana, arial, helvetica, sans-serif;
}
div{
	font-size:12px;
}
h1{
	color:#000;
	font-size:15px;
	font-weight:bold;
}
h2{
	color:#000;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
}
p{
	text-align:justify;
}
a {
    color:#000;
    font-size:10px;
    text-decoration:none;
    font-weight:bold;
    font-family:arial,verdana, arial, helvetica, sans-serif;
}
.fondcontenu{
  background: url(images/fond_batiment.jpg) no-repeat center center;
}
a:link {color:#000;font-size:12px;}
a:visited {color:#000;font-size:12px;}
a:hover {text-decoration:underline}

a:link.auteur{font-size:11px;color:#eee;font-weight:bold;}
.erreur{color:red;}
.titre{font-size:13px;font-weight:bold;text-align:center;}
.rowtitre{font-size:13px;font-weight:bold;text-align:left;background-color:#ffc;}
.ligne2{background-color:#fff;}
.ligne1{background-color:#eee;}
.menu{border-bottom:1px solid #eee;font-size:12px;text-align:right;}
.sousmenu{border-bottom:1px solid #eee;font-size:11px;text-align:left;}
.bgmenu{background-color:#F90;border-bottom:1px solid #F90}
.lignetabtitre{background-color:#fc6;}
.bordimage{border:1px solid #ddd;}
.tabtarif{border:1px solid #ddd;background-color:#FC6}
.lignetabtarif1{background-color:#FC6}
.lignetabtarif2{background-color:#FC9}
.titretarif{border-bottom:1px solid #ddd;background-color:#F90;text-align:center}
.legend{color:#000;font-size:12px}
.rouge{color:red;}
.bleu{color:blue;}
.green{color:green;}
.date{font-weight:bold;}
/*contact*/
.contact{font-weight:normal;font-size:12px;text-align:left;}
.contactmessage{width:500px;height:70px;font-size:12px;background-color:#c77;color:#fff;}
.cellmessage{background-color:#c77;font-size:12px;padding:2px;}
input.contact{width:200px;font-size:12px;background-color:#c77;color:#fff}
textarea.contact{width:200px;font-size:12px;height:70px;background-color:#c77;color:#fff}
/* FIN contact */

/*Configuration layer visite*/
#header{
	width:100%;
	float:left;
        text-align:left;
	border-bottom:1px solid #F90;
	background-image:url("images/entete_plus.jpg");
        background-color:#cc0000;
}
#header1{
	width:100%;
	float:left;
        text-align:left;
        background-color:#cc0000;
}
#lang{
	width:500px;
	float:left;
	text-align:left;
        background-color:#cc0000;
        
}
#date{
	padding:2px;
	width:200px;
	height:15px;
	float:right;
	font-size:11px;
	color:#FFF;
	font-weight:bolder;
        background-color:#cc0000;	
}
#container{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
}
#container1{
	width:100%;
        float:left;
}
#left{
	width:175px;
	padding:5px;
	background-color:#FFF;
	border-right:1px solid #F90;
	text-align:left;
        vertical-align:top;
	
}

#content{
        position:relative;
	padding:0px;
	background-color:#FFF;	
}

#footer{
	width:100%;
	padding:0px;
	margin-top:1px;
	float:left;
	border:1px solid #F90;
	background-color:#c00;
}
#copyright{
	width:300px;
	float:left;
	margin-left:20px;
	margin-top:3px;
	font-size:11px;
	text-align:left;
	color:#FFF;
	font-weight:bolder;
        background-color:#cc0000;	        
}
#author{
	padding:2px;
	width:350px;
	height:15px;
	float:right;
	font-size:10px;
	text-align:right;
	margin-right:20px;
	margin-top:3px;	
	color:#FFF;
	font-weight:bolder;
        background-color:#cc0000;	                
}
/*FIN Configuration layer visite*/


/*Configuration layer admin*/

#admin_form{
	background-color:#eee;
	border:1px dashed #bbb;
	padding:2px;
}
#admin_Header {
        margin:10px 0px 10px 0px;
        padding:17px 0px 3px 20px;
        /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
        height:33px; /* 14px + 17px + 2px = 33px */
        border-style:solid;
        border-color:black;
        border-width:1px 4px; /* top and bottom borders: 1px; left and right borders: 0px */
        line-height:11px;
        background-color:#fc6;
		text-align:center;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
        voice-family: "\"}\"";
        voice-family:inherit;
        height:14px; /* the correct height */
        }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#admin_Content {
        margin:0px 50px 50px 230px;
        padding:10px;
        }

#admin_Menu {
        position:absolute;
        top:50px;
        left:10px;
        width:200px;
        padding:10px;
        background-color:#fc6;
        border-style:solid;
        border-color:black;		
		border-width:1px 1px 1px 4px;
        line-height:17px;
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:200px;
		text-align:left;
        }
/* Again, "be nice to Opera 5". */
body>#admin_Menu {width:200px;}

#admin_sousmenu{
	margin:0px 0px 0px 20px;
}
/*FIN Configuration layer admin*/
