/* Eléments principaux de la page */ 

body
{
    background: url('images/fond.png');
    font-family: 'Comic Sans MS', Arial, sans-serif;
    color: #5EA266; /* change la couleur du bas de page */
}

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

section h1, footer h1, nav a
{
    font-family: Arial, Verdana, serif;
    font-weight: normal;
	font-size: 1em;
}

/* Header */

#titre_principal
{
    display: inline-block;
}

#logo
{
    display: inline-block;
    margin-bottom: 0px;
}

/* Navigation */

nav
{
    display: inline-block;
    width: 740px;
    text-align: right;
	margin-bottom: 8px;
}

nav ul
{
    list-style-type: none;
	margin: 1px;
}

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

nav a
{
    font-size: 1.5em;
    color: #F2716C;
    padding-bottom: 3px;
    text-decoration: none;
	border-radius: 5px;
	border: 1px solid;
	border-color: #FAC8CB;
	background-color: white;
	padding: 2px;
}

nav a:hover
{
    color: #15B3E3;
    border-bottom: 3px solid #15B3E3;
}

/* Bannière */

#banniere_image
{
    margin-top: 15px;
    height: 200px;
    border-radius: 5px;
    background: url('images/Banniere.png') no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #FAC8CB;
    margin-bottom: 5px;
}

/* Corps */

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
	border-radius: 5px;
	box-shadow: 0px 2px 5px #1c1a19;
}

article
{
	font-family: 'Comic Sans MS', Arial, sans-serif;
    color: #0CB7EB;
	background-color: #C2E8FB;
    width: 618px;
    margin-right: 10px;
	border: 1px dotted;
	border-color: #FAC8CB;
	padding-right: 5px;
	padding-left: 5px;
}

table
{
	border: dotted white 2px;
	margin-bottom: 5px;
	border-radius: 5px;
}
td
{
	background-color: white;
	border-radius: 5px;
}

.ico_categorie
{
    vertical-align: middle;
}

article p
{
    font-size: 0.8em;
	margin-right: 5px;
	margin-left: 5px;
}

aside
{
    position: relative;
    width: 235px;
    background-color: #FAC8CB;
    padding: 10px;
    color: #DF7367; /* Change la couleur du block sur la côté aside */
    font-size: 0.9em;
}

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

#photo_graou
{
    text-align: center;
}

#photo_graou img
{
    border: 1px solid #DF7367;
}

aside img
{
    margin-right: 5px;
}

/* Footer */

footer
{
	margin-top: 10px;
    background:  url('images/separateur2.png') repeat-x top;
    padding-top: 35px;
}

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

footer h1
{
    font-size: 0.9em;
}

#siret, #paiements, #information
{
    display: inline-block;
    vertical-align: top;
	border-radius: 5px;
	background-color: #BFDEA5;
	border: 1px solid #8CBC92;
}

#siret
{
    width: 35%;
}

#paiements
{
    width: 25%;
}

#information
{
    width: 34%;
}

#paiements img
{
    margin-right: 2px;
}

#information ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 45%;
    list-style-image: url('images/ico_liensexterne.png');
    padding-left: 12px;
}

#information a
{
    text-decoration: none;
    color: #2657D9;
}


/* Correctifs pour les vieilles versions d'Internet Explorer */

/* Pour activer un positionnement type inline-block sur les vieilles versions d'IE */

.old_ie #titre_principal, .old_ie #logo, .old_ie header h1, .old_ie nav, .old_ie nav li, .old_ie .bouton_rouge, .old_ie article, .old_ie aside, .old_ie #tweet, .old_ie #mes_photos, .old_ie #mes_amis, .old_ie #mes_amis ul
{
    display: inline;
    zoom: 1;
}

/* Quelques ajustements pour les vieilles versions d'IE */

.old_ie section h1, .ie8 section h1
{
    font-size: 1.1em;
}

.old_ie footer div, .ie8 footer div
{
    margin-top: 30px;
    background: url('images/separateur.png') repeat-x top;
}