body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #720d0d url(images/fond-site.jpg) repeat-x top left;
	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;
}

.twoColFixLtHdr #container { 
	width: 1001px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: url(images/fond-zone.jpg) no-repeat ;*/
	background-position:266px 222px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr #containertop { 
	background: url(images/banniere.jpg) no-repeat top center;
}
 
.twoColFixLtHdr #header { 
	/*background: #DDDDDD url(images/banniere.jpg) top center; */
	padding: 0 10px 0 20px;  /* 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:104px;
} 

.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 */
	display:none;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 266px; /* 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 */
	padding:0;
	margin:0;
}
/* famillezen */
#menurub{
	margin-top:47px;
}

#menurub a img{
	margin:0;
	padding:0;
	display:block;
	border:0;
}

#lastminute {
	background:url(./images/fond-derniereminute.jpg);
}

#lastminute img {
	display:block;
}

#lastminute .zonedm{
	padding:4px 10px 4px 15px;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.5;
}

#lastminute .titredm{ 
	color:#f3ec7f;
	font-size:13px;
	border-bottom:1px dashed #a6a80d;
}

#lastminute .datedm{
	color:#bfba8b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#lastminute .resumdm{
	color:#bfba8b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#lastminute .linkdm{
	color:#f46229;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	margin-right:10px;
}

#lastminute .linkdm a{
	color:#f46229;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	background:url(./images/flech.png) no-repeat left bottom;
	padding-left:12px;
}

#lastminutepage .linkdm{
	color:#f46229;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	margin-right:10px;
}

#lastminutepage .linkdm a{
	color:#f46229;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	background:url(./images/flech.png) no-repeat left bottom;
	padding-left:12px;
}
#lastminutepage a{
	background:none;
	padding-left:0;
	color:#f46229;
}

#lastminute .zonedm{}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 266px; /* 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 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.page{
	background: #FFFFFF url(images/page-fond.png) repeat-y;
	width:710px;
	padding:0;
}

.page .top{
background:url(images/page-top.jpg) no-repeat;
position: relative;
/*background-color:none;*/
}
.page .bottom{
	background: url(images/page-bas.png) bottom no-repeat;
}

.page .contenant{ 
	padding:10px;
}

.contenant p {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:13px;
	color:#666666;
	/*color:#737b7f;*/
	margin-left:10px;
	padding-right:5px;
	/*margin-top:0;
	margin-bottom:0;
	display:block;*/
}

.contenant a {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:13px;
	color:#990000;
background: url(images/flech.png) center left no-repeat;
	padding-left: 14px;
}
.contenant a.imglink{
	border:0;
	background:none;
	padding-left:0;
}
.contenant a img{
	border:0;
}


	
a.acarte{ background:none;}
a.linkancre{ background:none;}
.contenant a:hover {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:13px;
	color:#000;
}

.contenant p .intro {
	font-style:italic;
}
.contenant ul li{
list-style:circle;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
}
 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent url(./images/footerback.png) no-repeat top left;;
	margin-left:266px;
	width:690px;
	height:114px;
} 

.twoColFixLtHdr #footer .basdashgreen{
	border-bottom:1px dashed #fff;
	line-height:2em;
}

.twoColFixLtHdr #footer .basdashgreen a{
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
}

.twoColFixLtHdr #footer .basdashgreen a:hover{
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	color: #FFFF99;
}

.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;
}

h2{
	font-family: Georgia,"Times New Roman", Times, serif;
	color:#a6431c;
	font-size:28px;
	border-bottom:1px dashed #a6431c;
	font-weight:lighter;
}

h3{
	font-family: Georgia,"Times New Roman", Times, serif;
	color:#a6431c;
	font-size:18px;
	font-weight:bold;
}

h4{
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #333333;
	font-size:14px;
	font-weight:bold;
	text-indent:15px;
	background:url(images/septitre.png) top left no-repeat;
	margin-top:45px;
}

h5{
	font-family: Georgia,"Times New Roman", Times, serif;
	color:#a6431c;
	font-size:12px;
	border-bottom:1px dashed #a6431c;
	text-align:center;
	margin-bottom:0;
}

ul li{
	list-style:none;
}

/* ------------------------------------- */
a.pdf {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	text-decoration:none;
	background: url(images/pdf.gif) center left no-repeat;
	padding-left: 17px;
}

a.pdf:link {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;	
	color: #3C83CA;
	background: url(images/pdf.gif) center left no-repeat;
	padding-left:17px;
}

a.pdf:hover {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	text-decoration:underline;
	background: url(images/pdf.gif) center left no-repeat;
	padding-left: 17px;
}

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

.lienvideo {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:2px solid #dfdcc2;
	width:300px;
	padding:6px;
	padding-left:9px;
	background-color:#FFFFFF;
	font-size:12px;
	margin-bottom:2px;
	font-family:Georgia,"Times New Roman", Times, serif;
}
.liengrt {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:2px solid #dfdcc2;
	width:300px;
	padding:6px;
	padding-left:9px;
	background-color:#FFFFFF;
	font-size:12px;
	margin-bottom:2px;
	font-family:Georgia,"Times New Roman", Times, serif;
	margin-left:190px;
}
.logogrt{ float:right; width:125px;}

