/* Site du chateau de Ventenac en Minervois */
/* Feuille de Style CSS */
/* Version 1.0 */
/* Date /* Site du chateau de Ventenac en Minervois */
/* Feuille de Style CSS */
/* Version 1.0 */
/* Date de création : 10/10/2006 */

html, body {
	background-image: url('images/style/maquette_04.gif'); 
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #5c0303;
	scrollbar-shadow-color: #000000;
	scrollbar-face-color: #5c0303;
	scrollbar-highligh-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #5c0303;
	padding: 0px;
	margin: 0px;
}

/* Conteneur du site global */

div#conteneur {
	position: relative; 
	left: 50%; 	
	top: 2px; 
	/*width: 945px; */
	width: 715px;
	/*height: 650px; */
	/*margin-left: -472px; */
	margin-left: -357px;
	text-align: left; 
	border: solid #5c0303 1px;
	background-image: url('images/style/rallonge_gauche.gif');
	background-repeat: repeat-y;
}

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

/* Header */

div#header {
	height: 177px;
	width: 100%;
}
div#headergauche {
	float: left;
	height: 177px;
	/*width: 182px;*/
	width:150px;
	background: url(images/style/haut_gauche.gif) no-repeat;	
}
div#headerbanniere {
	float: right;
	height: 177px;
	padding-top: 8px;
	/*width: 763px;*/
	width: 565px;
	background: url(images/style/header.gif) no-repeat;
}

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

/* bottom */

div#bottom {
	position: relative;
	margin: 0px;
	height: 32px;
	width: 100%;
}
div#bottomgauche {
	float: left;
	margin-left: 0px;
	height: 32px;
	/*width: 182px;*/
	width: 150px;
	background: url(images/style/bas_gauche.gif) no-repeat; 
}
div#bottomdroite {
	float: right;
	margin-right: 0px;
	height: 32px; 
	/*width:763px; */
	width: 565px;
	vertical-align: text-bottom;
}

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

/* Conteneur du texte défilant pour message alerte alcool */

div#defilant {
	position: absolute; 
	top: 179px; 
	/*width: 945px; */
	width: 715px;
	height: 20px;
	background-color: #CCCCCC;
	border: solid #000000 1px;
}

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

/* Conteneur menu vertical */

div#menugauche {
	/*	position: relative;*/
	float: left;
	top: 177px; /*width: 182px;*/
	width: 150px;
	background: url(images/style/rallonge_gauche.gif);
	background-repeat: repeat-y;
} 

.menugauche {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 8px;
	margin-bottom:10px;
}

.menugauche li {
	margin-bottom: 3px;
	margin-left: 17px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF1F0;
}

div#menugauche p {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 130px;
	height: 35px;
	text-align: center;
	padding-top: 9px;
}

/*Caractéristique des liens dans la partie menu à gauche*/

div#menugauche a {
	font: bold 12px Lucida Calligraphy;
	color: #FFF1F0;
	text-decoration: none;
}

div#menugauche a:hover {
	font: bold 12px Lucida Calligraphy;
	color: #FFBDBD;
	text-decoration: none;
}

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

/*cadre central du site contenant les informations*/

div#antipadd {
	padding: 0;
	margin: 0;
	/*float: right;*/
	width: 545px;
	/*margin-left: 210px;*/
	margin-left: 155px;
/*	background-color: #000000;*/
/*	border: 1px solid #000000;*/
	height: 620px;
}

html>body div#antipadd {
	height: auto;	
	min-height: 620px;
}

div#centre {
	width: 535px;
	margin: 5 10 5 10;
	text-align: justify;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	font: bold 21px BlackChancery, Arial, Helvetica, sans-serif;
	color: #5c0303;
	text-align: center;
}

h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #5c0303;
	text-align: left;
	margin-left: 10px;
}
/* -------------------------------------------------------------------------------------- */

/* Liens */

a:link {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #CCCCCC;
}

/* Liens de téléchargement */

.adownload {
	font: bold 15px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #5c0303;
}

.adownload:hover {
	font: bold 15px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;
}

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

/* balise image calibrée */

img {
	border: 0;
	vertical-align: middle;
	text-align: center;
}

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

/* Police standart */

p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
