@charset "utf-8";
*{
margin:0;
padding:0;
}

#entete{
	width: 310px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	padding: 10px;
	background-color: #37699A;
	
	font-weight: bold;
	color: #CCCCCC;
}
#counter {
	
	font-size: 0.7em;
	color: #0033CC;
	background-color: #B1C3D9;
	border: 1px solid #990000;
	padding: 5px;
	margin:5px 0 0 5px;
	display: inline;
	text-align: right;
	float: right;
	width: 300px;
	font-weight: normal;
}

#message {
	 font-size: 1em;
	color: #0033CC;
	background-color: #37699A;
	border: 1px solid #83AAD3;
	width: 300px;
	padding: 5px;
	margin:0;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #B1C3D9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.moisducreole #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 0px;
	background: #FFFFFF url(../../../sidebar_bg.gif) repeat-y left top;
	
} 

 .moisducreole #containerSpecial {
	width: 970px;
	background: #FFFFFF;    
	border: 0px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	 
	padding: 0px;
	

} 
 

/*.moisducreole #containerSpecial #header #mainNav li a{
font-size: 14px;

}
*/

.moisducreole #header {
	background: #990000 url(../../../moisducreole.jpg) no-repeat left top;
	padding: 0 10px 0 50px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:relative;
	height: 110px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border: 1px solid #FF9933;
}

.moisducreole #header.montreal
{
	height: 150px;
	margin: 0px;
}
.moisducreole #rotator {
	width: 500px;
	float: right;
	margin-top:0;
	height: 150px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	background-image: none;
	background-repeat: no-repeat;


}
.moisducreole #rightArticle p.first, .moisducreole #leftArticle p.first  {
	text-indent: 0px;

}
 
 .moisducreole #container #mainContent p.first {
	text-indent: 0;	 
	font-size: 1.3em;
 }

/* -- Main Navigations style --- */
 
 .moisducreole #mainContent.twoColHybRtHdrpage{
	text-align: justify;
	float: right;
	width: 750px;
	margin: 0px;
	padding: 0px;
 
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	font-size: .8em;
 }
 .moisducreole #mainContent.twoColHybRtHdrpage p{
	 
	font-size: 1.1em;
	color: #000000;
 
 }
 .moisducreole #mainContent.programmation{
	float: left;
	width: 730px;
	text-decoration: none;
	margin: 0px;
	 
 
 }
 
 .moisducreole #mainContent.programmation #mainNav{
	font-size: 16px; 
 }
 
 .moisducreole #mainContent.programmation #titleRight{
 float:right;
 width:350px;
 margin-top: 10px;
 }
 
 .moisducreole #mainContent.programmation #titleLeft{
 float:left;
 width: 350px;
 margin-top: 10px;
 }
 
 .moisducreole #mainContent.programmation td.cell1 p{
	padding: 0px; 
 }
 
#themefr {
	position: absolute;
	top: 50px;
	left: 250px;
	font-size: 1em;
	color: #34689A;
	background-image: url(../../../themefr.gif);
	height: 50px;
	width: 308px;
	background-repeat: no-repeat;
}

#themecreole{
	position: absolute;
	top: 5px;
	left:250px;
	font-size: 1em;
	color: #34689A;
	background-image: url(../../../themecreole.gif);
	height: 50px;
	width: 308px;
	background-repeat: no-repeat;
}
.moisducreole #header ul {
	margin: 0;
	padding: 0;
	position:absolute;
	right:0px;
	bottom: 4px;
	list-style: none;
	background: url(../../../menubg.gif) repeat-x top left;
	left: 0px;
	 

}
 
.moisducreole #header ul li{
float: left;
 
}

.moisducreole #header ul  a {
	padding: 0 15px;
	font-size: 16px;
	line-height: 1.5 em;
	text-decoration:none;
	color:#330033;
		display: block;
	background: url(../../../menubgdiv.gif) no-repeat left top;

}

.moisducreole #header ul a.first {
background: none;
}
.moisducreole  #header  ul  a:hover{
	color: #561216;
	font-weight: normal;

}

/* ---- End of main navigation  ---------- */

.moisducreole #sidebar1, .moisducreole #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
		 
	margin-left: 0px;
	margin-top: 5px;	
	background-image: url(../../../backgroundmtreal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	overflow: hidden;
}
.moisducreole #sidebar1{
height: 700px;
padding: 5px 10px 20px 2px;	 
}

.moisducreole #sidebar2 
{
	height:740px;
	padding: 5px 10px 20px 0px;
}
.moisducreole #mainContent.conference
{
width: 740px;
}
.moisducreole #container #sidebar2{
	margin-top:0;
	width:200px;
	background-color:#FFFFFF;
	background-image: url(../../../confbg.jpg);
	background-position: left -10px;
	background-repeat: repeat-y;
}
.moisducreole #biosection, .moisducreole #biosection1, .moisducreole #biosection2{
 
