/* @override http://www.mhe-sme.org/assets/templates/mhe2008/style/mhe-sme-2008.css */

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/*
MHE-SME 2008
*/

/* général */

* {
	font: 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #333;
}
#site {	
	width: 900px;
	margin: 27px auto 0;
	padding-bottom: 50px;
	position: relative;
}
#site.newsletter {
	margin-left: 50px;
}

/* header */

h1#siteTitle {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	margin-bottom: 0;
	overflow: hidden;
	background-image: url(../images/header-page1.jpg);
}

h1#siteTitle.en {
/*	
	background-image: url(../images/header-en.png);
*/
}
h1#siteTitle.fr {
/*	
	background-image: url(../images/header-fr.png);
*/
}
h1#siteTitle.newsletter {
	background-image: url(../images/header-newsletter.png);
	width: 487px;
	height: 175px;
}
h1#siteTitle a {
	display: block;
	width: 213px;
	height: 76px;
}
h1#siteTitle span {
	display: none;
}

/* titres */

h1, h2, h3, h4 {
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
}

h1, h2, h3 {
	color: #c83700;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 22px;
	margin-bottom: 0.8em;
}
h2 {
	font-size: 18px;
	margin-top: 1em;
	margin-bottom: 0.8em;
}
h3 {
	font-size: 14px;
	margin-top: 1em;
	margin-bottom: 0.8em;
}
h4,
.emphase {
	color: #333;
	line-height: 18px;
	font-size: 12px;
}
h5 {
	color: gray;
}

.emphase {
	font-weight: bold;
}

/* navigation */

ul.quicklinks {	
	margin: 0;
	position: absolute;
	top: 108px;
	right: 0;
	width: 180px;
}
ul.quicklinks li {
	background: none;
	padding: 0;
	float: left;
}
ul.quicklinks li span {
	display: none;
}
ul.quicklinks li a {
	display: block;
	height: 19px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 16px;
}
ul.quicklinks li.home a {
	width: 24px;
	background: url(../images/icon-home.png);
}
ul.quicklinks li.contact a {
	width: 23px;
}

ul.quicklinks li.fr a,
ul.quicklinks li.en a,
ul.quicklinks li.nl a {
	width: 23px;
	margin-right: 12px;
	background-repeat: no-repeat;
}


ul.quicklinks li.contact a {
	background: url(../images/icon-contact.png);
}
ul.quicklinks li.en a {
	background: url(../images/icon-en.png);
}
ul.quicklinks li.fr a {
	background: url(../images/icon-fr.png);
}
ul.quicklinks li.nl a {
	background: url(../images/icon-nl.png) no-repeat 0 1px;
	margin-right: 0px;
}
ul.quicklinks li.rss a {
	width: 19px;
	background: url(../images/icon-rss.png);
	margin: 0;
}

/* liens */

a, a:active, a:hover a:visited {
	color: #003399;	
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* texte et listes */

p {
	margin-bottom: 1em;
	text-align: justify;
}

ul,
ol {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
ul li {
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat left 7px;
	padding-left: 12px;
}
ol li {
	list-style-type: decimal;
	padding-left: 0.5em;
	margin-left: 2em;
	list-style-position: outside;
}
li, li a {
	margin-bottom: 0.5em;
}

em {
	font-weight: bold;
	text-align: left;
}

img.whitebackground {
	background-color: white;
}

/* classes */

/*.navigation1,
.box {
	font-weight: bold;
	font-size: 12px;
}
.navigation2 {
	font-weight: normal;
}*/
.breadcrumbs a,
.breadcrumbs,
.exergue {
	color: #cc6600;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
}
.exergue {
	font-weight: bold;
}

/* colonne de gauche */

#leftColumn {
	float: left;
	position: absolute;
	top: 96px; /* 103 - h2 margin-top */
}

#leftColumn * {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	list-style-image: none;
}

div.element ul,
#leftColumn ul {
	margin: 0;
	padding: 0;
}

#leftColumn h2,
#leftColumn h2 a,
#leftColumn ul li,
#leftColumn ul li a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .8px;
	background: white url(../images/arrow-menu.gif) no-repeat right center;
	display: block;
	margin-bottom: 3px;
}

#leftColumn h2 a,
#leftColumn ul li a {
	background: #2655a2 url(../images/arrow-menu.gif) no-repeat right center;	
	padding: 3px 3px 3px 15px;
}
div.element ul li,
#leftColumn ul li ul li {
	margin-top: 2px;
	list-style-type: none;
	font-weight: normal;
	min-height: 22px;
	padding: 0;
}
* html div.element ul li { /* IE6 */
	height: 22px;
}

#leftColumn li a,
#leftColumn ul li ul li a {
	text-decoration: none;
	display: block;
	height: 100%;
	font-weight: normal;
	color: #003366;
	background-image: none;
	background-color: #d8e0f0;
	letter-spacing: 0px;
}


#leftColumn h2.active,
#leftColumn li.active {
	background-image: url(../images/arrow-menu-active.gif);
}

