* {
	margin: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	/*background:#92b1cd;*/
	/*background: #99ccff;*/
	background-image: url(../images/bg/bg_bleu_1x1.gif);
}

#container {
	width: 780px;
/*	height: auto !important;*/
/*	height: 100%; *//* IE6: treaded as min-height*/
/*	min-height: 100%; */
	position: relative;
	margin: 0px auto;
/*	overflow: auto;	*/
	background-image: url(../images/bg/line_bg_780x1.gif);
	background-repeat: repeat-y;
/*	background: #ffaaff;	*/
	text-align: left;
	font-family: Verdana, Arial, Hervetica;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#header {
	height:100px;
	background-image: url(../images/bg/top_bg_780x100.gif);
	background-repeat: no-repeat;
/*	background-color: #dddddd; */
}

.clear {
	clear: both;
    height: 0px;
    overflow: hidden;	
}

/*------- TOPLINE --------------------------------------------------- */
#topline {
	width: 780px; /* page width */
	height:140px;
}

#toplinebg {
	float: left;
	width: 780px; /* line width */
	height:140px;
	background-image: url(../images/bg/topline_bg_780x140.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/*------- FRAME LEFT --------------------------------------------------- */
#leftframe {
	width: 150px;
	min-height: 50px;
/*	position: relative; */
	position: absolute;
/*	margin: 0px auto;*/
	margin-top: 30px;
	margin-left: 5px;
/*	overflow:auto; */
	background-image: url(../images/bg/fr_line_bg_150x1.gif);
	background-repeat: repeat-y;
}

#frametop {
	width:100%;
	height: 15px;
	position: absolute;
	top: 0px;	
/*	padding-top: 15px; */
	background-image: url(../images/bg/fr_line_top_150x15.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#framebottom {
/*	float: bottom;*/
	width:100%;
	height: 15px;
	position: absolute;
	bottom: 0px;	
/*	padding-top: 15px; */
	background-image: url(../images/bg/fr_line_bottom_150x15.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#centreframe680 {
	height: auto;
	padding-top: 30px;
	padding-left: 100px;	/* left border width: 780px-100px = 680px */
	padding-right: 20px; /* rights width */
	padding-bottom: 35px; /* footer height */
}

#centreframeleft610 {
	height: auto;
	padding-top: 30px;
	padding-left: 170px; /* menu width: 780px-170px = 610px */
	padding-right: 20px; /* rights width */
	padding-bottom: 35px; /* footer height */	
}

/*------- MENU --------------------------------------------------- */

#menu {
	height: 30px;
/*	padding-left: 0px;*/
	margin-left: 79px;
	padding-left: 85px;
	background: #0054a6;
/*	background: #990000; */
}

#menu ul {
	position:	absolute;
	padding-left: 0px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	list-style-type: none;
	border-left: 1px solid #ffffff;
/*	background: #005400; */
}

#menu ul li{
/*	list-style-type: none; */
	display: inline;
	float:	left;
	border-right: 1px solid #ffffff;
/*	position:	relative; */
}

#menu a, #menu ul li a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Arial, Hervetica;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	background: #0054a6;
}

#menu a:hover {
	color: #333333;
}

#menu li a:hover {
	color: #333333;
	background: #6699cc;
}

#menu ul li a.activemenu {
	color: #333333;
	background: #6699cc;
}

#menu li ul {
	display: none;
/*	display: inline;*/
	width: 594px;
	height: 20px;
	position: absolute;
	left: 0px;	
	line-height: 20px;
	vertical-align: middle;	
	background: #ffffff;
	border-left: 1px solid #0054a6;
	border-bottom: 1px solid #0054a6;
}

#menu li:hover ul, #menu li.hover ul {
	display: inline;
	width: 594px;
	height: 20px;
	position: absolute;
/*	position: relative; */
	left: 0px;
	line-height: 20px;
	vertical-align: middle;	
	background: #ffffff;
	border-left: 1px solid #0054a6;
	border-bottom: 1px solid #0054a6;
}

#menu li li a, #menu li li a{
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;  
	font-family: Verdana, Arial, Hervetica;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

#menu li:hover li a, #menu li.hover li a {
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;  
	font-family: Verdana, Arial, Hervetica;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

#menu li li a:hover {
   color: #666666; 
   background: #ffffff;
}

/*------- CONTENT --------------------------------------------------- */

#content {
	width: auto;
	height: auto;
	min-height: 350px;
/*	padding-top: 20px; */
}

#content h1 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.4em;
	font-weight: bold;
	color: #0054a6;
}

#content h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
/*	color: #555555;*/
}

#content h3 {
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 1.0em;
	font-weight: bold;
/*	color: #555555;*/
}

#content p {
	padding-top: 0px;
	padding-bottom: 10px;
}

#content a {
	text-decoration: none;
	color: #3333ff;
}

#content a:hover {
	text-decoration: underline;
	color: #ff3333;
}

#content hr {
	height: 1px;
	border: none;
	border-top: 1px solid #0054a6;
	margin-top: 2px;
	margin-bottom: 3px;
/*	background-color: #ffffff; */
}


.basictable {
/*	width: 600px;*/
/*	border: 1px solid #0054a6;*/
}
.basictable td {
	padding-left: 10px;
	padding-right: 10px;
}

/*------- SPONSOR --------------------------------------------------- */
#smallsponsor {
	width: 130px;
	height: auto;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Hervetica;
	text-align: left;
	font-size: 0.85em;
}

