@import url('contents.css');
@import url('galleriffic.css');


body
{
/* couleur thème hiver 
background-color: #9b847e;*/
/* couleur thème été */
background-color: #f7f3d0;
margin: 10px 0 0 0;
padding: 0;
font-family: "Arial", serif;
color: #fff;
text-align: center;
}

img {
	border: none;
	}

#page
{
background-image: url(images/ete/tapisserie2.jpg);
background-repeat: no-repeat;
width: 960px;
height: 680px;
margin: 0 auto;
padding: 0;
}

#menu_home
{
width: 960px;
height: 122px;
font-size: 15px;
padding: 4px 0 0 0;
margin: 0;
}

	ul#navigation
	{
	list-style-type: none;
	text-align: center;
	line-height: 22px;
	margin: 15px 0 0 20px;
	padding: 0;
	}
		ul#navigation li
		{
		display: block;
		float: left;
		width: 145px;
		margin-left: 5px;
		}

			ul#navigation li a
			{
			display: block;
			color: #fff;
			text-decoration: none;
			width: 144px;
			height: 22px;
			font-size: 12px;
			background: transparent url(images/boutons2.png) no-repeat 6px 0px;
			}
			ul#navigation li a:hover
			{
			background-position: 6px -22px;
			}
			ul#navigation li a.active
			{
			background-position: 6px -44px;
			}


body#codelg_en ul#navigation, body#codelg_de ul#navigation {
	margin-left: 100px !important;
	}

#baseline
{
margin: 0
padding: 0;
text-indent: -5000px;
height: 50px;
}
#baseline h1, #baseline h2 {
	height: 1px;
	font-size: 1px;
	margin: 0;
	}



#photos
{
margin: 0;
height: 250px;
width: 960px;
padding-top: 10px;
}



#contenu
{
width: 960px;
margin: 10px 0 0 0;
}

	#blocLeft div, #blocLeft_en div
	{
	margin: 2px;
	font-size: 13px;
	line-height: 18px;
	}

	#blocLeft
	{
	float:left;
	display: block;
	width: 430px;
	margin: 0 0 0 40px;;
	padding: 5px;
	height: 150px;
	}
	
	#blocLeft_en
	{
	float:left;
	display: block;
	width: 430px;
	margin: 0 0 0 240px;;
	padding: 5px;
	height: 150px;
	}
		#contenu h3
		{
		margin: 0;
		padding: 0;
		font-size: 17px;
		}

	#blocRight
	{
	float:left;
	width: 310px;
	background: url('images/fond_bloc_actu.png') no-repeat;
	padding: 10px 5px 0 5px;
	margin: 0 0 0 20px;
	height: 124px;
	}
	
	#blocRight .bloc_actu{
		padding: 0 10px !important;
		font-size: 13px;
		margin:2px 0 5px 0;
		}
		
		#blocRight h5
		{
		margin:0;
		padding: 0;
		font-size: 13px;
		text-transform: uppercase;
		line-height: 17px;
		}
		
		#blocRight h5 a {
		color: #d3d600;
		text-decoration: none;
		}

		#blocRight h5 a:hover {
		text-decoration: underline;
		}
