@import    "typo.css";
@import		"normalisation.css";



#container {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	}



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

#header {
	float:left;
	width: 860px;
	height:100px;
	margin-top:50px;
}

#logo {
	float:left;
	width: 178px;
	height:100px;
}

#flag {
	float:left;
	width:82px;
	height:100px;
}

.flags {
	text-align: right;
	padding-top:62px;
}

#navigation {
	float:left;
	width:600px;
	height:100px;
}

#menu {
	font-weight: bold;
	list-style:none;
	line-height:1;
	text-align: right;
}

#menu a {
	color:#333333;
}
	
#menu a:hover {
	color:#990066;
}
	
#menu li {
	letter-spacing:0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 25px;
	font-size: 13px;
	line-height: 17px;
	list-style:none;
 }

#menu li.active {
	color:#990066;
}
		
#menu li.active a {
	color:#990066;
}


.spacer {
	height: 30px;
	width: 860px;
	float: left;
}




/*-  GALLERY
-----------------------------------------------------------------------*/

#home {
	float:left;
	width:860px;
	height:300px;
}

#gallery {
	float:left;
	width:860px;
	height:300px;
}

/*-  INTROS
-----------------------------------------------------------------------*/

#intros {
	float:left;
	width:860px;
	height:170px;
}

#intro1 {
	float:left;
	width:268px;
	height:170px;
	margin-right:27px;
}

#intro2 {
	float:left;
	width:268px;
	height:170px;
	margin-right:27px;
}

#intro3 {
	float:left;
	width:270px;
	height:170px;
}


/*-  CONTENT
-----------------------------------------------------------------------*/

#content {
	float:left;
	width:860px;
	height:500px;
}

#banniere {
	float:left;
	width:860px;
	height:80px;
}


#cols {
	float:left;
	width:860px;
	height:420px;
}

#col1 {
	float:left;
	width:268px;
	height:420px;
	margin-right:27px;
}

#col23 {
	float:left;
	width:565px;
	height:420px;
}

#col2 {
	float:left;
	width:268px;
	height:420px;
	margin-right:27px;
}

#col3 {
	float:left;
	width:270px;
	height:420px;
}

#cgv {
	font-size: 11px;
	line-height: 1.4em;
	text-align:justify;
	margin-top:30px;
	float:left;
	width:860px;
	height:390px;
	
}

.map {
	margin-top:20px;
}

#list {
	list-style-image: url(../images/bullet.png);
	list-style-position: inside;
	margin-top: 10px;
}

.tarifs {
	margin-top:30px;
	margin-left: 40px;
}

.tarifs2 {
	margin-top:10px;
	margin-left: 40px;
}

.tarifs3 {
	margin-top:10px;
	margin-left: 25px;
}

/*-  FOOTER
-----------------------------------------------------------------------*/

#footer {
	float:left;
	width:860px;
	height:130px;
	margin: 0;
}
	
#footer1 {
	float:left;
	width:268px;
	height:130px;
	margin-right:27px;
}

#footer2 {
	float:left;
	width:268px;
	height:130px;
	margin-right:27px;
}

#footer3 {
	float:left;
	width:270px;
	height:130px;
}

.livre {
	text-align:left;
	margin-top:10px;
	font-size:13px;
	font-weight:bold;
	margin-left: 85px;
}

.brochure {
	text-align:left;
	margin-top:25px;
	font-size:13px;
	font-weight:bold;
	margin-left: 85px;
}

.wine {
	text-align: left;
	font-size: 11px;
	margin-top: 20px;
}

.tel {
	text-align: right;
	font-size: 11px;
	margin-top: 72px;
}

.numero {
	text-align: right;
	font-size: 15px;
	font-weight:bold;
	margin-top: 25px;
}

.copyright {
	text-align: right;
	font-size: 11px;
	margin-top: 27px;
}



.clear {
  	clear: both;
}

