

/*___________________MENU____________________*/
.bg-menu-top {
	background : url(bg-menu-top.jpg) bottom    ;  
	background-repeat: repeat-x ;
}

.bg-menu {
	background : url(bg-menu.jpg) top    ;  
	background-repeat: repeat-x ;
}

.Menu-separat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 400;
	color: #0e8178;
	text-decoration: none;
}

.corner-menu-lt {
	background : url(corner-menu-lt.jpg) top right    ;  
	background-repeat: no-repeat ;
}

.corner-menu-tr {
	background : url(corner-menu-tr.jpg) top left    ;  
	background-repeat: no-repeat ;
}

.bg-menu-left {
	background : url(bg-menu-left.jpg) top right    ;  
	background-repeat: no-repeat ;
}

.bg-menu-right {
	background : url(bg-menu-right.jpg) top left    ;  
	background-repeat: no-repeat ;
}
/*___________________CONTENU____________________*/

.contenu-gauche {
	background-color: #cdf0ea;
}

H1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 400;
	color: #0e8178;
	text-transform: uppercase; 
	text-decoration : none;
	margin: 0px;
	padding-bottom: 10px;
}

H2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #0e8178;
	text-transform: uppercase; 
	text-decoration : none;
	margin: 0px;
	padding-top: 0px;
}

H3{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #0e8178;
	text-transform: uppercase; 
	text-decoration : none;
	margin: 0px;
	padding-top: 5px;

}


.border-photo {
	border: #0e8178 2px solid;
}


/*___________________FOOTER____________________*/
.MenuBottom {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #0e8178;
	text-decoration: none;
	text-transform:uppercase;
}

.MenuBottom:Hover {
	color: #0e8178;
	text-decoration : underline;
}


.Text-bottom {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #0e8178;
	text-decoration : none;
}
.Text-bottom a:link{
	color: #0e8178;
	text-decoration : none;
}
.Text-bottom a:hover{
	color: #0e8178;
	text-decoration : underline;
}
.Text-bottom a:visited{
	color: #0e8178;
	text-decoration : none;
}


.trait {
	background-color: #0e8178;
}
