/********************************************************************/
/*        REMERCIEMENTS A Thomas DEDERICKS et Alsacréation          */
/*  auteur et source du tutoriel sur http://css.alsacreations.com/  */
/*                qui m'a aidé à réaliser ce site                   */
/********************************************************************/
div#bloc{ 
	margin: 0 auto;
	width: 400px;
	height: 300px;
	float: center;
}
div#contenu_total{ 
	margin: 0 auto;
	float: center;
}
div#contener_global{ 
	margin: 0 auto;
	width: 500px;
	float: center;
}
div#contener_icones{ 
	margin: 0 auto;
	width: 170px;
	height: auto;
	float: left;
}
div#contener_grde_photo{ 
	margin: 0 auto;
	width: 305px;
	height: auto;
	float: right;
}
div#contener_galerie_photo{ 
	margin: 0 auto;
	width: 305px;
	height: auto;
}
.image {
	margin:20px;
	padding:0;			
	width:158px;
	height:103px;
}
.icone {
	margin:2px;
	padding:0;			
	width:50px;
	height:50px;

}
.grde_photo {
	margin:2px;
	padding:0;			
	width:285px;
	max-height:285px;
	float: center;
}
.gauche{float:left}
.droite{float:right;}
.milieu{vertical-align:middle;}
.clearg{clear:left;}
div#contener_btns{ 
	margin: 0 auto;
	width: 162px;
	height: auto;
	align: center;
}
.btns {
	margin:2px;
	padding:0;			
	width:50px;
	height:auto;
}

