body 
{
	background-color: #fff7e2;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}


#main 
{
	text-align: center;
	position: relative;
	width: 850px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(central.jpg);
	background-repeat: no-repeat;
}

#main .title
{
	font-family: Century Gothic;
	position: absolute;
	left: 250px;
	top: 50px;
	font-size: 3em;
	color: #CC0000;
	
}

#main .subtitle
{
	position: absolute;
	left: 250px;
	color: #333333;
	font-size: 1.2em;
}

#main .date
{
	font-family: Century Gothic;
	position: absolute;
	left: 350px;
	top: 110px;
	font-size: 1.5em;
	color: #CC0000;
}

#main h1
{
	margin: 0;	
	padding: 0;
	font-size: 1.6em;
}

#main ul
{
	padding-left: 17px;
	margin: 0;
}


#main .knowmore
{
    margin-top: 40px;
  text-align: left;
	font-size: 1.2em;
}

#main .contact
{
  text-align: left;
	color: #CC0000;
	font-size: 1.2em;
}
#main .contact a
{
	color: #CC0000;
}


.menu
{
    position: absolute;
    background-image: url('bann_degrade.png');
    background-repeat: repeat-x;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-top: 3px;
    width: 780px;
	left: 20px; 
	top: 180px;	
    color: #fff7e2;

    height: 35px;
}

.menu .lien
{
    padding-left: 6px;
    padding-right: 6px;
}
.menu .lien a
{
    color: #fff7e2;
    text-decoration: none;
}

.content
{
    background-image: url('roue.jpg');
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    width: 830px;
    height: 400px;
    top: 240px; 
    left: 20px;
}


.content2
{
    position: absolute;
    width: 800px;
    height: 400px;
    top: 240px; 
    left: 20px;
    text-align: left;
    font-size: 1.1em;
}

.content .theme1
{
    margin-top: 50px;
	text-align: left;
}
.content .theme2
{
    margin-top: 20px;
    text-align: left;
}

.table
{
    background-color: #666; 
    border: 0;
}

.table td
{
    border: 1px;
    padding: 3px;
    background-color: White;
}