/* --- STYLES DE BASE --- */
* {
	margin: 0px;
	padding: 0px;
}
/* Page */
html {
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}

body {
	margin: 0px;
	padding: 0px;
	padding: 10px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
	text-align: center;
/**/line-height: 1.2; /* À adapter au design. */
	color: #c2bebe;
	background-color: #656565;
}
/* Titres */
h1, h2, h3, h4, h5, h6 {
/**/line-height: 1.2; /* possibilité de rapprocher  */
	font-weight: bold; /* Valeur par défaut. (6) */
	font-style: normal;
	color: #cf7235;
}
h1 {

  font-size: 2.25em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}

/* Listes */
ul, li {
	list-style-type: none;
/**/margin: .50em 0 .50em 0;
/**/padding: 0;
}
ol{}

/* Liens */
a {text-decoration: underline;} /* color: #c2bebe; */ /*background-color: inherit;*/
	
a:link {/**/color: #c2bebe;}
a:visited {/**/color: #c2bebe;}
a:hover {color: #d26a36;/*background-color: inherit;*/}
a:focus, a:active {/**/color: #d26a36;}

/* Paragraphes */
p {
	padding: 14px 0px 5px;
	text-align: justify;
	line-height: 12px;
	clear : both;
	float : none;
}
address {
/**/margin: .75em 0;
/**/font-style: normal;
}

/* divers */
span {
	display: none;
}

a img {
	border: none;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

/* Formulaires */
form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input, button, select {
  vertical-align: middle; /* Solution pb. d'alignement. */
}



/* --- DIV --- */

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#container {
	margin: 0px auto;
	width: 820px;
	background: url('images/container_background.gif') #000000 repeat-y 0px 0px;
    /*background: black;*/
	/*color: inherit;*/
}
#page_unique {
	margin: 0px auto;
	width: 800px;
	text-align:left;
	background: black;
	padding: 10px;
}

#page_unique img {
 vertical-align:middle;
 padding: 10px;
}
/* Page Title */
#page_title {
/* 	margin-left: 414px; */
	width: 405px;
	padding-top:45px;
	padding-bottom:45px;
  	background-color:#292829; 
	overflow: hidden;
	float: right;	
}

/* Left Column */

#left_column {
	width: 414px;
	/* margin-right: 405px; */
	font-size: 12px;
	float: left;
}

#left_column h2 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*background-color: inherit;*/
	color: #d26a36;
}

/* Page Image */
#page_image {
	width: 414px;
	height: 534px;
	overflow: hidden;
	/*background: url('images/main_image_2.jpg') #09070a no-repeat 0px 100%;*/
	/*color: inherit;*/
}

/* Page Menu */

#page_menu {
	padding: 15px 0px;
	width: 414px;
	background: url('images/background.gif') #000000 repeat-x 0% 0%;
	color: #c2bebe;
}

#page_menu a {
	/*background-color: inherit;*/
	color: #c2bebe;
	text-decoration: none;
}

#page_menu a:hover {
	/*background-color: inherit;*/
	color: #fff;
}

#page_menu li {
	padding: 0px 2px 2px;
	float: left;
}

#page_menu li a {
	display: block;
	width: 81px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#page_menu li#menu1 a {
	margin-right: 7px;
	width: 69px;
}

#page_menu li#menu5 a {
	margin-left: 7px;
	width: 66px;
}

#page_menu li a span {
	padding-top: 70px;
	display: block;
}

#menu1 a {
	background-image: url('images/menu_bg1.gif');
}

#menu2 a {
	background-image: url('images/menu_bg2.gif');
}

#menu3 a {
	background-image: url('images/menu_bg3.gif');
}

#menu4 a {
	background-image: url('images/menu_bg4.gif');
}

#menu5 a {
	background-image: url('images/menu_bg5.gif');
}

#menu6 a {
	background-image: url('images/menu_bg6.gif');
}

