@charset "iso-8859-1";
/* CSS Document */

*  {
	margin: 0px;
	padding: 0px;	
}
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

/* passer tous les éléments de largeur fixe en largeur automatique */
body, #container {
   width: auto !important;
   margin: auto !important;
   padding: auto !important;
}

/* fixer une largeur maximale  de 100 % aux éléments potentiellement problématiques */
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) 
element1, element2 {
   float: none !important;
   width: auto !important
}
*/
/* masquer les éléments superflus 
.hide_mobile {
   display: none !important;
 }
*/
/* Un message personnalisé */
body:before {
	content: "Temps Forts: prêt à porter féminin - version mobile";
	display: block;
	color: #777;
	text-align: center;
	font-style: italic;
	font-size: 11px;
}



#header {
	
}
#header h1 {
	background-image: url(/pix/Temps-Forts_logo.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 270px;
	margin-top: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#header h1 span {
	display: none;	
}
#header h2 {
	
}
#header h2 span {
	display: none;	
}

#sheet {
	padding: 10px;	

}


#menu ul {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;

}
#menu ul li {
	list-style-type: none;
	display: block;
}
#menu ul li a {
	display: block;
	color: #999;
	font-size: 16px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 5px;
}
#menu ul li a:hover {
	color: #000;
	font-weight: bold;
}
#menu ul li a:active {
	color: #903;
	font-weight: bold;
}
#menu ul li span {
	display: block;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #eee;
}


#content {

}
#content .ZoneTexte {
	text-align: justify;	

}
#content .ZoneImages {
	margin-bottom: 20px;
}
#content .ZoneImages img {
	border: 4px solid #fff;	
	box-shadow: 0px 1px 2px #666;
	-webkit-box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	
}
#content .ZoneTexte h3 {
	font-size: 30px;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content .ZoneTexte h4 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px;
	
}
#content .ZoneTexte h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
	color: #666;
	font-style: italic;
}
#content .ZoneTexte h6 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
	color: #666;
}
#content .ZoneTexte p, ul {
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666;
}
#content .ZoneTexte li {
	
}
#content .ZoneTexte a {
	color: #AE007A;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#content .ZoneTexte a:hover {
	color: #AE007A;
	text-decoration: underline;
}
#content .ZoneTexte a:active {
	color: #AA0040;
	text-align: center;
}

#footer {
	font-size: 13px;
	padding: 10px;
	background-color: #CCC;
	clear: both;
}

.clearfloat {
	clear: both;
}
.topSpaceH3 {
	height: 80px;
}
.En2Col {

}
.cadrenoir {
	border: 1px solid #666;
	text-align: center;
	display: none;
}
.newsletter {
	display: none;
}

.fieldtxt {
	letter-spacing: 1px;
	padding: 2px;
	border: 1px solid #666;
	width: 200px;
}

