/*hello world*/
body
{
	width: 97%;
	max-width: 1440px;
	margin: auto;
	margin-top: 20px; /*a enlever pour px*/
	margin-bottom:20px; /*a enlever pour px*/
}

@font-face
{
  font-family: 'Pica';
  src: url('ufonts.com_pica.ttf');
}

@font-face
{
  font-family: 'Pica2';
  src: url('PicaDuPaysage.otf');
}

@font-face
{
  font-family: 'Pica3';
  src: url('PicaDuPaysage2.ttf');
}

@font-face
{
  font-family: 'Pica4';
  src: url('PicaDuPaysage4.ttf');
}

@font-face
{
  font-family: 'Pica5';
  src: url('PicaDuPaysage5.ttf');
}
/*PAGE ACCUEIL*/

#menu_accueil
{
	display: flex;
	width: 100%;
	height: 25%;
	min-height:159px;
}

#logo{
width:13,08%;
min-width:157px; /* av 110px CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC*/

	}


.ligne_horiz_accueil
{
	background-color:black;
}


#menu_accueil_droite
{
	background-color:none;
	width:100%;
	/*min-width:240px;*/
	min-width:1043px; /*1240px min -157(logo) +2 X marges 20 CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC*/
}

ul#menu_nav_accueil
{
	padding:0;
	margin:0;
	list-style-type:none;
}

li#menu_nav_accueil
{
	margin-left:0px;
	float:left; /*pour IE*/
}

ul#menu_nav_accueil li a
{
	float:left;
	width:0px;
	margin-top:9px; /* espacement avec la ligne du dessus*/
	margin-right: 80px; /* espacement entre les titres du menu*/
	color:black;
	background-color:blue;
	text-decoration:underline;
	text-align:center;
	padding:0px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
 }
ul#menu_nav_accueil li a:hover
{
	background-color:#D3D3D3;
	border-color:#696969 #DCDCDC #DCDCDC #696969;
}

.sect_accueil
{
	/*width:100%;*/
	/*height:100%;*/
	position:absolute; top:159px; left:0px;
	/*margin-right:20px;
	margin-bottom:20px;*/
	min-width:1400px; /* ajout CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC*/
	min-height: 565px; /*hauteur minimum de l'image, quelle que soit la résolution*/
	/*max-width:1400px;
	max-height:565px;*/
	overflow:hidden;
	/*background:no-repeat bottom left fixed;
	background-size:cover;*/
}

.sect_accueil img
{
	/*position:fixed;
	/*position:fixed;
	/*top:159px;/*CHANGEMENT DU 5/9/18 */
	/*left:20px;
	bottom:20px;
	right:20px;*/
	margin-right:20px;
	margin-bottom:20px;
	z-index:-1;
}

#footer_accueil
{
	position:absolute; top:724px; margin-right:20px; /*CHANGEMENT 5/9/18*/
	display: flex;
	justify-content: space-between; /* les deux textes sont écartés l'un de l'autre pour s'aligner au bords*/
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
	width:100%;
	min-width:1200px;
	height:3%;

}

.nom_projet_accueil
{

}

.lien_projet_accueil a
{
	color:black;
	text-decoration:underline;
}

/********************************************************************************************************************************************/
/* page JOURNAL */
#menu_journal
{
	display: flex;
	width: 100%;
	height: 25%;
	min-height:159px;
}

/*#logo{
width:13%;
min-width:157px;
	}*/

.ligne_horiz_journal
{
	background-color:black;
}

/*header journal centre*/
#menu_journal_centre
{
	background-color:none;
	width:37.75%; /*CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC*/
	min-width:453px;
	max-width:453px;
	margin-right:20px;
}



ul#menu_nav_journal
{
	padding:0;
	margin:0;
	list-style-type:none;
	margin-top:9px;
}

li#menu_nav_journal
{
	margin-left:0px;
	float:left; /*pour IE*/
}

ul#menu_nav_journal li a
{
	float:left;
	width:0px;
	/*margin-top:9px;*/ /* espacement avec la ligne du dessus*/
	margin-right: 80px; /* espacement entre les titres du menu*/
	color:black;
	text-decoration:underline;
	text-align:center;
	padding:0px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
 }


