/***************************************

  Site defaults

 ***************************************/

html {
   font-size: 100%
}

* {
   padding: 0;
   margin: 0;
   outline-color:-moz-use-text-color;
   outline-style:none;
   outline-width:medium;
}

body {
   background-color: #ffffff;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: .8em;
   text-align:center;
   color: #565656;
   behavior:url(http://www.usherbrooke.ca/typo3_fatep/fileadmin/templates/fatep/csshover.htc);
}

div#page {
   width: 780px;
   margin-left: auto;
   margin-right: auto;
   text-align:left;
}

h1 {
   font-family: arial, helvetica, sans-serif;
	font-size: 1.45em;
	margin: .8em 0 .7em 0;
	color: #004925;
}  
  
h1 sup {  
	font-size: 0.6em;
}
 
h2 {
   font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	margin: .9em 0 .5em 0;
	color: #659265;
}

h2 sup {  
	font-size: 0.7em;
}

h3 {
   font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	margin: .6em 0;
	color: #565656;
}

h3 sup {  
	font-size: 0.8em;
}

h4 {
   font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	margin: .6em 0;
	color: #565656;
	margin: 1.5em 0 0 0;
}

p {
    margin: .7em 10px .7em 0;
}

p sup {
    font-size: 0.8em;
}

strong {
    color: #565656;
}

ul, ol, blockquote {
   margin: 0 0 0 2em;
}

li {
   margin: 0;
}

a {
   color: #004925;
}

a:hover {
   color: #004925;
   text-decoration: underline;
}

table {
   width: auto;
   margin: 0.5em 0;
   color: #565656;
   border: 1px solid #565656;
   border-collapse: collapse;
}

table caption {
	margin: .7em auto .3em 0;
	color: #565656;
	font-weight: bold;
    text-align: left;
}

td, th {
   padding: 0.1em 0.6em 0.1em 0.4em;
   vertical-align: baseline;
   text-align: left;
    border: 1px solid #565656;
    margin: 0;
}

thead, th {
    font-weight: bold;
	background-color: #BFD77F;
}

.hide {
   display: none;
}


/***************************************

 Some predefined classes for the content, 

 accessible by the RTE

 ***************************************/
 
/* paragraphs */

p.bodytext{

} 

p.citation {
   padding: .7em 0;
   font-style: italic;
   font-size: 1.05em;
	font-family: arial, helvetica, verdana, sans-serif;
} 

p.note {
   padding: .7em 1em;
   font-family: arial, helvetica, verdana, sans-serif;
   background-color: #E0E0E0;
	font-size: 1em;
}


/* images */

img.float_left {
   float: left;
   padding: 10px 10px 10px 0;
}

img.float_right {
   float: right;
   padding: 10px 0 10px 10px;
}

div.image_random {
  margin-bottom:5px;
}

#frame_recrutement {
  height:250px;
  margin:0;
  padding-top:5px;
}

/* tables */
table.tableauInvisible {
   border-style: none;
}

table.tableauInvisible thead, table.tableauInvisible th {
   background-color: none;
}

table.tableauInvisible th, table.tableauInvisible td {
   border-width: 0;
}

/* tableau des formulaires */

table.csc-mailform {
   border-width: 0;
}

table.csc-mailform td, table.csc-mailform th {
   border-width: 0;
}

td.csc-form-labelcell {
   text-align: right;
   vertical-align: top;
}

/* fix for editor width and body centering */

body.htmlarea-content-body {
   width: auto;
   text-align: left;
}


/***************************************

  Structural divisions 

 ***************************************/


/* -------------------------------------
  ancienne entÃªte en attendant
  -------------------------------------*/

div#header_old {
   padding: 10px 0 10px 0;
}

div#udes_links {
   float: left;
   margin-left: 120px;
}

div#header_search {
   float: right;
   padding-top: 10px;
}

/* -------------------------------------

  top section

  -------------------------------------*/

div#header_menu {
   width: 780px;
   background-color: #FFFFFF;
   text-align: right;
   padding: 0;
}

/* menu_header_top */
div#logo {
    float:left;
}

div#top_right {
   float: right;
   padding-top: 10px;
   margin: 0;
}


