
section {

width: 95%;
}
#bloc_page
{
    width: 800px;
    margin: auto;

}
article, aside {
	width: 800px;
	margin-left:0;
	padding-left: 0;

}

article p {
	text-align: center;
	text-indent: 0px;
	word-wrap: break-word;
	font-family:"Comic Sans MS", cursive, serif;
	text-decoration: none;
padding-left:0;
padding-right: 3px;
font-weight: normal;
}

aside p{
	font-size: .9em;
	text-align: center;
	font-family:"Comic Sans MS", cursive, serif;
	font-weight: normal;
}
.bouton_rouge {
	margin-right: 10px;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
	box-shadow: 0px 2px 5px #1c1a19;
	/*background: url('../images/bouton_repeat_h40.png') repeat-x;*/
	/* background: url('../images/fond_degraderouge.png') repeat-x;*/
	text-decoration: none;
   	background-image: -webkit-linear-gradient( top, #b3559b 0%, #d03895 100%);
	background-image:    -moz-linear-gradient( top, #b3559b 0%, #d03895 100%);
	background-image:     -ms-linear-gradient( top, #b3559b 0%, #d03895 100%);
	background-image:      -o-linear-gradient( top, #b3559b 0%, #d03895 100%);
	background-image:         linear-gradient( top, #b3559b 0%, #d03895 100%);
	}
 #bouton_rouge p:first-letter{
  
   font-size: 1.0em; /* Ecrit légèrement plus gros que la normale */
   color: white; /* En bleu */
}
 a.bouton_rouge{color: white;}	

#image a {display:inline;}
iframe.videos.cc {vertical-align: top;}