a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color:#FF9900;
}

a:active {
	text-decoration: none;
	color: #689CD2;
}



a.petitsliens:link {
	text-decoration: none;
	color: #666666;
}

a.petitsliens:visited {
	text-decoration: none;
	color: #666666;
}
a.petitsliens:hover {
	text-decoration: none;
	color:#f29400;
}
a.petitsliens:active {
	text-decoration: none;
	color: #689CD2;
}



img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 100%;

	/* Set up proportionate scaling */
	width: auto;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}


.bloc_principal {
	top:-25px;
	background-color: #ffffff;
	font-family:'Judson', serif;
	font-size:14px;
	position:relative;
	color:#666666;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:750px;
}


.bloc_mentions_legales {
	width:700px;
	font-family:'Judson', serif;
	font-size:14px;
	color:#666666;
	margin-top:0px;
	margin-bottom:50px;
	margin-left:25px;
	line-height:15px;
}


.bloc_BACK {
	font-family:'Judson', serif;
	font-size:10px;
	color:#666666;
	width: 100%;
	margin-left:25px;
	margin-top:25px;
	margin-bottom:20px;
	float:left;
}


.CONTENEUR {
	width:100%;
}


.titre_article {
	font-family:'Judson', serif;
	color:#666666;
	font-size: 50px;
	line-height:50px;
	margin-bottom:10px;
	margin-top:20px;
	margin-left:25px;
	font-style:italic;
	font-weight: bold;
	float:left;
	width:750px;

}


.bloc_presentation {
	width:700px;
	margin-top:0px;
	margin-left:25px;
	margin-bottom:25px;
	float:left;
}

.bloc_gros_plan {
	width: 100%;
	margin-left:0px;
	margin-bottom:0px;
	float:none;
}


.ligne_dashed {
	margin-left:25px;
	margin-bottom:25px;
	width:100%;
}

.footer {
	float:none;
	background-image:url(images/logo_footer.png);
	background-repeat:no-repeat;
	margin-top:25px;
	margin-left:25px;
	padding-left:85px;
}
