/*============================================================
	MISE EN PAGE GENERALE
============================================================*/	

body {
	background-color: #949494;
	background-image: url(../ico/fond_degrade_gris.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:0px;
	margin-bottom: 0px;
	}
/* =======================================================
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: 976px;
height:1250px;
background-image: url(../ico/ombre.jpg);
background-repeat:no-repeat;
background-color: #ffffff;

}


/* =======================================================
L'en-tête sur fond noir, identique pour toutes les pages
==========================================================*/
#entete {
	
	color:#000000;
	width: 950px;
    height:30px;
	padding-top:120px;
	margin-left:13px;
		
	}

/*#en_tete_droite{
	padding-right:18px;
	}*/

#entete_gauche{
	float: left;
	text-align: left;
	margin-top:-100px;
	padding-left:12px;
	
	}
	

/*#entete a {
	color:#CCCCCC;
	text-decoration: none;
}

#entete a:hover {
	color: White;
	text-decoration: none;
}*/


/* =======================================================
Les blocs sous l'en-tête
==========================================================*/	
#contenu {
position: absolute;
height:1098px;
width:950px;
margin-left:13px;

}


/* =======================================================
Les blocs de gauche : le menu
==========================================================*/	
#colonne_g_totale {
margin-top: 40px;
position: absolute;
top: 0px;
width:240px;
height:100%;
/*border-right-style:solid;
border-right-color:#FFFFFF;
border-right-width:1px;*/
/*background-color: Fuchsia;*/
}



/*#en_tete_colonne_g {
width: 100%;
height: 30px;
background-color: #444444;
}

/*en_tete_colonne_g img{
visibility:hidden;
border: solid;
border-left: none;
border-top: none;
border-width: 1px;
border-color: White;
}*/

#menu_haut{
	position: absolute;
	left: 0px;
	top: -71px;
	width:388px;
	
}

.menu_principal {
list-style-type: none;
padding-top: 30px;
padding-left: 9px;
padding-right: 0px;
font-size:70%;
}



.menu_principal li{
padding-bottom: 6px;
padding-left: 9px;
display:inline;
}

.menu_principal a {
	text-decoration: none;
	color: #CCCCCC;
	}

.menu_principal a:hover {
	color: #FFFFFF;
	text-decoration:underline
	}	

.rubrique_active {
	/*list-style-image: url(../ico/fleche_droite_costarica.png);*/
    font-weight:bold;
	color: #FFFFFF;
}




/* 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
================================================================*/

#bandeau_titre {
width: 950px;
height: 40px;
background-color:ffffff;
/*background-color: #45632a;
background-color:#cccccc*/
}

#menu_contextuel {
	position: absolute;
	left: 0px;
	width:210px;
	text-align:center;
	height: 18px;
	font-size:85%;
	color:#333333;
	font-weight:bold;
}

#bandeau_titre a{
text-decoration: none;
font-weight:normal;
color: #666666;
}

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

#partager {
position: absolute;
right: -15px;
width:170px;
margin-top:-17px;
font-size:85%;
/*background-color: Red;*/
}



#recit {
position: absolute;
padding-top:15px;
height: 25px;
left: 0px;
width:70px;
background-repeat:no-repeat;
background-position:right;
background-image:url(../ico/fond-menu.png);
}


#photo {
position: absolute;
padding-top:15px;
height: 25px;
left: 70px;
width:70px;
background-position:right;
background-repeat:no-repeat;
background-image:url(../ico/fond-menu.png);
}

/*#video {
position: absolute;
padding-top:15px;
height: 25px;
left: 55px;
width:55px;
background-image:url(../ico/fond_menu_contextuel_journal.jpg);
background-position:right;
background-color: #FFFF33;
}*/

#carte {
position: absolute;
left: 140px;
width:70px;
padding-top:15px;
background-repeat:no-repeat;
background-position:right;
height: 25px;
background-image:url(../ico/fond-menu.png);
}




h1 {
padding-top: 9px;
padding-left: 258px;
padding-right: 3px;
font-size: 140%;
font-weight: bold;
}


/*#navigation a {
text-decoration: none;
color:  #444444
}

#navigation a:hover {
color: #FFFFFF
}*/

#navigation {
	position: absolute;
	padding-top:5px;
	padding-bottom:15px;
	left: 12px;
	width:180px;
	top: 68px;
	/*border-top:solid;
	border-top-width:1px;*/
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	color:#CCCCCC
/*background-color: Red;*/
}
#navigation a {
text-decoration: none;
color: #999999;
}

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



/*.fleche {
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 24px;
	word-spacing: -2px;
}*/
	


.precedent {
		padding-top: 1px;
	padding-left: 3px;
	font-size: 70%;
	line-height: 10px;
	text-align: left;
	/*background-color: Fuchsia;*/
	}
	
.suivant {
	float: right;
	padding-top: 1px;
	padding-right: 0px;
	font-size: 70%;
	line-height: 10px;
	text-align: right;
	/*background-color: Fuchsia;*/
	}

#colonne_menu {
	position: absolute;
	top: 83px;
	left: 12px;
	width:200px;
/*background-color: Lime;*/
}

#colonne_menu p {
margin-top: 40px;
padding-left:10px;
font-size:75%;

}


.menu_secondaire {
	padding-top: 30px;
	padding-bottom: 10px
	}

.rubrique_secondaire_active {
	font-weight: bold;
	color: #666666;
	/*color: #016506;*/
}
.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: #999999;
	}

.menu_secondaire a:hover {
	color: #000000;
	text-decoration:underline;
	}	



#contenu_mobile {
float :right;
width: 690px;
/*background-color: #FF6600;*/
border-style:none;
}

#vignettes {
padding-top: 35px;
/*Background-color: White;*/
border-style:none;
}

#vignettes a{
text-decoration:none;
}


/*#colonne_c {
width:510px;
padding-top: 20px;
/*Background-color: White;
border-style:none;
}*/

#colonne_c_carte {
width:490px;
margin-top: 49px;
/*background-color: #ffffff;*/
background-color: #999999;
border-style:none;
}

#colonne_c_carte img{
border-style:solid;
border-color:#333333;
border-width:1px
}



/*
.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: #016506;
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: #016506;
font-weight: bold;
}

.texte_principal a:hover {
color: #5FBF17;
}

.photo_vignette {
	text-align: left;
	margin-top: -8px;
	padding-bottom: 20px;
}

.photo_vignette img {
	border: 1px solid White;
}
*/

#colonne_d {
	position: absolute;
	top: 90px;
	left: 790px;
	width:120px;
	height:600px;
	/*border: 1px solid #cccccc;
	text-align:center;*/
	font-size:75%;
	color:#cccccc;
}

	
/*============================================================
	PIED DE PAGE (peut être enlevé si pas besoin)
============================================================*/

#pied {
visibility:hidden;
margin-top:200px;
width: 950px;
height:30px;
color: Red;
background-color: Aqua;*/
}
	
