body{
	background-color: #006699;
	font-size: 12px;
	font-family:Verdana,"Century Gothic",Arial;
}

*{
	outline:none;
}

img{
	border:none;
}

a:link
{
	color: #006699;
}

a:visited
{
	color: #006699;
}

a:hover
{
	color: #006699;
}

a:active
{
	color: #006699;
}

#mainContainer{
	position	: relative;
	left		: 50%;
	margin-left	: -371px;
	width		: 742px;
	height		: auto;
	background-color: #FFFFFF;
	font-color: #000000;
}

#logo
{
	background-image: url(../images/pictures/logo.jpg);
	background-repeat: no-repeat;
	width: 742px;
	height: 200px;
	margin-top:-10px;
}

#contenu
{
	text-align:justify;
}

#ligne
{
	background: url(../images/pictures/blue_line.png) no-repeat;
	position: relative;
	left: 50%;
	margin-left: -208px;
	width: 416px;
	height: 3px;
	
}

.text
{
	padding: 30px;
}