/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 03
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- COULEURS --- */

/* Note: vous pouvez modifier simplement l'aspect de ce gabarit en modifiant
   uniquement les couleurs de fond (propriétés background) et les couleurs
   du texte (propriété color).
   Pour modifier la disposition des blocs, voir plus bas dans la feuille de
   styles la partie «positionnement». */

/* Général */
body {
	background:transparent url(images/pelouse.gif);
		font-size: 11px;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Page */
#global {
	/*background: transparent url(images/Club-des-cent-cravates_04.gif) repeat-y 0 0;*/
}
#global2 {
	background: transparent url(images/Club-des-cent-cravates-large_03.png) no-repeat 0 0;
}

/* Navigation */
#navigation {
	background: none;
}
#navigation a {
	color: #000;
}

/* Contenu principal */
#contenu {
	color: #363B29;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}



/* Pied de page */
#pied {
	color: #E6A948;
}


/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	/*height: 100%;  Voir -> Note 1 ci-dessous */
}
body {
	padding: 0;
}
#global {
	/*min-height: 100%; -> 1 */
	width: 954px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
	margin-top: 20px; /* -> 3 */
	margin-bottom: 30px; /* -> 3 */

}
#global2 {
	/*height: 100%;  -> 1 */
	width: 100%;
	height: 875px;
}

/* Menu de navigation */
#navigation {
	padding: 35px 0 12px 50px;
}
#navigation ul {
	margin: 0;
	list-style: none;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 6px 0px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* En-tête */
#entete {
	padding: 15px 20px 10px 20px;
	height:150px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}


/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%; /* -> 5 */
	overflow: hidden; /* -> 5 */
}

/* Menu de navigation */
#gauche {
	width: 210px;
	float: left; /* -> 6 */
	padding:0 0 0 90px;
}
#gauche ul {
	margin: 0;
	padding:20px 10px;
	list-style: none;
	line-height:12px;
}
#gauche ul li{
  margin:0; 
  padding:0;
  line-height:12px;
  	border:1px solid #F2F2F2;
}
#gauche ul li a {
  margin:0 0 0 0;
	display: block;
	padding: 8px 10px 6px 15px;
	font-weight:bold;
	font-size: 15px;
	text-decoration: none;
	color:#000;
	background:transparent url(images/fleche.gif) 0 8px  no-repeat;	
}
#gauche ul li a:hover {
	color:#CCC;
	background:transparent url(images/flecheo.gif) 0 8px  no-repeat;
}
#gauche ul dd ul {
	margin: 0;
	padding:0;
	list-style: none;
	line-height:12px;
}
#gauche ul dd ul li{
  margin:0; 
  padding:0;
  line-height:12px;
  border:1px solid #F2F2F2;
}
#gauche ul dd ul li a {
  margin:0 0 0 0;
	display: block;
	padding: 8px 0px 2px 15px;
	font-weight:bold;
	font-size: 15px;
	text-decoration: none;
	color:#000;
	background:transparent url(images/fleche.gif) 0 8px  no-repeat;	
}
/* Contenu */
#contenu {
	margin-left: 315px; /* -> 8 */
	margin-top:19px;
	padding: 5px 30px 10px 20px;
  height:515px;
  overflow:auto;
  width:560px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

#ballon
{
	background:transparent url(images/ballond_05.gif) 0 0  no-repeat;
	width:90px;
	height:90px;
  position:absolute;
  z-index:1000;
  left:965px;
  margin-top:-25px;
}

/* Pied de page */
#pied {
	padding: 8px 20px 15px 20px;
	font-size: .85em;
	width:777px;
	margin:0px 20px 0px 20px;
}
#pied p {
	margin: 30px 0 0 0;
}
/* Menu de navigation */

#pied ul {
	margin: 0;
	list-style: none;
}
#pied li {
	display: inline;
}
#pied ul li a {
	padding: 6px 20px;
	line-height: 1.5;
	text-decoration: none;
	color:#FFF;
}


#copyright {
	text-align: left;
	font-size: 1em;
}

ul.points_de_vente{
  list-style-type:none;
  padding:0;
  margin:0;
}

ul.points_de_vente li{
  list-style-type:none;
  margin:10px 0 10px 0;
  padding:5px;
  border: 1px solid #ccc;
  height:108px!important;
  min-height:108px;
}

