/* -------------------------------- */
/*          AFFINE V 1.0           */
/* -------------------------------- */

body {
	margin: 0; /* pour éviter les marges */ 
	text-align: center; /* pour corriger le bug de centrage IE */ 
	color: white;
	background-image:url('../img/bg.png');
	font: normal 80% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

a img {
  border: 0;
}

a {
  color: #FFF;
  text-decoration: none;
}

a:visited {
}

html, body, ol, ul, form, fieldset {
  margin: 0;
  padding: 0;
}

h1{
	border-bottom: 4px solid #c11215;
}

#main { 
  margin-left: auto; 
  margin-right: auto; 
  width: 800px; 
  text-align: left; /* on rétablit l'alignement normal du texte */ 

}



/* 	header, menu	*/
#header{
	border: none;
	/*background: url('../img/logo.png') no-repeat;*/
	height: 94px;
	width: 800px; 
	margin-top: 20px;
	/*padding-left:110px;*/
}
#header-logo{
	width:94px; 
	height:94px; 
	float:left;
}
#header-menu{
	background-color: none;
	width:280px;
	float:left;
	padding-left: 15px;
	margin-top: 40px;
}

#header-message{
	background-color: none;
	width: 400px;
	height: 94px;
	font: italic bold 15px Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	float: right;
}

#header ul{
  list-style: none;
}

#menu{
	padding-top: 10px;
}

#menu-small ul {
	font: normal 12px Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	color: #898989;
}
#menu-small ul li, #menu ul li {
	display: inline;
	list-style-type: none;
}
#menu ul li {
	padding-right: 15px;
}
#menu-small ul li a{ color: #898989; }
#menu-small ul li a:hover{ color: #FFF; }

#menu ul{
	font: normal 20px Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

/* icônes sur le hover des menus */
#menu-menu  a:hover{
	background: url('../img/menu_menu.png') right no-repeat;
	padding-right: 20px;
}
#menu-vins  a:hover{
	background: url('../img/menu_vins.png') right no-repeat;
	padding-right: 20px;
}
#menu-blog  a:hover{
	background: url('../img/menu_blog.png') right no-repeat;
	padding-right: 30px;
}

#menu ul li a:hover{
	
}
/* 	info à droite	*/
#header-message div{
	padding-left:20px;
	padding-top:10px;	
	float: right;
}
#header-message-big {
	width: 357px;
	height: 55px;
	background: url('../img/header_bulle_big.png') left no-repeat;
	/*background-color: red;*/
}
#header-message-big a{
	text-decoration: underline;
}
#header-message-small {
	width: 261px;
	height: 28px;
	background: url('../img/header_bulle_small.png') left no-repeat;
	/*background-color: green;*/
}

/* 	FIN header, menu	*/
/*
	Page d'accueil
*/
#accueil-restaurant {
	width: 460px;
	height: 100px;
	background: url('../img/header_bulle_big_right.png') left no-repeat;	
}
#accueil-comptoir {
	width: 460px;
	height: 100px;
	background: url('../img/header_bulle_big.png') right no-repeat;
}
.fontMsgAccueil{
	font: italic bold 15px Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

/*	SLIDER	*/
#slider{
	margin-top: 10px;
	border: 2px solid #FFF;
}
#slider-content-info{
	border: 0px solid #FFF;
}
/* Easy Slider */

#slider ul, #slider li,
#slider2 ul, #slider2 li, #slider-content-info li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:800px;
	height:239px;
	overflow:hidden; 
}
#slider-content-info li{
	width:300px;
	height:150px;
	overflow:hidden; 
}
	
/* // Easy Slider */
/*	CONTENT	*/
#content{
	margin-top:10px;
	margin-bottom:10px;
	width: 800px;
}

/* 	page d'accueil Carré	*/
#home-carres > div{
	width: 230px;
	height: 230px;
	border: 2px solid #FFF;
}
#home-carres > div > div{
	border: 0px solid #FF0000;
	padding: 5px;
	padding-right: 115px;
}

#home-fromage{
	background: url('../img/home_cube_fromage.png') no-repeat;
}
#home-vin{
	background: url('../img/home_cube_vins.png') no-repeat;
}
#home-emporter{
	background: url('../img/home_cube_emporter.png') no-repeat;
}

#content-info{
	border: 0px solid #FFF;
	width: 800px;
}
#content-info-cursor{
	background: url('../img/cursor.png') no-repeat;
	width: 23px;
	height: 12px;
}
#content-info-text{
	background: url('../img/bg_transparent.png');
	padding:10px;
	border-bottom: 0px solid #e97b02;
	border-right: 0px solid #e97b02;
	font: normal 20px "Century Gothic", "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

#content-fond-gris{
	width: 800px;
	background: url('../img/bg_transparent.png');
	padding:10px;
	font: normal 20px "Century Gothic", "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	margin-top:15px;
}


/* 	alignement	*/
.left{ float: left; }
.right{ float: right; }
#content .center {
  text-align:center;
}

/*	FIN CONTENT	*/

#footer{
	width: 800px;
	height: 20px;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 20px;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
	font-style: italic;
}

/* 	TEXT 	to add */
.smalltext{
	font: italic 10px Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	color: #FFF;
}

.orange{
	color: #e97b02;
}
.rouge{
	color: red;
}
.vert{
	color: green;
}

/*
	Formulaire
*/
#form {
	font: normal 15px Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

#form label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}

#form input, #form textarea{
	font: normal 15px Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}
.bouton{
	display: block;
	margin-top : 8px;
	border: #fff solid 1px;
	color: #fff;
	background-color: #e97b02;
	font: bold 18px Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}







