@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
	scrollbar-face-color:#DDDDDD;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#ECFAFF;
	scrollbar-3dlight-color:#EEEEEE;
	scrollbar-darkshadow-color:#CCCCCC;	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:200px;
} 
.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 */
}
#sidebarD {
	font-size:12px;
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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: #ebebeb; /* the background color will be displayed for the length of the content in the column, but no further */
	/*background-image:url(images/fondNews.gif);*/
	position:relative;
	padding: 5px 5px 5px 5px;
	text-align:center;
	top: 10px;
	background-repeat: no-repeat;
	text-align:center;
}

#sidebarG {
	font-size:12px;
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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: #ebebeb; /* the background color will be displayed for the length of the content in the column, but no further */
	/*background-image:url(images/fondNews.gif);*/
	position:relative;
	padding: 5px 5px 5px 5px;
	text-align:center;
	top: 10px;
	background-repeat: no-repeat;
	text-align:center;
}
#sidebarC {
	float: right; /* since this element is floated, a width must be given */
	width: 480px; /* 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: #ebebeb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	position:relative;
	text-align:justify;
	top: 10px;
}
#sidebarD {
	float:right; /* since this element is floated, a width must be given */
	width: 220px; /* 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: #ebebeb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	position:relative;
	text-align:center;
	top: 10px;
}
#sidebarE {
	float:left; /* since this element is floated, a width must be given */
	width: 220px; /* 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: #ebebeb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	position:relative;
	text-align:center;
	top: 10px;
	left:120px;
}
#sidebar1 {
	font-size:12px;
	float: left; /* since this element is floated, a width must be given */
	width: 330px; /* 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: #ebebeb; /* the background color will be displayed for the length of the content in the column, but no further */
	/*background-image:url(images/fondNews.gif);*/
	position:relative;
	padding: 5px 5px 5px 5px;
	text-align:center;
	top: 10px;
	background-repeat: no-repeat;
	text-align:justify;
}
#sidebar2 {
	font-size:12px;
	float: left; /* since this element is floated, a width must be given */
	width: 330px; /* 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: #ebebeb; /* the background color will be displayed for the length of the content in the column, but no further */
	/*background-image:url(images/fondNews.gif);*/
	position:relative;
	padding: 5px 5px 5px 5px;
	text-align:center;
	top: 10px;
	background-repeat: no-repeat;
	text-align:left;
}
#contientNews {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	position:relative;
	top: 0px;
	text-align:left;
}
#image2 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	position:relative;
	border-bottom-color:#999999;
	border-right-color:#999999;
	border-left-color:#DDDDDD;
	border-top-color:#DDDDDD;
	border-right:thin;
	border-bottom:thin;
	border-left:thin;
	border-top:thin;	
	top: 0px;
	margin: 0px 5px 5px 0px;
}
#image {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	position:relative;
	border-bottom-color:#999999;
	border-right-color:#999999;
	border-left-color:#DDDDDD;
	border-top-color:#DDDDDD;
	border-right:thin;
	border-bottom:thin;
	border-left:thin;
	border-top:thin;	
	top: 0px;
	margin: 0px 5px 5px 0px;
}
#imageRubriques {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	position:relative;
	border-bottom-color:#999999;
	border-right-color:#999999;
	border-left-color:#DDDDDD;
	border-top-color:#DDDDDD;
	border-right:thin;
	border-bottom:thin;
	border-left:thin;
	border-top:thin;	
	top: 0px;
	margin: 0px 0px 0px 0px;
}
#titre {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	position:relative;
	top: 10px;
}
#actu {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	position:relative;
	top: 10px;
}
#Programme {
	float: right; /* since this element is floated, a width must be given */
	width: 259px; /* 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: #ebebeb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	position:relative;
	text-align:justify;
	top: 10px;
}
.zg_div {margin:0px 0px 0px 0px; width:117px;}
.zg_div_inner {border: solid 1px #000000; background-color:#FFFFFF;  color:#666666; text-align:center; font-family:arial, helvetica; font-size:11px;}
.zg_div a, .zg_div a:hover, .zg_div a:visited {color:#006600; background:inherit !important; text-decoration:none !important;}

#Facebook {
	float: right; /* since this element is floated, a width must be given */
	width: 122px; /* 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: #d1d9eb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 0px;
	position:relative;
	text-align:center;
	top: 0px;
}
#Flickr {
	float: right; /* since this element is floated, a width must be given */
	width: 122px; /* 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: #d1d9eb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 5px 5px;
	position:relative;
	text-align:center;
	top: 0px;
}
#Tweeter {
	float: right; /* since this element is floated, a width must be given */
	width: 259px; /* 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: #d1d9eb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	position:relative;
	text-align:center;
	top: 10px;
}
.mydroplinemenu {
	float: left; /* since this element is floated, a width must be given */
	width: 100%; /* 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: #333333; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 10px 20px;
	position:relative;
	top: 0px;
}
#titreHaut {
color:#666666;

}
.contientPhotos {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* 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: #333333; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 0px 0px;
	position:relative;
	top: 0px;
}
.photo {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #333333; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 0px 0px;
	position:relative;
	top: 0px;
}
#lecteur {
	float: left; /* since this element is floated, a width must be given */
	width: 340px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	margin: 0px;
	position:relative;
	top: 10px;
	vertical-align:top;
}
.twoColFixLtHdr #mainContent { 
	margin: 10px 10px 10px 10px; /* 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: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 20px;
	background:#DDDDDD; 
} 
.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: 10px 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;
}
.spacer {
  clear: both;
  visibility: hidden;
}



