body {
	margin-top:10px;
	background:#999999;
	}
img {
	border:0px;
	}
.wrapper {
	width:100%;
	border:1px solid #000000;
	background:#ffffff url("images/fond_vert.png") repeat-x scroll left 100px 
		}
/* This style defines the area behind the logo. */
.logobkg {
	background:#333399;
/*	background:#FFFFFF;*/
	border-bottom:1px solid #000000;
	}
/* This style defines the area around the navigation bar. This is where the background image for the navigation bar is defines */
.navbar {
	position:relative;
/*	background:#0099CC;*/
	}
/* These styles define the buttons in the navigation bar */
.buttons {
	margin:0px 0px 0px -16px;
	padding:0px 15px 0px 16px;
	text-transform:uppercase;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:.6em;
	white-space:nowrap;
	}  
.buttons a {
	float:left;
	border-style:none;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:7px 12px;
/*	background:#00BBEE;*/
	background:#00FFFF;
	text-decoration:none;
	color:#00066;		
	}  
.buttons a:hover {
	color:#000000;
	background:#FFFFFF;
	border-bottom-width:1;
	}
.subnav {
	background:#FFFFFF; 
/*	background-image : url("images/fond_vert.png");*/

	padding:3px;

	}
/* These styles define link behaviors */
a:hover {
	text-decoration:none;
	}
a:active {
	color:#cc0000;
	} 
/* These styles define the columns that appear within the body of the page */
.leftcolumn {
	width:70%;
/*	background:#ffffff;*/

	padding:15px 14px 14px 15px;
	float:left;
	}
.justifie {
	text-align:justify;
	}

.rightcolumn {
	width:20%;
/*	background:#ffffff;*/
	padding:15px 14px 14px 15px;
	float:right;
	}
.fullcolumn {
	width:100%; 
	background:#ffffff;
	padding:0px 14px 14px 15px;
	}
/* Heading can be used alone or with Boxbeige and Boxwhite below */
.heading {
	background:#eeeeee;
	border:1px solid #cccccc;
	padding:5px 8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	font-weight:bold;
	text-transform:uppercase;
	color:#000066;
	}
/* Boxbeige and Boxwhite should be used with the Heading style above */
.boxbeige {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#feffef;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	}
.boxwhite {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#ffffff;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	}

/* These styles define font attributes */
h1 {
	font-family:Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	}
h4 {
	font-family:Arial, sans-serif;
	font-size:1em;
	font-weight:bold;
	}
.smltxt {
	font-family:Verdana, sans-serif;
	font-size:.6em;
	}
p {
	font-family:Verdana, sans-serif;
	font-size:.8em;
	font-weight:normal;
	}
/* This style defines the footer */
.footer {
	padding:4px 12px;
	margin:0px;
	background:#000000;
	border-top:1px solid #666666;
	font-family:Verdana, sans-serif;
	font-size:.6em;
	color:#BBBBBB;	
	clear:both;
	}
.footer > A {
	color:#FFFFFF;
}



/* News */
.blocnews {
}
.blocnews > A {
	color: #000000;
	text-decoration: none;
}
.titrenews {
	background: #eeefdf;
	font-weight: bold;
	text-align: center;
}
.contenunews {
	text-align: justify;
	padding: 2px;
	border: 1px solid #eeefdf;
}
.datenews {
	background: #eeefdf;
	text-align: center;
}