/*
	** Title: Cusb.info (Collège universitaire de Saint-Boniface) style sheet
	** Modified on: April 10, 2006
*/	

html {
	font-size: 100%;
	}
body, html {
    margin:0;
    padding:0;
	background:#152732;
    color:#333;
	/*line-height:1.5em;*/
	text-align:center;
    }
body {
	min-width:755px;
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, sans-serif;
    }
body#home {
	min-width: 1000px;
}
/* Links
------------------------------ */
a:link, a:visited {
	color: #b06010;
	text-decoration:underline;
	}
a:hover, a:active {
	color: #b06010;
	text-decoration:none;
	}
#users a {padding-left:4px;}

/* Common Elements
------------------------------ */
h1,h2,h3,h4,h5,h6,p,ul,li,img {
	padding:0; margin:0; border:0;
	}
hr {
	display:none;
}
hr.clear {
	visibility: hidden;
}
input, select, th, td {
	font-size:1em;
	}

/* Structure
------------------------------ */
#wrap {
    background-color:#fff;
    margin: 0 auto;
    width: 755px;
	text-align:left;
	line-height:1.5em;
 }
body#home #wrap {
	width: 1000px;
}
#users {
	padding-top:5px;
	text-align:right;
	background-color:#152732;
	line-height:0;
	}
#header {
    background: #26485d url("../i/logo-bg.gif") right bottom repeat-x;
	height: 78px;
	clear: both;
	position: relative;
}
.english #header {
	background: #26485d url("../i/logo-bg-eng.gif") right bottom repeat-x;
}
#home #header {
    background: #26485d url("../i/logo-bg-home.gif") right bottom repeat-x;	
}
.oneninetieth {
	display: block;
	position: absolute;
	right: 0;
	height: 78px;
	width: 525px;
	text-indent: -9999px;
}
#header h1 {
	display:block;
	width:214px;
	height:78px;
	float:left;
	}
#home #flashcontent {
	float:right;
	}
#enbref #flashcontent {
	margin:20px 0 20px 20px;
}
#main {
	float:left;
	position: relative;
	margin: 0 0 10px 190px;
	width: 565px;
	font-size: 1.1em;
	clear: both;
	display:inline;
	background:#fff;
}
#home #wrap #main {
	width: 810px;
}
#sidebar {
	float:left;
	padding:0;
	margin: 0 0 10px -755px;
	width: 189px;
	background-color:#fff;
	display:inline;
	border-right:1px solid #eee;
	border-top:2px solid #a4b9c6;
	}
#home #wrap #sidebar {
	margin: 0 0 10px -1000px;
}
#sidebar-right {
	position:relative;
	float: right;
	width: 220px;
	padding: 0 20px 20px 0;
	margin: 0 20px 10px 8px;
	z-index: 1000;
	background-color: #f7eb86;
	}
.img-right {
	float: right;
	padding: 0 0 30px 30px;
}
#home #sidebar-right {
	position:relative;
	float: right;
	width: 234px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 8px;
	z-index: 1000;
	border: 0;
	background-color: #fff;
}
#liens-rapides {
	background: #dde5eb;
	list-style-type:none;
	padding:10px 0 20px 0;
	margin:0;
}
#footer {
    background:#152732;
	border-top: 3px double #ccc;
	clear:left;
	font-size:0.9em;
	color:#666;
	padding:1em;
	text-align:center;
	}

/* Main Navigation and Drop-down menus
------------------------------ */
#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style:none;
	line-height: 1;
	background:#fff;
	}
#menu a {
	display: block;
	width: 11em;
	padding:7px 5px;
	text-decoration: none;
	color: #3a6e8f;
	font-weight:bold;
	text-transform:uppercase;
	cursor:default;
	}
#menu ul a, #menu ul ul a {
	text-transform:none;
	font-weight:normal;
	color:#666;
	cursor:pointer;
	}
#menu a:hover {
	color: #ccc;
	}
#menu li { /* ALL LIST ITEMS */
	float:left;
	width:11em;
	}
#menu li ul { /* SECOND LEVEL LISTS */
	position: absolute;
	width:11em;
	left: -999em;
	background:#fff;
	z-index:100;
	border:1px solid #eee;
	border-bottom:3px solid #b06010;
	}