ul.points_de_vente li div.image{
  height:105px;
  width:70px;
  margin:0 15px 0 5px;
  float:left;
  border:1px solid #CCC;
}

ul.points_de_vente li div.logo{
  height:105px;
  width:107px;
  margin:0 5px 0 5px;
  float:right;
  border:1px solid #CCC;
}

img.left{
  padding:5px;
  margin:0 15px 0 5px;
  float:left;
  border:1px solid #CCC;
}

div.logo{
  height:105px;
  width:107px;
  margin:0 5px 0 5px;
  float:right;
  border:1px solid #CCC;
}

td{
  vertical-align:top;
}
input.focus{
  background-color:#CCC;
}
textarea.focus{
  background-color:#CCC;
}
/* --- NOTES ---

1.	Pour pouvoir utiliser une hauteur (height) ou une hauteur minimale
	(min-height) sur un bloc, il faut que sont parent direct ait lui-même une
	hauteur déterminée (donc toute valeur de height sauf "auto": hauteur en
	pixels, em, autres unités...).
	Si la hauteur du parent est en pourcentage, elle se réfère alors à la
	hauteur du «grand-père», et ainsi de suite.
	Ainsi, pour pouvoir utiliser un "min-height: 100%" sur div#contenu, il nous
	faut:
	- un parent (body) en "height: 100%";
	- le parent de body également en "height: 100%".

2.	Il faut éviter que les marges des enfants de div#global ne se transmettent
	à leur parent. Notamment, le margin-top du premier enfant (ici, div#entete),
	et le margin-bottom du dernier enfant (ici, div#pied).
	On évite ce problème grâce à la propriété CSS overflow, qui bloque la
	fusion des marges. En savoir plus sur la fusion des marges:
	http://web.covertprestige.info/test
		04-blocs-imbriques-et-fusion-des-marges.html

3.	Les marges automatiques à gauche et à droite permettent de centrer notre
	bloc div#global, et donc tout le site.
	Pour aligner div#global à gauche, on fera:
		margin-left: 0;
		margin-rigth: auto;
	Pour aligner div#global à droite, on fera:
		margin-left: auto;
		margin-right: 0;
	Pour aligner div#global à droite avec un retrait (à droite) de 100px:
		margin-left: auto;
		margin-right: 100px;

*/
.news_style{/* To indicate is news content*/
display:none;
}


.news_show /*  where news todisplay*/
{
  position:absolute;/*important*/
  background-color: white;
  color:black;
  font: normal 100% "Arial", "Lucida Grande",Verdana, Sans-Serif;
  clip:rect(0px 190px 150px 0px);/*important*/
}


.news_border/*  wrap .news_news for border*/
{
  background-color: white;
  width:190px;
  height:152px;
  font: normal 100% "Arial", "Lucida Grande",Verdana, Sans-Serif;
  border: 1px solid gray;
  padding: 5px 5px 5px 5px;
}


.news_mark /*  wrap images button and news title*/
{
  background-color:white ;
  font: normal 70% "Arial", "Lucida Grande",Verdana, Sans-Serif;
  border: 0px solid gray;
  width:190px;
  height:35px;
  color:black;
  text-align:center;
}


.news_title /*  news title display style*/
{
  font: bold 120% "Arial", "Lucida Grande",Verdana, Sans-Serif;
  border: 0px solid gray;
  padding: 5px 0 9px 5px;
  color:black;
  width:190px;
}


.news_show img /*  option this*/
{
margin-left: 5px;
margin-right: 5px;
}


.buttondiv /*  for images button*/
{
padding: 5px 5px 5px 5px;
background-color:white ;
border: 1px solid gray;
/*border-top-color: white;*/
border-bottom:none;
height:20px;
width:190px;
}


.news_move /*  for inside news slide style*/
{
position: relative; /*important*/
}


.mytable /*fix inside news slide table*/
{
width:190px;/*important-- this control how many px to left or right*/
height:150px;
vertical-align: top;
}

.mytable a/*fix inside news slide table*/
{
 color:#000;
}

#contenu table a.fiche{
	background: transparent url(images/bouton.png) no-repeat 0 0;
	display:block;
	width:150px;
	height:30px;
	color:#FFFFFF;
	text-decoration:none;
	margin:0;
	padding:0;
	text-align:center;
	padding-top:10px;
}
#contenu table a.fiche:hover{
	background: transparent url(images/boutono.png) no-repeat 0 0;
}