ul#menu_nav_journal em
{
	float:left;
	width:0px;
	/*margin-top:9px;*/ /* espacement avec la ligne du dessus*/
	margin-right: 80px; /* espacement entre les titres du menu*/
	color:grey;
	text-decoration:none;
	font-style:normal;
	text-align:center;
	padding:0px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
 }

 /*header journal droite*/

 #menu_journal_droite
 {
	background-color:none;
	width:89.17%; /*CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC*/
	min-width:590px;
 }

.categories_journal
{
	padding:0;
	margin:0;
	/*list-style-type:none;*/
	margin-top:9px;
	/*float:0;*/
	width:50%;
	max-width:345px;
	/*margin-top:9px;*/ /* espacement avec la ligne du dessus*/
	/*margin-right: 80px; /* espacement entre les titres du menu*/
	color:black;
	text-decoration:none;
	/*text-align:center;*/
	padding:0px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:20px;
}


 /*------------------------------------------------------------------------------------------------------------------*/
#corps_journal
{
	display:flex;
	flex-direction: column;
	height:75%;
	width:100%;
	/*overflow:auto;
	overflow-y:none;*/
}

#sect_journal
{
	display:flex;
	flex-direction:row;
	/*overflow:auto;
	overflow-y:none;*/
	width:100%;
	min-height: 406px; /*hauteur minimum de l'image, quelle que soit la résolution*/
	max-height: 406px;
	margin-bottom:20px;
	/*height: 75%;*/

}

#image_journal
{
	width : 50,83%; /*CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC*/*/
	min-width:610px;
	margin-right:20px;
	/*overflow:hidden;*/

}

#texte_journal
{
	width:26.7%;
	min-width:345px;
	max-width:345px;
	align:left;
	font-family: 'Pica4', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
	/*overflow:auto;*/
	/*overflow: -moz-scrollbars-none;*/
}

#texte_journal em
{
	font-family: 'Pica4', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
	line-height:26px;
	text-decoration:none;
	font-style:normal;
}

#texte_journal h4
{
	font-family: 'Pica4', comic sans ms, sans-sherif; /* choix de la police */
	font-size:16px;
	/*line-height:26px;*/
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
}

#texte_journal a
{
	font-family: 'Pica4', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
	/*line-height:26px;*/
	text-decoration:underline;
	font-style:normal;
	font-weight: normal;
	color:black;
}

.ligne_txt_journal
{
	background-color:black;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
}

#blk_journal
{
	width:23.3%;
}



/********************************************************************************************************************************************/
/*PAGE PROJETS*/
#menu_projets
{
	display: flex;
	width: 100%;
	height: 25%;
	min-height:159px;
}

/*#logo{
width:13%;
min-width:110px;
	}*/

.ligne_horiz_projets
{
	background-color:black;
}

/*header projets centre*/
#menu_projets_centre
{
	background-color:none;
	width:54%;
	min-width:719px;
	padding-right:20px;
}



ul#menu_nav_projets
{
	padding:0;
	margin:0;
	list-style-type:none;
	margin-top:9px;
}

li#menu_nav_projets
{
	margin-left:0px;
	float:left; /*pour IE*/
}

ul#menu_nav_projets li a
{
	float:left;
	width:0px;
	/*margin-top:9px;*/ /* espacement avec la ligne du dessus*/
	margin-right: 80px; /* espacement entre les titres du menu*/
	color:black;
	text-decoration:underline;
	text-align:center;
	padding:0px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
 }


ul#menu_nav_projets em
{
	float:left;
	width:0px;
	/*margin-top:9px;*/ /* espacement avec la ligne du dessus*/
	margin-right: 80px; /* espacement entre les titres du menu*/
	color:grey;
	text-decoration:none;
	font-style:normal;
	text-align:center;
	padding:0px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
 }

 /*header projets droite1*/

 #menu_projets_droite1
 {
	background-color:none;
	width:100%;
	min-width:80px;
	max-width:140px;
 }

 ul#nav_categories
{
	padding:0;
	margin:0;
	list-style-type:none;
	margin-top:9px;
}

