/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	background-image: url(images/interface/fond.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	font-size: 24px;
	margin: 0;
	padding: 5px 0 10px 5px;
	color: #32639A;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
	text-transform: capitalize;
}

h2 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #787878;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h3 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #787878;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}

h4 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px 15px;
	color: #787878;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}

p, ul, ol {
	margin: 10px 15px 0 15px;
	line-height: 120%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #32639A;
}

a:hover {
	color: #787878;
}

#global {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

/******************************************* Header *****************************************/

#header {
	width: 977px;
	height: 148px;
	margin: 20px auto 0 auto;
	background-image:url(images/interface/header.png);
	background-repeat: no-repeat;
}

/***************************************** Logo *********************************************/

#logo {
	float: left;
	margin: -15px 0 0 -37px;
	width:475px;
	height:158px;
}

/*#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.8em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 26px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}*/


/********************************************** Menu ********************************************/

#menu {
	width: 940px;
	height: 20px;
	margin: 2px auto 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	line-height: normal;
	list-style-image: none;
	list-style-type: none;
}

#menu li {
	float: left;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;*/
}

ul {
	list-style-image: none;
	list-style-type: none;
}

#menu a {
	display: block;
	width: 155px;
	height: 25px;
	padding-top: 14px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: /*#4E9CE9*/#B0B0B0;
	text-decoration: none;
}

#menu .current_page_item a {
	background: /*#4E9CE9*/#B0B0B0;
	padding-left: 0;
}

/********************************* Page ************************************/

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 20px px;
}

#page-bgbtm {
}


/********************************* Content *********************************/

#content {
	float: left;
	width: 990px;
	min-height: 496px;
	padding: 10px 0 0px 5px;
	text-align: justify;
}

.date {
	color:#44C0EB;
}

img {
	border:0;
}
/******************************************* Footer *******************************************/

#footer {
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0px 0 15px 0;
	border-top: 1px solid #DEDEDE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #44c0eb;
	font-size: 11px;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	background-color: #44c0eb;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/*--------- Lightbox -----------*/
#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails{
    font-size: 0.9em;
    color: #555;
    padding-top: 0.5em;
}

#closeButton{ top: 5px; right: 5px; }

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; }

#overlay img{ border: none; }

#overlay{ background-image: url(http://www.circuit-glace-tignes.com/glace tignes 2010/scripts/overlay.png);


}

* html #overlay{ /*Hack IE */
    background-color: #000;
    background-color: transparent;
    background-image: url(http://www.circuit-glace-tignes.com/glace tignes 2010/scripts/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.circuit-glace-tignes.com/glace tignes 2010/scripts/overlay.png", sizingMethod="scale");
}
/*-------- fin lightbox -------*/

