/* CSS Document */
					/*					RESET						*/					
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, ul, dl, dt, dd, table, tr, td, img, form, fieldset, input, textarea, blockquote, form, object, map {
	margin: 0;
	padding: 0;
	border: 0;
	}	
fieldset {
	border: 0;
	}
img {		/* taille maxi image 100% */
	max-width: 100%;
	height: auto;
	border:0;
	}
.img_logo{ 
	alignment-baseline:middle;
	
}
a:active, a:visited, a:link  {
	text-decoration: none;
	}
a img { 	/* 	ce sélecteur élimine la bordure bleue par défaut affichée dans certains navigateurs autour d'une image 
				lorsque celle-ci est entourée d'un lien. */
	border: none;
	}
			/* attributs éléments html5 : block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	}
					/* Eléments principaux de la page */
html{
	background-color:#FFF;
	background-image:url(../img/fond_bleugris.png);
	background-repeat:no-repeat; 
	background-size:cover; 
	background-attachment:fixed; 
	background-position: center top; 
	}
body{
	padding-top : 13px;
	padding-bottom: 5px;	
	}
#container{
    width: 956px;
	margin: 0 auto;
		/* coins hauts arrondis */
	-webkit-border-top-left-radius: 8px; 
	font-size:10px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
		/* ombre de boîtes */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);	
	}
				/* En-tête */
header{ 
	width: 956px;
	background-image:url(../img/bk_header.png);
	height: 85px; 
			/* coins hauts arrondis */
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
					/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
	background: -moz-linear-gradient(top,  #FFF,  #DDD);
	background: linear-gradient(-90deg, #FFF, #DDD);
	}
#logo{
	margin-left: 6px;	
	}
#img_titre{ 
	margin-left: 16px;	
	}
#align_image a img{
  vertical-align: sub;
  display: inline-block;
}
#align_image span{
  vertical-align: middle;
  display: inline-block;
}

header table tr td h1{
	font-family: "Comic Sans MS", cursive; 
	margin-top: -30px;
	font-size: 20px;
	color: #1B5AA0; 
	text-shadow: 2px 2px 1px #555;
}
	/* titres */
.h0{
	font-family: "Comic Sans MS", cursive; 
	font-size: 16px;
    font-weight: 600;
	color: #1B5AA0; 	
}
h1 {
	font-family: "Comic Sans MS", cursive; 
	font-size: 14px;
    font-weight: bold;
	color: #1B5AA0; 
    /* text-transform: uppercase; */
	}
h2 {
	font-family: "Comic Sans MS", cursive; 
	font-size: 14px;
	color: #1B5AA0; 
	font-weight: bold;
	padding: 20px 0 5px 10px;
	}
h3 {
	font-family: "Comic Sans MS", cursive; 
	font-size: 12px;
	}
				/* Navigation */
nav{ 
	margin-top: -40px;
	margin-left: 200px;
	padding: 0;
	}
nav ul{
	display:inline;
	font-family: "Comic Sans MS", cursive;
    color: #181818;
	}
nav ul li{
	padding: 5px;
	display:inline;
}
					/* Corps */
article, aside, section
{
    display: inline-block;
    vertical-align: top;
	top: 38px;
	margin: 5px;
	padding: 5px; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
		/* coins hauts arrondis */
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
		/* ombre */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(128,128,128,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(128,128,128,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(128,128,128,.4);	
}
section{
	width: 926px;
	margin : 5px;
	padding: 10px;
}
section ul li{ 
	list-style-image:url(../img/img_li.gif);	
	margin-left: 15px;
	padding-left: 10px;
	padding-top: 8px;
}
aside
{	
	position: relative;
	width: 200px;
	margin-left:12px;
	margin-right: 10px;
	padding: 0;
	background-color:#BFC5F9
	color: #00C;
}
aside img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}	
aside ul, ol {
	margin-left: 10px;
}
aside ul li{
	font-size: 12px; 
	color:#888; 
}
.div_centre{ 
	text-align:center;
	}
.separateur{
	height:15px;	
}
.resume{
	padding: 5px 0 10px 15px; 
}
#separateur_horizontal{ 
	color:#ff0000; 
	width:80%;
	size:4px;
	}
