body {
	text-align: center;
	background-color: #6633CC;
	margin: 0px;
	padding: 0px;
}
p,h1,h2,h3,h4,h5,h6,ul,li,table,th,td,tr,textarea,input,select,button,hr {
	font-family: Arial;
	font-size:14px;
	color:#000000;
	font-weight: normal;
/*	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
*/
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
p {
	text-align: justify;
}

h1 {
	font-size:18px;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	}
h2 {
	font-size:15px;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	}
h3 {
	font-size:14px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	}
h5 {
	font-weight: normal;
	text-align: center;
	}
h6 {
	font-size:9px;
	font-weight: normal;
	text-align: center;
	color:#ffffff;
	}
	
a {
	font-family: Arial;
	font-size:14px;
	color:#000000;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #CC3366;
	text-decoration: none;
}
table {
	width: 100%;
	text-align: center;
	vertical-align: top; 
	padding: 0px;
	margin: 0px;
}
td {
	vertical-align: top; 
	padding: 5px;
}

ul {
	text-align: left;
	list-style-type: none;
	padding : 10px;
	margin: 0px;
}
ol {
	text-align: left;
	padding-left : 50px;
	margin: 0px;
	list-style-type: decimal;
	list-style-position: outside;
}

#basdepage a, #basdepage p, #basdepageindex a, #basdepageindex p, #version a, #contact a, #news marquee {
	font-family: Arial;
	font-size:14px;
	font-weight: normal ;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#news marquee {
	font-weight: bold ;

}
#basdepage a:hover, #basdepageindex a:hover, #version a:hover, #contact a:hover  {
/*	color: #FFFF00;*/
	color: #CC3366;
	text-decoration: none;
}
#entete a   {
	font-weight: bold ;
	color: #FFFFFF;
	text-decoration: none;
}
#entete a:hover   {
	color: #CC3366;
	text-decoration: none;
}
.ligne_bas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6633CC;
	position: relative;
	height: 1px;
	width: 100%;
}
.hidden {
text-indent:-5000px;
}
#corps {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	height: 910px;

}
#fond {
	position: absolute;
	width: 760px;
	height: 760px;
	top: 100px;
	left: 0px;
	background-image:  url(pics/fond-jaune.jpg);
	z-index:1;
}
#carre {
	position: absolute;
	height: 758px;
	width: 758px;
	top: 101px;
	left: 1px;
	z-index:2;
}
#data {
	position: absolute;
	height: 680px;
	width: 680px;
	top: 140px;
	left: 40px;
	overflow: auto;
	z-index:3;
}
#dataflash {
	position: absolute;
	height: 680px;
	width: 680px;
	top: 140px;
	left: 40px;
	z-index:10;
}
#entete {
	position: absolute;
	width: 760px;
	height: 100px;
	top: 0px;
	left: 0px;
	z-index:4;
}
#basdepage {
	position: absolute;
	width: 760px;
	height: 50px;
	top: 860px;
	left: 0px;
	z-index:5;
}
#news {
	position:absolute;
	left:150px;
	top:10px;
	width:460px;
	height:40px;
	z-index:10;
}
#version {
	position:absolute;
	left:610px;
	top:10px;
	width:150px;
	height:40px;
	z-index:10;
	margin: auto;
}
#contact {
	position:absolute;
	left:0px;
	top:10px;
	width:150px;
	height:40px;
	z-index:10;
	vertical-align: middle;
}


#news p {
	font-weight: bold ;
	color: #FFFFFF;
}
/*
#version a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#contact a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
*/



/* INDEX ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#corpsindex {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	height: 782px;
}
#fondindex {
	position: absolute;
	width: 760px;
	height: 672px;
	left : 0px;
	top : 40px;
	background-image:  url(pics/fond-jaune.jpg);
}
#cadreindex {
	position: absolute;
	width: 720px;
	height: 632px;
	left: 20px;
	top: 60px;
	background-image:  url(pics/cadre-index.jpg);
}
#dataindex {
	position: absolute;
	width: 680px;
	height: 592px;
	left: 40px;
	top: 80px;
	overflow: hidden;
}
#basdepageindex {
	position: absolute;
	width: 760px;
	height: 50px;
	left: 0px;
	top: 712px;
}