li#nav_categories
{
	margin-left:0px;
	float:left; /*pour IE*/
}

ul#nav_categories li
{
	float:0;
	width:0px;
	/*margin-top:9px;*/ /* espacement avec la ligne du dessus*/
	/*margin-right: 80px;*/ /* espacement entre les titres du menu*/
	color:black;
	text-decoration:none;
	text-align:center;
	padding:0px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
 }


ul#nav_categories li a:hover
{
	background-color:#D3D3D3;
	border-color:#696969 #DCDCDC #DCDCDC #696969;
}

ul#nav_categories em
{
	float:0;
	width:0px;
	/*margin-top:9px;*/ /* espacement avec la ligne du dessus*/
	/*margin-right: 80px;*/ /* espacement entre les titres du menu*/
	color:grey;
	text-decoration:none;
	font-style:normal;
	text-align:center;
	padding:0px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
 }


 /*header projets droite2*/

 #menu_projets_droite2
 {
	background-color:none;
	width:100%;
	min-width:230px;
 }

 ul#nav_categories2
{
	padding:0;
	margin:0;
	list-style-type:none;
	line-height:11px;
	margin-top:9px;
}

li#nav_categories2
{
	margin-left:0px;
	float:left; /*pour IE*/
}

ul#nav_categories2 li a
{
	float:vertical-align;
	width:0px;
	/*margin-top:9px;*/ /* espacement avec la ligne du dessus*/
	/*margin-right: 80px;*/ /* espacement entre les titres du menu*/
	margin-top:0px;
	margin-bottom:0px;
	color:black;
	font-style:normal;
	text-decoration:underline;
	/*text-align:center;*/
	padding:0px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
 }

/*
ul#nav_categories2 li a:hover
{
	background-color:#D3D3D3;
	border-color:#696969 #DCDCDC #DCDCDC #696969;
}
*/
ul#nav_categories2 em
{
	float:0;
	width:0px;
	/*margin-top:9px;*/ /* espacement avec la ligne du dessus*/
	margin-right: 80px; /* espacement entre les titres du menu*/
	color:grey;
	text-decoration:none;
	font-style:normal;
	text-align:center;
	padding:0px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
 }


 /*------------------------------------------------------------------------------------------------------------------*/

 /*#sect_projets
 {
	overflow: auto;*/
	/*position: relative;*/
	/*padding: 20px;*/
	/*background: white;*/
	/*margin: 10px;*/
	/*width: 740px;*/
	/*max-width: 97%;*/
	/*height: 400px;*/
	/*-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}*/

#sect_projets
{
	display:flex;
	align-items:flex-end;
	/*position:fixed;
	top:179px;
	left:20px;*/
	min-width:1200px;
	overflow-x:auto;
	width:100%;
	height: 15%;
	min-height: 300px; /*hauteur minimum de l'image, quelle que soit la résolution*/


}

#sect_projets div
{
	width:auto;
	}
/*
#sect_projets
{
overflow: -moz-scrollbars-none;
}
*/
#sect_projets::-webkit-scrollbar{
width: 12px;
}

#sect_projets::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
    border-radius: 10px;
}
#sect_projets::-webkit-scrollbar-thumb{
border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
	}

#sect_projets::-webkit-scrollbar-button {
    background-size: 12px;
    height: 10px;
    width: 28px;
    -webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.2);
}

#sect_projets::-webkit-scrollbar-button:increment {
    background-image: url ("images/Projets/arrowright.png");
	background-repeat: no-repeat;
}

#sect_projets::-webkit-scrollbar-button:decrement {
    background-image: url ("images/Projets/arrowleft.png");
	background-repeat: no-repeat;
}


#sect_projets a
{
	color:black;
	font-style:normal;
	text-decoration:undeline;
	/*text-align:center;*/
	padding:0px;
	font-family: 'Pica4', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
}
/*Grande image*/
.elementGd
{
	margin-right:20px;
	width:345px;
}

