@charset "UTF-8";
/* CSS Document */

/* 
--------------------------------------------

Date de création : 07/01/2010
Site : Chalets Vittupiers
Créateur : Cédric Aldegheri

------------------------------------------*/

/* RESET
------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 

/* GLOBAL
------------------------------------------*/
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.625em;
	background:#895c36 url(../images/fond-bandeau-haut.jpg) 0 0 repeat-x;

}
#conteneur
{
	margin:auto;
	width:1000px;
}

	/* GENERIQUE
	------------------------------------------*/
	.floatR
	{
		float:right;
	}
	.floatL
	{
		float:left;
	}
	.spacer
	{
		clear:both;
		height:0px;
	}
	.invisible
	{
		overflow:hidden;
		height:0px;
		width:0px;
		display:block;
	}
	a, a:hover, a:active, a:visited
	{
		color:#FFF;
		text-decoration:none;
	}
	a:hover
	{
		text-decoration:underline;
	}

/* HEADER
------------------------------------------*/

/* CENTRE
------------------------------------------*/
#center
{
	height:125px;
	padding:0 50px;
}
#center h2
{
	height:15px;
	padding-top:20px;
	text-align:right;
}
#center div#menu1
{
	float:left;
	width:560px;
}
#center div#menu2
{
	margin-left:560px;
	width:340px;
}
#center div ul
{
	padding:8px 0 0 10px;
}
#center div ul li
{
	float:left;
	margin-left:20px;
}
#center div ul li a
{
	display:block;
	width:90px;
	height:90px;
}
	/* IMAGES MENU
	------------------------------------------*/
	a#entre
	{
		background:url(../images/menu.jpg) 0 0 no-repeat;
	}
	a#galerie
	{
		background:url(../images/menu.jpg) -90px 0 no-repeat;
	}
	a#madriers
	{
		background:url(../images/menu.jpg) -180px 0 no-repeat;
	}
	a#poteaux
	{
		background:url(../images/menu.jpg) -270px 0 no-repeat;
	}
	a#parti
	{
		background:url(../images/menu.jpg) -360px 0 no-repeat;
	}
	a#loisirs
	{
		background:url(../images/menu.jpg) -450px 0 no-repeat;
	}
	a#pros
	{
		background:url(../images/menu.jpg) -540px 0 no-repeat;
	}
	/* IMAGES MENU :HOVER
	------------------------------------------*/
	a#entre:hover
	{
		background:url(../images/menu.jpg) 0 -90px no-repeat;
	}
	a#galerie:hover
	{
		background:url(../images/menu.jpg) -90px -90px no-repeat;
	}
	a#madriers:hover
	{
		background:url(../images/menu.jpg) -180px -90px no-repeat;
	}
	a#poteaux:hover
	{
		background:url(../images/menu.jpg) -270px -90px no-repeat;
	}
	a#parti:hover
	{
		background:url(../images/menu.jpg) -360px -90px no-repeat;
	}
	a#loisirs:hover
	{
		background:url(../images/menu.jpg) -450px -90px no-repeat;
	}
	a#pros:hover
	{
		background:url(../images/menu.jpg) -540px -90px no-repeat;
	}

/* FOOTER
------------------------------------------*/
#actu
{
	background:url(../images/cadre-actu-centre.jpg) center 0 repeat-y;
	width:500PX;
	float:left;
	margin:25px 0 0 50px;
}
#actu div#haut
{
	height:10px;
	background:url(../images/cadre-actu-haut.jpg) center 0 no-repeat;
}
#actu div#bas
{
	height:10px;
	background:url(../images/cadre-actu-bas.jpg) center 0 no-repeat;
}
#actu div#ctnNew
{
	padding:10px 45px 10px 45px;
}
#actu div#ctnNew img.floatL
{
	margin-right:10px;
}
.titre-actu
{
	color:#4c4d23;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
}
.txt-actu
{
	color:#86827e;
	font-size:1em;
}
#actu div#ctnNew a, #actu div#ctnNew a:active, #actu div#ctnNew a:hover, #actu div#ctnNew a:visited
{
	color:#727047;
	float:right;
	text-decoration:underline;
}
.gras-actu
{
	color:#4c4d23;
	font-weight:bold;
	text-transform:uppercase;
}
#coord
{
	padding:60px 0 0 580px;
}
#coord p
{
	color:#FFFFFF;
	font-size:1.3em;
	margin-bottom:10px;
}
#coord span
{
	font-size:1.3em;
}
#coord a, #coord a:active, #coord a:hover, #coord a:visited
{
	padding:0;
	margin:0;
	font-size:1em;
}