#change_font {
    float: right; 
    margin: 10px 10px 0 10px; 
    padding-top: 5px;      
}

#change_font a {
    width:35px;
    height:20px;    
}

/*.font_smaller { display: none; }

a.font_bigger {
    display: block;
    background-image: url("../images/font_bigger.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
}

a:hover.font_bigger {
    background-image: url("../images/font_bigger_over.gif");
}*/


/* search input */

div#chercher {
    margin-top: 10px;
    padding: 0;
    float: right;
    border: 1px solid #565656;
}

div#chercherMultiple {
    padding: 0;
    height: 24px;
    width: 173px;
}

div#chercherMultiple {

    padding: 0;
    height: 24px;
    width: 173px;
    /*border: 1px solid #FF00FF;*/
}

div#go {
    border-left:0;
    float:right;
    margin-top: -1px;
    height: 24px;
    width: 22px
}

input#btnChercher {
    margin:7px 3px;
}

div#formRecherche{
  border-right:1px solid #565656;
  /*float:right;*/
  height: 24px;
  width: 150px;
  /*position:absolute;*/
}

div#requete {
    color:#565656;
    float:left;
    position: relative;
    font-size:0.85em;
}

div#requete ul {
    margin: 0;
    cursor:pointer;
    background-color: #FFFFFF;
}

div#requete li {
   list-style-type: none;
   margin: 0;
   float: left;
   position: relative;
   height:20px;
   padding-top:0.35em;
   padding-left:0.35em;
}

div#requete li:hover {
   background-color:#E0E0E0;
}

div#requete ul li ul {
   position: absolute;
   left: -0.1em;
   display: none;
   border:1px solid #565656;
   top: 100%;
}

div#requete ul li:hover ul {
   display: block; 
}

div#requete ul li:selected ul {
   display: none; 
}

div#requete ul li ul li {
   display: block;
   width: 146px;
}

div#requete ul li ul li img {
    float:left;
}

div#chercher #query {
    width: 74px;
    border: none;
    margin: 0.35em;
    #margin: 0 0.35em; 
    color:#565656;
    font-size: 0.85em;
    font-family: verdana, arial, helvetica, sans-serif;
}

div#motcle {
    position: relative;
    float:left;
}

.fieldQuery {
    border:medium none;
    color:#565656;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:0.85em;
    margin:0.35em;
    width:140px;
}

.arrow {
    padding-bottom:5px;
}

span.choiceText {
    float: left;
    padding-left: 2px;
}


/* acces_rapides */

div#acces_rapides {
    float: right;
    font-size: 0.85em;
    color: #565656;
    border: solid #565656 1px;
    margin: 10px 0 5px 10px;
    padding: 0 0.35em;
    position: relative;
    text-align: center;
    z-index: 100;
}

div#acces_rapides img {
    padding-left: .7em;
}

div#acces_rapides ul {
    margin: 0;
}

div#acces_rapides li {
    margin: 0;
}

div#acces_rapides ul li {
    /*  padding: 0.35em 1.7em 0.35em 0; */
    padding: 5px 1.7em 5px 0;
    list-style-type: none;
    cursor: pointer;
    background: url(../images/bas_gris.gif);
    background-position: center right;
    background-repeat: no-repeat;
}

div#acces_rapides:hover,
div#acces_rapides ul li:hover {
   background-color: #E0E0E0;
}

div#acces_rapides ul li:hover ul {
   display: block;
}

div#acces_rapides ul li ul {
   position: absolute;
   display: none;
   right: -1px;
   width: 14em;
   background-color: #FFFFFF;
   border: 1px solid #565656;
   top: 100%;
}

div#acces_rapides ul li ul li {
   text-align: right;
   list-style-type: none;
   width: 100%;
   margin: 0.1em 0;
   padding: 2px 0px;
   background: none;
}

div#acces_rapides ul li ul li a {
   padding: 2px 10px; 
   padding: 0 10px; 
   color: #565656;
   display: block;
   text-decoration: none;
}

div#acces_rapides ul li ul li a:hover {
   background-color: #E0E0E0;
}

div#acces_rapides ul li ul li.spacer:hover {
   background-color: #FFFFFF;
   cursor: default;
}