#menu li ul ul { /* THIRD LEVEL AND ABOVE LISTS */
	margin: -2em 0 0 11em;
	z-index:200;
	}
#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
	}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {
	left: auto;
	}
#nav {
	font-size:1em;
	border-top:1px solid #fff;
    }

/* Main Content Styles
----------------------------- */
#home #main {
/*	background: #fff url(../i/splash.jpg) no-repeat 0 0; */
	}
#main p, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main dl, #main embed, #main object {
	padding-left: 20px;
	padding-right: 20px;
	}
#main h3 {
	margin:1em 0 0 0;
	font-family: "Lucida Grande", "Trebuchet MS",  Verdana, sans-serif;
	color:#2E5872;
	font-size:1.4em;
	font-weight:bold;
	}
#main h4 {
	margin:1em 0 1em 0;
	color:#2E5872;
	font-size:1.2em;
	padding:0 0 0 20px;
	font-weight:bold;
	}
#main p {
	margin-top:1em;
	margin-bottom:1em;
	}
#main ul.main-content, #main ol.main-content {
	padding-left:40px;
	margin-left:0;
}
#main dl {
}
#main dt {
	font-weight: bold;
	color: #8b262a;
	border-top: 1px dashed #ddd;
	padding-top: 0.25em;
	margin-bottom: 0.75em;
	font-size: 1.2em;
}
#main dd {
	padding: 0 0 0.75em 1em;
	margin: 0;
}
/* Table Styles */
caption {
	text-align:left;
	background:#3b6e8e;
	padding: 3px;
	font-weight:bold;
	color:#fff;
}
table {
	border-collapse: collapse;
}
.table {
	margin:20px 20px 0 20px;
}
tbody td,tbody th {
	border-bottom:1px #ccc solid;
	padding:3px;
	text-align: left;
}
#programmes-etp-table {
	width:100%;
}
#table-cout-universite-cdn { width: 100%;}
#table-cout-etp-cdn { width: 100%;}
#table-cout-universite td {
	width:20%;
}
#table-cout-etp td {
	width:14%;
}
.col-46 { width: 46%;}
.col-18 { width: 18%;}
.col-40 { width: 40%;}
.col-12 { width: 12%;}
thead th {
	padding:5px 3px;
	background:#eee;
	border-bottom:1px #333 solid;
	vertical-align:top;
}
.table-category {
	background-color:#b06010;
	color:#fff;
}
tfoot td {
	color:#999;
	font-style:italic;
}
/* Sidebar */
#sidebar h3 {
	padding-left:10px; padding-right:10px;
	}
#sidebar li {
	list-style:none;padding:0 20px;
	}
#sidebar p {
	padding:1em 10px;
	}
#sidebar select {
	margin:0 10px;
	}
#sidebar a {
	color:#333;
	}

/* Journal/Blog */
#journal dt {
	color:#2e5872;
	font-weight:bold;
	font-family: "Lucida Grande", "Trebuchet MS",  Verdana, sans-serif;
	font-size:1.0em;
	margin-top:0.25em;
	padding-top:0.75em;
	margin-bottom:0.25em;
	}

#journal dd {
	padding: 0;
	margin:0;
	}
#journal dd.continuez {
	padding-bottom: 0.75em;
}
p.journal img {
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #ccc;
	padding: 2px;
}


/* Sidebar right */
#sidebar-right p {
	padding:5px 20px 5px 20px;
	margin:0;
	}
#sidebar-right h4 {
	padding-right:20px;
	}
#sidebar-right img {
	border:1px solid #fff;
	}
#sidebar-right img.polaroid {
	margin:0 21px;
	}
/* Others */
#liens-rapides > li {
	padding: 3px 10px 3px 30px;
	background: url(../i/bullet-01.gif) no-repeat 12px 50%;
	}
#liens-rapides > li.active {
	background: none;
}
#liens-rapides li li {
	padding:0 0 0 15px;
	margin:0;
	background: url(../i/bullet-03.gif) no-repeat 6px 50%;
}
#sub-nav {
	list-style-type:none;
	}
#sub-nav li {
	padding:4px 10px 4px 10px;
	border-top:1px solid #ddd;
	}
#head-liens-rapides {
	height:26px;
	text-indent:-5000px;
	background: url(../i/head-liens-rapides.gif) no-repeat;
	}
