
body
{
	font-family:'Trebuchet MS', Arial, sans-serif;
	color: Grey ;
	background-color: Mintcream ;
}
   

#bloc_page
{
    width: 900px;
   margin: auto;
}	

 h2, footer, nav a
{
    font-family: 'impact_label_reversedregular', serif;
    font-weight: normal;
    text-align :center;
    color:CadetBlue;
    
}

h1
{
	font-family: 'Trebuchet MS', serif;
	color:DarkSlateGray;
	padding-left: 30px;

}

h4
{	
	font-family: 'Trebuchet MS', serif;
	font-weight: normal;
	color:CadetBlue;
	padding-left:5px;
	padding-top:5px;
}

article
{
	height:150px;
}

#partie_logo

{
    margin-top: 30px;
    height: 200px;
    border-radius: 5px;
    margin-bottom: 60px;
}


.group3 
{
	float: left;
	width: 229px;
	position: relative;
	padding: 30px;
	text-align:justify;
	margin: auto;
	bottom: 60px;
}

.groupphoto
{	
	width: 220px;
	border-radius: 10px;
	 box-shadow: 6px 6px 2px grey;
	margin-bottom:20px;


}

#arbre

{
	height:900px;
	margin-left:-250px;
}
	
nav
{
    display: inline-block;
    text-align : right;
    width: 900px;
    height:20px;
}

nav ul
{

    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 15px;
    height: 10px;
}

nav a
{
	
    font-size: 1.3em;
    padding-bottom: 3px;
    text-decoration: none;
    font-family: anudawregular , Arial , sans-serif;
     color:DarkCyan;
}

nav a:hover
{
    border-bottom: 3px solid white;
    color:white;
}

a:visited
{
    color:DarkCyan; 
}

header
{	
	background-image: url(./220432.jpg);
	height:100px;
}

#logo_acceuil
{
	height:200px;
}


