/* CSS Document */


a {
	color:#0000FF; text-decoration:none
}

a:visited { 
	color:#000099; text-decoration: none
}

a:hover { color: #FF6F0E; text-decoration: underline}
a:active { color:#FF0000; text-decoration: underline}


body {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background: url(../images/grad_main.jpg) repeat-x left top;
	background-color: #E9E6DF;
	height:100%;
}


/** HEADER */

#header {
	width: 950px;
	margin: 0px auto;
	min-height: 90px;
	overflow: auto;
	font-size: 14px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
    border-bottom-style: solid;
   	border-bottom-color: #C2BFB8;
	border-right-width: 1px;
    border-right-style: solid;
   	border-right-color: #C2BFB8;
}

#logo {
	float: left;
	width: 385px;
	padding-left: 20px;
	bottom: 0px; 
}

#liens {
	float: right;
	text-align: right;
	width: 500px;
	margin-top: 10px;
	font-size: 14px;
	padding-right: 10px;
	color:#999999;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('http://www.groupes.polymtl.ca/grstb/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('http://www.groupes.polymtl.ca/grstb/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


#liens a{
color: #999999;
text-decoration: none;
}

#liens a:hover{
color: #62281c;
text-decoration: underline;
}

#menu {
	width: 936px;
	margin: 0px auto;
	min-height: 22px;
	overflow: auto;
	font-size: 12px;
	font-weight: bolder; 
	margin-top: 5px;
	margin-bottom: 9px;
	padding-left: 14px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C2BFB8;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C2BFB8;
	background: #FFFFFF url(../images/grad_menu.jpg) repeat-x left top;
	
}

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;

padding-left: 0;
float: left;
width: 100%;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #62281C;
padding: 3px 6px 4px 6px;
text-decoration: none;
background: white url(../images/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: #7285C0;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}

#content {
    clear: both;
	width: 951px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	overflow-x:hidden;
}

#content h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #62281C;
}

#columnAFP {
	float: left;
	width: 720px;
	min-height: 433px;
	overflow: auto;
	margin: 0px auto;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C2BFB8;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C2BFB8;
}

#columnAFP h2 {
	height: 22px;
	font-size: 12pt;
	font-weight: bold;
}

#columnBFP {
	float: right;
	width: 190px;	
	margin: 0px auto;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C2BFB8;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C2BFB8;
	background: #FFFFFF url(../images/orange.jpg) repeat-x left top;
}

#logo_frsq {
	float: right;
	width: 188px;
	margin: 0px auto;
	font-size: 12px;
    padding-left: 2px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C2BFB8;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C2BFB8;
	background: #FFFFFF ;
}


#columnBFP h3 {
	height: 22px;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

#menu_left {
	float: left;
	padding-left: 20px;
	padding-right: 5px;
	width: 190px;
	min-height: 360px;	
	font-size: 14px;
	margin: 0px auto;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C2BFB8;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C2BFB8;
	background: #FFFFFF;
	margin-bottom: 10px;
}

#menu_left h1 {
	border-spacing: 2px;
	font-size: 18px;
	font-weight: bold;
}

#menu_left ul{
float: left;
list-style-position: outside;
list-style-image: url('http://www.groupes.polymtl.ca/grstb/images/bullet.gif');
list-style-type: square;
padding: 0px;
margin: 0px;
padding-left: 12px;
margin-top: 15px;
}

#menu_left h3 {
	height: 22px;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

#content_right {
	float: right;
	padding-top: 6px;
	width: 695px;
	min-height: 370px;
	font-size: 14px;
	overflow: auto;
	overflow-x:hidden;
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C2BFB8;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C2BFB8;
	margin-bottom: 10px;
}

#content_right h2 {
	height: 22px;
	font-size: 16px;
	font-weight: bold;
}

#evenements {
	width: 950px;
	clear: both;
	margin: 0px auto;
	margin-top: 10px;
	overflow: auto;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C2BFB8;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C2BFB8;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#presentations {
	width: 950px;
	clear: both;
	margin: 0px auto;
	margin-top: 10px;
	overflow: auto;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C2BFB8;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C2BFB8;
	margin-bottom: 10px;
}

#evenements_titre {
	float: left;
	width: 950px;
	font-size: 14px;
	min-height:inherit;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
    background: url(../style/bar1_grad.jpg) repeat-x left top;
}

#presentations_titre {
	float: left;
	width: 950px;
	font-size: 14px;
	min-height:inherit;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
    background: url(../style/bar2_grad.jpg) repeat-x left top;
}

#evenements_titre a{
color: #62281c;
text-decoration: none;
}

#evenements_titre a:hover{
text-decoration: underline;
color: #7285C0;
}

#evenements h1 {
	margin: 0px;
	font-weight: bold;
	font-size: 12pt;
	color: #62281C;
}

