

body {
	background: url(images/background.gif);
	font-family: trebuchet MS, sans-serif;
	font-size: 100%;
}

div#container {


        position:absolute;               /* caractéristique du Corps du site sous TOUTES LES ZONES*/
	left:50%;
	top:50px;
	border-left: 5px #E2E4DE solid;
	border-right: 5px #E2E4DE solid;
        margin-left:-450px; /* Cette valeur doit être la moitié négative de la valeur du width */
	margin-top:-325x; /* Cette valeur doit être la moitié négative de la valeur du height */
	width:900px;
	height:650px;
	background-color:#CE128B;
	padding:0px;
}








/*	width: 800px; /* MUST BE 100% MINUS THE LEFT AND RIGHT MARGINS */
/*	height: 600px;
	text-align: center;
	margin: 0px auto;
	background: #CE128B;
}           */

/*----------------------------------------------------------------
               Gauche
-----------------------------------------------------------------*/

#title {
	position: absolute;
	display: inline; /* PREVENTS OTHER DIVS FROM WRAPPING */
	background: url(images/im1.jpg) no-repeat;
	float: left;
	margin: 130px 2%;    /* marge top + marge left */
	width: 23%;
	height: 480px;
}	

#title h1 {
	font-family: trebuchet MS, sans-serif;
	font-size: 22px;
	color: black;
	text-align: right;
	margin: 200px 30px 0 0;
}

#title h1 span {
	color: #1A658D;
}

#title h2 { 
	font-family: trebuchet MS, sans-serif;
	font-size: 17px;
	color: #000000;
	text-align: center;
	margin: -1px 10px 0 0;        /* marge d'interligne + marge de droite+ */
}

#title h3 {
	font-family: trebuchet MS, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin: -5px 10px 2px 0px;        /* marge d'interligne + marge de droite+ */
}


               /* PAGE CARTES MENUS */

#title2 {
	position: absolute;
	display: inline; /* PREVENTS OTHER DIVS FROM WRAPPING */
	background: url(images/im2.jpg) no-repeat;
	float: left;
	margin: 130px 2%;    /* marge top + marge left */
	width: 23%;
	height: 480px;
}

#title2 h1 {
	font-family: trebuchet MS, sans-serif;
	font-size: 22px;
	color: black;
	text-align: right;
	margin: 180px 30px 0 0;
}

#title2 h1 span {
	color: #1A658D;
}






          



         /* PAGE VINS */

#title3 {
	position: absolute;
	display: inline; /* PREVENTS OTHER DIVS FROM WRAPPING */
	background: url(images/im3.jpg) no-repeat;
	float: left;
	margin: 130px 2%;    /* marge top + marge left */
	width: 23%;
	height: 480px;
}

#title3 h1 {
	font-family: trebuchet MS, sans-serif;
	font-size: 22px;
	color: black;
	text-align: right;
	margin: 180px 30px 0 0;
}

#title3 h1 span {
	color: #1A658D;
}

 
 
         /* PAGE EVENEMENTS */

#title4 {
	position: absolute;
	display: inline; /* PREVENTS OTHER DIVS FROM WRAPPING */
	background: url(images/im4.jpg) no-repeat;
	float: left;
	margin: 130px 2%;    /* marge top + marge left */
	width: 23%;
	height: 480px;
}

#title4 h1 {
	font-family: trebuchet MS, sans-serif;
	font-size: 22px;
	color: black;
	text-align: right;
	margin: 200px 30px 0 0;
}

#title4 h1 span {
	color: #1A658D;
}








/*----------------------------------------------------------------
               bandeau
-----------------------------------------------------------------*/

#title1 {
	position: absolute;
	display: inline; /* PREVENTS OTHER DIVS FROM WRAPPING */
	background: url(images/bandeau3.jpg) no-repeat;
	float: left;
	margin: 0px 0%;   /* marge top + marge left */
	width: 100%;
	height: 120px;
}	



/*------------------------------------------------------------------
               STYLES FOR THE NAVIGATION MENU DIV
------------------------------------------------------------------*/

#nav {
	background: url(images/separator1.jpg) no-repeat;
	display: inline;
	position: absolute;
	margin-top: 70px;
	margin-left: 27%;
	width: 30%;
	height: 100%; /* MUST BE 100% FOR SEPARATOR IMAGE TO BE VISIBLE */
}

#nav ul {
	font-size: 15px;
        font-weight: bold;
	list-style: none;
	margin-left: -48px;
	margin-top: 108px; /* DEPENDING ON THE NUMBER OF LINKS IN THE NAVBAR, AND THE SIZE OF THE BACKGROUND IMAGES, YOU MAY NEED TO ADJUST THIS NUMBER TO VERTICALLY CENTER THE NAVBAR */
}

#nav ul li {
	line-height: 36px; /* HEIGHT OF BACKGROUND IMAGE */
	margin-bottom: 10px; /* SPACES OUT LIST ITEMS */
}

