
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif; /* font 80% avant */
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img { 
	border: 0;
}

.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url("http://www.cittagazze.com/images/fondmain.gif") repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header {
	width: 1000px;
	height: 173px;
	padding: 0;
	margin: 0; 
}

.twoColFixLtHdr #underheader {
	float: left;
	width: 830px;
	height: 103px;
	background: url("http://www.cittagazze.com/images/underheader.jpg") no-repeat;
	padding: 0;
	margin: 0; 
}

.twoColFixLtHdr #underheaderpapillon {
	float: left;
	width: 830px;
	height: 103px;
	background: url("http://www.cittagazze.com/papillon/images/underheader.jpg") no-repeat;
	padding: 0;
	margin: 0; 
}

.twoColFixLtHdr #citation {
	float: left;
	width: 800px;
	font-size: 80%;
	font-weight: bold;
	color : #000;
	padding: 0;
	margin: 0 14px 0px 0; 
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {	 
font-size : 12px;
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url("http://www.cittagazze.com/images/fondsidebar.jpg") repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
}

.twoColFixLtHdr #mainContent {
font-size : 95%;
/*margin: 273px 0 0 170px; 	  */
 /*float:left;	 */
	margin: 0 0 0 171px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 23px 10px 7px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* font-size: 95%; */
	/*width: 800px;	   */
} 

.twoColFixLtHdr #uperfooter { 
font-size : 7px;
	font-size: 80%;
	color : #fff;
      padding: 0 14px 0 14px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
	margin: 0;
} 

.twoColFixLtHdr #footer { 	
font-size : 7px;
	background: url("http://www.cittagazze.com/images/footer.jpg") no-repeat bottom;
	font-family: extended, sans-serif;	
	font-size: 70%; /* 70% */
	color : #666;
      padding: 0 24px 50px 24px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
	margin: 0;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
      height:0;
      font-size: 1px;
      line-height: 0px;
}

.formulaire { 
	font-size: 100%; 
	color: #4e4e4e; 
	border: 0px; 
	margin: 0; 
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
}

.newsmail { 
	font-size: 100%; 
	background-color: #0066cc;
	color: #ffffff; 
	border: 0px solid #ffffff; 
	margin: 0; 
	text-decoration: underline;
}
.newsmail:hover { 
	font-size: 100%; 
	background-color: #0066cc;
	color: #ffffff; 
	border: 1px solid #ffffff; 
	margin: 0; 
	text-decoration: italic;
}

.boiteFormulaire {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #dddddd; 
	border: 1px solid #a9b2b9; 
	background-color: #373737; 
	padding: 1px 0 1px 2px;
	font-weight:normal;
}

.formMenu { 
	font-size:100%; 
	color:#dddddd; 
	font-weight:800; 
	margin: 0px 0px 0px 0px
}  
/* Ajouts de Thomas */
.titre	{ font-family: Verdana, Arial; font-size : 11px; font-weight : bold; text-decoration : none; color : #ffffff; padding: 0px;}
  a.titre	{ font-family: Verdana, Arial; font-size : 11px; font-weight : bold; text-decoration : none; color : #ffffff; padding: 0px;}
  a.titre:hover {text-decoration : underline; color : #ffffff;}
 .newstitre { font-family: Verdana, Arial; font-size : 12px; font-weight : bold; text-decoration : none;}
.noir { font-family: Verdana, Arial; font-size : 11px; font-weight : 300; text-decoration : none; color : #000000; padding: 5px;}
a.noir	{ color: #0066CC; text-decoration: none; }
a.noir:hover	{ text-decoration: underline; }	
	   .blanc	{ font-family: Verdana, Arial; font-size : 11px; font-weight : 300; text-decoration : none; color : #ffffff; padding: 5px;}
a.blanc	{ text-decoration : underline; color : #ff9900;}
a.blanc:hover	{ text-decoration : none;}
	   .texte	{ font-family: Verdana, Arial; font-size : 11px; font-weight : 300; text-decoration : none; color : #ffffff; padding: 5px;}
a.texte	{ text-decoration : underline; color : #ff9900;}
a.texte:hover	{ text-decoration : none;}
TD.blanc		{ background-color: #0066CC }
/* Copyright and bottom info */
.copyright		{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; font-size: 10px; letter-spacing: -1px;}
a.copyright		{ color: #333333; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}
.copyright_blue		{ font-family: Verdana, Arial; color: #ffffff; font-size: 10px; letter-spacing: -1px;}
a.copyright_blue		{ color: #E0E0E0; text-decoration: none;}
a.copyright_blue:hover { color: #CCCCFF; text-decoration: underline;} 
																	 
a.pub		{ color: #FFFFFF; text-decoration: underline; font-size : 11px;}
a.pub:hover { font-style: italic; color: #FFFFFF; text-decoration: underline;}
