@charset "utf-8";
/* CSS Document */


body 		{ margin:5; padding:5; background-color:#514f5e;}


/* début header */
#conteneur 		{ width :1100px ; margin:auto;}

#haut 			{ background-color: rgb(0, 31, 62);	background-color: rgba(0, 31, 62, 0.1);  width :1100px;  
padding-top:15px;  -webkit-border-radius:20px 20px 0px 0px ; -moz-border-radius:20px 20px 0px 0px ;-o-border-radius:20px 20px 0px 0px ; border-radius:20px 20px 0px 0px ;}
#logo 		{ width :100% ; text-align:left ;  }

#fleches 	{ width :800px ;   margin:auto;  }

.photo 		{ max-width: 1000px; }


/* (En dessous, #menuNav et #menuNav li affectent des listes de mots : "li" donne la couleur de la police sans souris et "li a" la  couleur de la police sur souris. Text décoration:none enlève les décorations par défaut)
#MenuNav li a		{ text-decoration:none; color: #f17af2 ; }
#MenuNav li a:hover	{ text-decoration:none; color: #fff ;} */

#CorpsPhotos 	  {  width:auto ;  margin:auto; text-align:center}
#CorpsPhotos p    {  text-transform: uppercase ; text-align:justify ; color:#CCCCCC ;font-size:17px; line-height: 20px }
#CorpsPhotos p:first-letter		{color:#967bb0 ; display:block ; float:left ; font-size: 23px ; margin-left:50px ; padding: 1px ; line-height:18px}
#CorpsPhotos fg 	{ text-align: left ; float:left }
#CorpsPhotos fd 	{ text-align: right ; float:right ; }
#CorpsPhotos h3  	{ margin:auto ; color:#CCCCCC ;font-size:30px;}

/* début intermed */


/* début pied de page */
#pdp 			{ background-color: rgb(0, 31, 62);	background-color: rgba(0, 31, 62, 0.4); background:url("/Photos_Moscou/br15.gif") no-repeat; background-position: center center;
-webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px; margin-top: -20px ; width :auto ;   }
#pdp p 	{ text-align:center  ; margin-left: 10px } 
#pdp p a { text-align:center  ; margin-left: 10px ; color:#e50f32 ; text-decoration: none; text-shadow: 1px 1px 2px #fefcfc;}
#pdp p a:hover { padding-left:2px ; color:#415881 ; text-decoration: none;}