.elementGd_lg
{
	background-color:black;
	margin-top:10px;
	margin-bottom:10px;
	width:345px;
}
.elementGd_blk
{
	color:white;
}
/*.elementGd_text
{
	font-style:normal;
	text-decoration:underline;
	font-family: 'Pica', comic sans ms, sans-sherif;
	font-size:12px;
}*/
/*Petite Image*/
.elementPt
{
	margin-right:20px;
}

.elementPt_lg
{
	background-color:black;
	margin-top:10px;
	margin-bottom:10px;
	width:207px;
}
.elementPt_blk
{
	color:white;
}
/*.elementPt_text
{
	font-family: 'Pica', comic sans ms, sans-sherif;
	font-size:12px;
}*/
/*Moyenne Image*/
.elementMn
{
	margin-right:20px;
}

.elementMn_lg
{
	background-color:black;
	margin-top:10px;
	margin-bottom:10px;
	width:276px;
}
.elementMn_blk
{
	color:white;
}
/*.elementMn_text
{
	font-family: 'Pica', comic sans ms, sans-sherif;
	font-size:12px;
}*/


/********************************************************************************************************************************************/
/*PAGE PROJET DETAILS*/
#menu_projet_detail
{
	display: flex;
	width: 100%;
	height: 25%;
	min-height:159px;
}

/*#logo{
width:13%;
min-width:110px;
	}*/

.ligne_horiz_projet_detail
{
	background-color:black;
}

/*header projet détail centre*/
#menu_projet_detail_centre
{
	background-color:none;
	width:59.92%; /* 54% CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC*/
	min-width:719px;
	max-width:719px;
	/*min-width:240px;*/
	margin-right:20px;
}



ul#menu_nav_projet_detail
{
	padding:0;
	margin:0;
	list-style-type:none;
	margin-top:9px;
}

li#menu_nav_projet_detail
{
	margin-left:0px;
	float:left; /*pour IE*/
}

ul#menu_nav_projet_detail li a
{
	float:left;
	width:0px;
	/*margin-top:9px;*/ /* espacement avec la ligne du dessus*/
	margin-right: 80px; /* espacement entre les titres du menu*/
	color:black;
	text-decoration:underline;
	text-align:center;
	padding:0px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
 }


ul#menu_nav_projet_detail em
{
	float:left;
	width:0px;
	/*margin-top:9px;*/ /* espacement avec la ligne du dessus*/
	margin-right: 80px; /* espacement entre les titres du menu*/
	color:grey;
	text-decoration:none;
	font-style:normal;
	text-align:center;
	padding:0px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
 }

 /*header projet détail droite*/

 #menu_projet_detail_droite
 {
	background-color:none;
	width:100%;
	min-width:345px;
 }

.categories_detail
{
	padding:0;
	margin:0;
	/*list-style-type:none;*/
	margin-top:9px;
	min-width:345px;
	max-width:345px;
	/*float:0;*/
	/*width:0px;*/
	/*margin-top:9px;*/ /* espacement avec la ligne du dessus*/
	/*margin-right: 80px; /* espacement entre les titres du menu*/
	color:black;
	text-decoration:none;
	/*text-align:center;*/
	padding:0px;
	font-family: 'Pica4', comic sans ms, sans-sherif; /* choix de la police */
	font-size:18px;
}


 /*------------------------------------------------------------------------------------------------------------------*/

#sect_projet_detail
{
	display:flex;

	/*overflow:auto;
	overflow-y:none;*/
	width:100%;

	min-height: 490px; /*hauteur minimum de l'image, quelle que soit la résolution*/
	height: 75%;

}

#image_projet_detail
{
	/*width : 73%;*/
	min-width:876px;
	max-width:876px;
	margin-right:20px;
	overflow:hidden;

}

#texte_projet_detail
{
	width:100%;
	min-width:365px;
	max-width:365px;
	margin-right:20px;
	/*align:left;*/
	font-family: 'Pica4', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
	overflow:auto;

	/*overflow: -moz-scrollbars-none;*/
}

