@import "undohtml.css";
@import "fonts.css";
@import "paragraph_headers.css";

body {
	padding: 8px;
	
	background: url(../img/pattern_154.jpg) fixed;
	background-repeat: x-repeat;
}

div.col_main {
	width: 720px;
	margin: 0 auto;
	padding: 0 10px;
	
	background: #000000;
}

div.section {
	padding: 0.4em 0 0.4em 0;
	border-top: 1px solid #56B9D7;
	margin-bottom: 0.4em;
}

div.sub_section {
	margin-top: 0.5em;
}

div.col_tier {
	width: 228px;
	margin-right: 12px;
	
	float: left;
}

div.col_2tier {
	width: 468px;
	margin-right: 12px;
	
	float: left;
}

div.col_fill {
	width: 240px;
	
	float: left;
}

div.clearer {
	clear: both;
}

div.close {
	height: 30px;
	
	text-align: right;
}


/*++++++ listes */
dl.news dt, dl.contact dt {
	color: #56B9D7;
	font-weight: 700;
}

dl dd {
	margin-bottom: 0.5em;
}

ul.links a {
	color: #ffffff;
	display: block;	
}

ul.links a:hover {
	background-color: #56B9D7;
}


/*++++++ images */
.sponsors img {
	vertical-align: top;
	
	margin-right: 3em;
}


img.flyer {
	border: 1px solid #56B9D7;
}


/*++++++ formulaires */
form.mailing {
	display: inline;
}

form input {
	border: 1px solid #56B9D7;
	background-color: transparent;
}