div#acces_rapides hr {
    margin: 5px 10px;
    #margin: 0 10px;
    background-color:#C6C6C6;
    border:0 none;
    color:#C6C6C6;
    height:1px;
}

div#header_menu_bottom {
   padding: .22em 0 0.5em 0;
}

div#fil_ariane {
    width: 450px;
    /* padding: .8em 0 0.5em 0; */
    cursor:default;
    float: left;
    color: #565656;
    text-align: left;
}

div#fil_ariane a {
    font-size:0.85em;
    color:#565656;
    padding: 0 .4em;
    text-decoration: none;
}

div#fil_ariane a:hover {
    background-color: #E0E0E0;
}

div#bonjour p {
    font-weight: bold;
    color: #565656;
    margin: 0;
}

div.header_links {
   float: right;
   margin: 0;
}

div.header_links a {
   padding: 0 0.5em 0 0.5em;
   font-size: 0.85em;
   font-weight: normal;
   color: #565656; 
   border-left:solid #565656 1px;
   text-decoration: none;
}

div.header_links a:hover {
	background-color: #E0E0E0;
	color: #565656; 
}

div.header_links div {
   float: left;
}

div#header_links_extern {
   border-left: solid #565656 2px; 
}

div#header_links_local {
   border-left: solid #565656 2px; 
   border-right: solid #565656 2px; 
}

div#header_links_extern div:first-child a {
   border-left-width : 0;
}

div#header_links_local div:first-child a {
   border-left-width : 0;
}


/* -------------------------------------
  header section
  -------------------------------------*/

div#header {
    width: 780px;
    margin-bottom: 10px;
    clear: both;
}

div#header_no {
    background-color: #006633;
    height: 20px;
    float: left;
    width: 370px;
    _width: 360px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: .8em;
    padding-top: 10px;
    padding-left: 10px;
}




/* -------------------------------------

  Columns containers

  -------------------------------------*/

div#columns_container_frontpage {
    width:780px;
}

div#columns_container_pages {
    width:780px;
}

/* -------------------------------------

  left sub menu 

  -------------------------------------*/

div#front_left {
    width: 180px;
    float: left;
}

div.recherche {
    /*border: solid 1px #565656;*/
    padding: .3em .3em .3em 10px;
}

div.recherche p{
    margin: .2em 0 .5em 0;
}

div.recherche a{
    font-size: .8em;
}

div.recherche input.field {
	width: 140px;
}

div.recherche input.check {

}

div#sub_menu {
    font-size: 0.8em;
    padding: 5px 0;
    background-color : #8EBD8E;   
    margin-bottom: 10px;
}

div#sub_menu a.niveau1 {
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

div#sub_menu a.niveau1:hover {
    color: #FFFFFF;
    background-color: transparent !important;
}

div#sub_menu a {
    font-weight: normal;
    color: #565656;
    text-decoration: none;
    display: block;
    padding: .1em 5px .2em 10px;
    margin-right: 5px;
}

div#sub_menu a:hover {
   color: #565656;
   background-color: #FFFFFF !important;
}

div#sub_menu a.menu_item_selected {
    background-color:#FFFFFF !important;
    margin-right: 0 !important;
    padding-right: 10px;
    color:#565656;
}



/*div#sub_menu a.menu_item_selected:hover {

    margin-right: 0px;

    padding-right: 10px;

}*/

div#sub_menu ul {
   margin: 0;
}

div#sub_menu li {
    padding: .4em 0;
    list-style-type: none;
    padding-left: 5px;
}

div#sub_menu li a {
   color: #565656;
   padding-left: 10px;
}

div#sub_menu ul ul {
    border-left: 1px solid #565656;
    margin: 3px 0 0 5px;
    padding-left: 0px;
}

div#sub_menu ul ul ul {
   margin-left: 10px;
}

div#sub_menu li.sub_menu_opened {
   background-color:#BAD09E;
   margin-left: 0;  
}

div#sub_menu li.sub_menu_opened>a {
   background-color: #E3ECD8;
   background-repeat: no-repeat;
   background-position: 3px 0.5em;
   margin-right: 5px;
}

div#sub_menu li.sub_menu_closed {

}   

div#sub_menu li.sub_menu_closed>a {
   background-repeat: no-repeat;
   background-position: 3px 0.5em;
}

