body
	{
		width: 100%;
		/*height: 100%;*/
		
		margin: 0;
		margin-left: auto;
		margin-right: auto;
		background-color: #303030;
		
		/*font-family: 'Inder', 'Trebuchet MS', sans-serif;*/
		font-family: 'Ubuntu', 'Trebuchet MS', sans-serif;
	}
.clear
	{
		clear: both;
	}
	
a
	{
		margin: 0px;
		padding: 0px;
		outline: none;
	}
p 
	{
		margin: 0px;
		padding: 0px;
	}
textarea
	{
		resize: none;
	}

#fondGris
	{
		z-index: 1000;
		width: 100%;
		height: 3000px;
		top: 0px;
		background-image: url("../design/fond_shadow.png");
		position: fixed;
		display: none;
	}
	
	
.stop-scrolling
	{
		height: 100%;
		overflow-y: scroll;
		position: fixed;
	}
	
.italique
	{
		font-style: italic;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
	{
		
	}
	
	
.smiley
	{
		width: 16px;
		height: 16px;
		
		display: inline-block;
		background-repeat: no-repeat;
		background-position: center center;
	}
.smiley_shen
	{
		background-image: url('../design/smileys/shen.png');
	}
.smiley_simsideo
	{
		background-image: url('../design/smileys/simsideo.png');
	}
.smiley_coeur
	{
		background-image: url('../design/smileys/coeur.png');
	}
.smiley_coeur-brise
	{
		background-image: url('../design/smileys/coeur_brise.png');
	}
.smiley_prisme-vert
	{
		background-image: url('../design/smileys/prisme_vert.png');
	}
.smiley_prisme-rouge
	{
		background-image: url('../design/smileys/prisme_rouge.png');
	}