body
{
	background: #000 url(images/bg000000.gif) repeat;
	color: #999;
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 70%;
}

h1, h2, h3, h4, h5, h6 { color: #fff; }
.boite h2, .boite h3, .boite h4, .boite h5, .boite h6 { text-align: center; }

h1 { font-size: 3em; }
h2 { font-size: 2.6em; }
h3 { font-size: 2.4em; }

div#conteneur 
{
	margin: auto;
	width: 750px;
	padding: 1em;
	padding: 5px;
	
}
div#contenu { margin: auto; }

.boite
{
	background-color: #303030;
	width: 450px;
	margin: auto;
	float: none;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px; 
}

.boite_inside {

	height: 60px;
	padding: 30px;
}

.boite_inside .boite_link {
	clear: both;
	text-align: center;
	font-size: 1.5em;
	padding-top: 10px;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #999;
}

h1 {
	text-align: center;
}

blockquote footer {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
}

blockquote footer:before {
    content: '\2014 \00A0';
}
