/*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_centre
{
	height: 30px;
	padding: 10px;
	text-align: center;
	/*border-bottom: 2px solid  silver;*/
	
}

#entete_centre h1
{
	font-size: 120%;
	
}
#entete_g
{
	float: left;
}

#entete_d1
{
	float: right;
	
}

#entete_d2
{
	float: right;
	
}


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

}

#bpage_g
{
	float : left;
}
#bpage_d
{
	float : right;
}




/*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;*/
}


.maPhotoPaysage
{
	float: none;
	height: 438px;
	width: 1000px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	margin-top: 30px;
}
.maPhotoPaysage_xxlarge
{
	float: none;
	height: 350px;
	width: 1000px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	margin-top: 30px;
}
.maPhotoPaysage_xlarge
{
	float: none;
	height: 438px;
	width: 1000px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	margin-top: 30px;
}
.maPhotoPaysage_CinemaScope
{
	float: none;
	height: 426px;
	width: 1000px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	margin-top: 30px;
}
.maPhotoPaysage_16-9
{
	float: none;
	height: 500px;
	width: 889px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	margin-top: 30px;
}
.maPhotoPaysage_35mm
{
	float: none;
	height: 500px;
	width: 750px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	margin-top: 30px;
}
.maPhotoPaysage_VGA
{
	float: none;
	height: 500px;
	width: 666px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	margin-top: 30px;
}
.maPhotoPaysage_Carre
{
	float: none;
	height: 700px;
	width: 700px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	margin-top: 30px;
}
.maPhotoPortrait
{
	float: none;
	height: 600px;
	width: 400px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	margin-top: 30px;
}


.monImage	
{
	/*float: left;*/

	padding: 2px;
	border-style: none;

}


.cadre_1
{

	height: 50px;
	width: 150px;

}