div#sub_menu li.sub_menu_opened li {
	padding-left: 0;
}


/* -------------------------------------
  onglets
  -------------------------------------*/

div#onglets {
   margin-left: 10px;
   margin-bottom: 10px;
   float: left;
   width: 590px;
   display: inline;
   border-bottom: solid 3px #006633;
}


div#onglets div {
   width: 90px;
   margin-left: 5px;
   float: left;
}


div#onglets div#ong_premier {
   margin-left: 0px;
}

div#onglets div#ong_dernier {
   width: 115px;
}

div#onglets a {
    background-color: #006633;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 5px 10px 0 5px;
    text-decoration: none;
    width: 92px;
}

div#onglets a:hover {
    background-color: #BFD77F;
}

/*div#onglets div {
   width: 90px;
   background-repeat: no-repeat;
   background-position: top right;
   background-color: #8EBD8E;
   background-image: url(../images/ong_coin.gif);
   margin-left: 5px;
   float: left;
   padding-top: .4em;
   padding-bottom: .4em;
}

div#onglets div:hover {
   background-color: #BFD77F;
}


div#onglets div a {
  	color: #FFFFFF;
   	font-weight: bold;
   	text-decoration: none;
   	padding-left : 5px;
}

div#onglets div#ong_premier {
   margin-left: 0px;
}

div#onglets div#ong_dernier {
   width: 115px;
}

div#onglets div.ong_selected {
   background-color: #006633;
}*/

/* -------------------------------------
  frontpage columns
  -------------------------------------*/
div#front_left {
   float: left;
   width: 180px;
}

div#front_center {
   width: 380px;
   padding: 0 10px;
   float: left;
}

div#front_right {
   width: 200px;
   float: right;
}

/* -------------------------------------
  Specific contents formatting
  -------------------------------------*/
/* nouvelles accueil Liaison */
div.nouvelles_principales {
    padding-bottom: 1.5em;
    border-bottom : solid #565656 1px;
    margin-bottom : 2em;
}

div.nouvelles_principales h1 {
    margin: .2em 0 .5em 0;
}

div.nouvelles_principales h1 a {
    color:#659265;
}

div.nouvelles_principales h3 {
    font-size: 1em;
    margin: .3em 0 0 0;
}

div#front_center div.nouvelles_principales img {
    border: solid #565656 1px;
    margin: 10px 10px 10px 0;
    float: left;
}

div.nouvelles_principales p {
   margin: .2em 0 1.5em 0;
}

div.nouvelles_principales a {
    color: #659265;
    text-decoration: none;
}

div.nouvelles_principales a:hover {
    color: #004925;
    text-decoration: underline;
}

div.nouvelles_secondaire {
    padding-bottom: 1.5em;
    border-bottom : solid #565656 1px;
    margin-bottom : 2em;
}

div.nouvelles_secondaire h2 {
    margin: .2em 0 .5em 0;
}

div.nouvelles_secondaire h2 a {
    color:#659265;
}

div.nouvelles_secondaire h3 {
    font-size: 1em;
    margin: .2em 0 1.5em 0;
}

div.nouvelles_secondaire p {

   margin: .2em 0 1.5em 0;
}

div.nouvelles_secondaire a {
    color: #659265;
    text-decoration: none;
}

div.nouvelles_secondaire a:hover {
    color: #004925;
    text-decoration: underline;
}

div.nouvelles_titres h2 {
    margin: .2em 0 1.5em 0;
    font-size: 1.1em;
}

div.nouvelles_titres h2 a {
    color:#659265;
}

div.nouvelles_titres h3 {
    font-size: .9em;
}

div.nouvelles_titres a {
    color: #659265;
    text-decoration: none;
}

div.nouvelles_titres a:hover {
    color: #004925;
    text-decoration: underline;
}

div.nouvelles_titres span.rech_date a {
    font-size: .8em;
}

/* texte navigation Liaison */
div.texte_nav {
    padding: 0 0 20px 0;
}

div.texte_nav h1 {
    margin: .2em 0 .2em 0;
}

div.texte_nav h1 em {
    font-size: 1em;
}

div.texte_nav h3 {
    margin: .3em 0 0 0;
}

