/* Page d'accueil */

h2#h2_accueil {
	height: 51px;

	padding-left: 174px;

	margin-bottom: 5px;

	background-image: url(../../images/accueil_logo.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
}

#accueil_droite {
	width: 340px;
	height: 280px;
	float: right;
}

#accueil_photo{
	padding: 10px;
	border: 1px dashed #FFF;
	width: 320px;
	height: 330px;
	background: #cbd0e4;
	color: #d7021b;
	text-align: center;
	margin-bottom: 5px;
}

#accueil_photo .photo {
	width: 300px;
	height: 250px;
	border: 0;
	display: block;
	margin: 0 auto 10px auto;
}

#accueil_photo a {
	color: #d7021b;
	font-weight: bold;
	text-decoration: underline;
}