#head-en-bref {
	height:26px;
	text-indent:-5000px;
	background: url(../i/head-en-bref.gif) no-repeat;
	}
#head-overview {
	height:26px;
	text-indent:-5000px;
	background: url(../i/head-overview.gif) no-repeat;
		}
#head-programmes {
	height:26px;
	text-indent:-5000px;
	background: url(../i/head-programmes.gif) no-repeat;
	}
#head-programs {
	height:26px;
	text-indent:-5000px;
	background: url(../i/head-programs.gif) no-repeat;
	}
#head-international {
	height:26px;
	text-indent:-5000px;
	background: url(../i/head-international.gif) no-repeat;
	}


/* Classes
----------------------------- */
.mainlist {
	padding-left: 40px;
	padding-right: 20px;
	margin:0;
	}
.more {
	padding-left:12px;
	background: url(../i/bullet-02.gif) no-repeat 0 50%;
	}
.intro {
	padding: 460px 0 0 0;
	}
.img-align-right {
	float:right;
	padding:0 0 20px 20px;
}
.img-align-left {
	float: left;
	padding: 0 20px 20px 0;
}
.active {
	font-weight: bold;
	text-decoration:none !important;
	cursor:default;
	}
.active > a {
	text-decoration:none;
	cursor:default;
}
.active ul li a {
	font-weight: normal;
}
.duree {
	background: url("../i/calendar.gif") no-repeat 20px 50%;
	color:#6493ce;
	font-weight:bold;
	padding-left:40px !important;
}
.sondage {
	background: #215352 no-repeat bottom left;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 1px;
	color: #fff;
}
.sondage p {
	color:#fff;
	font-weight: normal;
}
.sondage a {
	color: #fff !important;
}
.sondage dl {
	color: #fff;
	clear: both;
}
.sondage dl dt {
	float: left;
	width: 25px;
	padding-left: 5px;
}
.sondage dl dd {
	margin: 2px 0 0 0; 
	clear: right;
}
.sondage dl dt.clr, .sondage dl dd.clr {
	clear: both; 
	line-height: 5px;
}
.sondage #results {
	color: #fff !important;
	padding-left: 10px;
}
.sondage #results p {
	padding: 5px 0 3px 0;
	margin: 0px;
	line-height: 1.2em;
}




#main p.question {
	padding:10px 0;
	text-align:center;
	border-bottom:1px solid #ddd;
	background:#a4b9c6;
	margin-top:0;
	}
#main p.question a {
	color:#fff;
	display:block;
	text-decoration:none;
	}
#main p.question a:hover {
	color:#152732;
	font-weight:bold;
	}
.testimonial-text {
	background-color:#a4b9c6;
	margin:0 21px !important;
	}
.debouches {
	color:#666;
}
.nouveaute {
	background:#f7eb86;
	margin:20px;
	padding:1px;
}
.a-venir {
	background:#e1fb8f;
	padding:5%;
	margin:0 20px;
	font-weight:bold;
}
.video-list {
	clear: both;
	padding-bottom: 10px;
	border-top: 1px dotted #ccc;
	margin-top: 10px;
}
.clear {
	clear: left;
}
p.logo-190-home {
	padding-bottom: 15px !important;
	margin-bottom: 15px !important;
}
a.rentree-2008 {
	position: absolute;
	top: 0;
	right: 275px;
}
/* Accessibility
----------------------------- */
#skipNav {
	position: absolute;
	left: -9999px;
	font-size: small;
	}
#skipNav a:hover {
	color: #f00;
	}
#skipNav a:focus {
	display: block;
	position: absolute;
	top: -120px;
	left: 9990px;
	font-size: large;
	background: #fff; border: solid 2px #1B6BD8; padding: 10px; width: 15em; z-index: 1;
}
/* Poll
----------------------------- */
/* Basic Bar Graph :: Thank you, apples-to-oranges.com */

.graph { 
	position: relative; /* IE is dumb */
	width: 150px; 
	border: 1px solid #fff; 
	padding: 1px; 
	margin-bottom: .5em;					
}
.graph .bar { 
	display: block;	
	position: relative;
	background: #ccc; 
	text-align: center; 
	color: #fff; 
	height: 1.2em; 
	line-height: 1.2em;									
}
.graph .bar span { position: absolute; left: 120px; } /* This extra markup is necessary because IE doesn't want to follow the rules for overflow: visible */
