@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #E8EFFF url(../images/ath_bg1.jpg) repeat-x;
}
 
p{
	padding-left: 25px;
	line-height: 1.19;
	text-align: justify;
	padding: 0px 15px;
} 
 
.twoColFixRtHdr #container {
	width: 844px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 24px auto;
} 
.twoColFixRtHdr #header {
	padding: 0px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 162px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 12px 0 0;
	text-align: center;
	list-style: none;
	height: 420px;
	background: #FFF;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 152px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 12px 0 0;
	text-align: center;
	list-style: none;
	position: relative;
	top: -40px;
	border: none;
	display: none;
}
.twoColFixRtHdr #sidebar2 ul{
	display :none;
}

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 55px 10px 15px10px; /* padding keeps the content of the div away from the edges */
	min-height: 300px;
	height: 400px;
	background: url(../images/bg_2.jpg) repeat-x;
	position: absolute;
	margin-left: 575px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 11px; /* the right margin on this div element creates the column down the right 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;
	font-size: 11px;
	background: #F3F7FF url(../images/bg_2.jpg) repeat-x left top;
	width: auto;
	min-height :450px;
} 
.twoColFixRtHdr #mainContent2 {
	margin: 0 11px /* the right margin on this div element creates the column down the right 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 */
	font-size: 11px;
	background: #F3F7FF url(../images/bg_2.jpg) repeat-x left top;
	margin: 0 11px;
	padding: 0 15px o 15px;
	padding-right: 240px;
	min-height: 490px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(../images/ath_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: transparent;
	height: 40px;
} 
.twoColFixRtHdr #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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.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;
	margin: 0;
	padding: 8px 0 8px 0;
}
#totale {
	width: 100%;
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}
#menutop {
	height: 36px;
	width: 100%;
	background-color: #CC0000;
	display: block;
	margin: 0 auto;
	padding: 0;
}
#menutop li {
	list-style-type: none;
	display: block;
	float: left;
	color: #CC0000;
	text-transform: uppercase;
	font: bold 12px/28px Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #totale #container #milieu {
	width: 100%;
	background-image: url(../images/ath_bg3.jpg);
	background-position: left bottom;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: "Century Gothic", Calibri, Verdana;
	font-size: 24px;
	color: #CC0000;
	margin-left: 10px;
}
#comingsoon h1 {
	font-family: "Century Gothic", Calibri, Verdana;
	font-size: 24px;
	color: #CC0000;
	text-align: center;
}

#mainContent p, #mainContent2 p, {
	text-align: justify;
	margin-right: 22px;
	margin-left: 40px;
}
#sidebar1 p {
	margin: 15px;
}

#mainContent h2, #mainContent2 h2{
	color: #CC3300;
	margin-bottom: 9px;
	font: 14px "Trebuchet MS", Calibri, Verdana;
	padding-bottom: 3px;
	margin-left: 30px;
	padding-left: 3px;
	margin-top: 15px;
	font-weight: bold;
}
#cadres h2 {
	color: #000000;
	margin: 0 0 9px 10px;
	border-bottom: solid 2px #c00;
	padding-bottom:1px;
	font: 14px "Trebuchet MS", Calibri, Verdana;
	border-bottom: solid 2px #c00;
	font-weight: bold;
}

#sidebar h2 {
	color: #000000;
	margin: 0 0 9px 10px;
	border-bottom: solid 2px #c00;
	padding-bottom:1px;
	font: 14px "Trebuchet MS", Calibri, Verdana;
	border-bottom: solid 2px #c00;
	font-weight: bold;
}

.left_main {
	float: left;
	width: 450px;
	height: 400px;
	padding: 0;
	margin: 0;
}
.left_main h1 {
	font-size: 18px;
	color: #000099;
	padding: 0px 5px;
	margin: 5px 10px;
	font-weight: bold;
	letter-spacing: -0.10em;
}

.left_main li {
/*
	list-style-image: url(../images/puce_orange.gif);
*/
	list-style-position: outside;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.left_main ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.left_main #carnet a {
	display: block;
	text-decoration: none;
	line-height: 1.36em;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
}
#carnet a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.left_main img {
	position: absolute;
	top: 337px;
	z-index: 0;
	padding-left: 80px;

}

