/* li.submenu A = Anchors affecte les liens qui utilisent la class li.submenu  */
li.submenu A {
    COLOR: cyan; TEXT-DECORATION: none
}
li.submenu A:link {
    COLOR: cyan; TEXT-DECORATION: none
}
li.submenu A:visited {
    COLOR: cyan; TEXT-DECORATION: none
}
li.submenu A:active {
    COLOR: cyan; TEXT-DECORATION: none
}
li.submenu A:hover {
    COLOR: lime; TEXT-DECORATION: underline
}

li.language A {
    COLOR: cyan; TEXT-DECORATION: none
}
li.language A:link {
    COLOR: cyan; TEXT-DECORATION: none
}
li.language A:visited {
    COLOR: cyan; TEXT-DECORATION: none
}
li.language A:active {
    COLOR: cyan; TEXT-DECORATION: none
}
li.language A:hover {
    COLOR: lime; TEXT-DECORATION: underline
}


A {
    COLOR: blue; TEXT-DECORATION: none
}
A:link {
    COLOR: blue; TEXT-DECORATION: none
}
A:visited {
    COLOR: blue; TEXT-DECORATION: none
}
A:active {
    COLOR: blue; TEXT-DECORATION: none
}
A:hover {
    COLOR: blue; TEXT-DECORATION: underline
}



div.meow {
    background-color: purple;
    margin: 20px;
    color: white;
    padding: 30px;
}

div.woof {
    background-color: white;
    margin: 20px;
    color: black;
    padding: 30px;
}   

hr.simple {
    border: 0;
    height: 1px;
    background-color: black;
}

/* Body = Le reste de la page */
body {
	background-image: url("/static/img/backgrd.png");
	#background-color: #9bc6f3;
#    font-family: Palatino, Verdana, Arial;
    font-family: Verdana, Arial;
}

/* Header 1 = Titre principal de la page: Creations Info Ltee */
h1 {
    background-color: #9bc6f3;
    text-align: center;
    font-family: Times;
}

h2 {
    #background-color: #9bc6f3;
    text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0040C0;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align: left;
	margin:0px;
	margin-bottom:-8px;
	padding: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align: left;
	padding: 0px;
	margin-bottom:-10px;
}

/* Header 6 = Footer */
h6 {
    padding-top: 2px;
    padding-bottom: 2px;
	background-color: #9bc6f3;
	line-height: 50%;
	text-align: center;
}

/* UL = Unordered list -> Utilis√© dans le menu */
 
ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* LI = Line items -> Utilis√ dans les items dans le menu */
/* submenu = Classe d√finie dans le template */ 

li.submenu {
    float: left;
    display: block;
    width: 140px; #12%; #120px;
    font-weight: bold;
    color: cyan;
    background-color: #388de8;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    #text-transform: uppercase;
}

li.language {
    float: left;
    display: block;
    width: 50px;
    font-weight: bold;
    background-color: #388de8;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    border-left: 1px;
    text-transform: uppercase;
    list-style-position:inside;
    margin-left: 5px;
}


ul.link {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li.linkitem {
    float: left;
    display: block;
    font-size: 12px;
    #font-weight: bold;
    color: blue;
    #background-color: #388de8;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    #text-transform: uppercase;
}

input[type=submit] {
    border: 1px solid #99CCFF;
    color: cyan;
    background: #388de8;
    padding: 6px; #10px 20px;
    border-radius: 3px;
}
input[type=submit]:hover {
    background: #388de8;
    TEXT-DECORATION: underline;
}



/* TD = Table data -> Utilis√ dans les rang√es tables */
/* row = Classe d√finie dans le template */

td.row {
    background-color: #388de8;
}

/* copie de site web www/alio/default.css */
td.t1 {

	font-family:Verdana, Arial;

	font-size:14px;

	color: #000000;

	background-color: #99CCFF;

	font-weight:600;

	text-align:center;

}

td.t2 {

	font-family:Verdana, Arial;

	font-size:12px;

	color: #000000;

	text-align:center;

}

td.t3 {

	font-family:Verdana, Arial;

	font-size:12px;

	color: #000000;

	text-align:left;
	vertical-align:top;

}

td.t4 {

	font-family:Verdana, Arial;
	font-size:12px;
	color: #000000;
	text-align:right;
	vertical-align:top;

}

td.t {

	font-family:Verdana, Arial;

	font-size:12px;

	color: #000000;

	background-color: #99CCFF;

	font-weight:normal;

	text-align:center;

}

td.list_title {
	font-family: Arial, Helvetica, sans-serif;
	color: #0040C0;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	#text-align: left;
	margin:0px;
	margin-bottom:-8px;
	padding: 0px;
}

td.list {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-style: normal;
	#font-weight: lighter;
	line-height: normal;
	#text-align: left;
	padding: 0px;
	margin-bottom:-10px;
}

td.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	#text-align: left;
	padding: 0px;
	margin-bottom:-10px;
}
