/* Définition des polices */

@font-face {
    font-family: 'rochester';
    src: url('polices/Rochester-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------------------------------------------------------*/
/*-------------------------------- Contenu de la page --------------------------------*/
/*------------------------------------------------------------------------------------*/

.contenu
{
	width: 90%;
	max-width: 750px;
	margin: auto;
	margin-top: 120px;
	margin-bottom: 100px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	overflow: hidden;
}

.description
{
	width: 100%;
	overflow: hidden;
}

#rima .photo_description
{
	width:30%;
	margin: 0 0 0 12px;
	float: right;
}

#mimi .photo_description
{
	width:30%;
	margin: 0 12px 0 0;
	float: left;
}

.texte_description
{
	font-size: 1em;
	text-align: justify;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}

.texte_description span
{
	font-size: 1.4em;
	font-family: rochester;
	color: #5e94be;
}

#rima
{
	margin-top: 60px;
}

#mimi
{
	margin-bottom: 60px;
}

#contenu_separation
{
	background: #d6d6d6;
	height: 1px;
	width: 20%;
	margin: auto;
}