
@import url("http://fonts.googleapis.com/css?family=Raleway%3Aregular%2C500|Open+Sans%3Aregular|Aldrich%3Aregular&amp;subset=latin,latin-ext");

body {
color: #000; 
/* font-family: Arial, Verdana, Times New Roman, sans-serif;  
font-family: Verdana, Comic Sans MS, Century Gothic, Helvetica, Arial, sans-serif; */
font-family: Aldrich, sans-serif;  ;
font-size: 1.2vw;  font-size:calc(11px + 0.3vw);
padding:0;
margin:0; 
/* background: url(./bh-fondo.jpg);  
background-position: 0% 0%;
background-attachment : fixed;
overflow-y: scroll;  */
}
body img{width:100%; border:0;}        /*   met le souk dans gallery  mais necessaire pour largeur post_it varie  faut mettre .imgContainer img{width:120%; height:120%;} dans sub_gallery.css */
h4 { color: #000; font-weight: bold; font-size: 120%; text-align: left; } /*Titre noir*/
h2 { color: #903; font-weight: bold; font-size: 120%; text-align: left; }   /*Titre-rouge*/
h1 { color: #903; font-weight: bold; font-size:100% ; text-align: left; }   /*SSTitre-rouge*/

h3 {color: #a515e8; font-weight: bold; font-size:140% ; text-align: center;} /*Texte mauve*/
.GTvert {font-size:calc(20px + 3vw); color: rgb(70,219,28); font-weight:bold;}
.Trose {font-size:calc(10px + 1.2vw); color: #cc0ac2; font-weight:normal;}
.Tbleu {font-size:calc(10px + 1.2vw); color: #0f2ac2; font-weight:normal;}
.Tvert {font-size:calc(10px + 1.2vw); color: rgb(70,219,28); font-weight:normal;}

.Gras { font-weight: bold; font-size: 100%; text-align: left; }
.Texte { text-align: left; text-indent: 1em;}
.Texte8 { font-size: 80%; text-align: justify; }
.Link { color: blue; font-size: 100%; text-align: justify;}
.big {font-weight: bold; font-size: 110%; }				/* pour html5  */
p:first-letter {
  font-weight: bold;
  color: #903;
}

/* a {font-weight: bold; text-decoration: none;}  */
a {text-decoration: none;}
a img {border:0;}  /* pour IE */

#head {
width:100%; 
/* height:17%; */
background-color:#FFF; 
/* background: url(../media/jpeg/fond_head.jpg);  */
	} 

#top {
    position : absolute;   
    color:#c25d23;	/* couleur du texte bandeau */
    font-size:3vw; 
	
    font-weight: bold;  
    margin:0; 
    padding:0; 
    padding-top:2%;
 } 

#top a:link {color : #c25d23; font-size:50%;}

#bandeau {width:50%; 
	margin-left:35%; 
	margin-bottom:-2px;
	}
 
#bottom {
/*    position: relative; */
    background: #903;   /* couleur cadre 700px de haut rouge grenat meme couleur que titres h1, H2... */
    width:100%; 
    min-height: 50%;  
    color: #444; 	/* couleur du texte  gris foncé */	
    border: 0; 
    margin:0;
/*    border: solid  2px ; border-color: #000;   */
}

#main {    
    float:right;    
    width:100%;  
    text-align: center;
    padding:0; 
    border:0;
    margin:auto;
    background:#303030;	/* couleur de fond de la partie avec texte et images  gris clair  */
/*    border: solid  2px ; border-color: #FFF;  */ 
    }

	
.margin {  
   width:86%; 
   margin:auto; 
}

.margin1 { 
   width:86%; 
   margin:auto; 
   background: rgba(91,176,234,1);
   background: linear-gradient(90deg,rgba(91,176,234,1) 0%, rgba(36,126,210,1) 80%);
   background: -webkit-linear-gradient(90deg,rgba(91,176,234,1) 0%, rgba(36,126,210,1) 80%);
   background: -moz-linear-gradient(90deg,rgba(91,176,234,1) 0%, rgba(36,126,210,1) 80%);
  
/*  border:solid 2px white;
  background-color: #DDD;
  background-color:#b3d4fc; 
  background-image: url(res/Anne_So.jpg"); 
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; */
}


#gauche {float: left; width: 30%; border:0; padding-left:0.2%;}
#gauche img {max-width:100%;}

#droite {
    float: right;
    left: 31%;
    width: 68%;
    top: 0px; 
    padding-left:1%;    
    }

#navbar {
/*    float:left;
    width: 10%;  
    padding:0; 
    border:0; 
    margin:0;
    color:#FFF;
    height:10%;
    background:#FEEEBB; 	  couleur de fond du menu gris plus clair  */
/*    border: solid 2px; border-color: #FF0;   */

    text-align: center;
}

/* Menu Déroulant sans float CSS3 et centré , GCyrillus 
http://dabblet.com/gist/3576779    */

/* Base CSS sans float et centrage du menu */
ul#menu {
	display:table; /* contexte de formatage : table  alternative = inline-block */
	margin:auto;   /* centrage pour élément similaire a block, si inline-block, alors text-align:center; sur le parent  */
	padding:0;		/* reset marge interne */
	}
#menu li {
	display:inline-block; /* alternative à float avec contexte de formatage */
	}
#menu ul {
	padding:0;			 	/* reset marge internes */
	position:absolute;		/* extraction du flux , peut nécessité un z-index selon contexte des styles */
	}
#menu ul li {
	display:block;			/* retour a un comportement de type block */
	}

/* gestion des menus */

/* on cache au repos les menus */
#menu ul  {
	left:-9999px;			/* on éjecte le menu de l'écran sans le rendre totalement inaccessible */
	}