div.texte_nav h3 em {
    font-size: 1em;
}

div.texte_nav a {
    color: #004925;
    text-decoration: none;
}

div.texte_nav a:hover {
    color: #004925;
    text-decoration: underline;
}

div.texte_nav p.txt_date {
    font-style: italic;
    font-size: .85em;
    margin: 1em 0 0 0;
}

div.texte_nav p.auteur {
    font-style: italic;
    font-size: .85em;
    padding : .3em 0;
    margin: 0 0 0 0;
}

div.texte_nav em {
    font-style: italic;
    font-size: 1em;
    padding : .3em 0;
    margin: 0;
}

div.texte_nav img {
    /*width: 182px;*/
    border: solid 1px #565656;
}

table.rte_img {
    /*width: 182px;*/
    width: 50px; /*minimum*/
    border: solid 1px #565656;
    background-color: #E0E0E0;
}

table.rte_img img {
    border: none;
}

table.rte_img td.img_titre{
    font-size: .8em;
    padding: 0.5em .3em;
}

table.rte_img td.img_titre sup{
    font-size: 0.85em;
}
table.rte_img td.img_credit{
    font-size: .75em;
    padding: .5em .3em;
}

table.rte_img tr td {
	padding: 0;
	border: none;
	margin: 0;
}

table.rte_img tr {
	padding: 0;
	border: none;
	margin: 0;
}

div.encadre {
   padding: .7em 1em;
   font-family: arial, helvetica, verdana, sans-serif;
   background-color: #E3ECD8;
   font-size: 1em;
   margin-bottom: 2em;
}

.img_left {
	float: left;
	margin: 0 10px 5px 0;
}

.img_right {
	float: right;
	margin: 0 0 5px 10px;
}

div.precedente {
    padding-top: 1.5em; 
    float:left;
    text-align:left;
    width: 190px;
}
    
div.precedente a {
    font-weight: bold;
    color : #004925;
}

div.suivante {
    padding-top: 1.5em; 
    float: right;
    text-align:right;
    width: 190px;
}    
    
div.suivante a {
    font-weight: bold;
    color : #004925;
}

.titre_page {
    font-size:.9em;
    color: #659265;
}

a:hover span.titre_page {
    color: #B48906;
}

div.pieces_jointes{
    border-top: solid 1px #C6C6C6;
    margin-top: 2.5em;
    padding-top: .8em;
}

/* colonne de droite */
div#front_right a{
    font-size: .9em;
}

/* Liens Lire aussi */
div.lire {
   margin-bottom: 10px;
   padding: 10px 0;
   background-color: #8EBD8E;
}

div.lire h3 {
   color : #FFFFFF;
   text-decoration: none;
   padding: 0 10px;
   margin-top: 0;
}

div.lire .menu_item_selected {
   background-color: #FFFFFF;
}

div.lire p {
   margin: 0 5px;
}

div.lire a {
   color : #565656;
   padding: .5em 5px;
   display: block;
   text-decoration: none;
   margin: 2px 0;
}

div.lire a:hover {
   background-color: #FFFFFF;
} 

/* Liens contextuels */
div.context {
   margin-bottom: 10px;
   padding: 10px 0;
   background-color: #BAD09E;
}

div.context h3 {
   color : #565656;
   text-decoration: none;
   padding: 0 10px;
   margin-top: 0;
}

div.context .menu_item_selected {
   background-color: #FFFFFF;
}

div.context p {
   margin: 0 5px;
}

div.context a {
   color : #565656;
   padding: .5em 5px;
   display: block;
   text-decoration: none;
   margin: 2px 0;
}
div.context a:hover {
   background-color: #FFFFFF;
} 

/* bouton promo */

div#bouton-promo p {
    margin: 0;
}

div#bouton-promo p a {
    display: block;
    padding: .3em 5px .3em 10px;
    margin-bottom: 5px;
    background-color:#006633;
    color: #FFFFFF;
    font-size: .95em;
    font-weight: bold;
    text-decoration: none;
}

div#bouton-promoa:hover{
    background-color: #FF0000;
    text-decoration: none;
    color: #FFFFFF;
}

div#bouton-promo a:hover{
    background-color: #BFD77F;
}

