/*
Couleurs -->
Jaune: #DCAE2B
Beige pâle: #FAF3DF
Bleu: #333399 
Bronze : #333399
*/

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #DCAE2B;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Liens pour texte d'entete */
a.texte_entete:link, a.texte_entete:active, a.texte_entete:visited {
	text-decoration: none;
}

a.texte_entete:hover {
	text-decoration: underline;
}

/* Liens pour texte du "no script" des menu javascript de la page d'accueil */
a.texte_bouton:link, a.texte_bouton:active, a.texte_bouton:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: White;
	text-decoration: none;

	
}

a.texte_bouton:hover {
	text-decoration: underline;
	
}

/* Liens pour Nouvelles et Événements de la page d'accueil */
a.texte_bouton2:link, a.texte_bouton2:active, a.texte_bouton2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

a.texte_bouton2:hover {
	text-decoration: underline;
	
}

/* Liens pour le texte de bas de page*/
a.texte_footer:link, a.texte_footer:active, a.texte_footer:visited {
	color: White;
	text-decoration: none;
}

a.texte_footer:hover {
	text-decoration: underline;
}

/* Liens pour le texte du menu secondaire de la page d'acceuil */
a.texte_menu_accueil:link, a.texte_menu_accueil:active, a.texte_menu_accueil:visited, a.texte_menu_accueil:hover {
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* Liens pour texte de menu dans les pages secondaires */
a.texte_menu_secondaire:link, a.texte_menu_secondaire:active, a.texte_menu_secondaire:visited {
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.texte_menu_secondaire:hover {
	text-decoration: underline;
}

/* Liens pour texte de menu dans les pages secondaires */
a.texte_menu_secondaire_blanc:link, a.texte_menu_secondaire_blanc:active, a.texte_menu_secondaire_blanc:visited {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.texte_menu_secondaire_blanc:hover {
	text-decoration: underline;
}

/* Liens pour texte secondaire de menu dans les pages secondaires */
a.texte_secondaire_blanc:link, a.texte_secondaire_blanc:active, a.texte_secondaire_blanc:visited {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a.texte_secondaire_blanc:hover {
	text-decoration: underline;
}

body {
	background: #FFFFFF;
	background-image: none;
	margin: 0px 0px 0px 0px;
	line-height: 16px;
}

p{
	line-height: 16px;	
}

body,div,span,p,ul,li,td,th,input,select,textarea,button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-3dlight-color : #333399;
	scrollbar-arrow-color : #333399;
	scrollbar-base-color : #EFEFEF;
	scrollbar-darkshadow-color : #333399;
	scrollbar-face-color : #EFEFEF;
	scrollbar-highlight-color : #333399;
	scrollbar-shadow-color : #333399;
	scrollbar-track-color : #EFEFEF;	
}

form {
	margin: 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 9px;
}

li {
	margin-left: 0px;
}

ol {
	margin-left: 24px;
}

/* 
 ul {
	list-style-image: url(../images/menu_img_bleu.gif);
	margin-left: 16px;
} 
*/

.bg_gris {
	background-color: #EFEFEF;
}

.bg_grispale {
	background-color: #EFEFEF;
}

.bg_blanc {
	background-color: White;
}

.bg_couleur {
	background-color: #333399;
}

.bg_couleurligne {
	background-color: #333399;
	border-bottom-color: #EFEFEF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.bg_degrade {
	background-color: #EFEFEF;
	background-image: url(../images/degrade.jpg);
	background-position: right;
	background-repeat: repeat-y;
	margin: 0px;
	padding-bottom: 3px;
}

.contenu {
	background-color: FFFFFF;
	border-bottom-color: #EFEFEF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-color: #333399;
	border-top-style: solid;
	border-top-width: 2px;
}

.flash {
	background-color: FAF3DF;
	border-bottom-color: #EFEFEF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-color: #EFEFEF;
	border-top-style: solid;
	border-top-width: 2px;
}

.couleur1 {
	color: #333399;
}

.couleur2 {
	color: #333399;
}

.exposant {
	font-size: smaller;
	text-transform: lowercase;
	vertical-align: super;
}

.input {
	background-color: #EFEFEF;
	border: 1px solid #333399;
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height: 15px;
	margin: 0px;
	width: auto;
}

.texte_entete {
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
	vertical-align: middle;
}

.texte_footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.texte_soussection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.titre {
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* Liens pour titre de la section Nouvelles à l'UQO (Sommaire) - Page d'affichage de nouvelles */
a.titre_nouvelles_sommaire:link, a.titre_nouvelles_sommaire:active, a.titre_nouvelles_sommaire:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

a.titre_nouvelles_sommaire:hover {
	text-decoration: underline;
}

/* Texte de la section Nouvelles à l'UQO (Sommaire) - Page d'affichage de nouvelles */
.texte_nouvelles_sommaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
}

/* Formatage du mot Sommaire de la Nouvelles à l'UQO - Page d'affichage de nouvelles */
.sommaire {
	font-size: 18px;
	font-weight: bold;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
/*logo dans la barre bleu du top*/
.logo_top{
	background-image: url(../images/logo_top.jpg);
	background-repeat: no-repeat;
}

/*logo dans la barre bleu du top*/
.logo_bas{
	position: absolute;
	top: 56px;
	left: -1px;
	z-index: 10;
}
.img_partenaires{
	vertical-align: middle;
	background-color: White;
}

.barremillieu{
	background-color: White;
}

.spacerblanc{
	background-color: #FFFFFF;
}
.square{
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
}
.onglets{
	background-image: url(../images/onglet_j.gif);
	
}
.spacer{
	background-image: url(../images/spacer_j.gif);
	background-repeat:repeat-x;
}

.gradiant01{
	background-image: url(../images/gradiant01.jpg);
	background-repeat: no-repeat;
}
.gradiant02{
	background-image: url(../images/gradiant02.jpg);
	background-repeat: no-repeat;
}
.bg_beigepale{
	background-color: #FAF3DF;
}
a.bouton_organisation:link, a.bouton_organisation:active, a.bouton_organisation:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.bouton_organisation:hover {
	text-decoration: none;
	
}