body , html
{
	/*  Les margin, les scrolls, et la hauteur sont les seuls propriétés a redefinir dans le body   */
	
	font: 11px/13px arial; 
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	margin : 0px 0px 0px 0px;
	height:100%;
	scrollbar-base-color: #2C1DC3;
	
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#2C1DC3;
	text-align:center;
	background-image:url(images/charte/degrade-intro.jpg);

}


/*    ---------------------- Style intro  ---------------------- */

#container
{	
	width:950px;
	height:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	
	
}


#intro{
position: relative;
}
#footer-intro{
position: absolute;
bottom: 0;

height:20px;
width:950px;
text-align:center;
}
.txt10bleuclair a:visited{
	font: 11px/13px arial; 
	font-weight: normal;
	font-style: normal;
	color:#6778A8;
	text-decoration:none;
}

.txt10bleuclair a{
	font: 11px/13px arial; 
	font-weight: normal;
	font-style: normal;
	color:#6778A8;
	text-decoration:none;
}

.txt10bleuclair a:hover{
	font: 11px/13px arial; 
	font-weight: normal;
	font-style: normal;
	color:#6778A8;
	text-decoration:underline;
}

.txt10bleuclair{
	font: 11px/13px arial; 
	font-weight: normal;
	font-style: normal;
	color:#6778A8;
}

	/*  ---------------------- fin style intro ----------------------------*/
	
	