/* Boutons */
div.boutons {
    margin-bottom: 10px;
}

div.boutons p {
    margin: 0 0 3px 0;
    padding: 0;
}

div.boutons p a {
    margin: 0;
    padding: 0;
}

div.boutons p a img {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

/* Rubrique Liaison */
div.rubrique {
   background-color:#BFD77F;
   margin-bottom: 10px;
   padding: 10px 0;
}
div.rubrique h2 {
   text-decoration: none;
   padding: 0 10px;
   margin-top: 0;
   color: #565656;
   font-weight: normal;
   margin-bottom: .1em;
}
div.rubrique h3 {
   text-decoration: none;
   padding: 0 10px;
   margin-top: 0;
}
div.rubrique .menu_item_selected {
   background-color: #FFFFFF;
}
div.rubrique p {
   margin: 0 5px;
}
div.rubrique a {
   color : #565656;
   padding: .5em 5px;
   display: block;
   text-decoration: none;
   margin: 2px 0;
}
div.rubrique a:hover {
   background-color: #FFFFFF;
} 
div.rubrique span.date {
   font-weight: bold;
   font-style: italic;
   font-size: .9em;
   padding-left: 5px;
}



/* Rubrique Liaison (2e style) */
div.rubrique2 {
   background-color:#8EBD8E;
   margin-bottom: 10px;
   padding: 10px 0;
}
div.rubrique2 h2 {
   text-decoration: none;
   padding: 0 10px;
   margin-top: 0;
   color: #565656;
   font-weight: normal;
   margin-bottom: .1em;
}
div.rubrique2 h3 {
   text-decoration: none;
   padding: 0 10px;
   margin-top: 0;
}
div.rubrique2 .menu_item_selected {
   background-color: #FFFFFF;
}
div.rubrique2 p {
   margin: 0 5px;
}
div.rubrique2 a {
   color : #565656;
   padding: .5em 5px;
   display: block;
   text-decoration: none;
   margin: 2px 0;
}
div.rubrique2 a:hover {
   background-color: #FFFFFF;
} 
div.rubrique2 span.date {
   font-weight: bold;
   font-style: italic;
   font-size: .9em;
   padding-left: 5px;
} 


/* Pdf Liaison */
div#load_pdf_titre {
   background-color: #006633;
   padding : .3em 5px .3em 10px;
   font-size : .9em;
}
div#load_pdf_titre a {
   color: #FFFFFF;
   text-decoration: none;
}
div#load_pdf_titre a:hover {
   text-decoration: underline;
}
div#load_pdf_image {
   border: solid 1px #006633;
   padding: 1em 0 1em 0;
   text-align: center; 
   margin-bottom: 10px;
}
div#load_pdf_image img {
   border: solid 1px #565656;
}
/* Module de recrutement */
div.recrutement {
    background-color: #FFFFFF;
    border: solid #565656 2px;
    padding-bottom: .5em;
}
div.recrutement img {
    margin-bottom: .4em;
}
div.recrutement p {
    margin: 2px 0;
}
div.recrutement a {
	color : #565656;
   padding: .2em 5px .3em 10px;
   display: block;
   text-decoration: none;
}
    
div.recrutement a:hover {
	background-color: #E0E0E0;
}

/* -------------------------------------
  footer
  -------------------------------------*/

div#footer {
   width: 780px;
   padding: 10px 0px;
   margin: 30px 0px;
   font-size: 0.85em;
   text-align: left;
   border-top: 1px solid #C6C6C6;
}

div#footer_links {
   display: inline;
   border-right: solid #565656 1px; 
   float: left;
}

div#footer_links div {
   float: left;
}

div#footer_links div a {
   padding: 0 .5em 0 .5em;
   font-weight: normal;
   color: #565656; 
   border-left:solid #565656 1px;
   text-decoration: none;
}

div#footer_links div a:hover {
	background-color: #E0E0E0;
	color: #565656; 
}

/***************************************
  Special stuff (IE fixes)
 ***************************************/
/* Clearfix hack */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
/* Fix for IE Mac */
.clearfix {
   display: inline-block;
}
/* Fix for IE6 Win */
* html .clearfix {
   height: 1%;
}
.clearfix {
   display: block;
}
.clear_float {
clear: both;
}