#cadres{
	width: 150px;
	color:#000033;
	margin-left: 490px;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 12px 0 0;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	min-height: 360px;
	height: 450px;
}
#boutons{
	width: 960px;
	margin-top: 0px;
	height: 70px;
	color:#666633;
}
.cadre {
	width: 350px;
	padding: 0;
	margin-right: 15px;
	float: left;
}
#cadres  ul {
	margin: 0px 0px 15px;
	padding: 0px;
}
#cadres li {
	list-style: url(none) none outside;
	margin: 0px 0px 1px;
	padding: 0px;
	text-decoration: none;
	font: Arial, Helvetica, sans-serif;
	width:100%;
	display:block;
}
#cadres li a, #cadres li a:hover, #cadres li a:visited {
	text-decoration:none;
	color:#003399;
	display:block;
	width:100%;	
}
#cadres li a:hover {
	text-decoration:none;
	border-bottom:dotted 1px #F90;
}
.cadre ul {
	background: #FFFFFF;
	padding: 8px 12px 3px;
	display: block;
	margin-top: 65px;
	height: 82px;
	width: 114px;
}
.cadre h3 {
	color: #CC0000;
	font: bold 15px "Century Gothic", Calibri, Verdana;
	margin: 0px;
	padding: 0px 0px 5px;
}
.activites {
	background: url(../images/_activites.jpg) no-repeat left 20px;
}
.infos {
	background: url(../images/_infos.jpg) no-repeat left 20px;
}
#menutop {
	height: 42px;
}
.cadre a {
	text-decoration: none;
	color: #000066;
}
.cadre a:hover {
	text-decoration: underline;
	color: #0000cc;
}
#actus {
	width: 480px;
	padding-left: 270px;
}

#bloc_carnet {
	background: transparent;
	margin: 10px 0 20px;
	padding: 0;
	height: 160px;
}

#bloc_principal {
	margin: 0px 0px 0px 11px;
	padding: 5px;
}
#header #menuhaut {
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	height: 32px;
	background: url(../images/__top.gif) no-repeat 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 180px;
	text-align: right;
	padding-right: 5px;
}
#menuhaut p {
	margin: 0;
	padding: 8px 12px 0px;
	text-align: right;
	float: right;
}
#bloc_calendrier p {
	text-align: left;
}
#coin_ath {
	background: #FFFFFF;
	width: 203px;
	float: right;
	height: 164px;
}
.actus {
	height: 110px;
	width: 255px;
	float: left;
	background: #FFFFFF url(../images/ath_actus.gif) no-repeat;
	margin-right: 15px;
	padding-top: 35px;
}
.actus p {
	margin: 5px 0 0;
	padding: 5px 0;
	text-align: left;
}
.actus li {
	padding-bottom: 5px;
}
.actus ul {
	margin: 5px 0px 0px 20px;
	padding: 0px;
}
#sidebar1 img {
	text-align: center;
}
#mainContent2 ul li {
	line-height: 1.3;
}
#header #movie {
	margin: 0px;
	padding: 0px 11px;
	width: 822px;
	background-color: #CEDEFF;
}
#cadres ul {
	list-style: none;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
}
#cadres p {
	text-align: left;
	padding: 0px 0px 7px 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar1 li {
	list-style: none;
	padding: 0px;
	font-size: 10px;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	display: block;
	border-bottom: 1px dashed #D6D6D6;
}
#sidebar1 ul {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0px;
}
#ath span {
	position: relative;
	left: -2000px;
}
#sidebar1 #ath, #sidebar2 #ath {
	height: 65px;
	width: 140px;
	background: url(../images/logo_ath_bleu.gif) no-repeat center;
}
#bloc_principal h2 {
	font: 18px "Trebuchet MS", "Century Gothic", Verdana, Arial;
	border-style: none;
	margin: 0 0;
	padding: 0 0 16px;
	z-index: 4;
	line-height: 18px;
	letter-spacing: -0.1em;
	font-weight: bold;
}
#bloc_principal ul {
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
#bloc_principal  li {
	color: #000;
	list-style: none;
	display: block;
	font: 11px/14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCCCCC;
}
#bloc_principal #destination {
	width: 90px;
	position: absolute;
	top: 377px;
	z-index: 0;
}
#destination li{
	list-style:none;
}
#art li {
	text-align: right;
	list-style: none;
	padding-right: 10px;
	color: #000;
}
#bloc_principal #art {
	position: absolute;
	top: 531px;
	padding-right: 0px;
	margin-left: 345px;
	z-index: 3;
	width: 111px;
}
#bloc_principal #activites {
	position: absolute;
	top: 550px;
	width: 150px;
}
#bloc_principal #titre1 {
	position: absolute;
	width: 146px;
	background: url(../images/_soulign1.gif) no-repeat left bottom;
	margin-left: 0px;
	top: 320px;
	color: #600;
}
#bloc_principal #titre2 {
	position: absolute;
	top: 510px;
	text-align: right;
	width: 145px;
	background: url(../images/_soulign2.gif) no-repeat left bottom;
	color: #600;
}
#bloc_principal #titre3 {
	position: absolute;
	top: 357px;
	margin-left: 260px;
	width: 160px;
	text-align: right;
	background: url(../images/_soulign3.gif) no-repeat right bottom;
	padding-right: 15px;
	color: #600;
}
#mainContent2 #breadcrumbs {
	padding: 12px 20px 0px;
	font-size: 10px;
	color: #777;
}
#breadcrumbs a,#breadcrumbs a:link ,#breadcrumbs a:visited {
	padding: 0px 2px ;
	font-size: 10px;
	color: #333333;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline
}
	
