/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable,
   because underlines obscure the shapes of the lower halves of words */
:link, :visited {
	text-decoration: none
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input {
	margin: 0;
	padding: 0
}

/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img {
	border: none
}

/* de-italicize address */
address {
	font-style: normal
}

/* sup */
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* more varnish stripping as necessary... */

body {
	margin: 0px;
	color: #000000;
	line-height: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(/media/images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #F4EED3;

}

/* ORIANE C KOI CA? */
body#accueil {
	background-image: url(/media/images/bg_accueil.jpg);
	background-position: center top;
	background-repeat: no-repeat;

}

#colonne_gauche_accueil {
	float: left;
	width: 332px;
}

#colonne_droite_accueil {
	float: left;
	width: 310px;
}

a.bt_entrez {
	margin-top: 55px;
	margin-left: 45px;
	display: block;
}

a.bt_enter {
	margin-top: 105px;
	margin-left: 45px;
	display: block;
}

.logo_accueil {
	margin-top: 120px;
	margin-left: 35px;
}

a.drapeau {
	margin-right: 10px;
}

#bt_drapeau {
	margin-left: 35px;
	margin-top: 20px;
}

#conteneur_accueil {
	width: 645px;
	height: 100%;
	margin: 0px auto;

}

a {
	text-decoration: none; /*color:#FFFFFF;*/
}

a:hover {
	text-decoration: none;
	color: #000;
}

b {
	color: #000000;
}

/*.container {
	width: 901px;
	height: 100%;
	margin: 0px auto;
	background-color: #FFF;
}*/

#conteneur_index {
	width: 960px;

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;


}

#conteneur {
	height: 100%;
	margin: 0 auto;
	background-color: #FFF;
}

#colonne_gauche {
	margin-top: -42px;

}



#menu {
	background-color: #820019;
	padding-top: 10px;
	padding-bottom: 20px;
}

#menu h3 {
	margin-bottom: 8px;
}

#menu a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding-top: 9px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif
}

#menu a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #DBCBA7;
	display: block;
	padding-top: 9px;
	padding-left: 30px;

}

#menu_haut {

	color: #FFF;
	padding-top: 10px;
	height: 32px;
	background-color: #82001A;
}

.menu_haut_list {
	text-align: right;
}

#menu_haut li {
	display: inline;
}

#menu_haut a {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 5px;
	color: #FFF;

}

#menu_haut a:hover {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 5px;
	color: #E11A21;
	padding-top: 10px;

}

.carre_top {
	background: #82001a;
	width: 300px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;

}

.carre_top h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	margin: 8px 0 0 15px;
}

th, td, caption {
	padding: 0;
}

.carre_center {
	background: #c01f25;
	width: 300px;

}

