@charset "UTF-8";


/* 	--------------------------------------------------------------------------------
	Redefine tags ----------------------------------------------------------------*/
	
	body {
		margin: 0; padding: 0;	
		font-family: Arial, Helvetica, Verdana;
	}
	a { color: #463C3C; }
	a:hover { color: #000; }
	
	p { margin: 0 0 10px; }
	
	
	h1 { font-size: 16px; }
	h2 { font-size: 14px; }
	h3 { font-size: 12px; }
	
	a img {border: none;}
	
/* 	--------------------------------------------------------------------------------
	Shell ------------------------------------------------------------------------*/
	
	
	#container {
		background:  url(../images/bg_content_2.png) center center repeat-y;
		margin: 0 auto;
		width: 700px;
	}
	#header {
		background:  url(../images/header.jpg) center top no-repeat;
		position: relative;
		height: 344px;
	}
	#footer {
		background: #ffcb0d;
		border-top: solid 1px #000;
		clear: both;
		padding: 20px 0 40px 0;
		position: relative;
	}
	#footer p { 
		color: #463B3C;
		font-size: 11px;
		text-align: center; 
	}
	#logo_foot {
		position: absolute;
		right: 30px;
		top: -14px;
	}
	* html #logo_foot { top: -13px; }
	.content { color: #fff; position: relative; }
	
	.col1 {
		padding: 30px 18px;
		float: left;
		width: 300px;
	}
	.col2 {
		padding: 30px 18px;
		float: right;
		width: 300px;
	}
	
	#mail {
		position: absolute;
		right: 10px; top: 170px;
		font-size: 14px;
	}
	.feries { 
		color: #000066;
		font-size: 20px;
		margin: 0;
		position: absolute;
		top: 301px; left: 60px;
	}
	.mini {
		color: #3f3e36;
		position: absolute;
		right: 32px; bottom:9px;
		margin: 0;
	}
	
	#vid1 {
		color: #fff;
		display: block;
		font-size: 11px;
		padding: 120px 0 0;
		position: absolute;
		text-decoration: none;
		left: 121px; top: 175px;
	}
	#vid2 {
		color: #fff;
		display: block;
		font-size: 11px;
		padding: 120px 0 0;
		position: absolute;
		text-decoration: none;
		right: 128px; top: 175px;
	}
	
	
	/* PAGE INFO */
	.small { font-size: 12px; }
	#container.infos { background: url(../images/blanc_shadow.png) left top repeat-y; }
	.infos .col1 {
		background: #FF000B;
		float: left;
		padding: 0;
		line-height: 1em;
		width: 239px;
	}
	.infos .col1 .content {
		font-size: 11px;
		padding: 0 25px;
	}
	.infos .col1 .content strong {
		color: #FFC500;
	}
	.infos .col1 .content h2 { font-style: italic; margin: 10px 0 0; }
	
	
	.infos .col2 { 
		position: relative;
		float: left;
		padding: 0;
		width: 460px;
	}
	.infos .col1, .infos .col2 { padding-bottom: 30px;  }
	.infos .col2 #nav { left: -21px; }
	.infos .info_red { 
		background: url(../images/red_shadow.png) left top repeat-y;  
		color: #fff;
		font-weight: bold; 
		font-style: italic; 
		padding: 0 8px 0 30px;
	} 
	
	.infos .cols2colors {
		background: url(../images/info_2col.png) left top repeat-y;
		padding: 10px 0;
	}
	.infos .col2 .col1 {
		background: 0;
		padding: 0 0 0 31px;
		width: 191px;
	}
	.infos .col2 .col2 {
		background: none;
		color:  #fff;
		padding: 0 0 0 15px;
		width: 214px;
	}
	
	.infos .col2 .col1 h2, .infos .col2 .col2 h2 { font-size: 18px; }
	.carte {
		background: url(../images/carte.png) top left no-repeat;
		display: block;
		font-size:17px;
		font-style:italic;
		font-weight:bold;
		width: 407px; height: 218px;
		padding: 124px 0 0 53px;
		/*460 342*/
	}
	
	/*******************************/
	/*  Gallery */
	/*******************************/
	
	.photosGallery a {
		display: block;
		float: left;
		text-align: center;
		vertical-align: bottom;
		width: 180px; height: 180px;
	}
	.col1 .photosGallery {
		margin: 141px 0 0 0;
	}
	.col2 .photosGallery {
		padding: 0 0 0 20px;
	}
	.col2 .photosGallery a { margin: 0 10px 0 0; }
	
/* 	--------------------------------------------------------------------------------
	Nav --------------------------------------------------------------------------*/
	#nav {
		list-style-type: none;
		position: absolute;
		margin: 0; padding: 0;
		float: right;
		left: 216px; top: 14px;
	}
	#nav li {
		color: #453B3B;
		float: left;
		font-size: 17px;
		font-weight: bold;
		margin: 0 20px 0 0;
	}
	#nav li a {
		color: #666565;
		font-weight: normal;
		text-decoration: none;
	}
	#nav li a:hover { font-weight: bold; }




/* 	--------------------------------------------------------------------------------
	Autre ------------------------------------------------------------------------*/
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;} /* IE7 */
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */
* html .clearfix { height:1px; } /* IE6 */


/* Hack IE pour png 
{ background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img_header_02.png", sizingMethod="crop");}
*/
