html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }


/* GESTION DU TEXTE */

a{
	text-decoration:none;
	color:black;
	}
		
a:hover{
	color:#4C6290;
	}

#show2:hover {
	color:#4C6290;
	}

#base {
	width: 800px;
	height:auto;
	margin: auto;
	}

#general {
	margin:auto;
	width: 800px;
	height: 650px;
	margin-top:20px;
	text-align:center;

	overflow: hidden;

	}	

#titre {
	height:30px;
	margin: auto;
	text-align:center;
	}

#header {
	height:auto;;
	margin: auto;
	text-align:center;
	margin-bottom:20px;
	}

.contenu{
	margin:auto;
	overflow-x:hidden;
	overflow-y:hidden;
  	white-space: nowrap;
  	height:580px;
  	width:750px;
}

.credits{
	
	margin:auto;
  	overflow-x: auto;
  	white-space: nowrap;
  	height:650px;
  	width:300px;
}
	
.contenu .item{
  display: inline-block;
}

.item{
	height:580px;
	margin-left:30px;
	margin-right:30px;
		
	
}

.bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	}
	

.light {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:light;
	}
	
		
/* GESTION DU CENTRAGE*/

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#page-table {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
#page-td {
    height: 100%;
    padding: 0;
    vertical-align: middle;
}
div#global {
    width: 1120px;
	height:400px;
    margin: auto;
}



	

