
/* =======================================================
L'en-tête sur fond noir, identique pour toutes les pages
==========================================================*/

	

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

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

#entete_droite{
	color:#999999;
	font-size: 80%;
	letter-spacing: 1px;
	text-align: right;
	padding-right:35px;
	padding-top:10px;
	}

#entete_droite a{
	color:#999999;
	text-decoration:none ;
	}
#entete_droite a:hover {
	color:#ffffff;
		}


/* =======================================================
Les blocs sous l'en-tête
==========================================================*/	
#contenu {

background-repeat: no-repeat;
background-position: left bottom;
background-color: #ffffff;
border:#374030;
/*border-style:solid;
border-width:1px;*/

}





/* ==============================================================
Les blocs du centre : le contenu proprement dit : titre, textes et photos
================================================================*/

/*#bandeau_titre {
background-color:#cccccc
}*/



h1 {
color: #444444;
}



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

#colonne_c img{
	border: 1px solid #333333;
}


/*#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: 13px 5px 35px 0px;
margin-right:5px;
text-align: justify;
}

.texte_principal img{
margin-top: 7px;
border: 1px solid White;
}


.texte_principal h2 {
color: #cc9933;
font-size: 100%;
font-weight: bold;
border-bottom: 1px solid #cccccc;
padding-bottom:10px;
}

.texte_principal p {
margin-top: 5px;
margin-bottom: 10px;
font-size: 0.85em;
line-height: 160%;
}

.texte_principal a {
text-decoration: none;
color: #662424;
font-weight: bold;
}

.texte_principal a:hover {
color: #996666;
}

.texte_principal a:visited {
color: #993333;
}

.photo_vignette {
	text-align: left;
	margin-top: 5px;
	padding-bottom: 5px;
	letter-spacing:5px;
}

.photo_vignette img {
	border: 1px solid White;
}*/
/*
#colonne_d {
position: absolute;
top: 30px;
right: 0px;
width:170px;
background-color: Lime;
}
*/



/*.menu_secondaire ul {
list-style-type: none;
margin-left: 0px;
padding-left: 10px;
padding-right: 10px;
 font-size: 75%;
}*/




/*.menu_secondaire a:hover {
	color: #5FBF17;
	}*/	

.vignette {
margin-top: 57px;
/*Background-color: White;*/
border-style:none;
}

.vignette img{
	border: 1px solid #999999;
}

.legende {
font-size: 70%;
color:#666666;

}
	
/*============================================================
	PIED DE PAGE (peut être enlevé si pas besoin)
============================================================*/
/*
#pied {
visibility:hidden;
margin-top:200px;
width: 950px;
height:30px;
color: Red;
background-color: Aqua;
}*/
	
