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

#global, #top, #container, #footer{
	width		:800px;
	font-family	:Arial, Helvetica, sans-serif;
}
#container{
	width		:900px;
}
#top{
	position	:relative;
	background	:url('../img/top-accueil.jpg') no-repeat top left;
	height		:120px;
	text-indent	:-5000px;
}
#top h1{
	position	:absolute;	
	top			:0;
	left		:0;
}
#content-left{
	position	:relative;
	width		:280px;
	height		:410px;
	border		:0px;
	padding		:0px;
	margin		:0px;	
}
a#gratuit{
	position	:absolute;
	top			:216px;
	left		:0;
	width		:274px;
	height		:185px;
	background	:url('../img/patronymique.jpg') center center no-repeat;	
}
#content-right{
	width		: 540px;
	height		: 410px;
	padding		: 0px;
	padding-top	: 40px;
	margin		: 0px;
	margin-left	: 10px;
}
#content-right a{
	float		:left;
	margin		:0px;
	color		:#000;
	text-decoration:none;
}
.lien{
	margin-left	:0px;
	float		:left;
	width		:180px;
	height		:125px;
	background	:url('../img/loadimg.gif') center center no-repeat;
}
.lien img{
	margin-left:-10px;
}
#content-right a img:hover{
	opacity		: 0.85;
	filter 		: alpha(opacity=85);
}
#content-right .lien:hover{
	background	:none;
}
#footer{
	background	: transparent url('../img/footer-accueil.jpg') 0 0 no-repeat;
	border		:0px;
	text-align	:left;
	font-size	:9px;
	padding-left: 250px;
	width: 550px;
}

#footer p {
	margin: 0;
}

#footer p.part {
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
}

#footer p.part a {
	color: #730000;
	font-size: 1.6em;
}