#leftColumn ul li ul li a:hover {
	background: #b2c2e1;
}

#leftColumn ul li ul li.active a {
	background: #b2c2e1 url(../images/bullet.gif) no-repeat 5px center;
}


#leftColumn,
#rightColumn {
	width: 180px;
	overflow: hidden;
}
#leftColumn #newsletterColonne {
	margin-top: 400px;
	width: 125px;
}
#leftColumn #newsletterColonne p {
	color: #3b539d;
	text-align: right;
}

/* colonne de droite */

#rightColumn {
	position: absolute;
	top: 123px; /* 106 - h2 margin-top */
	right: 0;
}
#rightColumn.withoutBlocks {
	display: none;
}
#rightColumn h2,
#rightColumn h2 a {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 12px;	
	padding: 1px 0 3px 6px;
	margin-top: 17px;
	margin-bottom: 0;
	font-weight: bold;
}

#rightColumn h2 {
	background: #dcdcdf url(../images/arrow-block.gif) no-repeat 164px center;	
}

#rightColumn .block {
	margin-top: 4px;
	background-color: #efeff3;
	padding: 9px 0 0px 6px;	
}


#rightColumn .block p img.totalfill {
	position: relative;
	left: -6px;
	top: -9px;
	bottom: -7px;
	overflow: hidden;
}

#rightColumn .block,
#rightColumn .block a {
	font-size: 11px;
	font-weight: normal;
}
#rightColumn h2,
#rightColumn .block {
	border: #c3c7ce 1px solid;
}
#rightColumn .block p,
#rightColumn .block ul {
	margin: 0;
}
#rightColumn .block p {
	margin-bottom: 7px;
}
#rightColumn .block ul a {
	font-size: 10px;
}
#rightColumn a {
	text-decoration: none;
}
#rightColumn a:hover {
	text-decoration: underline;
}
#rightColumn li {
	width: 140px;
}
#rightColumn h2,
#rightColumn h2 a,
#rightColumn h2 a:hover,
#rightColumn h2 a:visited {
	text-decoration: none;
	/*color: #485a8f;*/
	color: #003366;
}

.FSF_input {
	width: 105px;
	margin-right: 3px;
}

/* breadcrumbs */

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span,
p.breadcrumbs {	
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #cc6600;
}

p.breadcrumbs {	
	padding-top: 1em;
	padding-right: 2em;
}

/* contenu */

#contentWrapper,
#contentWrapperNewsletter {
	background: #fff url(../images/content-border-right.gif) repeat-y right top;
	margin: 0 206px 0 212px;	
	width: 487px;
	position: relative;
}
#contentWrapper.withoutBlocks {
	width: 694px;
	margin-right: 0;
}
#contentWrapperNewsletter {
	margin-top: -49px;
	margin-left: 126px;
}
#content,
#contentNewsletter {	
	padding-bottom: 30px;
	padding-right: 20px;
	min-height: 380px;
}
#contentNewsletter {
	padding: 26px;
}
.eventContact	{
	text-align: left;
}


.fondbleuclair {
	background: #d8e0f0;
	padding: 1em;
	border-left: 1px solid #2655a2;
}

blockquote {
	background: #d8e0f0;
	border-left: 1px solid #2655a2;
	margin-bottom: 1em;
	padding-right: 1em;
	padding-top: 1px;
	padding-left: 1em;
}

.FSF_resultDescription {
}

div.contentBorderTop {
	background: transparent url(../images/content-border-top.gif) repeat-x right top;	
	width: inherit;
	height: 1px;
}
div.contentCornerTop {
	background: transparent url(../images/content-corner-top.gif) no-repeat right top;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 0;
	right: -1px;
}
* html div.contentCornerTop { /* IE6 */
	right: -2px;
}
div.contentBottom {
	background: transparent url(../images/content-border-bottom.gif) repeat-x left bottom;
	width: inherit;
	height: 9px;
	position: relative;
}
div.contentCornerBottom {
	background: transparent url(../images/content-corner-bottom.gif) no-repeat left bottom;
	width: 9px;
	height: 9px;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* footer */

#footer {
	margin-left: 212px;	
	margin-right: 212px;
	margin-top: 1em;
}

#conference2010-logo {
	right: 115px;
	position: absolute;
	top: 0;
	width: 139px;
}

#nomorefrench {
	background-color: #c83700;
	padding: 9px;
	text-align: center;
	font-weight: bold;

	color: white;
	z-index: 1;
	position: relative;
	top: -29px;
	height: 20px;
	margin-bottom: -29px;
}

#nomorefrench a,
#nomorefrench a.visited,
#nomorefrench a span {
	font-weight: bold;
	color: white;
}
/* icones automatiques */
a[href^="http:"] {
padding-right:16px;
background: transparent url(http://upload.wikimedia.org/wikipedia/commons/6/64/Icon_External_Link.png) no-repeat right center;
}


a[href$='.pdf'] {
padding-right:20px;
background:transparent url(http://www.adobe.com/images/pdficon_small.gif) no-repeat right center;
	display: inline-block;
}
