*
{
border:0px;
margin:0;
padding:0;
}

html,body,#bg,#bg table,#bg td
{
padding: 0px;
width:100%;
height:100%;
}

html {
	overflow-x:hidden;
}

body,table,tr,td
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
cursor: default;
background: url('../sources/bkg.gif') 496px 0px fixed white;
}

p
{
margin:0px;
margin-bottom: 16px;
}

a
{
outline: none;
color:black;
}

a.current
{
font-weight: bold;
}

#global
{
position: fixed;
z-index: 10;
left: 48px;
top: 30px;
width: 976px;
height: 520px;
background: white;
}


*html #global { /* only ie6 : hack position fixe */
position: absolute;
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + 30 + this.offsetHeight - this.offsetHeight);
}


#blog {
	background-color:#fff001;
	position:fixed;
	right:-713px;
	width:713px;
	top:0px;
	background-image:url(../images/side.gif);
	background-repeat:no-repeat;
	z-index:10000;
	height:100%;
	overflow:auto;
}
#blog .margin {
	margin-left:90px;
	margin-top:90px;
	margin-bottom:30px;
	width:430px;
}


#blog table, #blog tr, #blog td  {
	background:none;
	background-color:#fff001;
}

#blog .leftmargin {
	position:absolute;
	top:0px;
	left:0px;
	width:33px;
	cursor:pointer;
}

#blog .leftmargin:hover {
	background-color:black;
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
}


/**** AGENDA ****/

a.pastille_agenda
{
position: fixed;
z-index: 110;
display: block;
left: 130px;
top: 15px;
}

a.pastille_agenda { /* only ie6 : hack position fixe */
position: absolute;
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + 30 + this.offsetHeight - this.offsetHeight);
}

/*
a.pastille_agenda
{
font-family: "Century", Georgia, "Times new roman";
font-weight: bold;
font-size: 14px;
color: white;
text-decoration: none;
position: absolute;
display: block;
left: 106px;
background: black;
width: 304px;
_width: 340px;
padding: 6px;
padding-left: 30px;
}

a.pastille_agenda:hover
{
color: black;
background: white;
}
*/

a.close_agenda
{
padding: 0px;
font-family: "Century", Georgia, "Times new roman";
font-size: 14px;
line-height: 20px;
letter-spacing: -0.9px;
margin-left: 30px;
margin-top: 30px;
margin-bottom: 5px;
display: block;
width: 280px;
color: black;
text-decoration: none;
font-weight: normal;
}

a.close_agenda:hover
{
color: #009ee0;
}

a.next_agenda {
font-family: "Century", Georgia, "Times new roman";
font-size: 14px;
line-height: 20px;
letter-spacing: -0.9px;
text-decoration: none;
position:absolute;
right:30px;
margin-top:-26px;
}

a.next_agenda:hover
{
color: #009ee0;
}

a.top
{
}

a.bottom
{
border-top: 1px solid black;
}

#agenda
{
position: fixed;
display: none;
z-index: 200;
/*display: none;*/
background: url('../sources/trame.gif') fixed;
height: 100%;
width: 100%;
padding: 0px;
margin: 0px;
overflow: auto;
}

*html #agenda { /* only ie6 : hack position fixe */
position: absolute;
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + 30 + this.offsetHeight - this.offsetHeight);
}

#agenda_content
{
position: absolute;
display: block;
left: 160px;
/*display: none;*/
background: white;
width: 340px;
}

#agenda_content .month
{
margin-left: 30px;
margin-top: 4px;
/*display: none;*/
width: 280px;
display: block;
}

.linebreak
{
clear: both;
}

h3
{
font-family: "Century", Georgia, "Times new roman";
font-weight: normal;
font-size: 20px;
line-height: 20px;
letter-spacing: -0.9px;
color: #009ee0;
}

h3 a {
	text-decoration:none;
	color: #009ee0;
	}

h4
{
font-family: "Century", Georgia, "Times new roman";
font-weight: normal;
font-size: 20px;
line-height: 20px;
letter-spacing: -0.9px;
margin-bottom: 12px;
}

h4 a {
	text-decoration:none;
	color:black;
	}


h5
{
padding: 0px;
font-family: "Century", Georgia, "Times new roman";
font-weight: normal;
font-size: 14px;
line-height: 20px;
letter-spacing: -0.9px;
margin-bottom: 5px;
border-bottom: 1px solid black;
width: 280px;
color: black;
}

h5 a {
text-decoration:none;
}

h5 a:hover {
font-weight:bold;
}

.event
{
/*position: relative;*/
display: none;
left: 0px;
top: 0px;
}

.infos
{
float: left;
}

.day
{
/*position: absolute;*/
margin-left: 0px;
margin-top: 0px;
font-size: 11px;
}

.date
{
/*position: absolute;*/
left: 0px;
top: 17px;
font-size: 20px;
line-height: 25px;
font-weight: normal;
}

