﻿
/* Eléments principaux de la page */

body
{
    background: #f7f1e9;
    font-family: 'Montserrat', Montserrat, sans-serif;
    color: #181818;
} 
ul, ol {
    list-style-position: inside;
    font-family: inherit;
    font-size:16px;
 }  

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

section h1, nav a
{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

/* Header */

header
{
    border-bottom:3px solid #fd6c9e;
	margin-bottom:20px;
}

#titre_page
{
    display: inline-block;
}

header h1
{
    font-family: 'Oswald', sans-serif;
    font-size: 1.8em;
    font-weight: normal;
	display: inline-block;
    margin-bottom: 0px;
}


header h2
{
    font-family: 'Oswald', sans-serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
    margin-bottom: 0px;

}
section h2, article h2
{
    font-size: 1.1em; 
    font-weight: bold;
    margin-top: 0;
}

/* Navigation */

nav
{
    display: inline-block;
    width: 890px;
    text-align: right;
}

nav ul
{
    list-style-type: none;
}


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

nav a
{
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

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

/* Corps */

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

article
{
    width: 625px;
    margin-right: 15px;
}


article p, article li
{
    font-size: 0.8em;
}

aside
{
    position: relative;
    width: 235px;
    background-color: #fd6c9e;
    box-shadow: 0px 2px 5px #fd6c9e;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
	margin-top:20px;
}


#photo
{
    text-align: center;
}

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


/* Footer */

footer
{
    padding-top: 25px;
	font-size:0.6em;
	color:#fd6c9e;
	text-align:center;
}

footer a, footer a:link, footer a:visited
{
	color:#fd6c9e;
	text-decoration:none;
}


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

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

.old_ie #titre_page, .old_ie #logo, .old_ie header h1, .old_ie nav, .old_ie nav li, .old_ie article, .old_ie aside
{
    display: inline;
}

/* Quelques ajustements pour les vieilles versions d'IE pour la maquette CV*/

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



        


