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

#contenu
{
	padding:inherit 0px;
}

#contenu li
{
	margin:1em auto;
}

#contenu-info
{
	margin-bottom: 2px;
}

/*.contenu-sujet
{
	width: 100% /*434px*//*;
}*/

#contenu-bloc-intro
{
	padding-bottom:1em;
}

h4
{
	margin-left: 0.5em;
}

.contenu-titre-lien
{
	font-weight:bold;
	padding-bottom: 0.5em;
}

/* Adaptation aux différents affichages */
@media screen and (max-width: 600px){
	.contenu-sujet-bloc, .contenu-liens
	{
		width:96%;
	}
	}
	
@media screen and (min-width: 601px){
	.contenu-sujet-bloc
{
	width: 48.18181818181818% /*424px*/;
}

	.contenu-liens
{
	width: 45.68181818181818% /*424px - (padding+margin)*/;
	padding: 1%;
	border:1px solid #FFE393;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float:left;
	margin: 0.8%;
}
}