/* #######################  TEMPLATE  ####################### */

/* ************** GLOBAL SETTINGS ************* */
html{
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #295C7F;
}

body {
	margin: 0px 0px 0px 0px; /* pour éviter les marges */
	padding: 0px;
	text-align: center; /* pour corriger le bug de centrage IE6 */
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: White;
}
.cale45 {
	width: 45px;
	height: 45px;
	float: left;
}
.cale25 {
	width: 25px;
	height: 25px;
	float: left;
}

/* #######################  STRUCTURE DE LA TEMPLATE ####################### */

/* ************** HEADER ************* */
#header_global {
	background-color: transparent;
	clear: right;
}
#header_container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 445px;
	text-align: left;
	background-color: transparent;
	background-image: url(../images/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

/* ************** MAIN ************* */
#main_global {
	background-color: Transparent;
}
#main_container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	overflow: auto;
	background-image: url(../images/main_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#left {
	background-color: transparent;
	width: 295px;
	float: left;
	overflow: auto;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.tarifs {
	background-image: url(../images/blocnotes.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 295px;
	overflow: auto;
	margin: 0px;
	padding: 70px 0px 20px 0px;
	height: 430px;
	
}
.tarifs h3{
	margin: 10px 25px;
}
.tarifs p {
	margin: 10px 25px;
	font-size: 13px;
}
.tarifs li {
	font-size: 13px;
}
.module_left {
	width: 275px;
	float: left;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
#main {
	width: 595px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	float: left;
	padding: 0px 0px 30px 0px;
	background-image: url(../images/main_background.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}


/* ************** FOOTER ************* */
#footer_global {
	background-color: #516C7A;
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px;
	padding: 0px;
	color: White;
}
#footer_container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	background-color: transparent;
	background-image: url(../images/footer_3_background.gif);
	background-position: top center;
	background-repeat: no-repeat;
	overflow: auto;
}
#footer_left {
	width: 275px;
	float: left;
	margin: 0px;
	padding: 45px 0px 20px 0px;
}
#footer_middle {
	width: 275px;
	float: left;
	margin: 0px;
	padding: 45px 0px 20px 0px;
}
#footer_right {
	width: 275px;
	float: left;
	margin: 0px;
	padding: 45px 0px 20px 0px;
}

#footer_credits {
	width: 960px;
	float: left;
	margin: 0px;
	padding: 10px 0 10px 0;
}
#footer_global p, #footer_global li {
	font-size: 13px;
}
.title {
	text-transform: uppercase;
	color: Silver;
	font-size: 14px;
}
a.map {
	cursor: pointer;
	font-family: helvetica;
	line-height: 33px;
	text-transform: uppercase;
	margin-right: 26px;
	background-image: url(../images/search.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: 35px;
	display: block;
}
a.map:hover {
	text-decoration: none;
}
.lightboxlink {
	height: 30px;
	background-image: url(../images/search.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.vignette {
	border: 1px solid #9B9B9B;
	padding: 5px;
	background-color: White;
}


td, tr, p, div {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 13px;
}
p {
	margin-bottom: 5px;
	margin-top: 5px;
}
h1 {
	font-size: 30px;
}

h2 {
	margin: 10px 0;
	font-size: 25px;
}

h3, h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.small {
	font-size: 11px;
}
#footer_global p.smalldark {
background-image:url(../images/noel.gif);
background-position:right center;
background-repeat:no-repeat;
color:White;
display:block;

line-height:30px;
padding-right:36px;
}
ul {

}
li {
	text-align: left;
	padding: 0px;
	margin: 2px;
	list-style: disc;
}

.adresse {
	font-family: Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
}

/* ####################### LIENS ####################### */
a {	
	color: #2A9AD5;
	/*font-weight: bold;*/
	text-decoration: none;
}

a:hover {
	color: White;
	text-decoration: none;
}

/* ####################### ELEMENTS HTML ####################### */

hr {
	border-top: 1px dotted #708090;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

blockquote {
	margin: 10px 15px;
}

img {
	border: 0;
}

.article_seperator {
	display: block;
	width: 100%;
	background-image: url(../images/separator_background.gif);
	background-position: bottom left;
	background-repeat: repeat-x;	
}