#texte_projet_detail em
{
	font-family: 'Pica5', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
	line-height:26px;
	text-decoration:none;
	font-style:normal;
}

#texte_projet_detail h3
{
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
	line-height:0px;
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
}

#texte_projet_detail h6
{
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
	line-height:0px;
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
}


.ligne_txt_projet_detail
{
	background-color:black;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
}

.ligne_txt_projet_detail_fin
{
	background-color:black;
	margin-top:10px;
	margin-bottom:5px;
	width:2%;
}

/*#btn
{
display:flex;
}*/
#btn a
{
font-family: 'Pica4', sans-sherif; /* choix de la police */
	text-decoration:none;
	color:black;
	font-size:12px;
	padding:0px;
}



#plusinfo{
	-webkit-appearance:button;
	border:0px;
	background:white;
	font-family: 'Pica3', sans-sherif; /* choix de la police */
	text-decoration:none;
	font-size:12px;
	padding:0px;
	/*-webkit-appearance:none;*/
	-webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);

}

#tpdg
{
	/*width:20%;*/
	margin-left:0px;
	padding-left:0px;
	width:344px;
	min-width:344px;
	/*overflow:none;*/
}

#blk_projet_detail
{
	/*width:80%;*/
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* EQUIPE */

#sect_equipe
{
	display:flex;
	/*justify-content:start;*/
	/*align-items: center;*/
	/*overflow:auto;
	overflow-y:none;*/
	width:100%;
	min-height: 406px; /*hauteur minimum de l'image, quelle que soit la résolution*/
	/*max-height: 3000px;*/
	height: 75%;

}

#sect_equipe_img
{
	width:610px;
	margin-right:20px;
	font-family: 'Pica3', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
	height:100%;
}

#sect_equipe_associés
{
	width:295px;
	min-width:295px;
	margin-right:20px;
	margin-top:0px;
	padding-top:0px;
	font-family: 'Pica3', comic sans ms, sans-sherif; /* choix de la police */
	line-height:0x;
	font-size:12px;
	height:100%;
}

#sect_equipe_associés h2
{
	font-family: 'Pica3', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
	text-decoration:none;
	line-height:8px;
	margin:0px;
	padding:0px;
	/*margin-bottom:12px;*/
	font-style:normal;
	font-weight: normal;
}
#sect_equipe_associés h3
{
	font-family: 'Pica3', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
	text-decoration:none;
	line-height:13px;
	margin:0px;
	margin-top:4px;
	margin-bottom:1px;
	padding:0px;
	/*margin-bottom:12px;*/
	font-style:normal;
	font-weight: normal;
}
#sect_equipe_associés a
{
	font-family: 'Pica', sans-sherif; /* choix de la police */
	text-decoration:none;
	color:black;
	line-height:16px;
	font-size:12px;
	padding:0px;
}

#sect_equipe_collaborateurs
{
	width:295px;
	min-width:295px;
	/*margin-right:20px;*/
	margin-top:0px;
	padding-top:0px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
	height:100%
}

#sect_equipe_collaborateurs h4
{
	padding:0px;
	margin:0px;
	line-height:12px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:16px;
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
}

#sect_equipe_collaborateurs a
{
	font-family: 'Pica', sans-sherif; /* choix de la police */
	text-decoration:none;
	color:black;
	line-height:16px;
	font-size:12px;
	padding:0px;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxPUBLICATIONSxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#sect_publications_details h4
{
	padding:0px;
	margin:0px;
	line-height:12px;
	font-family: 'Pica', comic sans ms, sans-sherif; /* choix de la police */
	font-size:16px;
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
}
#sect_publications_img
{
	width:610px;
	min-width:610px;
	margin-right:20px;
	font-family: 'Pica3', comic sans ms, sans-sherif; /* choix de la police */
	font-size:12px;
	height:100%;
}
#sect_publications_details
{
	width:550px;
	min-width:550px;
	margin-right:20px;
	margin-top:0px;
	padding-top:0px;
	font-family: 'Pica3', comic sans ms, sans-sherif; /* choix de la police */
	line-height:0x;
	font-size:12px;
	height:100%;
}
