/* CSS Document */

* { margin:0; padding:0; font-size:12px; font-family:Arial, Helvetica, sans-serif; list-style-type:none; border:0;  }

* html #main {
	height: 400px;
}

html
{
height:100%;
}

a, a:visited, a:active { text-decoration:none; font-weight:bold; color:#D36806; }
a:hover { text-decoration:underline; }

body { background: url(images/bg.jpg) repeat #4C5D1E; color:#584A37; height:100%; }

#cadre_global { width:894px; margin:10px auto; border:5px solid #fff; }

#header { position:relative; background: url(images/header.jpg) center top; height:177px; }
		
	#menu { position:absolute; bottom:0px; right:15px; height:25px; }
		#menu li { float: left; display: block;  }
		#menu li a, #menu li a:visited { font-weight:lighter; color:#000; text-transform: lowercase;  font-family:Georgia, "Times New Roman", Times, serif; padding:0px 5px 8px 5px; display: block; }
		#menu li a:hover, #menu #current { color:#D36806; background-color:#FFF; text-decoration:none; background:url(images/hover.gif) center bottom no-repeat; }

#cadre_bg { width:894px; background:url(images/bg_top.jpg) center top no-repeat #F3EBDA; }
#bread { padding:5px; font-size:0.9em; margin:0 0 0 95px; font-family: Georgia, "Times New Roman", Times, serif; }


#main { margin:20px 0 0 95px; min-height:400px; padding:5px; }
	#main p { line-height:1.6em; margin:10px 0; font-size:1.1em; }
	
	#main p.lettrine:first-letter {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-right: 3px;
  float: left;
  font-size: 4em;
}
	
	#main h2 { font-size:2em; margin:5px 0; font-family: Georgia, "Times New Roman", Times, serif; background:url(images/picto-olive.gif) left center no-repeat; padding-left:40px; color:#D36806; }
	
	#main li { background:url(images/picto-li.gif) center left no-repeat; padding-left:45px; margin:10px 0 10px 55px; }
	
	#main form { margin:10px 15px;}
	#main input, #main textarea { padding:2px; margin: 0; border:1px solid #999999;  }
	.select { margin: 0 0 5px 0;    }
	#main label {  margin: 0 0 5px 0; width:150px; }
	
	#main table { margin:0 0 10px 0; text-align:center; }
	#main caption { font-size:1.4em; text-transform:uppercase; background:#006699; color:#FFFF00; padding:2px; font-weight:bold; margin-top:10px; }
			
	.listpic { float:left; margin:5px 0 0 0;  }
			.listpicbox { height:122px; width:123px; background: url(images/cadre-photo.gif) center center no-repeat; margin:0 30px; float:left;  }
			.listpic img { width:85px; height:85px; margin:18px; }

#footer { background: url(images/footer.jpg) no-repeat top center; height:109px; position:relative;  }
		#footer a { color:#FFF; }
		#footer blockquote { position:absolute; bottom:3px; right:50px; color:#FFF; font-family:Georgia, "Times New Roman", Times, serif; text-align:left;}
		#footer blockquote a { font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; }
	
#copyright { text-align:center; margin:5px; font-size:0.9em; color:#FFF;   }
	#copyright a { color:#FFF; }
	
.clr { clear: both; display: block; height: 1px; overflow: hidden; }

.pic { float:right; margin:0 0 5px 5px; border:5px solid #D5C6A5; }
