@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #C9D592;
}
a:link {
	color: #9c9100;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9c9100;
}
a:hover {
	text-decoration: underline;
	color: #EA7125;
}
a:active {
	text-decoration: none;
	color: #EA7125;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 50px auto;
	text-align: left;
	border: 4px solid #EA7125;
} 
.twoColFixLtHdr #header {
	background: #ffffff url(../images/entete.gif) no-repeat right top;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header img {
	margin: 45px 50px 0px;
}
.twoColFixLtHdr #header h1 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	font-size: 10px;
}
.twoColFixLtHdr #header p      {
	font-weight: bold;
	color: #FFFFFF;
	background: #ea7125;
	text-align: left;
	margin: 5px 0px 0px 205px;
	padding: 3px 0px 3px 5px;
	width: 570px;
	font-size: 10px;
	letter-spacing: 0.1em;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 117px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 44px;
}
.twoColFixLtHdr #mainContent {
	margin: 25px 0 25px 205px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr   #mainContent   h1  {
	margin: 0px 3px 0px 0px;
	padding: 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
}
.twoColFixLtHdr  #mainContent h2 {
	font-size: small;
	color: #EA7125;
	margin: 0px;
	padding: 0em;
}
.twoColFixLtHdr  #mainContent p {
	margin: 0px;
	padding: 0.5em 1em 0.5em 0;
}
#mainContent  p.adresse  {
	margin: 0px 0px 1em;
	padding: 0px;
}
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999999;
	font-size: 80%;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	font-style: italic;
	text-align: center;
	display: block;
	margin: 0px;
	width: 117px;
	border-bottom: 1px solid #f6d654;
	position: relative;
}
#nav a:link, #nav a:visited {
	color: #EA7125;
	text-decoration: none;
	padding: 10px 0px;
	display: block;
}
#nav a:hover, #nav a:active, #accueil #nav #n-accueil a, #services #nav #n-services a, #real #nav #n-real a, #expo #nav #n-expo a, #artistes #nav #n-artistes a, #coord #nav #n-coord a {
	font-weight: bold;
	background: #fcf3cb;
	display: block;
	padding: 10px 0px;
}
.fleurMenu  {
	position: absolute;
	left: -22px;
	top: -5px;
}
#mainContent ul {
	list-style: url(../images/asterisque.gif) none inside;
	margin: 0px;
	padding: 0px;
}
#mainContent li {
	padding: 5px 0px;
}
.asterisque {
	color: #f6d654;
}
.retraitListe   {
	margin-left: 25px;
}
.colonne {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px 25px 25px 0px;
}
.nomArtiste {
	font-weight: bold;
}
table {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
tr {
	margin: 0px;
	padding: 3px 0px;
	border-bottom: 1px solid #9C9100;
}
.alignDroite {
	text-align: right;
	padding-left: 20px;
}
.sierraEco    {
	float: right;
	margin-right: 25px;
	margin-left: 25px;
}
dl {
	margin: 0;
	padding: 0px;
	font-size: 80%;
}
dt {
	float: left;
	border-bottom: 1px solid #9C9100;
	padding: 3px 0px;
	margin: 0px;
}
dd {
	text-align: right;
	padding: 3px 0px;
	border-bottom: 1px solid #9C9100;
	margin: 0px;
}
#expo #mainContent img {
	margin: 10px 5px 0px 0px;
	padding: 0px;
}
