/* CSS Document */

div#conteneur
{
	width: 760px ;
	margin: 0 auto ;
	text-align: left ;
	background: #fff ;
}

div#image1
{
	width:237px;
	height:176px;
	margin-top:50px;
	float:left;
	position:absolute;
}

div#image2
{
	width:142px;
	height:213px;
	margin-left:357px;
	margin-top:75px;
	float:left;
	position:absolute;
}

div#image3
{
	width:79px;
	height:235px;
	float:left;
	position:absolute;
	margin-left:557px;
	margin-top:17px;
}


div#logo
{
	width:318px;
	height:79px;
	float:left;
	position:absolute;
	margin-top:225px;
	margin-left:1px;
}

div#ligne
{
	height:153px;
	margin-top:62px;
	margin-left:135px;
	width:500px;
	border: 1px solid #000000;
	position:absolute;
}

div#contenue
{
	width:760px;
	margin-top:350px;
	padding-left:20px;
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

.un
{
	float:left;
	width:250px;
	margin-left:15px;
	height: 150px;
	margin-bottom:12px;
}

.deux
{
	width:315px;
	margin-left:30px;
	float:left;
	height: 150px;
	margin-bottom:12px;	
}

.gras {
	font-weight: bold;
}

a:link {
	color: #333333;
	line-height:16px;
}

a:visited {
	color: #333333;
	line-height:16px;
}

a:hover {
	color: #999999;
	text-decoration: underline;
	line-height:16px;
}
a:active {
	color: #333333;
	line-height:16px;
}