#evenements h3 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#presentations_titre a{
color: #62281c;
text-decoration: none;
}

#presentations_titre a:hover{
text-decoration: underline;
color: #7285C0;
}

#presentations h1 {
	margin: 0px;
	font-weight: bold;
	font-size: 12pt;
	color: #62281C;
}

#presentations h3 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.evenements_container{
	float: left;
	width: 950px;
    height: 100%;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: left;
}

.evenements_date{
	float: left;
	width: 110px;
    height: 100%;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

.evenements_contenu{
	float: left;
	width: 820px;
    height: 100%;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

.evenements_contenu a{
text-decoration: underline;
}

.evenements_contenu a:hover{
text-decoration: underline;
}

.evenements_contenu a:visited {
text-decoration: underline;
}

.evenements_contenu a:active{
text-decoration: underline;
}

#evenements_liste {
	font-size: 10pt;
}

#evenements_liste a{
text-decoration: underline;
}

#titre_categorie {
	 font-weight: bold;
	 border-bottom: 1px dashed #a8bdff;
	 margin-bottom: 5px;
}

      .style2 {
      }

#titre_line {
	 font-weight: bold;
}

      .style1 {
        border-bottom: solid 0.05em #d8e9b2;
        line-height: 0.9em;
        margin-top: 0.1em;
      }

#footer_front {
	width: 950px;
	clear: both;
	margin: 0px auto;
	min-height: 100px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C2BFB8;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C2BFB8;
	overflow: auto;
}

#footer {
	width: 950px;
	clear: both;
	margin: 0px auto;
	height: 20px;
	padding-top: 5px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C2BFB8;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C2BFB8;
	overflow-x:hidden;
}

/* Search */

#search {
	float: right;
	width: 350px;
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#q, #searchsubmit {
	border: 1px solid #EDEBD5;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

#q {
	padding: 2px 5px;
	width: 178px;
	background: #FFFFFF url(http://www.groupes.polymtl.ca/grstb/images/img02.gif) repeat-x;
}

#searchsubmit {
	background: #FFFFFF url(http://www.groupes.polymtl.ca/grstb/images/img03.gif) repeat-x left bottom;
}

#azindex {
	background: #e3e1e0;
	float: left;
	margin: 0px 0 15px 0px;
	padding: 0px 0px 10px 5px;
	width: 630px;
}

 * html #azindex {
	padding: 5px 5px 10px 5px;
	width: 490px;
}
	
#index {
	font: bold 100% Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}	
	
#index li {
	float: left;
	height: 2em;
	list-style-type: none;
	margin: 0.65em 0.3em;
	padding: 0;
	width: 3em;
}

 * html #index li {
	margin: 0.2em 0.2em;
}

#index a:link, #index a:visited {
	background: #fff;
	color: navy;
	display: block;
	height: 2em;
	padding: 0.75em 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 3em;
}

#index a:hover {
	background: #a8bdff;
	color: #fff;
	text-decoration: underline;
}

#listaz {
	clear: both;
}


#coordonnees {
	float: left;
	width: 719px;
	overflow: auto;
	margin-bottom: 15px;
    background-color: #FFFFFF;
}

#coordonnees_gauche {
	float: left;
	width: 420px;
	overflow: auto;
	overflow-x:hidden;
}

#coordonnees_droite {
	float: left;
	font-size: 12px;
	width: 245px;
	overflow: auto;
	overflow-x:hidden;
	background-color: #e3e1e0;
	background: url(nt.gif) repeat;
}

.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }

#lab_box {
	clear: both;
	float: left;
	margin-left: 10px;
}

#title_box {
	float: left;
	margin-bottom: 5px;
	font-size: 16px;
	width: 100%;
	overflow: auto;
	overflow-x:hidden;
	background-color: #80ed46;
	background: url(nt2.gif) repeat;
}

.rbtop2 div { background: url(tl2.gif) no-repeat top left; }
.rbtop2 { background: url(tr2.gif) no-repeat top right; }
.rbbot2 div { background: url(bl2.gif) no-repeat bottom left; }
.rbbot2 { background: url(br2.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop2 div, .rbtop2, .rbbot2 div, .rbbot2 {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent2 { margin: 0 7px; }
.rbroundbox2 { width: 50%; margin: 1em auto; }

#nom {
	float: left;
	font-size: 12px;
	width: 100%;
	overflow: auto;
	overflow-x:hidden;
	background-color: #FFFFFF;
	background: url(bar.gif) repeat-y;
	margin-bottom: 15px;
	padding-left: 30px;
}

#recherche {
	float: left;
	width: 100%;
	overflow: auto;
	overflow-x:hidden;
	background-color: #FFFFFF;
	background: url(bar3.gif) repeat-y;
	margin-bottom: 15px;
	padding-left: 30px;
}