.event img
{
position: relative;
left: 0px;
margin-top: 32px;
}

.hour
{
position: absolute;
margin-left: 94px;
margin-top: 0px;
font-weight: bold;
}

.dot
{
color: #009ee0;
font-weight: bold;
}

.event .text
{
position: relative;
margin-left: 94px;
margin-bottom: 40px;
top: 17px;
width: 190px;
}



#colonne_1
{
position: absolute;
left: 0px;
top: 58px;
width: 188px;
}

#menu
{
position: absolute;
left: 0px;
top: 85px;
}

ul
{
margin: 0;
padding: 0;
font-size: 11px;
line-height: 15px;
text-transform: uppercase;
}

ul a
{
color: black;
text-decoration: none;
}

ul a:hover
{
font-weight: bold;
}

li {
margin: 0;
padding: 0;
list-style-type: none;
}

a.mailto
{
font-family: "Times new roman", times;
display: block;
margin-top: 15px;
font-size: 12px;
line-height: 14px;
color: #009ee0;
text-decoration: none;
}

a.mailto:hover
{
font-weight: bold;
}

#colonne_2
{
position: absolute;
z-index: 20;
left: 236px;
top: 88px;
width: 313px;
}

#langues
{
position: absolute;
left: 0px;
top: 0px;
font-family: "Times new roman", times;
font-size: 12px;
line-height: 14px;
color: #009ee0;
}

#langues a
{
color: #009ee0;
text-decoration: none;
padding: 1px;
}

#langues a:hover
{
color: #009ee0;
font-weight: bold;
}

#content
{
position: absolute;
left: 0px;
top: 84px;
}

#content a:hover {
	color: #009ee0;
	}
	
#medias
{
position: absolute;
left: 564px;
top: 58px;
width: 376px;
}

h1
{
font-family: "Century", Georgia, "Times new roman";
font-weight: normal;
font-size: 34px;
line-height: 30px;
letter-spacing: -0.9px;
color: #009ee0;
}

h2
{
font-family: "Century", Georgia, "Times new roman";
font-weight: normal;
font-size: 34px;
line-height: 30px;
letter-spacing: -0.9px;
}


#video {
position: relative;
left: 0px;
top: 24px;
display:none;
}


#video .navigation
{
text-align: right;
font-family: "Times new roman", Times;
color: #009ee0;
background-color:white;
}

#video a
{
color: #009ee0;
text-decoration: none;
}

#video a:hover
{
color: #009ee0;
font-weight: bold;
}


#photos
{
position: relative;
left: 0px;
top: 24px;
font-size: 12px;
line-height: 14px;
height:50px;
width:376px;
}

.photos_bg {
background: url('../sources/trame_animation.gif');
}

#photos img
{
display: block;
margin-bottom: 3px;
}

#photos .credits
{
font-family: "Times new roman", Times;
float: left;
}

#photos .navigation
{
text-align: right;
font-family: "Times new roman", Times;
color: #009ee0;
background-color:white;
}

#photos a
{
color: #009ee0;
text-decoration: none;
}

#photos a:hover
{
color: #009ee0;
font-weight: bold;
}

#trame
{
position: fixed;
z-index: 100;
display: none;
background: url('../sources/trame.gif');
height: 100%;
width: 100%;
}
.hidden {
	display:none;
	}
	
.grey {
	color:#999999;
	}

.grey a {
	color:#999999;
	}
	
.asponsors {
	padding-right:10px;
	}
	
hr {
	border-style:none;
	border-top-style:solid;
	border-width:1px;
	border-color:#999999;
	
	}
	
	
/* NEWSLETTER */

.newsletter_title {
	font-weight:bold;
	}	
	
input {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	}
	
.bouton {
	display:block;
	background-color:#FFFFFF;
	border-style:none;
	font-family: "Century", Georgia, "Times new roman";
	font-weight: normal;
	font-size: 12px;
	color: #009ee0;
	cursor:pointer;
	padding:0px;
	margin:0px;
	margin-left:-4px;
	margin-top:4px;
	}

.bouton:hover {
	font-weight:bold;
	}
	
	
	label {
		display:block;
	}
	input.commander {
		width:300px;
	}
	textarea {
		width:300px;
		height:220px;
		border-style:solid;
		border-width:1px;
		border-color:black;
	}
	
	
#menu_publications {
	width:130px;
}


#blog h1 a, #blog h2 a {
	text-decoration:none;
}

#blog p.categories {
	font-family: "Century", Georgia, "Times new roman";
	margin-top:3px;
	font-size:13px;
	line-height:18px;
}

#blog .resume {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	}
	
hr.posts {
	border-style:none;
	border-color:black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-top:18px;
	margin-bottom:18px;
}


.noscroll {
	overflow:hidden;
}

#blog .close {
	display:none;
	position:absolute;
	bottom:10px;
	left:10px;
	font-weight:bold;
	font-size:18px;
	cursor:pointer;
}
