/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {	margin: 0;	padding: 0;}
body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #fff url(../img/border-red.gif) repeat-x 0 0;
}
a:link,
a:active,
a:visited { color: #ED1846; text-decoration: none;}
a:hover { color: #ed1846; text-decoration: underline;}
a img { border: none; }
a:hover img {
	filter:alpha(opacity=80);/* for IE */
	opacity: 0.8; /* for FF, Safari, and Opera */
}
/* undo previous effect for thickbox image */
#TB_window a:hover img {
	filter:alpha(opacity=100);/* for IE */
	opacity: 1; /* for FF, Safari, and Opera */
}

/* side bar */
#menu {
    width: 245px; /* 215 */
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background: #fff url(../img/border-red.gif) repeat-x 0 0;
}
#menu .container {
    padding: 5px 0px 0px 5px;
}
#menu #logo_site {
	display: block;
	margin:0;
	padding: 140px 0 0 0;
	background: url(../img/logo-cru.gif) no-repeat 20px 0;
	font-size: 12px;
	font-weight: normal;
	}
#menu em { font-size: 10px; color: #999999; font-style: normal; line-height:1.2em;}
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
#menu li { line-height: 1.4em;}
#menu ul li.section-title { }
.active a:link,
.active a:visited,
.active a:hover,
.active a:active { background-color:#ed1846; color:#fff; }


/* content */
#content { height: 100%; margin: 0 0 0 250px; top: 0;}
#content .container {padding: 25px 5px 25px 5px;}
p { margin: 0 0 1em 0; line-height: 1.6em;}
#content p { width: 500px;}/* 400 */
h1 { font-size: 22px; font-weight: normal; margin: 0 0 12px 0; }
h2 { font-size: 16px; font-weight: bold; margin: 24px 0 3px 0; }
h3 { font-size: 14px; font-weight: bold; }
h4 { font-size: 14px; font-weight: normal; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#once { clear: left; }

/* page specific styles */
/* iframe contact page */
body.section_contact {padding-top: 25px;}
/* home / accueil */
.section-1 #content img { border: 1px solid #CCCCCC;}
/* soutien */
.section-7 img { display:block; margin: 6px 0 2em 3em;}
.section-7 strong.logo { font-size: 2em; font-weight:bold; display:block; margin: 5px 0 5px 36px;} /* asbl */
/**/