#ph_olivier{	
	align: center;
	color:#003300;
	}
#citation_Machado{
	font-family: "Comic Sans MS", cursive; 
	font-size: 11px;  
	color:#004800;
	padding-left:10px; 
	padding-right:10px; 
	padding-bottom:12px;	
}
#citation_Machado_auteur{
	text-align:right;
}
#citation_evangile{
	font-family: "Comic Sans MS", cursive; 
	font-size: 11px; 
	text-align:right; 
	padding-right: 2%; 
	color:#1341B9;
}
article
{
	position: relative;
	float:right;
	width:690px;
	margin-right: 12px;
	font-size: 15px;
	padding-left:10px;
	font-size: 0.9em;
}
article img {
	width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
article p
{
    font-size: 12px;
}
article ul, ol
{
	margin-left: 10px;
}

.clearfloat { /* cette classe peut être placée sur une div <br /> ou vide, en tant qu'élément final suivant la dernière div flottante (dans le #container) si le paramètre #footer est supprimé ou retiré du #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}					
						/* Pied de page */
footer{  
	clear:both;
	padding-top: 50px;
	padding-bottom: 10px;
}
footer div{ 
	height: 30px; 
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:800;
	font-size: 10px; 
	color: #3E4AE1;
}
.cadre_logo {
  	border: 1px solid #fff;
	margin-top: 5px;
		/* coins hauts arrondis */
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
		/* ombres */
		/* ombre */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(128,128,128,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(128,128,128,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(128,128,128,.4);	
  	zoom: 1;
}
.titre_publication{
	font-style:italic
	}
.police_date_msc{
	font-size: xx-small;
	}
#table_photos_famille{
	background-image:url(img/bk_tableau_photos.gif); 
	background-repeat:no-repeat; 
	background-position: center center;
	width:100%; 
	border:0; 
	cellspacing:0;
	cellpadding:0;	
}
.legende_photo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;	
}
.legende_photo_Maryse{ 
	text-align:center;
	font-family: "Comic Sans MS", cursive; 
	font-size: 11px;
	color: #FD40EF;	
}
.legende_photo_Aude{
	text-align:center;
	font-family: "Comic Sans MS", cursive; 
	font-size: 11px;
	color: #FD64F1;
}
.legende_photo_Joffrey{
	text-align:center;
	font-family: "Comic Sans MS", cursive; 
	font-size: 11px;
	color: #4848FF;
}
.legende_photo_Jonathan{
	text-align:center;
	font-family: "Comic Sans MS", cursive; 
	font-size: 11px;
	color: #7979FF;
}
.legende_citation{
	text-align:center;
	font-family: "Comic Sans MS", cursive; 
	font-size:12px; 
	color:#1B38AF;
	}
.ombrage_photos {
  border: 3px solid #fff;
  -moz-box-shadow: 3px 3px 4px #aaa; 
  -webkit-box-shadow: 3px 3px 4px #aaa; 
  box-shadow: 3px 3px 4px #555; 
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=5);
  zoom: 1;
}
.sep_photos_id{ 
	width:*;	
}
.colonne_photos_id{
	width:118px;	
}	
.ombrage_photos_id {
  width:116px;
  height:120px;
  border: 3px solid #fff;
  -moz-box-shadow: 3px 3px 4px #aaa; 
  -webkit-box-shadow: 3px 3px 4px #aaa; 
  box-shadow: 3px 3px 4px #555; 
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=5);
  zoom: 1;
}
		/*   boutons type bootstrap modifié  */
.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 5px;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;  
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  /* outline: thin dotted #333; */
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}