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

/* LES LIENS-----------------------------------------------------*/
a.regular{
	font-family: calibri, arial, helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration: none;
}
a.regular:hover{
	text-decoration:line-through;
}


/* LES DIV-----------------------------------------------------*/
body {
	font-family: cambria, calibri, arial, helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#000000;
	background: #EFECE3;
	margin:0px;
	padding:0px;
	background-image:url(http://www.blajk.fr/lite/files/gimgs/[10]bg_body.jpg);
	background-repeat:repeat-x;
}

#logo{
	width:237;
	height:122;
	left:70%;
	top:25%;
	position:absolute;

}

#content{
	left:70%;

}

#content p{
	width:35%;
}

