/* XHTML Tags*/
body{
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 13px;
	min-width: 830px;
	scrollbar-3dlight-color : #000;
	scrollbar-darkshadow-color : #666;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #000;
	scrollbar-arrow-color : #000000;
	scrollbar-face-color : #000;
	scrollbar-track-color : #ffffff;
}

img {
	border-width: 0px;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 0px;
}

h1{
	position: relative;
	left:50%;
}

h1 span{
	display: none;
}

h2{
	color: #0033FF;
 	font-weight: bold; 
	font-size: 15px;
	padding: 15px 0px 0px 20px;
}

h3{
	padding-left: 40px;
	font-size: 14px;
}

p{
	padding-left: 40px;
}

td span{
	display: none;
}

a{
	text-decoration: none;
	color: #f30;
}

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

li{
    list-style-type: none;
}

acronym:hover{
	cursor: help;
}

strong{
	font-weight: normal;
}

/************************************************************************************/
/*Titles Pics*/
#titleHist{
	width: 250px;
	height: 50px;
	margin-left: -125px;
	background: url(../images/histoire_titre.jpg) transparent no-repeat;
}

#titleHisto{
	width: 250px;
	height: 50px;
	margin-left: -125px;
	background: url(../images/history.jpg) transparent no-repeat;
}

/************************************************************************************/

/*Top Menu including Logo*/
.menuTop{ 
	position: relative;
	top: 100px;
	left: 50%;
	margin-left: -180px;
	height: 20px;
	width: 550px;
}

#logo{
	position: absolute;
	top: -59px;
	left: -200px;
	margin: 0;
	/*z-index: 100; *//* above the ul */
	background: url(../images/logo_i.jpg) no-repeat;
	height: 168px;
	width: 224px;
}

/*Bottom Menu*/
.menuBottom{
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -480px;
}

.menuBottom ul, .menuBottom li{
	display: inline;
	color: #F6E9B0;
}

.menuBottom li{
	padding: 60px;
}

.menuBottom a{
	color: #F6E9B0;
}

.menuBottom a:hover{
	color: #FED700;
}
/************************************************************************************/

.subscript, .subscriptBott{
	font-size: 10px;
	padding-left: 20px;
}
/************************************************************************************/

/*Main Table*/
#centerTab{
	margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
	width: 850px;
}

/*Text Zone*/

#textZone{
	width: 740px;
	margin: 25px;
}

#textZone p{
	width: 380px;
	padding-left: 20px;
}

#picLoop{
	position: absolute;
	top:350px;
	left: 60%;
}

#picLoop img{
	width: 230px;
	height: 152px;
}

#picLoop p{
	margin-left: -30px;
}

/* Main Table Borders*/
#topRight{
    background: url(../images/topright_i.jpg) no-repeat;
}

#centerRight{
	width: 24px;
    background: url(../images/centerright_i.jpg) repeat-y;
}

#bottomRight{
    background: url(../images/bottomright_i.jpg) no-repeat;
}

#bottomCenter{
	height: 40px;
    background: url(../images/bottomcenter_i.jpg) repeat-x;
}

#bottomLeft{
    background: url(../images/bottomleft_i.jpg) no-repeat;
}

#centerLeft{
	width: 31px;
    background: url(../images/centerleft_i.jpg) repeat-y;
}

#topLeft{
    background: url(../images/topleft_i.jpg) no-repeat;
}

#topCenter{
	height: 30px;
	background: url(../images/topcenter_i.jpg) repeat-x;
}