.carre_bottom {
	background-image: url(/media/images/carre_bottom.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 300px;
}

.bande_blanche {
	background-color: #FFF;
	padding-bottom: 120px;
}

.white-content {
	background: url(/media/images/bg_ombre.jpg) no-repeat;
	min-height: 275px;
	padding: 25px;

	color: #484848;

}

.white-content img {

	margin: 3px 20px 5px 0;
}

.white-content a {
	color: #820019;

}

.white-content a:hover {
	color: #343434;

}

h1 {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #797979;
	text-transform: uppercase;
	padding-left: 0;
	margin-bottom: 20px;

}

h2 {
	font-size: 15px;
	letter-spacing: -1px;

}

h4, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

h2,
h4 {
	text-transform: uppercase;
}

h3 {
	font-size: 15px;
	color: #CB092F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h4 {
	font-size: 13px;
}

h5 {
	color: #000;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
	text-transform: uppercase;
}



.gris {
	color: #797979;
}

.texte_carre {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 15px 15px 0 15px;
}

.date {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.texte_carre a,
a.bt_savoir {
	margin-top: 5px;
	display: block;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.texte_carre a:hover,
a:hover.bt_savoir {
	margin-top: 5px;
	display: block;
	color: #820019;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#footer {

	border-top: 3px solid #b70829;
	background-color: #FFF;
	padding-bottom: 50px;
}

.espacement_footer a {
	color: #8F8F8F;
}

.espacement_footer a:hover {
	color: #666;
}

#centre_footer {
	width: 960px;
	height: 100%;
	margin: 0px auto;
	padding-top: 7px;
}

a.bt_footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C02025;
	line-height: 12px;
	text-align: center;
	float: left;
	padding-top: 15px;
	padding-left: 36px;
	padding-right: 33px;

}

a.bt_footer_en {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C02025;
	line-height: 12px;
	text-align: center;
	float: left;
	padding-top: 15px;
	padding-left: 33px;
	padding-right: 33px;
}

.noir {
	color: #000000;
}

.espacement_footer {
	padding-left: 40px;
	color: #8F8F8F;
	font-size: 11px;
}

.petit_texte {
	font-size: 11px;
	color: #000;
	line-height: 18px;
}

.texte_12 {
	font-size: 12px;
}

a.sous_menu_grace {
	padding: 6px;
	font-weight: bold;
	font-size: 12px;
	background-color: #820019;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-right: 5px;

}

a:hover.sous_menu_grace {
	padding: 6px;
	font-weight: bold;
	font-size: 12px;
	background-color: #343434;
	color: #FFF;
	margin-right: 5px;
}

.description_photo {
	font-size: 9px;
	line-height: 12px;
	display: block;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.legende {
	font-size: 11px;
	display: block;
	padding-top: 60px;
	padding-left: 80px;
	background-image: url(/media/images/guillemet.jpg);
	background-repeat: no-repeat;
	padding-right: 40px;
	font-family: "Courier New", Courier, monospace;
	color: #820019;
	line-height: 18px;
	padding-bottom: 10px;
}

.legende-margin {
	margin-top: 100px;
}

.recette {
	display: block;
	padding-top: 60px;
	padding-left: 80px;
	background-image: url(/media/images/onglet.jpg);
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-bottom: 10px;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}

.recette b {
	font-size: 16px;
	background-image: url(/media/images/onglet.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: normal;
	background-position: center top;
	font-weight: bolder;
}

strong {
	font-size: 14px;
}

/**css sologroup-team@sologroup.gs**/

.uppercase {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.black {
	color: #000;
}

.ul-padding-left {
	padding-left: 300px;
}

.ul-birthday {
	padding-left: 250px;
}

.img-expos {
	margin-bottom: 20px;
}

.page-title {
	font-size: 17px;
	padding-left: 0;
}

.no-margin ul,
.no-margin,
.no-margin h2,
.no-margin p {
	margin: 0;
}

.no-margin-top p {
	margin-top: 0;
}

.no-style-type {
	list-style-type: none;
}

.title {
	font-size: 18px;
}

.img-box-index {
	margin-top: 15px;
	border: 1px solid #871919;
}

.video-passions {
	margin-right: 20px;
}

#table-tarifs-membres,
#table-tarifs,
.table-tarifs-location,
#table-equipements {
	border: 2px solid #797979;
	border-collapse: collapse;
}

#table-tarifs-membres td,
#table-tarifs td,
.table-tarifs-location td,
#table-equipements td,
#table-tarifs th,
.table-tarifs-location th {
	border-bottom: 1px solid #797979;
	border-left: 1px solid #797979;
	padding: 6px 8px;
}

#table-tarifs-membres th,
#table-equipements th {
	border-bottom: 2px solid #797979;
	border-left: 1px solid #797979;
	padding: 6px 8px;
}

#table-tarifs {
	width: 300px;
}

#table-tarifs-membres {
	width: 600px;
}

.table-tarifs-location
{
	width: 500px;
}

#table-equipements {width:660px;}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.liste-fiduciaires {
	margin-left: 20px;
}

/**slider**/
#collection-slider {
	width: 400px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#collection-sliderContent {
	width: 400px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
}

.collection-sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}

.collection-sliderImage span {
	position: absolute; /* important */
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 374px;
	background-color: #000;
	filter: alpha(opacity = 70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	top: 0;

	/*
		   if you put
		   top: 0; -> the box with text will be shown at the top of the image
		   if you put
		   bottom: 0; -> the box with text will be shown at the bottom of the image
	   */
}

.clear {
	clear: both;
}

img.diner {
	margin-left: 35px;
}

.small {
	font-size: 0.75em;
	margin-top: 0;
}

.img-index {
	border: 1px solid #000;
	padding: 1px;
	margin-right: 5px;
}

.bande-grise-top {
	border-bottom: 10px solid #820019;
}

.video {
	padding-right: 10px;
}

.contact {
	margin-top: 20px;
}

.contact h3,
.contact p {
	margin: 0;
}

.no-margin-right {
	margin-right: 0;
}

.no-style-type-list {
	list-style-type: none;
}

.map {
	margin-top: 20px;
	border: 1px solid #000;
}

.img-border {
	border: 1px solid #000;
}

.no-margin-paragraph {
	margin: 0;
}

fieldset {
	border: none;
}

.exponent {
	vertical-align: super;
	position: relative;
	top: -0.5em;
	font-size: 50%;
}

.drapeau a img{float:left;
margin-right:5px;}

.ui-accordion .ui-accordion-header {
    padding: 10px 5px 10px 25px;
}

.ui-tabs .ui-tabs-nav li a {padding:5px 10px 5px 10px;}

.tab-header {margin: 0;}


