/*---------------------------------*/
/*------------ RESET -------------*/
/*---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin : 0;
	padding : 0;
	border : 0;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
fieldset,img {
	border : 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
	font-weight : normal;
}
ol,ul {
	list-style : none;
}
caption,th {
	text-align : left;
}
h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
	font-weight : normal;
	display : inline;
}
p {
	padding-bottom:10px;
}
strong {
	font-weight:bold;
}
/*---------------------------------*/
/*------------ BODY -------------*/
/*---------------------------------*/
body {
	background-color : #ffffff;
	color : #797979;
	font-size : 12px;
	line-height : normal;
	font-family : Arial, Helvetica, sans-serif;
}
a, a:hover {
	color : #797979;
}


div#flash {
	display: block;
	width: auto;
	height: auto;
	z-index: 1;
    text-align: center;
}





div#bgInt {
	display: block;
	position:relative;
	width: 895px;
	height: 680px;
	background-image : url(../medias/bgInt.jpg);
	background-repeat : no-repeat;	
	margin: 0 auto;
}
div#bgInt .titre {
	display: block;
	position:absolute;
	width: auto;
	height:auto;
	top:142px;
	left:105px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
}

div#bgInt .content {
	display: block;
	position:absolute;
	width: 530px;
	height: 330px;
	top:180px;
	left:105px;
	padding-right:10px;
	overflow:auto;
}


div#bgInt .footer {
	display: block;
	position:absolute;
	width: 780px;
	height: auto;
	top:630px;
	left:70px;
	font-size:11px;
}