/*
 * Remise à niveau de toutes les balises **********************************************************
 */
*
{
	margin				: 0px;
	padding				: 0px;
	
	list-style			: none;
}


/*
 * Suppression du soulignage des liens en survol **************************************************
 */
a
{
	text-decoration		: none;
}


/*
 * Suppression de la bordure des images en lien ***************************************************
 */
a img
{
	border				: none;
}


/*
 * Styles Texte ***********************************************************************************
 */
.rouge, .red
{
	color				: #ff0000;
}

.gras, .bold
{
	font-weight			: 700;
}

.italique, .italic
{
	font-style			: italic;
}


/*
 * Flottements et annulations *********************************************************************
 */
.float_left
{
	display				: block;
	
	float				: left;
}


.float_right
{
	display				: block;
	
	float				: right;
}


.clear_both
{
	clear				: both;
}


.clear_left
{
	clear				: left;
}


.clear_right
{
	clear				: right;
}


/*
 * Conteneur plat *********************************************************************************
 */
.flat
{
	display				: block;
	
	height				: 1px;
}


/*
 * Conteneur plat *********************************************************************************
 */
.in_works
{
	display				: block;
	position			: relative;
	top					: 30px;
	left				: 100px;
	
	width				: 470px;
	height				: 205px;
	
	padding-top			: 1em;
	padding-bottom		: 1em;
	padding-left		: 140px;
	padding-right		: 1em;
	
	background			: url(../../images/misc/in_works.png) no-repeat;
}

.in_works .title
{
	font-size			: 2em;
	font-weight			: 700;
}

.in_works .content
{
	font-size			: 1.3em;
}

