/*design général*/
body
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color:#505050;
	/*background: url("images/fondpage.png") repeat-y;*/
	font-family: helvetica, sans-serif;
	font-size: small;
	color:  white;
}

/*design des liens */
a
{
	/*color: #F7E444;*/
	color:white;
	text-decoration: none;
	

}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	color:white;

}


/*positionnent de la bannière */
#entete_titre
{
	height: 30px;
	padding: 10px;
	text-align: left;
	border-bottom: 2px solid  silver;
	
}

#entete_titre h1
{
	font-size: 120%;
	
}

#entete_bouton
{
	float: right;
	
}


/*design du corps */
#corps
{
	margin-left: 5%;
		
	/*padding: 20px;
	text-align: justify;*/ 

}
#corps h2
{
	text-align: center;
}

/*design du pied de page*/
#pied_de_page
{
	clear: left;
	padding: 10px;
	text-align: center;
	border-top:2px solid silver;
	font-style: italic;
	font-size: small;
		
}

/* definition des bordures */
#en_tete, #menu, #pied_de_page, #corps
{
	/*border: 1px solid silver;*/
}

.monImage	
{
	padding: 2px;
	border-style: none;
}

.monImageVignettePortrait	
{
	height: 100px;
	width: 67px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-style: none;
	margin-top : 15px;
	margin-bottom : 5px;
	margin-left : 50px;
	margin-right : 30px;
}
.monImageVignettePaysage	
{
	height: 70px;
	width: 150px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-style: none;
	margin-top : 30px;
	margin-bottom : 20px;
	margin-left : 8px;
	margin-right : 7px;
}
.cadre_a
{
	float: left;
	width: 174px;
	height: 134px;
	background-color:#000000;
	margin-top : 25px;
	margin-bottom : 25px;
	margin-left : 3px;
	margin-right : 30px;
}

.cadre_b
{
	float: left;
	width: 170px;
	height: 130px;
	background-color:#FFFFFF;
	
}




