@charset "utf-8";

@media handheld (max-width: 640px) {

 /* passer tous les éléments de largeur fixe en largeur automatique */
 body , #pagecontainer , #pagefootercontainer , #rootcontent, #contentpanel, #sliding, .sliderBottom{
   width: auto !important;
   margin: auto !important;
   padding: auto !important;
 }

 /* fixer une largeur maximale  de 100 % aux éléments potentiellement problématiques */
 img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
   max-width: 100% !important;
 }

 /* gestion des mots longs */
 textarea, table, td, th, code, pre, samp {
   word-wrap: break-word; /* césure forcée */
 }
 code, pre, samp {
   white-space: pre-line; /* passage à la ligne spécifique pour les éléments à châsse fixe */
 }

 /* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */
#pagecontainer , #pagefootercontainer , #rootcontent, #contentpanel {
   float: none !important;
   width: auto !important
 }

 /* masquer les éléments superflus */
 .hide_mobile {
   display: none !important;
 }

 /* Un message personnalisé */
 body:before {
   content: "Version mobile de livePME";
   display: block;
   color: #777;
   text-align: center;
   font-style: italic;
 }
}

body, .x-body {
	margin:0;
	padding:0;
	background: none #fff;
	width: auto!important;
	width: 100%;
	margin:0 auto;
	color: #666666!important;
}

/*application générale*/
body, 
.x-body,
/*GoogleContactLike pour les formulaire d'éditions*/
.formEditContainer .x-form-item-label,
.formEditContainer .formEditField  {
	font-family: "lucida grande", tahoma, verdana, Arial, Verdana, sans-serif!important;
	font-size: 11px!important;
}
h1 {
	font-size:15px;
}
h2 {
	font-size:13px;
}
h3 {
	font-size:11px;
}
a {
	cursor: pointer;
	outline:medium none;
}
/*a:hover {
	cursor: pointer;
	text-decoration:underline;
}*/
.normal {
	font-weight:normal;
}
.bold {
	font-weight:bold;
}
.big {
	font-size:14px;
}
.lightblue {
	color :#7FABD1;
}
.blue {
	color :#3488D2;
	text-decoration:none;
}
.orange {
	color :#FCA32F;
}
.green {
	color :#8EC672;
}
.lightgray {
	color :#999999;
}
.gray {
	color :#666666;
}
.littlegray {
	color :#666666;
	font-size:10px;
}
.darkgray {
	color :#333333;
}
a.lightLink {
	text-decoration:none;
	color:#666666;
}
a.lightLink:hover {
	text-decoration:underline;
	color:#FCA32F;
}
a.tagLink {
	text-decoration:underline;
	color:#666666;
}
a.tagLink:hover {
	text-decoration:underline;
	color:#3488D2;
}
a.bigLink {
	font-size:12px;
	color:#333333;
	text-decoration:none;
	}
a.bigLink:hover {
	color:#3488D2;
	text-decoration:underline;
}
a.blueLink , #editUploadWebdav a.blueLink,a.grayLink{
	font-size:11px;
	color:#3488D2;
	text-decoration:none;
	font-weight :normal;
}
a.grayLink{
	color:#666;
}
a.blueLink:hover, #editUploadWebdav a.blueLink:hover,a.grayLink:hover{
	text-decoration:underline;
}
a.blueBigLink {
	font-size:12px;
	color:#3488D2;
	text-decoration:none;
	font-weight:bold;
}
a.blueBigLink:hover {
	text-decoration:underline;
}
.clearer{
	clear:both;
	line-height: 1px;
}

select
{
	border:1px solid #CCCCCC;
	font-family:"lucida grande",tahoma,verdana,Arial,Verdana,sans-serif;
	font-size:11px;
	padding:0 0 0 2px;
}
