@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat;
}

div#container {
	height: 577px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
div#header {
	height: 100px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/bg-header.jpg);
}
.logo {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}

div#main {
	height: 390px;
	width: 880px;
	padding: 0px;
	margin-top: 20px;
}
div#mainleft {
	width: 620px;
	float: left;
	overflow: auto;
	height: 390px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
}
div#mainleft-index {
	width: 620px;
	float: left;
	overflow: auto;
	height: 220px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
}

div#mainleft-content {
	height: 430px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 29px;
	padding-right: 5px;
	padding-bottom: 29px;
	padding-left: 5px;
}


div#mainright {
	background-color: #FFFFFF;
	width: 195px;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
}




div#bottom {
	height: 75px;
	width: 100%;
	text-align: right;
	background-color: #F2F2F2;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
div#menu {
	float: right;
	padding-top: 30px;
	padding-right: 200px;
	font-size: 14px;
}
h1 {
	font-size: 16px;
	color: #663333;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #CC9966;
}
h3 {
	font-size: 14px;
	color: #663333;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

p {
	font-size: 13px;
	color: #666666;
	margin: 0px;
}

.bold {
	font-weight: bold;
	color: #CC9966;
}


a.lien1:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a.lien1:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.lien1:hover
{
	color: #CCCCCC;
	text-decoration: none;
}
a.lien2:link
{
	color: #666666;
	text-decoration: underline;
}

a.lien2:visited
{
	color: #666666;
	text-decoration: underline;
}
a.lien2:hover
{
	color: #999999;
	text-decoration: underline;
} 
.form-style {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.small-text {
	font-size: 10px;
}
.rouge {
	color: #FF0000;
}

.tableau {
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg-degrade.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#demo-container {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-stripes-black.png);
	background-repeat: repeat;
}
ul#simple-menu {
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:11px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
ul#simple-menu li {
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:27px;
}
ul#simple-menu li.left {
	margin:0;
}
ul#simple-menu li a {
	display:block;
	float:left;
	color:#FFFFFF;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:27px;
	background-color: #663333;
}
ul#simple-menu li a.right {
	padding-right:19px;
}
ul#simple-menu li a:hover {
	background-color: #CC9966;
}
ul#simple-menu li a.current {
	color:#FFFFFF;
	background-color: #CC9966;
}
ul#simple-menu li a.current:hover {
	color:#CC9966;
	background:#fff;
}