#smallsponsor h3 {
	font-size: 1em;
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}

#smallsponsor a img {
	border: none;
}


#smallsponsor hr {
	height: 1px;
	border: none;
	border-top: 1px dashed #555555;
	margin-top: 3px;
	margin-bottom: 3px;
}


/*------- AGENDA --------------------------------------------------- */
/*#agenda {
	font-size: 1em;
}*/
#agenda hr {
	height: 1px;
	border: none;
	border-top: 1px dashed #555555;
}

.agendadate {
/*	font-size: 0.80em;*/
	color: #0054a6;
/*	margin-top: 5px;*/
	padding-left: 10px;
}

.agendatag {
	font-size: 0.90em;
	color: #333333;
	margin-top: 0px;
	padding-left: 10px;
}

.agendaitem {
	padding-left: 25px;
/*	padding-bottom: 0px;*/
/*	background: #005400;*/
}

.agendaitem h3 {
	font-size: 1.1em;
}
/*
#agendaitem p {
	padding-top: 5px;
	padding-left: 10px;	
	padding-bottom: 0px;
}*/


#smallagenda {
	width: 130px;
	height: auto;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Hervetica;
	text-align: left;
	font-size: 0.85em;
}

#smallagenda h3 {
	font-size: 1.15em;
	color: #0054a6;
	text-decoration: none;
	font-weight: bold;
}

#smallagenda a {
	text-decoration: none;
}

#smallagenda hr {
	height: 1px;
	border: none;
	border-top: 1px dashed #555555;
	margin-top: 3px;
	margin-bottom: 3px;
/*	padding: 0px;*/
/*	background-color: #ffffff; */
}

/*------- NEWS --------------------------------------------------- */

.newstext {
/*	display: blok;*/
/*	color: #00ff00;*/
	text-align: justify;
	text-decoration: none;
/*	border-bottom: 1px solid #0054a6;	*/
}

.newstext h1{
	margin-top: 2px;
	margin-bottom: 5px;
}

.newstext h3{
/*	color: #00ff00;*/
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.8em;
	text-decoration: none;
/*	color: #0054a6;*/
}

.newstext p{
	margin-top: 2px;
	margin-bottom: 2px;
}

.newstext a {
/*	color: #00ff00;*/
/*	font-size: 1em;*/
	text-decoration: none;
	color: #0054a6;
}

.newstext a:hover {
	text-decoration: underline;
/*	color: #ff3333;*/
	color: #6699cc;
}

.ptext {
	vertical-align:top;
	line-height: 1.5em;
}

/*
.newstext img{
	overflow:hidden;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
*/
#content a img {
/*	border: 1px solid #3333ff;*/
	border: none;
}

.left {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;}
/*
.left img {
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
}*/

.right {
	float: right;
	margin-top: 3px;	
	margin-left: 5px;
	margin-bottom: 3px;	
	direction: rtl;
}
/*
.right img {
	margin-top: 3px;	
	margin-left: 5px;
	margin-bottom: 3px;
}*/

.newstext hr{
	border: none;
	border-bottom: 1px solid #0054a6;
}

.newsdate, .photodate{
/*	float: right; */
	margin-top: 0px;
	margin-bottom: 10px;
/*	padding-bottom: 0px;*/
	font-size: 0.8em;
/*	font-style:italic;*/
	font-weight: normal;
/*	text-align: right;*/
}

/*------- PHOTO --------------------------------------------------- */

.phototext {
/*	display: blok;*/
	text-decoration: none;
}

.phototext hr{
	height: 0px;
	border: none;
	border-bottom: 1px solid #0054a6;
}

.phototext img{
	overflow:hidden;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	border: none;
}

.phototext h3, .phototext h3 a {
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 1.15em;
	text-decoration: none;
	font-weight: bold;
/*	color: #0054a6;*/
}

.phototext a {
	text-decoration: none;
	color: #0054a6;
}

.phototext a:hover {
	color: #6699cc;
}

#photo img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 5px;
	border: none;
}

#photo td {
	text-align: center;
}

#photomenu{
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
}

#photomenu a{
	padding-left: 20px;
	color: #333333;	
	text-decoration: none; 
}

#photomenu a:hover{
	color: #0054a6;
}
 
 
.zoom {  
	width: 150px;
	height: 100px 
}

.zoom a, .zoom a:visited {
	display:block;
	overflow:hidden;
	text-decoration:none;
	height:100%;  
	width:100%;
	padding: 0;
}

.zoom a:hover {
	position:absolute;
	z-index:999;
	overflow:visible;
	height:auto;  
	width:auto;  	 
}

.zoom a img {
	height:100%;  
	width:100%;
}

.zoom a:hover img {
	height:auto;  
	width:auto; 
}

/*------- FOOTER --------------------------------------------------- */

#footer {
	width:100%;
	height: 30px;
/*	position: absolute;*/
/*	bottom: 0px;*/
	background-image: url(../images/bg/line_footer_780x20.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#footertext{
	padding-left: 100px; /* menu width */
	padding-right: 20px;
	padding-top: 0px; 
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Hervetica;
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
}

/*------- IMAGES --------------------------------------------------- */
img.logo {
	position: absolute;
	top: 5px;
	left: 0px
}

img.link {
	border: none;
}

img.top {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.centre {
	display: block;
	margin-left: auto;
	margin-right: auto 
}