.cleartotal { clear:both;}
/* ------------------------------------ */
.liensite {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:2px solid #dfdcc2;
	display:inline-block;
	padding:6px;
	/*zoom:1;*/
	padding-left:9px;
	background-color:#FFFFFF;
	font-size:12px;
	margin-bottom:2px;
	margin-left:20px;
	font-family:Georgia,"Times New Roman", Times, serif;
}

/* ------------------------------------ */
a.youtube {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	text-decoration:none;
	background: url(images/youtube.png) center right no-repeat;
	padding-right: 40px;
}

a.youtube:link {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	background: url(images/youtube.png) center right no-repeat;
	padding-right: 40px;
}

a.youtube:hover {
	font-size: 12px;
	font-family: Georgia,"Times New Roman",Times, serif;
	color: #3C83CA;
	text-decoration:underline;
	background: url(images/youtube.png) center right no-repeat;
	padding-right: 40px;
}

/* ------------------------------------ */
a.google {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	text-decoration:none;
	background: url(images/google.png) center right no-repeat;
	padding-right: 40px;
}

a.google:link {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	background: url(images/google.png) center right no-repeat;
	padding-right: 40px;
}

a.google:hover {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	text-decoration:underline;
	background: url(images/google.png) center right no-repeat;
	padding-right: 40px;
}

/* ------------------------------------ */
a.lien66tv {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	text-decoration:none;
	background: url(images/66tv.png) center right no-repeat;
	padding-right: 40px;
}

a.lien66tv:link {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	background: url(images/66tv.png) center right no-repeat;
	padding-right: 40px;
}

a.lien66tv:hover {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	text-decoration:underline;
	background: url(images/66tv.png) center right no-repeat;
	padding-right: 40px;
}

/* ------------------------------------ */
a.liendailymotion {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	text-decoration:none;
	background: url(images/dailymotion.gif) center right no-repeat;
	padding-right: 40px;
}

a.liendailymotion:link {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	background: url(images/dailymotion.gif) center right no-repeat;
	padding-right: 40px;
}

a.liendailymotion:hover {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	text-decoration:underline;
	background: url(images/dailymotion.gif) center right no-repeat;
	padding-right: 40px;
}


/* ------------------------------------ */
a.lientf1 {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	text-decoration:none;
	background: url(images/tf1.png) center right no-repeat;
	padding-right: 40px;
}

a.lientf1:link {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	background: url(images/tf1.png) center right no-repeat;
	padding-right: 40px;
}

a.lientf1:hover {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	text-decoration:underline;
	background: url(images/tf1.png) center right no-repeat;
	padding-right: 40px;
}

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

a.lienrhonealpes {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	text-decoration:none;
	background: url(images/videorhonealpes.gif) center right no-repeat;
	padding-right: 15px;
}

a.lienrhonealpes:link {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	background: url(images/videorhonealpes.gif) center right no-repeat;
	padding-right: 15px;
}

a.lienrhonealpes:hover {
	font-size: 12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #3C83CA;
	text-decoration:underline;
	background: url(images/videorhonealpes.gif) center right no-repeat;
	padding-right: 15px;
}

/* ------------------------------------ */
.activitescartouche{
	margin-top:2px;
	margin-bottom:15px;
	/*background-image:url(./images/fond_agenda.gif);
	background-position:right bottom;
	background-repeat:no-repeat;*/
	padding-bottom:1px;
}

.activitescartouche p {
/*display: table-cell;*/
margin-top:4px;
padding-left:10px;
}

.activitescartouche h4{
	margin-top:-10px;
	color:#000000;
	margin-bottom:0;
}

.activitesblocdate{
	float:left;
	width:100%;
	margin-top:0px;
	padding-left:10px;

}

.activitedate{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px;
	color: #990000;
	height:20px;
}

.activitedatefin{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0;
	margin:0;
	color: #990000;
	display:inline;
}

.activitedatefin2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0;
	margin:0;
	color: #C15337;
	display:inline;
}

.activitetitre{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000;
	padding-left:0px;
	margin:0;
	font-weight: lighter;
}

.activiteresum2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding-left:10px;
}

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

a.lien {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C83CA;
	text-decoration:none;
	background: url(./images/lien.png) center right no-repeat;
	padding-right: 13px;
	margin-right: 7px
}

a.lien:link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C83CA;
	background: url(./images/lien.png) center right no-repeat;
	padding-right: 13px;
	margin-right: 7px
}

a.lien:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C83CA;
	text-decoration:underline;
	background: url(./images/lien.png) center right no-repeat;
	padding-right: 13px;
	margin-right: 7px
}

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

a.lienint {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C83CA;
	text-decoration:none;
}

a.lienint:link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C83CA;
}

a.lienint:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C83CA;
	text-decoration:underline;
}

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

a.mel {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C83CA;
	text-decoration:none;
	background: url(./images/mel.png) center right no-repeat;
	padding-right: 13px;
	margin-right: 7px
}

a.mel:link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C83CA;
	background: url(./images/mel.png) center right no-repeat;
	padding-right: 13px;
	margin-right: 7px
}

a.mel:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C83CA;
	text-decoration:underline;
	background: url(./images/mel.png) center right no-repeat;
	padding-right: 13px;
	margin-right: 7px
}

a.liensimple:link { background-image:none;}