#link1 {background: url(images/nav/icone1.png) no-repeat;}
#link2 {background: url(images/nav/icone1.png) no-repeat;}
#link3 {background: url(images/nav/icone1.png) no-repeat;}
#link4 {background: url(images/nav/icone1.png) no-repeat;}
#link5 {background: url(images/nav/icone1.png) no-repeat;}
#link6 {background: url(images/nav/icone1.png) no-repeat;}

#nav ul li a:link, #nav ul li a:hover, #nav ul li a:visited {
	display: block; /* THIS MAKES THE ENTIRE LIST ITEM CLICKABLE (NOT JUST TEXT) */
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	text-indent: 45px; /* espace entre icones et texte */
}

#nav ul li a:link, #nav ul li a:visited {
	/*border-right: 5px #E29A5F solid; */
}

#nav ul li a:hover {
	/*border-right: 5px #1A658D solid; */
	color: #3CA5DC;
}

#nav ul li a#active {
	/*border-right: 5px #1A658D solid; */
	color: #000000;
}

/*-----------------------------------------------------------------
                  STYLES FOR THE CONTENT DIV
-----------------------------------------------------------------*/

#content {
	position: absolute;
	display: inline;
	background: url(images/salle1.jpg) repeat fixed center right; /* POSITION MUST BE CENTER-RIGHT TO SHOW UP CORRECTLY IN FF */
	width: 52%; /* WIDTH = 100% - (MARGIN-RIGHT + MARGIN-LEFT) */
	height: 490px; /* HEIGHT = CONTAINER HEIGHT - (MARGIN-TOP + MARGIN-BOTTOM + BORDER-TOP + BORDER-BOTTOM) */
	margin: 120px 2% 10px 45%;
	border: 2px #1A658D solid;
	overflow: auto;
}

#content h1 {
	color: #1A658D;
	font-size: 2em;
	margin-left: 10px;
}



#content p {
	margin: 5px 5px 0 5px;
	text-align: justify;
	text-indent: 1em;
}



#content a {
	color: #CD128B;     /* couleur des liens */
	text-decoration: underline;
	letter-spacing: 0.1em;
}


/*-----------------------------------------------------------------
                  STYLES FOR THE CONTENT menu
-----------------------------------------------------------------*/

#content1 {
	position: absolute;
	display: inline;
	background: url(images/montagemenu.jpg) repeat fixed center right; /* POSITION MUST BE CENTER-RIGHT TO SHOW UP CORRECTLY IN FF */
	width: 52%; /* WIDTH = 100% - (MARGIN-RIGHT + MARGIN-LEFT) */
	height: 490px; /* HEIGHT = CONTAINER HEIGHT - (MARGIN-TOP + MARGIN-BOTTOM + BORDER-TOP + BORDER-BOTTOM) */
	margin: 120px 2% 10px 45%;
	border: 2px #1A658D solid;
	overflow: auto;
}

#content1 h1 {
	color: #1A658D;
	font-size: 2em;
	margin-left: 10px;
}

#content1 p {
	margin: 5px 5px 0 5px;
	text-align: justify;
	text-indent: 1em;
}
	
#content1 a {
	color: #CD128B;     /* couleur des liens */
	text-decoration: underline;
	letter-spacing: 0.1em;
}


/*-----------------------------------------------------------------
                  STYLES FOR THE CONTENT vins
-----------------------------------------------------------------*/

#content2 {
	position: absolute;
	display: inline;
	background: url(images/montagevin2.jpg) repeat fixed center right; /* POSITION MUST BE CENTER-RIGHT TO SHOW UP CORRECTLY IN FF */
	width: 52%; /* WIDTH = 100% - (MARGIN-RIGHT + MARGIN-LEFT) */
	height: 490px; /* HEIGHT = CONTAINER HEIGHT - (MARGIN-TOP + MARGIN-BOTTOM + BORDER-TOP + BORDER-BOTTOM) */
	margin: 120px 2% 10px 45%;
	border: 2px #1A658D solid;
	overflow: auto;
}

#content2 h1 {
	color: #1A658D;
	font-size: 2em;
	margin-left: 10px;
}

#content2 p {
	margin: 5px 5px 0 5px;
	text-align: justify;
	text-indent: 1em;
}
	
#content2 a {
	color: #CD128B;     /* couleur des liens */
	text-decoration: underline;
	letter-spacing: 0.1em;
}








/*-----------------------------------------------------------------
                  Bas de page
-----------------------------------------------------------------*/
#footer{                                  /* caractéristique emplacement pied de page*/

        position: absolute;
        margin-top: 620px;
        text-align: center;
        margin-left: 10%;
	width:100%;
	font-size: 14px;
	height:auto;
	color:#ffffff;
/*	background-color:#BFD2D3; */
}

#footer a{                               /* couleur police derniere partie */
color:#ffffff;
font-weight:400;
text-decoration:underline;
}

#footer a:hover{                          /* couleur police et soulignement du lien au passage de souris */
color:black;
text-decoration:underline;
}
