/***********************************************/
/* ueh.css                                     */
/* utilisation pour le site institutionnel     */
/* de l'Université Quisqueya             */
/* 											   */
/* 	par Emile Manigat						   */
/* 	dernieres modifs : aout 2006     		   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.16em;
	background: #FFFFFF url(../_images/fonds/fd_milieu.gif) repeat-y center 35px;
}

a:link, a:visited, a:hover {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	padding: 0px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}

#principal2 h2, h2{
	font: 16px/18px "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
}


#droite h2{
	font: bold 25px/28px "Trebuchet MS", Tahoma, Arial;
	padding: 10px 12px;
}

h3{
	font-size: 13px;
	color: #990000;
	padding: 0px 0px 0px 20px;
	font-weight: bolder;
	background-image: url(../_images/_p-rouge2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

h4{
	font-size: 110%;
	color: #333333;
	margin-bottom: 3px;
	margin-top: 18px;
}

h5{
	font-size: 100%;
	color: #334d55;
	margin: 0px 15px 5px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: normal 100%/17px "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	white-space: nowrap;
	display: inline;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	width: 100%;
	height: 131px;
	background-image: url(/images/fond/_bg1.gif);
	background-position:center 0px;
	background-repeat: no-repeat;
	background-color: #74000F;
	padding: 0px;
}
#masthead2{
	margin: 0px;
	width: 100%;
	height: 79px;
	background-image: url(/images/fond/_bg1.gif);
	background-position:center 0px;
	background-repeat: no-repeat;
	background-color: #74000F;
	padding: 0px;
}
#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	width: 780px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	min-height: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	min-width: 780px;
	height: 180px;
}

#content2{
	width: 780px;
	padding: 0 0 0 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	clear: none;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/



/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 780px;
	height: 45px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px auto;
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	bottom: -1px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	min-width: 780px;
	padding: 0px;
	margin: 0px auto;
	z-index: 100;
	color: #FFFFFF;
	line-height: 25px;
	display: block;
	white-space: nowrap;
	height: 30px;
}


a.glink, a.glink:visited{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 15px 10px 10px;
}

a.glink:hover{
	text-decoration: none;
	background-color: #0033CC;
	line-height: 22px;
	color: #FFFFFF;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	top: 28px;
	/*width: 100%;*/
	min-width: 640px;
	height: 25px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
	z-index: 101;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: absolute;
	left: 0px;
	line-height: 30px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 100%;
	color: #ffffff;
	padding: 5px;
	/*height: 30px;*/
	margin: 5px 10px;
}

.subglobalNav a:hover{
	color: #000066;
	background: #FFCC00;
	text-decoration: none;
}
/************* #smallNav styles **************/

#smallNav{
	white-space: nowrap;
	height: 16px;
	padding: 3px 0px 0px 10px;
	left: 45%;
	width: 55%;
	position: absolute;
	top: 49px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#smallNav img{
 display: block;
}

#smallNav a {
	font-size: 10px;
	padding: 0px 15px 0px 0px;
	color: #FFFFFF;
}
/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 9px;
	padding: 5px 0px 5px 20px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	color: #999999;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#footer{
	clear: both;
	width:100%;
	font-size: 75%;
	padding: 5px;
	background: #D4D0C8;
	border-bottom: 2px solid #996633;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
#top{
	clear: both;
	width:100%;
	border: 1px solid #DEDEDE;
	font-size: 75%;
	padding: 3px;
	background: #FFFFFF;
	height: 23px;
}

#siteInfo {
	width :700px;
	color: #333333;
	padding: 0px 12px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

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

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #mainNav link styles ***********/
#mainNav {
	color: #FFFFFF;
	font: bold 14px "Trebuchet MS", Tahoma, Arial;
	float: left;
	margin: 30px 0px 0px 30px;
	width: 570px;
}
#mainNav ul a:link, #mainNav ul a:visited {
	display: inline;
	height: 22px;
	padding: 3px;
	margin-right: 8px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#mainNav ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
	font: 13px "Trebuchet MS", Tahoma, Arial;
	color: #FFFFFF;
	}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#mainNav li {
	border-bottom: 1px solid #EEE;
	display: inline;
}

/* fix for browsers that don't need the hack */
html>body #mainNav li {
	border-bottom: none;
	display: inline;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#globalNav #subglobal {
	color: #FFFFFF;
	background-color: #0033CC;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}
#globalNav #mainglobal {
	background-color: #000066;
	height: 32px;
}
#logohead {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(../_images/fonds/fd_top.jpg) no-repeat 180px;
	height: 100%;
}
#bandeblanche {
	background-color: #FFFFFF;
	width: 100%;
	display:block;
	height: 165px;
}
.colonne {
	font-size: 11px;
	float: left;
	padding: 5px 15px 15px 15px;
	line-height: 1.5em;
	min-width: 200px;
	width: 220px;
	clear: none;
}

