/***********************************************/
/* Body */
/***********************************************/

body {
	margin: 0;
	padding:0;
    text-align: center;
    font-size: 11px;
  	color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
	background-image: url(/img/fd_page.png);
	background-position: center top;
	background-repeat: repeat-y;
  	background-color: #000000; 
}	

html, body {	   
	scrollbar-face-color: #353535;
    scrollbar-track-color: #303030;
    scrollbar-arrow-color: #bbbbbb;
	scrollbar-shadow-color: #252525;
    scrollbar-highlight-color: #454545;
    scrollbar-3dlight-color: #404040;
    scrollbar-darkshadow-color: #202020;
}

p{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
	text-align:justify;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* h1 {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-bottom-color: #c9b468;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 4px;	
	border-top-color: #c9b468;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 4px;
	text-align: center;
	font-size: 15px;
	color:#c9b468;
	font-weight:bold;
	letter-spacing: 3px;
	background-color:#000000;
} */

h1 {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
	color:#c9b468;
	font-weight: bold;	
	/*font-style: italic;*/
}


h2 {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	border-bottom-color: #c9b468;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	font-size: 14px;
	color:#c9b468;
	font-weight: bold;	
}

h3 {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	color:#c9b468;
	font-weight: bold;	
}

h4 {
	margin-top: 20px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	border-bottom-color: #c9b468;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 2px;	
	text-align: left;
	font-size: 12px;
	color:#c9b468;
	font-weight:bold;	
}

h5 {
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 11px;
	color:#cccccc;
	font-weight:bold;	
}

h6 {
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 2px;
	margin-bottom: 10px;	
	text-align: left;
	font-size: 11px;
	color:#c9b468;
	font-weight:normal;
}

a{
	color: #c9b468;
	text-decoration: none;
}

a:hover{
	color: #ead589;
	text-decoration: underline;
}

hr {
  color: #444444;
  background-color: #444444;
  height: 1px;
  border: 0;
}

/***********************************************/
/* Blocs page */
/***********************************************/

#blocPage {
	margin: auto;
	width: 950px;
}

#blocEnseigne {
	margin: 0px;
	padding: 0px;
	height: 60px;
	background-image: url(/img/enseigne.png);
}

#blocBarre {
	margin: 0px;
	padding:0px;
	height: 29px;
	background-image: url(/img/fondbar.png);
	background-repeat:repeat-x;
}


/***********************************************/
/* Barre de menu */
/***********************************************/

a.bar1 {
	display: block ;
	width: 182px ;
	height: 29px ;
	background-image: url(/img/bar_bt_1.png);
	background-repeat: no-repeat;
	background-position: 0px -29px;
}

a.bar1:hover {
	background-position: 0px 0px;
}

a.bar2 {
	display: block ;
	width: 182px ;
	height: 29px ;
	background-image: url(/img/bar_bt_2.png);
	background-repeat: no-repeat;
	background-position: 0px -29px;
}

a.bar2:hover {
	background-position: 0px 0px;
}

a.bar3 {
	display: block ;
	width: 182px ;
	height: 29px ;
	background-image: url(/img/bar_bt_3.png);
	background-repeat: no-repeat;
	background-position: 0px -29px;
}

a.bar3:hover {
	background-position: 0px 0px;
}

a.bar4 {
	display: block ;
	width: 182px ;
	height: 29px ;
	background-image: url(/img/bar_bt_4.png);
	background-repeat: no-repeat;
	background-position: 0px -29px;
}

a.bar4:hover {
	background-position: 0px 0px;
}

a.bar5 {
	display: block ;
	width: 182px ;
	height: 29px ;
	background-image: url(/img/bar_bt_5.png);
	background-repeat: no-repeat;
	background-position: 0px -29px;
}

a.bar5:hover {
	background-position: 0px 0px;
}

/***********************************************/
/* Divers */
/***********************************************/

.cadreTexte {
	margin: 10px;
	padding: 10px;
	text-align: justify;
	background-color: #414141;
	background-image: url(/img/fd_cadre.png);
	background-repeat:repeat-x;
	border-style:solid;
	border-width: 1px;
	border-bottom-color:#000000;
	border-right-color:#000000;
	border-left-color:#333333;
	border-top-color:#333333;
}

.cadreTexte_g {
	margin: 10px;
	padding: 10px;
	text-align: justify;
	background-color: #222222;
	background-image: url(/img/fd_cadre.png);
	background-repeat:repeat-x;
	border-style:solid;
	border-width: 1px;
	border-bottom-color:#111111;
	border-right-color:#111111;
	border-left-color:#333333;
	border-top-color:#333333;
	margin-right: 5px;
}

.cadreTexte_d {
	margin: 10px;
	padding: 10px;
	text-align:left;
	background-color: #414141;
	background-image: url(/img/fd_cadre.png);
	background-repeat:repeat-x;
	border-style:solid;
	border-width: 1px;
	border-bottom-color:#111111;
	border-right-color:#111111;
	border-left-color:#333333;
	border-top-color:#333333;
	margin-left: 5px;
	width: 250px;
}