table {
	margin: 10px;
}
#myform {
	padding-left: 15px;
}
#mainContent2 .cadres {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 12px 0 0 0;
}
style2 style4 a {
	color: #FFFFFF;
}
#langue {
	padding-top: 15px;
	padding-bottom: 15px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
}
#langue a,#langue a:link, #langue a:visited {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	padding: 0 10px;
}
#bottom {
	padding-bottom: 15px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
}
#bottom p {
	padding-top: 15px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: center;
}
#bloc_principal li a, #bloc_principal li a:link, #bloc_principal li a:visited {
	text-decoration: none;
	display:block;
	height: auto;
	width: 100%;
	padding: 2px 5px;
	color:#0000CC;
}
#destination li a:hover {
	width:100%;
	color: #FFFFFF;
	background:#060;
}
#activites li a:hover {
	width:100%;
	color: #000;
	background: #03C;
}
#art li a:hover {
	width:100%;
	color: #000;
	background: #F90;
}
/*
***************************************************
les titre de sections
***************************************************


.titre_art {
	background: url(../images/_titre_art.jpg) no-repeat 15px top;
}
.titre_infos {
	background: url(../images/_titre_infos.jpg) no-repeat 15px top;
}
.titre_destination {

}
.titre_activites {
	background: url(../images/_titre_activites.jpg) no-repeat 15px top;
}
*/
.destination {
	background: url(../images/_destinations.jpg) no-repeat left 20px;
}
#mainContent2 h1 {
	font: bold 18px "Century Gothic", Calibri, Arial, Verdana;
	color: #CC0000;
	margin-left: 35px;
}
#mainContent2 p {
	margin-left: 40px;
}
#mainContent2  ul li {
	margin-left: 45px;
	list-style: url(../images/fleche_rouge.gif) none outside;
	padding-bottom: 3px;
}
#mainContent2  ul li a{
	text-decoration: none;
	color : #00c;
}
#mainContent2 h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 40px;
}
#sidebar1 a :link, #sidebar1 a :visited, #sidebar1 a {
	text-decoration: none;
	color: #0000CC;
	display: block;
	width: 100%;
	height:auto;
	line-height: 1.6em;
}
#sidebar1 a :hover{
	background:  #c00;
	color: #FFFFFF;
	width: 100%;
}
#bloc_principal h2 a {
	color: #000000;
	text-decoration: none;
}
#MenuBar1 {
	height: 25px;
	margin: 0;
	text-align: center;
	background: #FFFFFF;
	color: #FFFFFF;
}
#mainContent2 table th {
	color: #FFFFFF;
	background: #20276B;
	font-weight: normal;
}
.encart {
	font-family: "Century Gothic", Calibri, Arial, Verdana;
	color: #FF9900;
	background: #FFFFFF;
	width: 600px;
	margin: 0 auto;
}
.nepasmanquer li {
	width: 250px;
	float: left;
}
ul.nepasmanquer {
	width: 100%;
	display: block;
	height: 40px;
}
.nepasmanquer a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	padding-bottom: 1px;
	margin-bottom: 3px;
	line-height: 20px;
}

.nepasmanquer a, .nepasmanquer a:link, .nepasmanquer a:visited {
	color:#0033CC;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	padding-bottom: 1px;
	margin-bottom: 3px;
	line-height: 20px;
}

.nepasmanquer a:hover {
	color:#993300; 
	text-decoration: none;
	border-bottom: 1px solid #999999;
}
.mot {
	font: lighter 15px "Century Gothic", Calibri, Arial, Verdana;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}
#logo_ath {
	width: 200px;
	position: absolute;
	top: 85px;
	height: 50px;
	background: url(../images/ath_50x80.gif) no-repeat left;
}
#sidebar1 h3 {
	color: #993300;
	margin-left: 10px;
}
#meteo h3, #change h3, #sidebar1 ul h3 {
	color: #990000;
	margin: 0px;
	padding: 0px  12px;
	text-align: center;
	background: #CEDDFC;
	font: bold 12px/10px "Trebuchet MS", Calibri, "Century Gothic";
	line-height: 22px;
}
#meteo {
	background: #E8EFFF;
	margin: 10px 5px 5px;
	font: 10px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#change li {
	line-height: 18px;
	padding: 0px 5px;
	border-bottom: 1px solid #D3E0EE;
	border-top-style: none;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
#meteo img {
	display: block;
	float: left;
	margin: 0 4px 0 0;
}
#meteo p {
	margin: 0px;
	line-height: 15px;
}
#mainContent2 li ul {
	padding: 0;
	margin:10px 25px;
}
#mainContent2 li li {
	margin-left: 0px;
	list-style: square;
}
.table_indente{
	margin-left: 50px
}
#sidebar2 {
	width: 350px;
	height: 20px;
}
#scroller {

}
#mainContent2 img {
	padding: 7px 13px;
}
#mainImageOutline img {
	margin: 0px;
	padding: 0px;
}
#thumbnails img {
	margin: 0px;
	padding: 0px;
}
#mainContent #banner_bottom {
	clear: both;
	height: 100px;
	width: 822px;
	display: block;
	float: left;
}
#footer p {
	text-align: center;
}

