@charset "utf-8";
/* CSS Document */
body {
	/* background: url(../images/envelope-4.png); */
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {font-family:Arial, Helvetica, sans-serif;
}
.jumbotron{
    border: 1px solid #333333;
    background-color:#E0E0E0;
	background-image:url(../images/Drapeau_Quebec-noback.png);
	background-size: 200px 133px;
	background-repeat: no-repeat;
	
    background-position: 50% 76%;
	color:#000;
}
.divcon {
    border: 1px solid #333333;
    padding: 10px 40px; 
    background: #E0E0E0;
    width: auto;
    border-radius: 4px;
}
#picture {
   /* width:auto; */
    /*margin-left:10px; */
    margin-right:10px;
}
.row {
    margin-top: 20px;
}
.row:first-child, .row.row-dense {
    margin-top: 0;
}
.red { color: #FF0000; }
.blue { color: #0000FF; }
.white { color: #FFFFFF; }





