html, body { height:100% }
body {
	background-color:#ABA000;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.5;
}
h1 {
	font-size:175%;
}

h2 {
	font-size:150%;
}

h3 {
	font-size:125%;
}

ul, li, ol {
	margin:0;
	padding:0;
}
p {
	padding:0 10px 10px 0;
}
.content embed, .content object {
	max-width:414px;
	width:414px;
	/*min-width:414px;
	width:auto !important;
	width:414px;
	min-height:588px;
	height:auto !important;
	height:588px;*/

}
.content {
	max-height:100%;
	height:100%;
	
	background-color:white;
	/*padding:5px 0 0 0;
	margin-left:5px;*/
	margin:5px 5px 0 5px;

}
.content a
{
	color:#12768E;
	text-decoration:none;
	border-bottom:1px solid #12768E;
}
.content a:hover
{
	
	color:#FF3399;
	border-bottom:1px solid #FF3399;
	/*background-color: #12768E;
	border-bottom:1px solid #12768E;	*/
}
.content a:visited
{
	color:#FF3399;
	border-bottom:1px solid #FF3399;
	/*background-color: #FF3399;
	
	border-bottom:1px solid #FF3399;	*/
}






#container {
	position: absolute;
    top: 50%;
	margin:0;
	padding:0;
	width:100%;
	height:422px;
	margin-top: -211px;  /* half of height */
	/*
	max-height:100%;
	min-height:100%;
	 background-color:#FFF200; */
}

.wireframe {
	width:754px;
	margin:0 auto;
	border-collapse: collapse;
	border-spacing: 0; 
}

.wireframe tr td{
	

	margin:0;
	padding:0 0 9px 0;
	width:145px;
	height:73px;
	vertical-align:top;
}


.wireframe tr td img {
	border:none;
	margin:0;
	padding:0;
	display:block;
	vertical-align:top;
}

#page {
	border:1px solid black;
	overflow: scroll;
	overflow-x: hidden;
	height:234px;
	margin:1px 0 0 1px;
	padding:0;
	width:440px;
	background-color:#FFFFFF;
	vertical-align:top;
}

.wireframe tr td.block a {
	text-indent:-9999px;
	display: block;
	height:73px;
	width:140px;
}
/* HOME */
.wireframe tr td.block {
	background:url('images/home/block.gif') no-repeat top left;
}
.wireframe tr td.block a.home {
	background:url('images/home/home.gif') no-repeat top left;
}
.wireframe tr td.block a.agenda {
	background:url('images/home/agenda.gif') no-repeat top left;
}
.wireframe tr td.block a.cursus {
	background:url('images/home/cursus.gif') no-repeat top left;
}
.wireframe tr td.block a.links {
	background:url('images/home/links.gif') no-repeat top left;
}
.wireframe tr td.block a.contact {
	background:url('images/home/contact.gif') no-repeat top left;
}
.wireframe tr td.block a.pics {
	background:url('images/home/pics.gif') no-repeat top left;
}
.wireframe tr td.block a.news {
	background:url('images/home/news.gif') no-repeat top left;
}
.wireframe tr td.block a.newsletter {
	background:url('images/home/newsletter.gif') no-repeat top left;
}
.wireframe tr td.block a.login {
	background:url('images/home/login.gif') no-repeat top left;
}

.wireframe tr td.block a.home:hover {
	background:url('images/home/home_roll.gif') no-repeat top left;
}
.wireframe tr td.block a.agenda:hover {
	background:url('images/home/agenda_roll.gif') no-repeat top left;
}
.wireframe tr td.block a.cursus:hover {
	background:url('images/home/cursus_roll.gif') no-repeat top left;
}
.wireframe tr td.block a.links:hover {
	background:url('images/home/links_roll.gif') no-repeat top left;
}
.wireframe tr td.block a.contact:hover {
	background:url('images/home/contact_roll.gif') no-repeat top left;
}
.wireframe tr td.block a.pics:hover {
	background:url('images/home/pics_roll.gif') no-repeat top left;
}
.wireframe tr td.block a.news:hover {
	background:url('images/home/news_roll.gif') no-repeat top left;
}
.wireframe tr td.block a.newsletter:hover {
	background-image:url('images/home/newsletter_roll.gif');
}
.wireframe tr td.block a.login:hover {
	background-image:url('images/home/login_roll.gif');
}
.wireframe tr td.block a.logout:hover {
	background-image:url('images/home/logout_roll.gif');
}
/* END OF HOME */

/* LINKS */
.link-list {
	padding:0 0 0 10px;
	margin:0;
}

ul li.linkcat {
	list-style-type: none;
}
ul li.linkcat h2 {
	font-size:125%;
	margin:0 0 5px 0;
}


ul li.linkcat li {
	display:list-item;
	list-style-type: none;
	background-image: url('images/icons/bullet_go.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding:0 0 3px 20px;

}

ul li.linkcat li a {

}



/* ALL FORMS */
input, textarea, select {
	margin:0px;
	padding:2px 2px;
	border:1px solid #ccc;
}

/* contact form */
#wpcf_checkbox {
	border:none;
	margin-bottom:2px;
}

.contactform .errormessage{
	color:#FF9900;
}

/* BUTTONS */
html>body .contactform #contactsubmit, html>body #searchsubmit{
	padding:1px 2px;
}
#contactsubmit{
	display:block;
	margin:5px 0 0 0 ;
}
.contactform #contactsubmit, #searchsubmit{
	/*background:url('images/btn-bg.gif');
    font-weight: bold;
	color:#FFF;
	padding:0px 2px;*/
}

.post, .entry {
	margin:0;
	padding:0;
}




/* POST IMAGES */
.post a img, .post img {
	border:2px solid #12768E;
}
/* POST LISTS */
.post ul, .post ol {
	margin:5px 15px;
	
}
.post ul {
	list-style-type: disc;
	padding:0 0 0 3px;
}
.post ul li {
	padding:0 0 0 12px;
}
.post ol {
	list-style-type: decimal;
	padding:0 0 0 10px;
}
.post ol li{
	padding:0 0 0 5px;
}

/* AGENDE TABLE FIX */
#page tr td, #page tr {
	height:10px;
}
#page table { width:100%; }

.contactform * {
	vertical-align:top;
}