/* on affiche le menu au survol de son ITEM parent */
#menu li:hover ul ,#menu li:focus ul{
	left:auto;				/* on laisse le navigateur faire 
	si pas de positionnement relatif impliqué dans un parent  */
	}
		/* un peu de mise en forme */
#menu  {
/*	color:red;
	border-radius:5px;  */
	color: #c25d23;
	text-align:center;
	}
#menu  li {
	min-width:80px;
	text-indent: 0.5em;
	padding: 0.25em 0.5em 0.25em 0;
/*	border-radius:5px;
	box-shadow:  0 0 2px #555; 
	background:#A87;
	color:#FFF; */
	background:#11434d;
	color:#c25d23; 
	
	}
#menu li:hover {
	background:#11434d;
	cursor:pointer;
	}
#menu li li:hover {
	background:#11434d;
	}
	
	
#menu a {
    font-size: 1.15em; 
    text-decoration: none;  
    color : #9c9c9c;  	 /* couleur du texte des liens du menu idem titres  */
} 

#menu a:hover {    
    color: #c25d23;	/* couleur du texte des liens du menu survolés  */
}


#menu a.active {						/* lien page active = survolé. script dans foot.html  */
   /*  background-image: url(../media/jpeg/button_b.png); */   
    color: #c25d23;	/* couleur du texte des liens du menu survolés  */
}

.basmenu {
    width: 100%;
    padding:0; 
    border:0; 
    margin:0;
    background: #EDDDAA;	/* couleur de fond de la partie en dessous du menu  meme gris que ci dessus  */
    text-align: center;
    color: #444;
}

#copyright {font-size:60%; font-style:italic;}
/* #compteur {background: #000; color:#777; font-size:0.5em; font-weight:bold;}  */
#compteur {background: transparent; width: 12%; margin:auto;}
#compteur img {width: 6%;}

#basnavbar {
    width: 100%;
    padding:0; 
    border:0; 
    margin:0;
    color:#903;
    background: transparent;	/* couleur de fond de la partie en dessous du menu  meme gris que ci dessus  */
    text-align: center;
}

#basdepage {
    width: 100%;
    padding-top:0px; 
    border:0; 
    margin-top:-1em;
    color:#CCC;
 /*   background: transparent;	 */
    background: #903;	 
    text-align: center;
    clear: both;  
}

sup { line-height: 0; font-size:10px; }

a.fancybox img {		/* largeur libre class album 200px */
        border: none;
        -o-transform: scale(1,1); -ms-transform: scale(1,1); -moz-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1); -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
    } 
a.fancybox:hover img {		 
    position: relative; z-index: 999; -o-transform: scale(1.01,1.01); -ms-transform: scale(1.01,1.01); -moz-transform: scale(1.01,1.01); -webkit-transform: scale(1.01,1.01); transform: scale(1.01,1.01);
    }
    

/*  images fancy individuelles class alone défini dans fancy_params.js 
    Ajouter <script type="text/javascript" src="../res/fancy_params.js"></script>  en haut de page  */
    
    
a.alone:hover img{position: relative; z-index: 999; -o-transform: scale(1.01,1.01); -ms-transform: scale(1.01,1.01); -moz-transform: scale(1.01,1.01); -webkit-transform: scale(1.01,1.01); transform: scale(1.01,1.01);
    }
       
 
#postit {
    position : absolute; 
    top:1%; 
    right:1%; 
    width: 15%; 
    overflow:hidden;
    } 
    
#postit span {    
  color: #000; 
  font-family: Lucida Handwriting; 
  font-size:1vw; 
  font-weight:bold; 
  position: absolute; 
  top:1vw; 
  left:0.6vw; 
  word-wrap:break-word; 
  margin:0.2vw;						
  -o-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -webkit-transform:rotate(-5deg);
    }

    
    
.album img {width: 18%; }

.album_v_l {float:left; padding:1%; width:20%; margin-top:-1em; }  	/* album vertical à gauche "activité.html"  */
.album_v_l img { width: 99%; padding-top:4px; }

.album_v_r {float:right; padding:1%; width:20%; margin-top:-1em; }  	/* album vertical à droite "activité.html"  */
.album_v_r img { width: 99%; padding-top:4px; }



.w3c img {width: 64%; border:0; }

.videos {width:100%;}
/*  Video Stretching */
.containingBlock {width:60%; margin-left:auto; margin-right:auto;}  /* largeur et centrage video */
.videoWrapper {
  position:relative;
  height: 0;
}

.videoWrapper div,
.videoWrapper embed, 
.videoWrapper object {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wideScreen {padding-bottom:56.25%;}
.fourBYthree {padding-bottom:75%;}
.chrome_25 {padding-top:25px;}
.chrome_35 {padding-top:35px;}

#slideshow img { display: none; }
#slideshow img.first {display: block ;}

/*  div.center-cropped {
    width: 300px;
//    height: 200px;
    overflow:hidden;
}
div.center-cropped img {
    height: 100%;
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);} */

	
/*  pour mettre des images de taille différentes dans un même container	cf index de Anne-Sophie deux images verticales  */
div.center-cropped {
    width: 49.5%;
/*    min-height:400px;
      max-height:50vw;   */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
		display: inline-block;
		}

div.portion-center-cropped {
    width: 49.5%;
/*    min-height: 400px;
      max-height:50vw;    */
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block; 
    }


@media all and (max-width: 640px) {
   body { font-size: 0.85em; }
   #main { width:100%; }
   
   #menu {font-size: 0.85em;}
   #navbar img{ display:none;}
   #basdepage {display:none;}
   .containingBlock {width:90%;}
   #postit  {display:none;}
   }  