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


#article {
	float: left;
	display: inline;
	width: 760px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}

#article h1 {
	font-size: 18px;
}


#article h2 {
	font-size: 16px;
}

#article p {
	margin-bottom: 10px;
}

#article img.visuel {
	 float: left;
	 display: inline;
	 border: 3px solid;
	 margin: 0 10px 10px 0;
}

#article p.date {
	margin-top: 5px;
	float: right;
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

#article p.chapeau {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #999;
}

#article .auteur {
	width: 300px;
}

#article a {
	text-decoration: underline;
}

#article a.reactions {
	font-weight: bold;
}

#article #commentaires {
	margin: 5px 0;
}

#article #commentaires #commentairesContent {
	margin: 10px 0;
}

#article #commentaires #commentairesContent h1 {
	font-size: 11px;
	text-transform: uppercase;
}

#article #commentaires #commentairesContent h2 {
	font-size: 10px;
}

#article #commentaires form#commentairesForm label, #article #commentaires form#commentairesForm label, #article #commentaires form#commentairesForm textarea {
	float: left;
	display: inline;
	width: 115px;
	margin: 5px 0;
}

#article #commentaires form#commentairesForm input, #article #commentaires form#commentairesForm textarea {
	width: 300px;
	clear: right;
	border: 1px solid #535353;
	padding: 2px;
}

#article #commentaires form#commentairesForm textarea {
	height: 150px;
}

#article #commentaires form#commentairesForm input.btn {
	width: 30px;
	margin: 5px 0 0 380px;
}





#autresArticles {
	width: 276px;
	background-image: url(../img/fondCetteSemaine.gif);
	background-repeat: repeat;
	float: right;
	display: inline;
	padding: 5px 10px;
	margin-left: 10px;
}

#autresArticles h2 {
	font-size: 12px;
	margin-top: 15px;
}

#autresArticles a {
	text-decoration: none;
}

#autresArticles p.auteur {
	font-size: 11px;
	color: #838383;
	font-weight: normal;
	border: none;
	margin-bottom: 0;
}




#pub {
	float: right;
	display: inline;
}

#zoomArticle {
	float:right;
	margin-top:-24px;

}

#loupePlus, #loupeMoins {
	
	cursor: pointer;

}
