/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #82A5E2 url(../images/back.png) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #3399FF;
}

h3
{
	font-weight: bold;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

form, .pages
        {
        text-align:center;
	}
	.com
	{
		border: 4px ridge #FFFFFF;
		text-align:center;
		width:90%;
		margin-left: auto;
		margin-right: auto;
        margin-bottom:16px;
		padding-bottom: 18px;
		}
		

/************* HEADER STUFF ************/

#header {
	width: 823px;
	height: 190px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(../images/header.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 823px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* SOUS-MENU ************/

#sousmenu {
	width: 823px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #82A5E2;
}

#sousmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#sousmenu li {
	display: inline;
}

#sousmenu a {
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

#sousmenu a:hover {
	background-color: #FFFFFF;
}

/************* CONTENT ************/

#content {
	width: 825px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h4, #content h5, #content h6 {
	font-weight: normal;
}
#content h2
{
	font-weight: bold;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 535px;
	padding: 0px 20px 40px 20px;
}

#leftadmin 
{
	float: left;
	width: 480px;
	padding: 0px 20px 40px 100px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	color: #99CCFF;
	border : none;
}
#right a
{
	border : none;
}
#right ul
{
	margin: 0px;
	padding: 0px;
	list-style: circle;
}
#contact
{	
	text-align: center;
	text-decoration: none;
	border: none;
}
 
 .flottante
{
   border : none;
   
}
.flottante2
{
   float: left;
   padding-right: 30px;
   border : none;
   
}
.flottante3
{
   float: right;
   padding-right: 30px;
   border : none;
}

.flottante4
{
   float: left;
   margin-right: 20px;
   border : none;
}

.flottante5
{
   float: right;
   margin-left: 20px;
   border : none;
}

/***********NEWS ****************/
#news {
	clear: both;
	width: 823px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(../images/back-footer.png) repeat-y center top;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 2px;
	color: #333333;
}

/***********table ****************/
#table 
{
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
}

#table th
{
	background-color: #82A5E2;
}
/************* FOOTER ************/

#footer {
	clear: both;
	width: 821px;
	margin: 0px auto;
	margin-top: 300px;
	border-top: 1px solid #666666;
	background: url(../images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}