width: 280px;
float:left;
margin-top: 10px;
 }

 .moisducreole #temNav {
	list-style: none;
	 
	font-size: 12px;
	color: #FF6600;
	
}
.moisducreole #containerSpecial mainNav{

font-size:16px;
}

.moisducreole #temNav a{
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	 

}
 
.moisducreole #temNav li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	border-top: 2px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	background-color: #990000;
	font-weight: normal;
	 

}
.moisducreole #sidebar1 h4{
	margin-bottom: 10px;
	display: block;
	color: #FFFFFF;
	background-color: #990000;
	text-align: center;

}
.moisducreole #mainContent #photoright{
	display: block;
	float: right;
	border: 3px solid #000000;
	margin: 10px;
}


.moisducreole #pub {
	float: right;
	width: 175px;
	border: 1px solid #000066;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;

}
.moisducreole #sidebar1 div.pub{
	margin-top: 150px;
	color: #FFFFFF;
	font-size: .9em;
	padding-bottom: 20px;
	margin-left:5px;
		 
}
  
.moisducreole #pubNyata{
	margin-top: 0px;
	margin-left:0px;
	margin-right:10px;
	width: 320px;
	border:solid 3px #000000;
	float: left;
}
.moisducreole #sidebar1 img{
 border-style:none;
 
}



.moisducreole #pubNyata img{
border-style: none;
}
.moisducreole #sidebar1 #pubNoula{
	background-color:#000000;
	text-align: center;
}

.moisducreole #sidebar1 #pubcaraibe{
text-align:center;
 
}

.moisducreole #sidebar1 div.pub a{
	text-decoration: none;
	color: #FFFFFF;
}
.moisducreole #sidebar1 div.pub a:hover{
	color: #FFFF00;
}
/**
	This id will format the ads on the right of the programmation page among others
*/

.moisducreole #pubright{
	float: right;
	width: 210px;	 
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align:center;
}

.moisducreole #reflet, .moisducreole #bistrot, .moisducreole #interspace{
	border: 3px solid #330000;
}

#jour {
	float: right;
	color: #FF9900;
	background-color: #000000;
	margin-right: 10px;
	margin-top: 0px;
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 0.8em;
	padding: 5px;
}

#mainContent img.logoBas{
float: right;

}
.moisducreole #mainContent {
	margin:  0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	float: right;
	padding: 10px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 740px;
	background-color: #FFFFFF;
	font-size: .8em;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	
} 
.moisducreole #mainContent p{
	padding-left: 10px;
	 
	font-size: 1em;
	padding-right: 10px;
	text-align: justify;
	color: #000000;
	word-spacing: normal;
	font-style: normal;
	letter-spacing: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.moisducreole #mainContent.premier p{
	 
	color: #000000;
	text-indent: 100px;

}

.moisducreole #mainContent h4{
	font-size: 1em;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;

}
.moisducreole #Premier{
	display: block;
	margin: 10px 20px 5px;
	text-align: center;
	float: right;
	border: 3px solid #000000;

}

