/* Eléments principaux de la page */

body
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: black;
	background-color:#ffc299;
}

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

section h1, footer h1, nav a
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: normal;
}

/* Header */

header
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#logo
{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

#logo img
{
    width: 900px;
    height: 100px;
}

header h1
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 2.5em;
    font-weight: normal;
	 margin-top: 0px;
}

header h2
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 1.3em;
    margin-top: 0px;
    font-weight: normal;
}

/* Navigation */

nav ul
{
	display: flex;
	flex-direction: row;
    list-style-type: none;
	color:  #ffc299;
    background-color:#803300;
	
}

nav li
{
    margin:auto;
}

nav a
{
    font-size: 1.5em;
    /*color: #181818;*/
	color:  #ffc299;
	border-width:2px;
	border-style:solid;
	border-color:#803300;
	/*border-bottom: 1px solid #803300;*/
    text-decoration: none;
}

nav a:hover
{
    /*color: #760001;*/
	color:  #803300;
    background-color:#ffc299;
	
	 padding-bottom: 3px;
    text-decoration: underline;
}


/* Bannière */

/*#banniere_image
{
    margin-top: 10px;
    height: 140px;
    border-radius: 5px;
    background: url('images/baniere2.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 1px 1px #1c1a19;
    margin-bottom: 20px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 15px;
    padding-top: 8px;
    padding-left: 6px;
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.9em;
    
}*/


/* Corps */

section
{
    display: flex;
    margin-bottom: 10px;
}

article, aside
{
    text-align: justify;
}

article
{
    margin-right: 20px;
    flex: 3;
	float:left;
}

.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}

article p
{
    font-size: 1.1em;
	float:left;
	
}

.coeur
{
	float:left;
	margin-right:10px;
	text-align:justify;
}

article a
{
    font-size: 1.1em;
	color: black;
	text-decoration: none;
	float:left;
	text-align:justify;
}

article a:hover
{
    font-size: 1.1em;
	color: maroon;
	text-decoration:underline;
}

aside
{
    flex: 1.2;
    position: relative;
    background-color:  #000000;
    /*box-shadow: 0px 2px 5px  #663300;*/
	box-shadow: 0px 2px 5px  #b35900;
;
    border-radius: 5px;
    padding: 10px;
    color:#ffd9b3;
    font-size: 0.9em;
}

#fleche_bulle
{
    position: absolute;
    top: 100px;
    left: -12px;
}

#photo
{
    text-align: center;
}

#photo img
{
    border: 1px solid #181818;
}

aside img
{
    margin-right: 5px;
}


/* Footer */

footer
{
    display: flex;
    /*background:  url('images/ico_top.png') no-repeat top center, url('images/separateur.png') repeat-x top, url('images/ombre.png') repeat-x top;
    padding-top: 0px;*/
}

footer p, footer ul
{
    font-size: 0.8em;
}

footer h1
{
    font-size: 1.1em;
}


#tweet
{
    width: 28%;
}

#mes_photos
{
    width: 35%;
}

#mes_amis
{
    width: 31%;
}

#mes_photos img
{
    border: 1px solid #181818;
    margin-right: 2px;
}

#listes_amis
{
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

#mes_amis ul
{
    list-style-image: url('images/ico_liensexterne.png');
    padding-left: 2px;
}

#mes_amis a
{
    text-decoration: none;
    color: #760001;
}

#mes_amis a:hover
{
    text-decoration: none;
    color: red;
}