/*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: sans-serif;
	font-size: small;
	color:  silver;
}

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

}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	
	color: silver;
}
blockquote
{
	font-style: italic;
}


/*positionnement de l'image entete*/
#monarbre
{
	width:100px;
	height: 50px;
	position: absolute;
	top: 10px;
	left: 5px;
	background: url("images/monarbre.png") no-repeat;
	
	
}

/*positionnent de la bannière */
header
{
	height: 60px;
	padding: 10px;
	text-align: right;
	border-bottom: 2px solid  silver;
	
}

header h1
{
	font-size: 120%;
	
}


/* positionnement du menu principal */
nav
{
	width: 95%;
	/*height:550px;*/
	border-bottom: 2px solid silver;
	border-right: none;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}
	

/* positionnement des sous-menus */
.sous_menu
{
/*    display:none;*/

}
/* definition du style du titre des sous-menus */
.sous_menu h3
{
	text-align: left;
	margin-left: 5px;
	font-size: 120%;
}

.sous_menu li
{
	font-size: 120%;
	
}

/*design du corps */
section
{
    clear: left;
/*	margin-left: 20%;*/
/*	padding: 20px;*/
/*	text-align: justify; */
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	

}

section h2
{
	text-align: center;

	
}

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


.monImage	
{
	/*float: left;*/
	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 : 6px;
	margin-bottom : 5px;
	margin-left : 30px;
	margin-right : 30px;
}
.zmonImageVignettePortrait
{
        height:100px;
        width: 67px;
}
.zmonImageVignettePortrait img
{
        height: 100px;
        width: 67px;
}
.zmonImageVignettePortrait img:hover
{
        height: 102px;
        width: 72px;
	margin-top : 5px;
	margin-left : 25px;
}


.monImageVignettePaysage	
{
	height: 70px;
	width: 110px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-style: none;
	margin-top : 20px;
	margin-bottom : 20px;
	margin-left : 10px;
	margin-right : 10px;
}
.zmonImageVignettePaysage
{
        height:70px;
        width: 110px;
}
.zmonImageVignettePaysage img
{
        height: 70px;
        width: 110px;
}
.zmonImageVignettePaysage img:hover
{
        height: 75px;
        width: 115px;
	margin-top : 17px;
	margin-left : 7px;
}


.cadre_a
{
	float: left;
	width: 130px;
	height: 112px;

	background-color:#FFFFFF;
	box-shadow: 5px 5px 0 #000000 ;
	border-radius: 5px;
	margin-top : 15px;
	margin-bottom : 15px;
	margin-left : 3px;
	margin-right : 30px;
}

