﻿.PagePersoContenu
{
	margin-left: 15px;
}


.PagePersoCoordonnees
{
	float: left;
	width:400px;
	height:300px;
}

    .PagePersoLibelleChamp
    {
        font-weight:bold;
	    float: left;
	    width: 125px;
    }

    .PagePersoValeurChamp
    {
	    width:200px;
		min-height:15px;
	    margin-left:125px;
    }
    
	.PagePersoLibelleChampExploitation
	{
	    font-weight:bold;
	    float: left;
	    width: 200px;
	}
	.PagePersoValeurChampExploitation
	{
		width:125px;
		min-height:15px;
	    margin-left:125px;
	}

.PagePersoPhotos
{
	float: left;
	text-align: center;
	height:300px;
	width:400px;
}

    .PagePersoImage1
    {
	    max-height: 300px;
	    max-width:400px;
    }

.PagePersoDescription
{
    clear:both;
    padding-top:15px;
}
    
.PagePersoPhotos2
{
    padding-top:15px;
    max-height:400px;
	height:400px;
	width:810px;
    clear:left;
    text-align: center;
}

    .PagePersoImage2
    {
		float:left;
        max-height:400px;
	    max-width: 400px;
    }
    
    .PagePersoImage3
    {
		margin-left:5px;
		float:left;
	    max-height:400px;
	    max-width: 400px;
    }