#background {        
    background: url(../imgs/bg_top.gif) top left repeat-x;
}

#wrapper {
    margin:0 auto;
    width:1002px; 
}

#header {
    background-image: url(../imgs/bg_top2.gif);
    background-repeat:no-repeat;    
    height: 108px;
    position: relative;
    z-index: 997;
}

#header #topnav {    
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;    
}

#header #topnav li {
    float:left;
}

img#deco {	
	position: absolute;
	top: 125px;
	z-index: 1;	
}

#mainContent {	
    background-color: white;
    padding: 6px;
    margin:0 auto;
    width: 910px;    /* MIN (2 x 40px) */
    position: relative; 
    z-index: 1; 
    min-height: 360px; 
    
}

#mainContent #presentation {
    border: 2px solid #7d845b;
    padding: 6px 6px;
}

#innerContent {	
	width: 720px;	
}

#bannerPane {
	float: right;
	width: 159px;
	border: 2px solid #7d845b;
	padding: 6px 6px 0 6px;
    
}

ul#banners {
	list-style: none;
	list-style-image: none;
	margin:0;
	padding: 0;		
}

ul#banners li {
	margin-bottom: 6px;
}

ul#banners img {	
	border: 2px solid #bebebe;
}


#content {
	padding-top:10px;
}

div.news {
    background:#edefd7 url(../imgs/bg_news.gif) no-repeat bottom;
    border: 2px solid #7f825a;
    font-size:small;
    width: 172px;
    padding: 5px;
    margin-left: 5px;    
    float: right;
}

div.news h1 {
    font-family:Garamond;
    font-variant: small-caps;
    font-size:25px;
    margin-bottom: 0;
}

div.news a, div.news a:Visited, div.news a:Hover {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    color:#555454;
    font-variant:normal;
    text-decoration:none;
}

div.news a:Hover {
    color:#7f825a;
    text-decoration:underline;
}

div.news ul#newsOption {
	list-style-image: url(/imgs/fleche.gif);		
}

ul#newsOption {
	list-style-image: url(/imgs/fleche_blanc.jpg);	
	margin: 1em 0;
	padding-left: 18px;
}

ul#newsOption li {
	vertical-align: middle;	
}


ul#newsList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

ul#newsList li {
	padding-bottom: 1em;
}



/* Contact Form */
div.contactForm {
	margin-left: 0.5em;
}


div.contactForm input, div.contactForm textarea {
	background-color: #c7ca98;
	border: 1px solid #1a3143;
	padding: 1px;	
	margin-right: 0.5em;
}

div.contactForm input.button {
	width: auto;
	padding: 0.2em 1em;	
	margin: 1em 0 0.5em 0;
	background-color: #c4c792;	
	text-align:center;
}

div.contactForm span.text {
 line-height: 1.5em;
}

/*table#tblContactForm {
	width: 100%;
	margin: 0;
	padding: 0;
}

table#tblContactForm col#label {
	width: 120px;
}

table#tblContactForm td {
	vertical-align: top;
}

table#tblContactForm td input, table#tblContactForm td textarea {
	background-color: #c7ca98;
	border: 1px solid #1a3143;
	padding: 1px;
	width: 99%;
}

table#tblContactForm td input.button {
	width:auto;
	background-color: #c4c792;	
}
*/

table.portfolio {	
	margin-top: 2em;
	width: 100%
}

table.portfolio td {
	vertical-align: top;
	padding: 0 12px 1.8em 0;
	text-align: justify;	
}

table.portfolio img {
	display: block;
}


.errorMessage {
	color: Orange;
	font-weight: bold;	
}
/* END OF Contact Form*/



#footer {      
	clear: both;
	text-align: center;
    line-height: 24px;
    background: black;
    padding: 0 10px;
    margin-top: 10px;    
}

#footer .textright {
	padding-left:100px;
	display:inline;
	text-align: right;
}

#footer, #footer a {
    font-size:small;
    color:#dfe2b7;
    font-weight:normal;    
}

#footer a:hover { color:#ffffff; font-weight:normal; }