﻿/*
Theme Name: Renards
Theme URI: http://www.juliettebarbanegre.com
Author: JLB
Author URI: http://www.juliettebarbanegre.com
*/

body {background-color:white;
      font-size: 14px;
      font-family: 'Lato', sans-serif;
      color: black;
      }

ul {
	margin: 0px 0px 0px 17px; 
	padding: 0px; 
	border: 1px;
}

li {
	list-style-type: none; 
	margin: 0px 0px 0px 17px; 
	padding-top: 12px; 
	padding-left: 0px; 
	border: 1px; 
	border-bottom: dashed; 
	border-bottom-width: 1px; 
	border-bottom-color: white;
}

 #en-tête {
	font-family: 'Lato', sans-serif; 
	margin: 0px 0px 0px 0px;
	width: 200px;
	height: 120px;
	background-color: white;
	position: fixed;
	padding-left: 0px;
	padding-top: 0px;
	top: 0;
}

#en-tête .image-menu {
	width: 120px;
	padding-left: 40px;
	padding-top: 30px;
}

#en-tête p {
	padding-left: 50px;
}

#en-tête .titre-nom {
	font-family: 'Old Standard TT', serif;
	font-size: 32px;
	line-height: 0px;
	padding-top: 40px;
}

#en-tête .titre-nom2 {
	font-family: 'Old Standard TT', serif;
	font-size: 28px;
	line-height: 0px;	
}

#en-tête .illustrations {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 0px;
}

#menu a:hover {color: #A4A4A4;}

#menu, #menu ul   
{
        padding-left : 20px; 
        margin : 0; 
        list-style : none; 
        line-height : 21px; 
}

#menu 
{
		font-family: 'Lato', sans-serif; 
		color: black;
	    width: 150px;
		position: fixed;
		float: left;	
        font-size : 16px; 
		margin-top: 150px;
}

#menu a
{
	    font-family: 'Lato', sans-serif;
		color: black;
        margin-left: 17px;
		display : block; 
        padding : 0;     
        text-decoration : none; 
        width : 130px; 
}

#menu li  
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 144px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}

#sousmenu1 li {border-bottom: none; background-color: #F2F2F2; margin-left: 40px;}
#sousmenu1 a {font-size: 14px; display: block; background-color: #F2F2F2;}
#sousmenu2 li {border-bottom: none; background-color: #F2F2F2; margin-left: 40px;}
#sousmenu2 a {font-size: 14px; display: block; background-color: #F2F2F2;}
#sousmenu3 li {border-bottom: none; background-color: #F2F2F2; margin-left: 40px;}
#sousmenu3 a {font-size: 14px; display: block; background-color: #F2F2F2;}
#sousmenu4 li {border-bottom: none; background-color: #F2F2F2; margin-left: 40px;}
#sousmenu4 a {font-size: 14px; display: block; background-color: #F2F2F2;}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 144px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

#contenu {
	padding-left: 200px;
	margin-top: 20px;
}

#contenu .image-accueil {
	padding-top: 20px;
}

#texte {
	padding-top: 0px;
	width: 300px;
	float: left;
}

#texte p {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: black;
}

#texte .soustitre {
	font-size: 12px;
    border-bottom: dashed;
    border-bottom-width: 1px;
    border-bottom-color: black;
	padding-bottom: 20px;
    font-family: 'Lato', sans-serif;
}

#texte .soustitre2 {
	font-size: 12px;
	padding-bottom: 20px;
    font-family: 'Lato', sans-serif;	
}

#texte .soustitre a {
	color: black;
	text-decoration: underline;
	cursor: hand;
}

#texte .soustitre a:hover {
	text-decoration: none;
}

#texte .description {
	border-bottom: dashed;
    border-bottom-width: 1px;
    border-bottom-color: black;
	padding-bottom: 20px;
}

#texte .description a {
	color: black;
	text-decoration: underline;
	cursor: hand;
}	

#texte .description a:hover {
	 text-decoration: none;
 }

#texte img {
  box-shadow: 4px 4px 6px #aaa;
}	

#texte a {
	text-decoration: underline;
}

#texte a:hover {
	text-decoration: none;
	cursor: hand;
}

#texte .titre {
    line-height: 0px;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
}	

#texte .titre2 {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
}

#images {
	width: 1000px;
}

#images a {
	padding-left: 40px;
	padding-top: 20px;
	float: left;
	width: 600px;
}

#images img {
	width: 600px;
}

#images .legende {
	padding-top: 20px;
	padding-left: 60px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}

#images .legende a {
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	text-decoration : underline;
}

#grille {
	width: 700px;
	padding-left: 20px; 
	margin-left: 20px;
	padding-top: 20px;
}	

#grille img:hover {
	opacity: 0.6;
	-moz-transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
}

#grille .miniature {
	width: 200px;
	border: 1px solid black;
	margin-right: 20px;
	margin-bottom: 20px;
}

#images .legende-presse {
	float: left;
	margin-left: 20px;
    width: 250px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

#images .legende-presse a {
	padding-left: 0px;
	text-decoration: underline;
	font-size: 12px;
}

#images .legende-presse a:hover {
	text-decoration: none;
	cursor: hand;
}

#contenu .legende {
	font-size: 12px;
}

#contenu .legende a {
	text-decoration: underline;
	font-size: 12px;
	color: black;
}

#contenu .legende a:hover {
	text-decoration: none;
	cursor: hand;
}

#galerie-mini img {
	padding-right: 20px;
    padding-bottom: 20px;
	box-shadow: 0 0 0 white;
}

#galerie-mini img:hover {
	opacity: 0.6;
	-moz-transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
}

#big_pict {
	padding-bottom: 40 px;
	padding-left: 40px;
}

#à-propos {
	width: 600px;
	padding-left: 200px;
}

#à-propos .titre-bio {
	font-size: 16px;
}

#cv {
	padding-left: 40px;
}

#cv .titre-cv {
		font-size: 16px;
}

#footer p {
	  color: #A4A4A4;
	  font-size: 11px;
	  bottom: 0;
	  margin-left: 20px;
	  position: fixed;
}