.moisducreole #mainContent h1.title
{
	margin: 0px auto;
	padding: 0px 10px 10px 20px;
	font-size: 1.4em;
	display: block;
	text-align: center;
	color: #990000;
 

}


 #table1 {
	margin: 0px 0px 10px;
	width: 736px;
	padding: 0px;	
	color: #0000CC;
	background-color: #FFFFCC;
	float: left;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	 
 
 }
 .moisducreole #mainContent #table1{
	 
	color: #0066FF;
	
	text-align:left;

}
 
 #mainTable {
	width: 736px;
	margin: 0px;
	padding-top: 0px;
	position:relative;
	 
 
 }
 #mainContent #mainTable #address{
	text-align:center;
	width: 450px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #FFFF99;
	float: none;
	padding-right: 10px;
	padding-left: 10px;

}
#mainContent #mainTable #address p{
	text-align: left;

}
#mainContent #mainTable #address h2{
	color: #3366CC;

}
 #mainTable td.cell1{
	background-color: #FFFF99;
	border: 1px solid #FF3300;
	padding: 10px;	 
	color: #0000CC;
}
#mainTable td.cell1 h2.date{
	 
	font-weight: bold;
	font-size: .9em;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
}
#mainTable td.cell1 h2.titre{
 
	font-weight: bold;
	font-size: 1.2em;
	color: #990000;
	padding: 0px;
	margin: 0px;
}
 
 #mainTable td.cell1 span.titre{
  	font-size: 1em;
	color: #990000;
	 
 }

 #mainTable td.cell2{
	background-color:#000000;
	border: 3px solid #990000;
	padding: 0px 0px 10px;
	color: #990002;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../rotator1.jpg);
	background-repeat: no-repeat;
	background-position: -100px center;
	margin: 0px 5px 0px 10px;
	 
 }
 #mainTable td.cell2 a{
	text-decoration:none;
	color: #0066FF;
	padding-top: 10px;
	text-align: center;
	display:block;
	margin-left:auto;
	width: 350px;
	margin-top: 10px;
	font-size: 3em;
	margin-right: auto;
	font-weight: bold;	
 
 }
 
  #mainTable td.cell2 a:hover{
	color: #FFFFFF;  
  }
 #mainTable  td.cell2 h2#sapitel{
	margin: 0px auto;
	width: 300px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	font-size: 3em;
	color: #CCCCCC;
	display:block;
	
 }
 
 #mainTable td.cell1 p {
	text-align: justify;
	text-indent: 0px;
	padding: 0px; 
 }
 #mainTable td.cell2 img.sapitel1{
 margin:0;
 
 }
 
 #mainTable td.cell2 h2.centerTitle{
	text-align: center;
	color: #FFFF00;
 }
 
 #mainTable #titleRight h2{
	text-align: left;
	color: #FF6600;
 }
 
 #mainTable #titleLeft h2{
	text-align: right;
	color: #FF6600;
 }
 
 #mainTable #titleLeft h3{
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
 }
 
 #mainTable #titleRight h3 {
	text-align: left;
	font-weight: bold;
	color: #FFFFFF; 
 }
 
 #mainTable td.cell2 p.centerTitle{
	text-align: center;
	color: #0066CC;
 }
 
 #mainTable #titleRight h4 {
	text-align: left;
	color: #FFFFFF; 
 }
 #mainTable #titleLeft h4{
	text-align: right;
	text-align: right;
	color: #FFFFFF;
 
 }
.tabletop {
background-color:#FFFF99;


}
.moisducreole #mainContent h1.mot{
	font-size: 1.3em;
	text-align:center;
	margin: 0px;

}
#mainContent p{
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 5px;
	color: #003366;
	padding: 0px;


}


#mainContent #leftMain{
	float:left;
	width:170px;
	margin-top:10px;
	padding: 20px;
	background-color: #6699FF;
	border: 1px solid #CCCCCC;
	height: 500px;
	margin-left: 10px;
 }
  
  #mainContent h3#soustitre {
	text-align: center;
	font-size: 1em;
	color: #0033FF;
  }
  
  
  #mainContent span.auteur {
	font-size: 1.2em;
	font-weight: bold;
  }
  #mainContent #leftArticle{
	float:left;
	width:700px;
	margin-top:0px;
	padding: 10px 10px 20px 5px;
	background-color: #FFFFFF;
	height: auto;
	margin-left: 10px;
	text-align: justify;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;	 
 }
  

#mainContent #rightArticle {
	background-image: none;
	float:right;
	width:340px;
	margin-top:10px;
	padding: 20px 10px 20px 5px;
	border: 1px solid #CCCCCC;
	height: auto;
	margin-right: 10px;
	background-color: #FFFEF4;
	text-align: justify;
}
#mainContent #rightArticle.one {
	background-image: none;
	float:left;
	width:670px;
	margin-top:10px;
	padding: 20px 10px 20px 5px;
	border: 1px solid #CCCCCC;
	height: auto;
	margin-right: 10px;
	background-color: #FFFEF4;
	text-align: justify; 

}

 
#mainContent #rightArticle h1, #mainContent #leftArticle h1{	 
	font-size: 1.3em;
	text-align: center;
	color: #990000;

}
#mainContent #rightMain{
	float:right;
	width:450px;
	margin-top:10px;
	padding: 20px;
	border: 1px solid #CCCCCC;
	background-image: url(../montrealsign.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 500px;
	margin-right: 10px;

}

#mainContent .article{
font-size: .9em;
}
 
 #biosection a, #biosection1 a{
 text-decoration:none;
 }
 
 .moisducreole #sidebar2{
 
margin-top:0;
width:200px;
background-color:#FFFFFF;
background-image: url(../images/backgroundmtreal.jpg);
background-position: left -10px;
 
}
 
#mainContent div.signature{
	display: block;
	right: 0;
	bottom: 0px;
	width: 200px;
	margin-left: 300px;
	margin-top: 30px;

}
#mainContent div.art{
	margin-left: 100px;
	margin-right: 50px;
	width: 340px;

}

#biblio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000099;

}
#mainContent #biographie, #mainContent #biblio {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;

}
.moisducreole #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	text-align: center;
	font-size: 0.8em;
} 
#nomdauteur {
	text-align: right;
	font-weight: bold;
	display: block;
	clear: both;
	padding-bottom: 10px;
	padding-right: 20px;

}
.moisducreole #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: .8em;
}

sup {font-size: 0.75em; line-height: 0.5em} 



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 

