@charset "UTF-8";
/* CSS Document */
body {
	font: 13px Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#444;
	line-height: 17px;
	margin: 0;
	padding: 0;
	background: #c1ced4 url(../img/bg_gradiant.gif) top left repeat-x;
	letter-spacing: 0.03em;
}
a:active, a:focus {
	outline: none;
}
#shadow {
	width: 986px;
	margin: 0px auto;
	padding-left: 3px;
	background: url(../img/shadow.gif) left top repeat-y;
}
#global {
	width: 980px;
	background-color:#FFFFFF;
}
.clear_both {
	clear: both;
}
/* HEADER */
#header {
	width: 980px;
	height:125px;
	background: #FFF url(../img/header_EUSEW_conference.gif) top center no-repeat;
	display:block;
}
/* MENUS */
#menu {
	position: relative;
	width: 930px;
	height: 30px;
	margin: 0 25px;
	border-bottom: solid 1px #89a1ae;
	border-top: solid 1px #89a1ae;
	text-align:right;
}
#menu ul {
	display:inline-block;
	margin:6px 0;
}
#menu li {
	display: inline-block;
	margin-left:13px;
}
#menu li a {
	font: 14px Helvetica, Arial, sans-serif;
	font-weight:bold;
	color: #89a1ae;
	text-decoration:none;
}
#menu li a:hover, #menu li a.on {
	color: #003366;
}

#content {
	float:left;
	position:relative;
	width: 650px;
	margin: 30px 0 50px 200px;
}
/* astuce min-height pour MSIE */
html>body #content {
	height: auto;
	min-height: 300px;
}

/* TEXT */
h1 {
	font-size: 25px;
	color:#003366;
	padding:5px 0;
	font-weight:100;
	width:500px;
}
h2 {
	font-size: 16px;
	color:#b1c903;
	font-weight:bold;
	margin-top:30px;
	line-height:25px;
}
.intro {
	color:#003366;
	font-weight:bold;
}
a:link, a:visited {
	color: #89a1ae;
}
a:hover {
	color: #003366;
}
.padding {
	padding: 5px 5px 5px 0;
}
.bordertop {
	border-top: dotted 1px #89a1ae;
}
.borderbottom {
	border-bottom: dotted 1px #89a1ae;
}
.small {
	font-size: 0.85em;
}
textarea {
	font: 11px Trebuchet MS, Helvetica, Arial, sans-serif;
	padding:2px;
}
/* FOOTER */
#footer {
	width: 980px;
	height:145px;
	background: #FFF url(../img/bottom_EUSEW_conference.gif) top center no-repeat;
	border-bottom: solid 1px #AAA;
}
/* */
.error {
	color: #F49401;
	font-weight: bold;
}
label.error {
	display: none;
}