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

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

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


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

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

#en_tete h1
{
	font-size: 150%;
	
}


/* positionnement du menu principal */
#menu
{
	width: 20%;
	/*height:550px;*/
	float: left;
	border-right: 2px solid silver;
	padding-right: 10px;
}
	

/* positionnement des sous-menus */
.sous_menu
{

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

.sous_menu li
{
	font-size: small;
	
}

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

	
}

/*design du pied de page*/
#pied_de_page
{
	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;
}

.monImage2
{
	float: none;
	height: 35px;
	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 : 5px;
	margin-bottom : 5px;
	margin-left : 30px;
	margin-right : 30px;
}
.zmonImageVignettePortrait
{
        height:100px;
        width: 67px;
}
.zmonImageVignettePortrait img
{
        height: 100px;
        width: 67px;
}
.zmonImageVignettePortrait img:hover
{
        height: 105px;
        width: 72px;
	margin-top : 3px;
	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 : 8px;
	margin-right : 7px;
}
.zmonImageVignettePaysage
{
        height:70px;
        width: 110px;
}
.zmonImageVignettePaysage img
{
        height: 70px;
        width: 110px;
}
.zmonImageVignettePaysage img:hover
{
        height: 75px;
        width: 115px;
	margin-top : 17px;
	margin-left : 5px;
}


.cadre_a
{
	float: left;
	width: 130px;
	height: 113px;
	background-color:#444444;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
}

.cadre_b
{
	float: left;
	width: 127px;
	height: 110px;
	background-color:#FFFFFF;
	
}
.cadre1
{
	position: relative;

	/*left: 10%;*/
	
	/*width: 800px;*/
	
	/*height: 260px;*/
	
/*	border-top: 1px solid  #000000;
	border-left: 1px solid  #000000;
	border-bottom: 1px solid  #000000;
	border-right: 1px solid  #000000;*/
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-bottom: 5px;
	margin-right: auto;

}

.cadre120
{
	position: relative;
	width: 140px;
	height: 140px;
	background-color:#FFFFFF;
	border-top: 10px solid  #A6A6A6;
	border-left: 10px solid  #A6A6A6;
	border-bottom: 5px solid  #A6A6A6;
	border-right: 5px solid  #A6A6A6;
	float: left;
}

.cadre120_portrait
{

	width: 80px;
	height: 120px;
	margin-left:30px;
	margin-top:10px;
/*	border-top: 1px solid  #000000;
	border-left: 1px solid  #000000;
	border-bottom: 1px solid  #000000;
	border-right: 1px solid  #000000;*/

}


.cadre120_paysage
{

	width: 120px;
	height: 80px;
	margin-left:10px;
	margin-top:30px;
/*	border-top: 1px solid  #000000;
	border-left: 1px solid  #000000;
	border-bottom: 1px solid  #000000;
	border-right: 1px solid  #000000;*/

}



