/**
*
* @author Almeras Antoine (antoine.almeras@gmail.com)
* @lastmodified $Date: 2012-07-27
*
**/

div#com{
	float : left;
}


div#retro{
	float : right;
	border-left : 1px dotted black;
}

div#corps{

	width : 455px;
	height : 598px;

}

h2{
	margin : 10px 0 0 100px;
}

/******************** Les Communications *********************/
div#ajout{
	position:relative;
	margin-top : 20px;
	}

	
div#bloc{
	margin: 45px 0 0 0;
	padding: 15px;
	border-radius: 15px;
	position: relative;
	float : left;
	width : 449px;
	height : 30px;
	}

div#bloc a{
	color: blue;
	text-decoration : none;
	/*margin-right : 90px;*/
}

span#postee{
	float : right;
}

div#bloc:hover{
	/*background-color: #BDCF31;*/
	font-size : 15px;
	border : 1px dotted black;
	border-bottom : 2px solid black;
	margin : 42px 0 0 0;
}

/*******************************************Pagination********************************/

span#numbers{
	float:left;
}

span#counter{
	padding-left: 100px;
}

span#precsuiv{
	float:right;
}

div#numpage1{
	margin-top : 550px;

}

div#numpage2{
	margin-top : 550px;

}

/*********************************** Les Deadlines *****************************/

div#blocd{
	background-image : url('../img/post-it.jpg');
	width: 165px;
	height: 170px;
	float: left;
	margin: 5px 41px 0px 20px;
	position: relative;
	border-radius: 10px;
}

div#blocd a{
	text-decoration : none;
}
div#blocd:hover{
	font-size : 15px;
	width: 170px;
	height: 175px;
	background-image : url('../img/post-it2.jpg');
	margin : 0;
	margin-right : 56px;
}

span#date{
	position: absolute;
	bottom: 2px;
	left: 15px;
	width: 130px;
	padding: 5px;
	border-bottom-right-radius: 4px;
	font-weight: bold;
	color: #3366FF;
}

div#titre{

	margin : 40px 10px 0 10px;
}
small{
	margin-left : 10px;
}