.colonne2 {
	font-size: 11px;
	float: right;
	line-height: 1.16em;
	padding: 10px 5px 5px 5px;
	width: 250px;
	margin: 0px 10px 0px 0px;
	clear: none;
	background-color: #FFFFFF;
}
.colonne2 li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: -20px;
	line-height: 1.2em;
	list-style-image: url(/_images/points/_p-rouge2.gif);
	margin-bottom: 7px;
}
.colonne2 li a{
	list-style-position: outside;
	line-height: 1.2em;
	list-style-image: url(/_images/points/_p-rouge2.gif);
	margin-bottom: 7px;
	text-decoration:none;
	border-bottom: 1px solid #D5D5D5;
}
.colonne2 li a:hover{
	line-height: 1.2em;
	margin-bottom: 7px;
	text-decoration:none;
	list-style: url(/_images/points/_p-bleu.gif) outside;
	border-bottom: 1px solid #3366FF;
}
.colonne3 {
	font-size: 10px;
	float: left;
	line-height: 1.16em;
	padding: 10px 10px 5px 20px;
	width: 160px;
	height: 70px;
	margin: 0px;
}
.colonne3 li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: -20px;
	line-height: 1.2em;
	list-style-image: url(/_images/points/_p-rouge2.gif);
	margin-bottom: 7px;
}
.colonne3 li a{
	list-style-position: outside;
	line-height: 1.2em;
	list-style-image: url(/_images/points/_p-rouge2.gif);
	margin-bottom: 7px;
	text-decoration:none;
	border-bottom: 1px solid #D5D5D5;
}
.colonne3 li a:hover{
	line-height: 1.2em;
	margin-bottom: 7px;
	text-decoration:none;
	list-style: url(/_images/points/_p-bleu.gif) outside;
	border-bottom: 1px solid #3366FF;
}
/*
ul li {
	list-style-type: square;
	margin-left: 0px;
	line-height: 1.2em;
	list-style-image: url(/_images/points/_p-rouge2.gif);
	margin-bottom: 7px;
}
*/
#droite ul {
	font: bold 13px/1.5em "Trebuchet MS", Tahoma, Arial;
	text-align: center;
	padding: 0px;
	margin: 0px 20px;
	list-style: none;
	width: 135px;
	border-top: 1px solid #FFCC99;
}
#droite ul li {
	font: bold 13px/2em "Trebuchet MS", Tahoma, Arial;
	color: #FFFFFF;
	border-bottom: 1px solid #FFcc99;
	text-align: center;
	text-indent: 0px;
	padding: 0px;
	margin: 0px auto;
	list-style: url(none) none;
	height: auto;
	width: 135px;
}
#droite ul li a {
	color: #FFFFFF;
	text-decoration: none;
	list-style: url(none) none outside;
}
/*
li a{
	list-style-position: outside;
	line-height: 1.2em;
	list-style-image: url(/_images/points/_p-rouge2.gif);
	margin-bottom: 7px;
	text-decoration:none;
	border-bottom: 1px solid #D5D5D5;
}
li a:hover{
	line-height: 1.2em;
	margin-bottom: 7px;
	text-decoration:none;
	list-style: url(/_images/points/_p-bleu.gif) outside;
	border-bottom: 1px solid #6699FF;
}
*/
.colonne img,.colonne2 img, .colonne3 img {
	margin: 0px 8px 0px 0px;
	display: block;
}
#illustration {
	position: absolute;
}
#illustration {
	position: absolute;
	left: 55%;
	top: 132px;
	z-index: 160;
}
#bandeblanche2 {
	background-color: #FFFFFF;
	width: 100%;
	height: 70px;
	display:block;
}
#bandeblanche2 h1 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 35px;
	padding-top: 25px;
	height: inherit;
}
#bandeblanche3 {
	width: 750px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 5px 0px 10px 15px;
}
#bandeblanche3 h1 {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 10px 10px;
	margin: 0px 0px 5px 0px;
}
#droite {
	float: right;
	padding: 0px;
	width: 175px;
	background-color: #FF9933;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	position: relative;
	bottom: 30px;
	text-decoration: none;
}
#droite h4{
	font-size: 100%;
	font-weight: normal;
	color: #CC0000;
}
#gauche {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 0px;
	line-height: 1em;
	width: 175px;
	clear: none;
	margin: 0px 0px 0px 10px;
}
#gauche h4{
	color: #75010E;
	padding-left: 10px;
	margin: 0px;
	font: normal 18px "Trebuchet MS", Tahoma, Arial;
	line-height: 1.2em;
}

