/*============================================================
	MISE EN PAGE GENERALE
============================================================*/	

body {
	background-color: #660000;
	background-image: url(../ico/fond_degrade_rouge.jpg);
	background-repeat: repeat-x;
	height:100%;  /*fix height to 100% for IE */
	/*max-height:100%;  fix height for other browsers */
	font-family:Verdana, Arial, Helvetica, sans-serif; /* set default font */
	font-size: 0.8em; /*set default font size */
	color: Black;
	margin-top:20px;
	margin-bottom: 20px;
	scrollbar-face-color: #E4C1AE;   
   scrollbar-track-color: #C7A18C ;
   scrollbar-arrow-color: #660000 ;
	scrollbar-3dlight-color: #C7A18C;
	scrollbar-darkshadow-color: #C7A18C;
	scrollbar-highlight-color: #C7A18C ;
	scrollbar-shadow-color: #C7A18C;
  	}
/* =======================================================
s'applique à tous les conteneurs pour tous navigateurs
==========================================================*/
* {
	padding: 0; 
	margin: 0; 
	border: 0; 
}

/* =======================================================
Bloc conteneur du contenu de la page
==========================================================*/	
#global {
position: relative;
margin: auto;
width: 950px;
/*background-color: Maroon;*/

}


/* =======================================================
L'en-tête sur fond noir, identique pour toutes les pages
==========================================================*/
#entete {
	position: relative;
	color:#E6C4BA;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
	width: 950px;
	padding-bottom: 5px;
	/*background-color:#009933*/
	}

#en_tete_gauche{
	float: left;
	text-align: left;
}

#entete a {
	color: #E6C4BA;
	text-decoration: none;
}

#entete a:hover {
	color: White;
	text-decoration: none;
}


/* =======================================================
Les blocs sous l'en-tête
==========================================================*/	
#contenu {
position: absolute;
min-height: 600px;
width:948px;
background-image: url(../ico/fond_g_chine_grand.jpg);
background-repeat: no-repeat;
background-position: left bottom;
background-color: #E4C1AE;
border:#FFFFFF;
border-style:solid;
border-width:1px;

}


/* =======================================================
Les blocs de gauche : le menu
==========================================================*/	
#colonne_g_totale {
position: absolute;
top: 0px;
width:263px;
border-style:none;
/*background-color: Fuchsia;*/
}


#en_tete_colonne_g {
width:auto;
height: auto;
}

#en_tete_colonne_g img{
border: solid;
border-left: none;
border-top: none;
border-width: 1px;
border-color: White;
}

#colonne_g {
width:100%;
}

.menu_principal {
list-style-type: none;
padding-top: 20px;
padding-left: 35px;
padding-right: 5px;
font-size:100%;
}

.menu_principal li{
padding-bottom: 12px;
font-weight: bold;
}

.menu_principal a {
	text-decoration: none;
	color: #996666;
	}

.menu_principal a:hover {
	color: #AE4120;
	}	

.rubrique_active {
	list-style-image: url(../ico/fleche_droite_chine.png);
	font-weight: bold;
	color: #660000;
}



/* padding qui s'ajoute à celui de la classe
#colonne_g ul {
	padding-top: 30px;
}*/

/* ==============================================================
Les blocs du centre : le contenu proprement dit : titre, textes et photos
================================================================*/
#navigation {
position: absolute;
right: 0px;
width:170px;
/*background-color: Red;*/
}

#bandeau_titre {
float: right;
width: 684px;
height: 30px;
background-color: #660000;
}

#titre {
float:left;
}

h1 {
padding-top: 7px;
padding-left: 20px;
padding-right: 3px;
font-size: 100%;
font-weight: bold;
color: #E6C4BA;
}


#navigation a {
text-decoration: none;
color: #E6C4BA
}

#navigation a:hover {
color: #FFFFFF
}


.fleche {
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 24px;
	font-weight: bold;
	word-spacing: -2px;
}
	
.precedent {
	padding-top: 1px;
	padding-left: 5px;
	font-size: 70%;
	line-height: 10px;
	text-align: left;
	/*background-color: Fuchsia;*/
	}
	
.suivant {
	padding-top: 1px;
	padding-right: 5px;
	font-size: 70%;
	line-height: 10px;
	text-align: right;
	/*background-color: Fuchsia;*/
	}



#contenu_mobile {
float :right;
width: 685px;
/*background-color: #FF6600;*/
border-style:none;
}



#colonne_c {
width:515px;
padding-top: 20px;
/*Background-color: White;*/
border-style:none;
}

#colonne_c_carte {
width:464px;
height: 650px;
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
/*background-color: #ffffff;*/
background-color: Yellow;
border-style:none;
}



.texte_principal {
padding: 0px 25px 30px 20px;
margin-right:5px;
text-align: justify;
}

.texte_principal img{
margin-top: 7px;
border: 1px solid White;
}


.texte_principal h2 {
color: #660000;
font-size: 100%;
font-weight: bold;
}

.texte_principal p {
margin-top: 5px;
margin-bottom: 10px;
font-size: 0.85em;
line-height: 160%;
}

.texte_principal a {
text-decoration: none;
color: #7B4D4D;
font-weight: bold;
}

.texte_principal a:hover {
color: #9C3B1F;
}

.photo_vignette {
	text-align: left;
	margin-top: -8px;
	padding-bottom: 20px;
}

.photo_vignette img {
	border: 1px solid White;
}

#colonne_d {
position: absolute;
top: 30px;
right: 0px;
width:170px;
/*background-color: Lime;*/
}

.menu_secondaire {
	padding-top: 25px;
	}

.rubrique_secondaire_active {
	font-weight: bold;
	color: #660000;
}
.menu_secondaire ul {
list-style-type: none;
margin-left: 0px;
padding-left: 10px;
padding-right: 10px;
 font-size: 75%;
}

.menu_secondaire li{
padding-bottom: 10px;
}

.menu_secondaire a {
	text-decoration: none;
	color: black;
	}

.menu_secondaire a:hover {
	color: Maroon;
	}	
	
/*============================================================
	PIED DE PAGE (peut être enlevé si pas besoin)
============================================================*/

#pied {
width: 950px;
height:30px;
color: Red;
background-color: Aqua;
}
	

