/*******************************************************/
/*                                                     */
/* Style css du site Web d'Alain C. Houle, ing., Ph.D. */
/*                                                     */
/* 4 juillet 2009                                      */
/*                                                     */
/* Couleurs:                                           */
/*     p0:  #0B5BEF;                                   */
/*     p1:  #3460B0;                                   */
/*     p2:  #033796;                                   */
/*     p3:  #2F75F4;                                   */
/*     p4:  #4C87F4;                                   */
/*                                                     */
/*******************************************************/
body {
	margin: 0; padding: 0;
	background: #101010;
	color: white;
	font: 11px/1.5 verdana, sans-serif;
	}
#topbg {
    position: absolute; top: 0; left: 0; z-index: -1;
    width: 100%; height: 157px;
    background: #033796;
    opacity:0.25;
    filter:alpha(opacity=25);
    border:  1px solid #033796;
}
#main {
	position: relative;
	width: 784px;
	margin: 0 auto;
	padding: 13px 0 0 0;
/*    border:  1px solid #FFFFFF; */
}
#header {
	position: relative;
	width: 780px; height: 144px;
	background: #0B5BEF;
    border:  1px solid #0B5BEF;
}
#hdr-overlay {
	position: relative; top: -15px; left: 14px;
	width: 782px; height: 163px;
	background: url('images/header.png') top right no-repeat;
}
#hdr-box1 {
    background: #3460B0;
    left: 15px;
}
#hdr-box2 {
    background: #033796;
    left: 100px;
}
#hdr-box3 {
    background: #2F75F4;
    left: 185px;
}
#hdr-box4 {
    background: #4C87F4;
    left: 270px;
}
#header .box {
	position: absolute; top: 6px;
	width: 75px; height: 25px;
}
#header h1 {
	display: none;
}
#menu {
	margin: 0; padding: 1px 0;
	list-style-type: none;
	height: 26px;
}
#menu li {
	float: left;
	margin: 0; padding: 0;
	width: 20%;
}
#menu a {
	position: relative;
	display: block;
	margin: 1px;
	height: 24px;
	font-size: 10px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #033796;
	color: #0B5BEF;
}
#menu a span {
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	background: #4C87F4;
}
#menu a.sel {
	background: #0B5BEF;
	color: #033796;
}
#menu a:hover {
	background: #0B5BEF;
	color: #033796;
}
#content {
	padding: 1px;
    color: #033796;
/*	color: white; */
    background: #FFFFFF;
/*    background: #033796; */
/*    border: 1px solid #FFFFFF; */
}
#content a {
	padding: 2px 3px;
    color:  #0B5BEF;
    background:  #FFFFFF;
/*    background:  #033796;*/
}
#content a:hover {
    background:  #0B5BEF;
    color:  #FFFFFF;
/*    color:  #4C87F4; */
}
#content p {
	margin: 0.25em 0;
}
.ttl {
    color: #4C87F4;
}
#left {
	float: left;
	width: 500px;
	padding: 10px 20px;
	border-right: 1px dotted #4C87F4;
}
#left h3 {
	margin: 0.5em 0 0.3em;
	font-size: 18px;
	font-weight: normal;
}
#left h3 a {
    padding: 0px 0px;
    text-decoration: none;
    color:  #0B5BEF;
    background:  #FFFFFF;
}
#left h3 a:hover {
    background:  #0B5BEF;
    color:  #FFFFFF;
}
#left dt {
	float: left;
	font-weight: bold;
}
#left dd {
	margin: 1em 0 1em 6em;
}
#ico {
    background: #0B5BEF;
    float: left;
	padding: 5px;
}
#left h4 {
	margin: 0 0 0 6em;
	font-size: 100%;
	font-weight: bold;
}
#left h4.type2 {
    margin: 1em 0 0.3em 0;
}
#left ul {
	margin: 0 0 0 6em; padding: 0;
	color: #4C87F4;
	list-style-type: square;
	list-style-position: inside;
}
#left p.etudiant {
    margin:1em 0 0 0;
}
#right {
	float: right;
	width: 200px;
	margin: 0 20px 0 0;
	padding: 10px 0;
}
#right h3 {
	clear: left;
	margin: 0.5em 0 0.3em 0;
	font-size: 12px;
}
#right h3 span {
	display: inline-block;
	width: 9px; height: 9px;
	margin-right: 1em;
	border: 1px solid #0B5BEF;
	vertical-align: middle;
    background:  #033796;
}
#right .photo {
	float: left;
	margin: 0 15px 15px 0;
}
#right h4 {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}
#right .link {
	text-align: right;
}
#rbox {
	float: left;
	position: relative;
	width: 150px;
	margin: 15px 0 20px 0;
	padding: 2px 5px 2px 30px;
	font-size: 10px;
	line-height: 1.2;
    background:  #4C87F4;
    color:  #0B5BEF;
}
#rbox span {
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	background: #033796;
}
#right button {
	float: right;
	margin: 15px 0 20px 0;
	width: 150px;
	height: 30px;
	background: #4C87F4;
	color: #033796;
	border: 1px solid #3460B0;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}
#right button:hover {
    background:  #033796;
    color:  #4C87F4;
}
.cleaner {
	clear: both;
	height: 1px; margin: 0;
}
#footer {
	margin: 10px 0 10px 0;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #4C87F4;
	border-bottom: 1px solid #4C87F4;
    background:  #033796;
    color: #0B5BEF;
}
#footer a {
	padding: 3px 5px;
    color: #0B5BEF;
    background: #033796;
}
#footer a:hover {
    background:  #0B5BEF;
    color:  #4C87F4;
}
.diviseur {
    clear: both;
    height: 2px;
    width: 500px;
    background: #4C87F4;
    margin-top: 5px;
}
.citation {
    font-style: italic;
    padding-left: 50px;
}