/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	/*! margin: 0; */
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Structure de la page */
body {
    background-color: #F9F9FA;
}

.corps {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/* Titre */
#titre {
    margin: 0 auto 0 auto;
    width: 960px;
    height: 100px;
}

#titre h1 {
    line-height: 1.5;
    position: relative;
    font-weight: bold;
    top: -15px;
    height: 90px;
    margin-top:0px;
    font-family: Gabriola;
    font-size: 70px;
    text-shadow: 0 0 8px gray;
}

#titre h2 {
    margin: 20px 0 20px 0;
    position: relative;
    font-weight: bold;    
    top: -90px;
    left: 250px;
    font-family: Gabriola;
    font-size: 24px;
    text-shadow: 0 0 8px gray;
    display: inline-block;
}

#titre > img {
    float:left;
    width: 250px;
    padding-right:20px;
}

/* En-tête*/
#en-tete {
    display: none;
    width: 960px;
    height: 80px;
    margin: 30px auto 0px auto;
}

#en-tête > img {
    float: left;
}

/* Navigation (menu) */
.menu_selected {
    color: #DA587C;
    font-size: 18px;
}

nav {
    clear: both;
    margin: 20px auto 20px auto;
    width: 960px;
    padding: 0;
}

nav ul {
    padding: 0;
	margin: 0;
}

nav li {
    list-style: none;
    display: inline-block;
    padding: 5px;
    background-color: #EBD0D9;
    border-radius: 2px;
    margin: 0;
    line-height: 1em;	
}

nav a {
    text-decoration: none;
    color: #DA587C;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    font-weight: bold;
    letter-spacing: 1px;
}

nav li ul {
    position:absolute;
    padding-left:10px;
    display:none;
    width:inherit;
}

nav li:hover ul {
    display:block;
}

nav li ul li {
    display:block;
}

nav li ul li a {
    text-decoration: none;
    color: ##DA587C;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}

.decoration-bas-droit {
	width: 100px;
	float: right;
	margin-top: 60px;
}

/* Pied de page*/
footer {
	display:block;
	position: fixed;
	left: auto;
	right: auto;
	bottom: 0;
    padding-bottom: 0.5em;
	padding-top: 0.5em; 	
	width: 100%;
	text-align:center;
	background-color: #F9F9FA;
}

footer > a:hover,
footer > a:visited, 
footer > a:link,
footer > a:active
{
    text-decoration: none;
    font-size: 0.5em;
	color: gray;
}

/* Styles communs */
.photo {
    padding: 0;
    background-clip: content-box;
    box-shadow: 5px 5px 5px grey;
	border-radius: 4px;
}

p,li {
    font-family: Gabriola;
    font-size: 22px;
    margin: 12px 0 4px 0;
    line-height: 1.2;
}

article > header {
    font-family: Gabriola;
    font-weight: bold;
    font-size: 30px;
    margin: 30px 0 0px 0px;
    clear:both;
}

@font-face {
	font-family: Gabriola;
	src: url('Polices/Gabriola.ttf');	
}

/* Page d'accueil */
#accueil .photo {
    float: left;
    margin-right: 2em;
}


/* Page Vidéos */
iframe {
    width: 560px;
    height: 315px;
}

/* Page Princesses */

#princesses article img {
    float:left;
    margin-right: 8px;
}

/* Gallerie photos */
#photos img {
    border-radius: 4px;
}

.galleria {
    width: 860px;
    height: 540px; 
    background: #F9F9FA;
}
#photos .verticale {
    width: auto !important;
    height: 225px;
}

#photos .horizontale {
    width: 300px;
}

/* Historique */

#historique img {
	width: 300px;
}

/* CDs */
#cds header {
	margin-top: 2em;
	margin-bottom: 0.5em;
}
#cds .cd > p:first-child {
	font-weight:bold;
}

#cds .cd > ol {
	list-style-type: decimal;
	padding-left: 1em;
	clear: both;
	margin-top: 1em;
}

#cds .cd li {
	padding: 0;
}
#cds .cd li div {
	font-size: small;
	font-family: Courier;
	padding:0;
	margin: -10 0 0 0;
}

#cds .cd img {
	padding-right: 20px;
	float: left;
	width: 200px;
}

/* Page revue de presse */
#presse {

}

/* Page livre d'or */
#livredor legend,
#livredor label,
#livredor span {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#livredor fieldset {
    border: 1px solid gray;
    border-radius: 4px;
    padding: 0em 0.8em 0.8em 0.8em;
    max-width: 25em;
}

#livredor legend {
    padding-left: 0.8em;
    padding-right: 0.8em;
    margin-left: 0.8em;
}

#livredor #formNom,
#livredor #formEmail {
    display: inline-block;
    margin-right: 4em;
    min-width: 12em;
    max-width: 14em;
}


#livredor label {
    display: block;
    margin-top: 0.8em;
    margin-bottom: 0.2em;
}

#livredor input {
    display: inline-block;
}

#livredor input[name="nom"] {
    max-width: 23em;
    min-width: 14em;
}

#livredor input[name="email"] {
    max-width: 25em;
    min-width: 20em;
}

#livredor textarea {
    display: inline-block;
    /*max-width: 24em;*/
}

#livredor input[type=button] {
    display: inline-block;
    margin-top: 0.8em;
    max-width: 5em;
}

#livredor .infoConfirmation {
    margin-left: 3em;
    font-size: 0.8em;
}

#livredor .auteur {
    display: block;
    margin-top: 2em;
    margin-bottom: 1em;
}

#livredor .message {
    font-family: 'Segoe Script', 'Freestyle Script', 'Comic Sans MS';
    font-size: 1em;
    display: block;
    margin-left: 2em;
}

#livredor hr { /* https://stackoverflow.com/a/6382036 */
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
