@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0 auto;
} 

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	color: #FED2AF;
	background: #ffffff;
	overflow-y:scroll;
}

a,a:link,a:active,a:visited {
	color: #6c685c;
	outline: none;
	text-decoration: none;
	font-family: "Adobe Ming Std L", "Book Antiqua", Tahoma, Geneva, sans-serif;
	font-weight: lighter;
}

a:hover {
	color: #999;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

img {
	border: 1;
	border-color: #be8534;
}
a img{border: none;}


#wrap {
	width:1100px;
	padding-left: 10px;
}

#intro {
	background: #ffffff;
	height: 300px;
	text-align: right;
	padding-left: 100px;
	padding-bottom: 10px;
}

#intro h1 {
	color: #FED2AF;
	font-size: 50px;
	padding: 8px 5px 0 0;
	font-weight: 100;
	letter-spacing: 3px;
	font-family: "Americana Std", Times, serif;
}
#intro1 h1 {
	color: #0C0;
	font-size: 50px;
	padding: 0px 10px 0 0;
	font-weight: 100;
	letter-spacing: 3px;
	font-family: "Bodoni MT" , "Brush Script Std", "Blackadder ITC",  serif;
}
#intro h2 {
	color :#BE8534;
	font-size: 12px;
	padding: 50px 150px 0 0;
	font-weight: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#intro1 h2 {
	color :#ccc;
	font-size: 15px;
	padding: 0 10px 0 0;
	font-weight: 100;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#leftmenu {
	float: left;
	width: 180px;
	padding: 0px 40px 20px 60px;
	font-size: 16px;
	font-weight: lighter;
}
#leftmenu h2 {
border-bottom: 1px double #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #B0FFBD;
font-size: 16px;
font-weight: 100;
}
#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}
#leftmenu li {
list-style-type: none;
padding: 0 0 10px 0;
}


#leftmenu ul li a:hover, 
#leftmenu ul li a:active {
	color: #FEC89C;
	font-size: 16px;
	font-weight: lighter;
}

#content {
	float: left;
	width: 750px;
	padding: 0 0px 20px 20px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #726646;
}
#content a {
	color: #AD6B43;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	
}
#content h2 {
	font-family: "Bodoni MT" , "Brush Script Std", "Blackadder ITC",  serif;
	font-weight: lighter;
	font-size: 17px;
	color: #6c685c;
	padding: 0px 0 15px 0;
	border-bottom: 1px double #BE8534;
	margin-bottom: 10px;
}
#content h2 a {
	font-family: "Bodoni MT" , "Brush Script Std", "Blackadder ITC",  serif;
	font-weight: lighter;
	font-size: 17px;
	color: #6c685c;
	padding: 0px 0 15px 0;
	border-bottom: 1px double #BE8534;
	margin-bottom: 10px;
}
#content h4 {
	color: #666;
	text-decoration: none;
	font-family: "Bodoni MT" , "Brush Script Std", "Blackadder ITC",  serif;
	font-weight: lighter;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
#content h5 {
	color: #666;
	text-decoration: none;
	font-family: "Bodoni MT" , "Brush Script Std", "Blackadder ITC",  serif;
	font-weight: lighter;
	font-size: 16px;
	margin: 20px 0 0 5px;
}

#content h6 {
	color: #666;
	font-size: 12px;
}
#content h3 {
	color: #AD6B43;
	font-size: 12px;
}
#content h2 a:hover {
	color: #999;
	text-decoration: none;
	color: #999;
	text-decoration: none;
	font-family: "Bodoni MT" , "Brush Script Std", "Blackadder ITC",  serif;
	font-weight: lighter;
	font-size: 17px;
}
.fleche {
	color: #BE8433;
}
#footer {
	margin-top: 20px;
	font-size: 10px;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #6c685c;
}
#footer a {
	color: #AD6B43;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	
}
.barre {
	color: #be8534;
}
#content p a strong {
	
	font-family: Tahoma, Geneva, sans-serif;
}

#content li strong {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
#wrap #content ol {
	font-size: 10px;
}
#cadre {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background-color: #6F0;
	height: 50px;
	width: 200px;
}
/* hide hack from Mac-IE5 \*/
* html .monelementbogue { height: 1%; }
/* end hiding */
#wrap #content table tr th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}
#wrap #content table {
	text-align: center;
}
#menuplum a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: #6c685c;
	padding: 0px 0 15px 0;
	margin-bottom: 10px;
}
#menuplum a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: #BE8433;
	padding: 0px 0 15px 0;
	margin-bottom: 10px;
}
