@charset "utf-8";
/* CSS Document */

.token_phototheque{
	float:left;
    background-color: #EEEEEE;
    border-color: #009544;
    border-style: solid ;
    border-width: 1px;
	width:140px;
	text-align:center;
	font-weight:bold;
	height:150px;
	margin:4px;
}

.titre_theme{
	clear:both;
	padding-top: 5px; padding-bottom: 5px;

}

.titre_theme h2{
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #D3D3D3;
    border-color: #009544;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}

