
/* Paramètres à modifier */
html, body {
	/* Couleur de fond de la page */
	background-color: #ae010c;
}
#header {
	/* Couleur de fond du bandeau du haut */
	background-color: #660000;
}
#date, #menu, #accueil {
	/* Couleur de fond du menu */
	background-color: #660000;
	/* Couleur du texte du menu */
	color: #FFFFFF;
}
#menu:hover, #menu:active, #accueil:hover, #accueil:active {
	/* Couleur de fond du menu en survolé */
	background-color: #990000;
}
#body_content {
	background-color: #c7b295;
}
#content {
	/* Couleur de fond du contenu */
	background-color: #FFFFFF;
	font-size: 13px;
	padding: 10px;
	line-height: 17px;
}
#slogan {
	/* Couleur de fond de la page */
	color: #FFFFFF;
}
#footer {
	/* Couleur de fond du bandeau du bas */
	background-color: #660000;
	/* Couleur du texte du copyright */
	color: #FFFFFF;
}
/* - - - */

html, body {
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0px;
	padding: 0px;
	height : 100%;
}
#top {
	background-image: url(../img/md3_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header td {
	background-image: url(../img/md3_header.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#accueil, #menu, #date {
	font-size: 14px;
	font-weight: bold;
}
#content {
	font-size: 13px;
	line-height: 17px;
}
#slogan {
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	font-size: 20px;
}
#menu, #accueil {
	font-size: 16px;
	text-decoration: none;
	line-height: 30px;
}
#menu, #accueil {
	display:block;
}
#accueil {
	background-image: url(../img/md3_menu_accueil.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#date {
	background-image: url(../img/md3_menu_date.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#content_top {
	background-image: url(../img/md3_contbody_top.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#content_bottom {
	background-image: url(../img/md3_contbody_bottom.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#down {
	background-image: url(../img/md3_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#footer {
	font-size: 12px;
}
#footer td {
	background-image: url(../img/md3_footer.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.Style1 {
	color: #660000;
	font-weight: bold;
}
/*//////////////////////////////////////// IMG ////////////////////////////////////////////*/
a #vign {
	border: 1px solid #c7b295;
}
a #vign:hover, a #vign:active {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.7;
	border: 1px solid #660000;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////*/
#lien_accueil{
	font-size:19px;
	font-weight:bold; 
	color:#000000;
	font-family: "Script MT Bold", Verdana, Arial;
	font-size:16px;
}
#lien_accueil:hover, #lien_accueil:active{
	color:#660000;
	font-family: "Script MT Bold", Verdana, Arial;
	text-decoration:none;
	font-size:19px;
}
#slogan1{
	color:#660000;
	font-family: Verdana, Arial;
	font-weight:bold;
	font-size:20px;
}
.mot_imp {
	color: #660000;
	font-weight:bold;
}
/*/////////////////////////// FOOTER ET COPYRIGHT /////////////////////////////////*/
#copyright, #a_mention a:link, #a_mention a:visited, #a_mention a:hover, #a_mention a:active, #a_sitenloc a:link, #a_sitenloc a:visited, #a_sitenloc a:hover, #a_sitenloc a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
#a_mention a:hover, #a_mention a:active {
	text-decoration: none;
	color: #c7b295;
}
.decal_copy{
	padding-bottom:1px;
}
/*////////////////////////////////////////////////////////////////////////////////*/
#title_page{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #660000;
}
li{
	list-style-image:url(../img/puce_vin.png);
	line-height:20px;
}
h3{
	font-size:18px;
	color:#660000;
}
/*////////////////////////////////////////////////////////////////////////////////*/
.lien_concept{
	color:#660000;
	text-decoration:none;
}
.lien_concept:hover, .lien_concept:active{
	color:#c7b295;
	text-decoration:underline;
}
/*////////////////////////////////////////////////////////////////////////////////*/
#tel_bandeau{
	color:#c7b295;
}