@CHARSET "ISO-8859-1";
body {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	background: #f2f2f2 url("pictures/background.gif") 0 0 repeat-x;
}
	body .page {
		padding: 0px;
		margin: auto;
		width: 900px;
	}

input, select, textarea {
	font-size: 1em;
}

.clear{
	clear:both;
}
/**********************************************************/
/*  						HEADER						 */
/********************************************************/
.header {
	position: relative;
	height: 100px;
	padding: 40px 0 0 0;
}
	.headerLogo{
		float: left;
		padding-left: 26px;
	}
	.headerMenu{
		float: left;
		/*margin: 15px 0 0 35px; //SI blog ne contient pas see you soon*/
		margin: 15px 0 0 18px;
	}

		.header .menu{
			display: block;
			float: left;
			padding: 10px 10px 0 10px;
		}
		
			.header .menu a{
				color: #ffffff;
				font-size: 16px;
				text-decoration: none;
			}
			.header .menu a:hover{
				color: #ff4e00;
			}
			.header .on a{
				color: #ff4e00;
				font-size: 16px;
			}
		
		.header .menuSeparator{
			background: url("pictures/menuSeparator.gif") 0 10px no-repeat;
			display: block;
			float: left;
			height: 25px;
			width: 8px;
		}
		.header .menuComingSoon{
			background: url("pictures/comingSoon.png") right 0 no-repeat;
			display: block;
			float: left;
			font-size: 16px;
			padding: 10px  10px 0 10px;
			color: #808080;
			height: 28px;
		}

/*.header .picture 
,.header .lng_line {
	position: relative;
	text-align: center;
}
	.header .lng_line
	,.header .lng_line2 {
		display:block;
		width:100%;
		height: 41px;
		position: absolute;
		top: 130px;
		color: #000000;
	}
	.header .lng_line2 {
		background: #efefef;
	}
	.header .lng_line .title_holder {
		margin: auto;
		width: 890px;
		text-align: left;
	}
	.header .lng_line .title_holder h1
	,.header .lng_line .title_holder span.subtitle {
		float: left;
	}
	.header .lng_line .title_holder span.subtitle {
		margin: 13px 0 0 0;
		font-size: 13px;
		font-style: italic;
	}
	.header .lng_line .title_holder h1 {
		width: 250px;
		margin: 2px 25px 0 40px;
	}	
		.header .lng_line .title_holder h1 img {
			display: none;
		}
		.header .lng_line .title_holder h1 a {
			color: #000000;
			font-size: 30px;
			font-weight: normal;
		}
		.header .lng_line .title_holder h1 a:HOVER {
			text-decoration: none;
		}
	
	.header .picture {
		margin: auto;
		display: block;
		width: 890px;
	}
		.header .picture img {
			display: block;
			width: 890px;
			height: 200px;
			border-radius:10px 75px 0 0;
		}
	.header .left_line {
		display: block;
		position: absolute;
		top:0;
		left: 35px;
		width: 270px;
		height: 200px;
		background: #ffffff;
	}*/
/**********************************************************/
/*  						FOOTER						 */
/********************************************************/
.footer {
	text-align: center;
	margin-top: 10px;
}
	
	.footer .copyright, .footer .created_by {
		color: #808080;
		font-size: 11px;
		font-style: italic;
		text-align: left;
		float: left;
		display: inline;
	}
	.footer .created_by	 {
		margin-left: 200px;
	}
	.footer .logo	 {
		float: right;
	}
/**********************************************************/
/*  					SITEMAP							 */
/********************************************************/	
.sitemap {
	color: #accaed;
	font-size: 12px;
}
	.sitemap a {
		color: #ffffff;
	}
		.sitemap a:HOVER {
			color: #ffffff;
		}
	.sitemap .columns {
		display: block;
		float: right;
		margin: 17px 0 0 46px;
	}
	.sitemap .columns h4 {
		margin: 0 0 8px 0;
	}
	.sitemap .columns li {
		list-style: none;
		padding: 0 0 0 20px;
	}
/**********************************************************/
/*  						MENU						 */
/********************************************************/
/*.menu {
	text-align: center;
}
	.menu .inner {
		margin: auto;
		width: 890px;
		background: #dfdfdf url("http://www.ilhaire.eu/template/ilhaireV1.3/css/pictures/menu_bg.png") 0 0 repeat-x;
		text-align: right;
		padding: 0;
		font-size: 20px;
		height:33px;
	}
	
	.menu li {
		list-style: none;
		float: right;
		margin: 0;
		padding: 0;
	}
	.menu a {
		display:block;
		color: #979797;
		padding: 4px 24px;
		margin: 0;
		background: url("http://www.ilhaire.eu/template/ilhaireV1.3/css/pictures/menu_separe.png") 0 0 no-repeat;
	}
	.menu a:HOVER {
		background: #dfdfdf url("http://www.ilhaire.eu/template/ilhaireV1.3/css/pictures/menu_bg.png") 0 100% repeat-x;
		text-decoration: none;
		color: #ffffff;
	} /*
/**********************************************************/
/*  						CONTENT						 */
/********************************************************/
.content {
	text-align: left;
	margin: 0 0 10px 0;
}
	.content .inner {
		position:relative;
		margin: auto;
		width: 100%;
		padding: 40px 0 15px 0;
		min-height: 350px;
		text-align: left;
	}
h3 {
	font-size: 16px;
	font-style: normal;
}
.galery { 
	position: relative;
}
	.galery .galery_full_screen { 
		display: block;
		text-align: right;
		background: url("http://www.ilhaire.eu/template/ilhaireV1.3/css/pictures/Fullscreen-icon.png") 100% 0 no-repeat;
		height: 32px;
		padding: 0 36px 0 0 ;
		line-height: 32px;
	}
/**********************************************************/
/*  						BUTTONS						 */
/********************************************************/
input[type=submit]
,input[type=button] {
	background: url("pictures/btn_bg.png") 0 0 repeat-x;
	border: 1px solid #d8d8d8;
	height: 21px;
	color:#184d8d;
	padding: 0 10px;
	font-size: 12px;
	border-radius: 5px 10px 0 5px;
}
input[type=submit]:HOVER
,input[type=button]:HOVER {
	background: url("pictures/btn_bg.png") 0 100% repeat-x;
	color: #ffffff;
}
/**********************************************************/
/*  						SHARE						 */
/********************************************************/
.share {
	float: right;
}
	/*.share .rss {
		background: url("pictures/rss.png") no-repeat;
	}
	.share .twitter {
		background: url("pictures/twitter.png") no-repeat;
	}
	.share .facebook {
		background: url("pictures/facebook.png") no-repeat;
	}*/
	.share .rss
	,.share .twitter
	,.share .facebook {
		display: block;
		width: 21px;
		height: 26px;
		background-position: 0 100%;
		padding-left: 5px;
		float: right;
	}
		.share .rss:HOVER
		,.share .twitter:HOVER
		,.share .facebook:HOVER {
			background-position: 0 0;
		}

/**********************************************************/
/*  						FORMS						 */
/********************************************************/
form.cp_forms div.column {
	float: left;
}