/* Menu deroulant */
#menu {
 list-style-type: none;
 margin: 0 auto;
 padding: 0;
 border: 0;
/*  background:url("css/logo46.jpg") no-repeat right top; */ /* pour ajouter le logo */
 background-color:#FFD700;; /* bar grise #6A6458*/
 top: 0;
 left: 0;
 width: 820px;
 height: 23px;
 text-align:center;

 }
#menu li {
 float:left;
 width: 149px;
 margin: 0;
 padding: 0;
 border: 0;

 }
#menu li a {
 display:block;
 /* height: 1%; */ /* bug ie7 */
 color:white;
background: #3B4E77; /* couleur du menu : bleu nuit */
margin: 0;
 padding:5px;
border-right: 1px solid #fff;
 text-decoration:none;

 }
 
#menu li a:hover { color:#FFD700;}
#menu li a:active {background-color: #5F879D; }
 
 /* sous menu */
#menu li ul { 
  display:none; /* ne s'affiche pas par defaut */
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
 position:absolute; /* permet au menu de ne pas decaler le texte quand il se déroule */
}  

#menu li:hover ul { display:block;} /* s'affiche lorsque la souris est dessus */

#menu li:hover ul li { 
 float:none; /* permet de revenir à  la ligne */
 border-top: 1px solid transparent;
 border-right: 1px solid transparent;
} 
#menu li ul li a {
	display: block;
	background: transparent url("css/fondTR2.png") repeat;
}

#menu li ul li a:active {background-color: #5F879D; }
/*FIN du menu deroulant */



/* Latest News */

#latestnews {
	padding: 10px 28px 0px;
}

/* #latestnews h2 {
	margin-bottom: 5px;
	height: 37px;
	background-image: url('images/edito_header.gif');
} */




/* Right Column */

#right_column {
	padding-bottom: 20px;
	width: 405px;
	background-color: #000000;
	/*color: inherit;*/
	float: right;
	clear: right;
}

#right_column h2, h3 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*background-color: inherit;*/
	color: #8a4b20;
}

#right_column p {
	padding-top: 20px;
}

/* Langues */
#langues
{
    height: 25px;
    padding: 3px 5px 0 0;
    margin: 0 auto ;
    text-align: right ;
    background: #333 ;
    border-bottom: 0 solid #999 ;
    color: #666;
}

html>body  #langues
{
    height: 20px;
	padding: 3px 5px 0 0;
}

#langues a:link, a:visited
{
    color:  #777;
    font-weight: bold;
    text-decoration: none;
}


/* Latest Video */

#latestvideo {
	padding: 20px 25px;
	/* overflow-y:auto; */
}

/* Page Footer */

#page_footer {
	margin-left: 416px;
	width: 405px;
	padding: 9px 0px;
	background: url('images/background.gif') #343231 repeat-x 0px 0px;
	/*color: inherit;*/
	clear: both;
	font-size: 10px;
	line-height: 12px;
	text-align:center;
}



/* pas utilisé */
/* Album Review */

#albumreview {
	padding: 30px 25px 10px;
}

#albumreview h2 {
	height: 35px;
	background-image: url('images/review_header.gif');
}



/* ????????? */

div#grande_carte
{
    width:820px;
    height:410px;
    margin: 0 auto;
    padding: 10px 0 0 10px;
    background: #373737;
    float:right;
	
}

html>body div#grande_carte
{
    width:810px;
    height:400px;
}

div#petite_carte
{
    width:405px;
    height:368px;
    margin: 0 auto;
    padding:18px 0 0 0;
    background: black;
   /* z-index: 1;*/
}

html>body div#petite_carte
{
    width:405px;
    height:350px;
}




.thumbnail {
	padding: 10px 0px;
}

.thumbnail img {
	border: #5c5b5c 1px solid;
}




/* Page Title */
/* 	height: 128px; */
/* 	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%; */
/* #page_title span {display:block;} */
/* background: url('images/PKS_banner.gif') #292829 no-repeat 50% 50%; */






