@charset "utf-8";
/* CSS Document */

#content{
	height:680px;
}
#pictures{
	margin:20px 10px 0px 0px;
	width:660px;
	float:left;
}
.pictures{
	width:320px;
	height:280px;
	float:left;
	margin:0px 0px 10px 10px;
	text-decoration:none;
	cursor:pointer;
}

#picture3{
	background:url(../images/image7987.jpg) no-repeat;
}
#picture4{
	background:url(../images/image7988.jpg) no-repeat;
}
#categorie1, #categorie2, #categorie3, #categorie4{
	width: 320px;
	height: 35px;
	background-color: #000;
	float: left;
	overflow:hidden;
}
.title{
	font-size:24px;
	color:#fc0;
	padding:3px 10px 5px 10px;
}
.description{
	font-size:18px;
	color:#fff;
	padding:0px 10px 10px 10px;
}
.text{
	font-size:12px;
	color:#fff;
	text-align:justify;
	padding:0px 10px 0px 10px;
}

selfHome{
	width:300px;
	height:160px;
}
/* ------ BLOC LOGIN ------ */

div#login{
	width:276px;
	height:122px;
	margin:0px 0px 10px 0px;
	padding:9px 12px;
	text-align:center;
}
#login p{
	color:#fff;
}
#login a#connect{
	display:block;
	font-size:24px;
	color:#fc0;
	margin:0px auto;
	width:200px;
	text-decoration:none;
}
#login a#connect:hover{
	background:#fc0;
	color:#151b2d;
}
#login p#contenu{
	margin-top:3px;
}