#menugauche {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 0px;
	width: 140px;
	clear: none;
	margin: 0px 0px 0px 10px;
}
#menugauche h4{
	color: #75010E;
	margin: 0px;
	font: normal 14px "Trebuchet MS", Tahoma, Arial;
	line-height: 1.2em;
	padding: 25px 0px 10px 25px;
}
#principal {
	padding: 15px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 175px 0px 0px;
	line-height: 1.3em;
	float: left;
	width: 570px;
}
#principal p {
	margin-top: 20px;
	margin-bottom: 10px;
}
.colonne a {
	border-bottom: 1px solid #D5D5D5;
	text-decoration: none;
}
.colonne a:hover {
	border-bottom: 1px solid #3366FF;
	text-decoration: none;
}
#menugauche ul{
	font: normal 18px/1.5em "Trebuchet MS", Tahoma, Arial;
	color: #990000;
	list-style: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	border-top: 1px solid #cccccc;
}
#menugauche ul li {
	border-bottom: 1px solid #CCCCCC;
	width: 130px;
	padding: 0px;
	margin: 0px;
	/*text-indent: 0px;
	min-height: 38px;*/
}
#menugauche ul a:link, #menugauche ul a:visited {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	width: 110px;
	line-height: 1.6em;
	font-size: 11px;
}
#menugauche a {
	color: #990000;
	padding: 0px;
	margin: 0px;
}
#menugauche a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #EEE;
	border-left: 5px solid #990000;
}
#gauche ul{
	font: normal 18px/1.5em "Trebuchet MS", Tahoma, Arial;
	color: #990000;
	list-style: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 175px;
	border-top: 1px solid #cccccc;
}
#gauche ul li {
	border-bottom: 1px solid #CCCCCC;
	width: 175px;
	padding: 0px;
	margin: 0px;
	/*text-indent: 0px;
	min-height: 38px;*/
}
#gauche ul a:link, #gauche ul a:visited {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	width: 150px;
	line-height: 1.6em;
}
#gauche a {
	color: #990000;
	padding: 0px;
	margin: 0px;
}
#gauche a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #EEE;
	border-left: 5px solid #990000;
}
#main_photo {
	top: 0px;
	z-index: 101;
	float: right;
	clear: none;
	display: block;
	height: 272px;
}
#droite #enbout {
	background: #CC3333;
	height: 9px;
	top: -14px;
	border-bottom: 5px solid #74000F;
}
#recherche {
	background: #999999;
	margin: 20px 0px 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	position: relative;
}
#recherche #boite {
	border: 1px solid #333333;
	width: 110px;
	height: 18px;
	padding: 3px 4px 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 5px;
}
#submit {
	font: bold 13px "Trebuchet MS", Tahoma, Arial;
	color: #FFFFFF;
	background: #999999;
	height: 20px;
	border-style: none;
	width: 20px;
	top: -2px;
	position: relative;
}
#droite p {
	font: 11px "Trebuchet MS", Tahoma, Arial;
	margin: 2px 15px;
	padding: 0px 2px 2px;
	color: #000000;
	display: block;
	vertical-align: middle;
	white-space: nowrap;
}
#droite #options {
	background: #FFFFFF;
	padding-top: 5px;
	position: relative;
	top: -1px;
}
#nouvelles {
	width: 200px;
	float: left;
}
.colonne3 p {
	text-align: right;
}
.colonne3 a:link , .colonne3 a:visited {
	margin-top: 4px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	text-decoration:none;
	background: #dedede;
	color: #74000F;
}
.colonne3 a:hover {
	color: #FFFFFF;
	background-color: #74000F;
}
#smallNav2 {

	white-space: nowrap;
	height: 16px;
	padding: 3px 0px 0px 10px;
	left: 40%;
	width: 55%;
	position: absolute;
	top: 6px;
}
#smallNav2 a {

	font-size: 10px;
	padding: 0px 7px 0px 7px;
	color: #74000F;
}
#principal2 {

	padding: 0px 15px 15px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 1.3em;
	float: left;
	width: 390px;
}
#principal2 p {
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 15px;
}
u
#principal2 h5 {
	margin-bottom: 0px;
	margin-top: 0px;
}
#principal2 u li{
	margin: 0px 0px 3px;
}
#content2 #content hr {
	border-top: 1px solid #666666;
	width: 780px;
	display: solid;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.colonne p, .colonne2 p {
	display: block;
	height: 50px;
}
#siteName a, #smallSiteName a {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
}