.cadreVideo {
	margin-top : 20px;
	margin-right: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 480px;
	text-align:center;
	background-color: #414141;
	border-style:solid;
	border-width: 1px;
	border-bottom-color:#333333;
	border-right-color:#333333;
	border-left-color:#111111;
	border-top-color:#111111;
}

.cadreVideo320 {
	margin-top : 20px;
	margin-bottom: 20px;
	margin-right: 167px;
	margin-left: 167px;
	padding: 10px;
	text-align:center;
	background-color: #414141;
	border-style:solid;
	border-width: 1px;
	border-bottom-color:#333333;
	border-right-color:#333333;
	border-left-color:#111111;
	border-top-color:#111111;
}

.imgEntete {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.imgCentre {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #252525;
	border-style:solid;
	border-width: 1px;
	border-bottom-color:#333333;
	border-right-color:#333333;
	border-left-color:#111111;
	border-top-color:#111111;
}

.imgCentre624 {
	margin-left: 25px;
	margin-right: 25px;
	padding: 0px;
	text-align:center;
	background-color: #252525;
	border-style:solid;
	border-width: 1px;
	border-bottom-color:#333333;
	border-right-color:#333333;
	border-left-color:#111111;
	border-top-color:#111111;
}

.imgDroit {
	float:right;
	width:248;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	text-align:center;
	background-color: #252525;
	border-style:solid;
	border-width: 1px;
	border-bottom-color:#333333;
	border-right-color:#333333;
	border-left-color:#111111;
	border-top-color:#111111;
}

.imgGauche {
	float:left;
	width:248;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	padding: 0px;
	text-align:center;
	background-color: #252525;
	border-style:solid;
	border-width: 1px;
	border-bottom-color:#333333;
	border-right-color:#333333;
	border-left-color:#111111;
	border-top-color:#111111;
}

.liendroite {
    font-size: 11px;
	margin-right: 2px;
	margin-bottom: 10px;
	text-align:right;
	font-weight:bold;
	}

#agenda {
	width:248px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0x;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:left;
	background-color: #252525;
	border-style:solid;
	border-width: 1px;
	border-bottom-color:#333333;
	border-right-color:#333333;
	border-left-color:#111111;
	border-top-color:#111111;
}

#agenda p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	text-align:left;
  	color: #bbbbbb;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
}

#agenda h1 {
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#b9a458;
	font-weight: bold;
	font-style:normal;
}

#agenda hr {
  color: #444444;
  background-color: #444444;
  height: 1px;
  border: 0;
  margin-left: 0px;
  margin-right: 0px;
}

/* style pour bannière en fade */
ul#banfade{
	list-style:none;
	border: 0px;
	padding: 0px;
	margin:0px;
	text-align:left;
} 


/* style pour galeries photos */

#gallery ul{
	list-style:none;
	border: 0px;
	padding: 0px;
	margin:0px;
	text-align:center;
}

#gallery li{
	display:inline;
	margin-right: 16px;
}

#gallery img{
	border: none;
	padding: 4px;
	padding-bottom: 16px;
	background-color:#444444;
}

#gallery a:hover img{
	padding: 4px;
	padding-bottom: 16px;
	background-color:#c9b468;
}

/* Menus */

.cadreMenu {
	margin-left: 18px;
	margin-right: 9px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 2px;
	text-align:left;
	background-image: url(/img/fd_menu.png);
	background-repeat:repeat-y;
	border-style:solid;
	border-width: 1px;
	border-bottom-color:#252525;
	border-right-color:#252525;
	border-left-color:#111111;
	border-top-color:#111111;
	/*background-color: #414141;*/
}

.itemMenu {
	margin: 2px;
	padding: 4px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	width:180px;
	background-color:#333333;
	background-image: url(/img/fd_menuitem.png);
	background-repeat:repeat-y;
}

.titreMenu {
	margin: 2px;
	padding: 4px;
	font:Arial, Helvetica, sans-serif;
	color:#aaaaaa;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	width:180px;
}

.itemMenu a{
	/*color: #c9b468;*/
	color: #b9a458;
	text-decoration: none;
}

.itemMenu a:hover{
	color: #ead589;
	text-decoration: none;
	background-color: c9b468;
}

/* Kwicks Menus */

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 192px;  
	height: 80px;  
	margin-bottom: 3px;  
}


#kwicklast {
	margin-bottom: none;  
}  

/* spacer */
.spacer {
	clear:both;
}

/***********************************************/
/* Bas de page */
/***********************************************/

#baspage {
	margin: 0px;
	margin-top: 8px;
	padding-top:8px;
	height: 25px;
	color: #c9b468;
	text-align: center;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style:solid;
	border-top-color:#303030;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#111111;
}

#baspage a{
	color: #c9b468;
	text-decoration: none;
}

#baspage a:hover{
	color: #ead589;
	text-decoration: none;
}
